/*!
global > color
------------------------------
*/
/*!
global > mixin
------------------------------
*/
/*!
global > color
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.u_d_none {
  display: none !important;
}

.u_d_inline {
  display: inline !important;
}

.u_d_inline_block {
  display: inline-block !important;
}

.u_d_block {
  display: block !important;
}

.u_d_flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.f_30 {
  font-size: 1.125rem;
  font-size: clamp(1.125rem, 1.7897091723vw + 0.7670581655rem, 1.625rem);
}

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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

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

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

body.hidden {
  overflow: hidden;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

.wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 235px;
  pointer-events: none;
}

main {
  padding-top: 80px;
}

.customize-support main {
  margin-top: -32px;
}

img {
  width: 100%;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 80px;
  padding: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.header.active, .header.opennav {
  background-color: #fff;
}

.header__logo {
  width: 150px;
  margin-right: auto;
}

.header__btn_link {
  margin-top: 50px;
}

.header__btn_link_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  letter-spacing: 0.04em;
}

.header__btn_link_item:last-child {
  margin: 0;
}

.header__btn_link_item::after {
  content: "";
  position: relative;
  top: -3px;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 10px;
  background: url(../images/common/icon_window.svg) no-repeat center/contain;
}

.header__btn_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  padding: 14px 10px 10px;
  background-color: #272727;
  border: 1px solid #272727;
  color: #fff;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
}

.footer {
  margin-top: 60px;
}

.footer__contact {
  position: relative;
  background-color: #272727;
  border: 1px solid #272727;
}

.footer__contact_main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 100px 0;
}

.footer__contact_txt {
  margin-bottom: 20px;
  color: #fff;
  line-height: 1.75;
}

.footer__contact_en {
  color: #fff;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 2.125rem;
  line-height: 1;
  letter-spacing: 0.1em;
}

.footer__contact .c_btn {
  position: absolute;
  bottom: 50px;
  right: -20px;
}

.footer__contact .c_btn__icon {
  background-color: #fff;
}

.footer__contact .c_btn__icon::before {
  background-color: #272727;
}

.footer__contact_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer__main {
  padding: 60px 0 30px;
}

.footer__logo {
  width: 120px;
  margin-bottom: 40px;
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

.footer__nav_col {
  width: calc(50% - 10px);
  margin-bottom: 30px;
}

.footer__nav_col:nth-child(4) .footer__nav_ttl {
  margin-bottom: 12px;
}

.footer__nav_col:nth-child(4) .footer__nav_ttl:last-child {
  margin-bottom: 0;
}

.footer__nav_ttl {
  margin-bottom: 12px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.footer__nav_sub {
  padding-left: 10px;
}

.footer__nav_sub_item {
  margin-bottom: 12px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
}

.footer__nav_sub_item:last-child {
  margin-bottom: 0;
}

.footer__under_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}

.footer__under_link_item {
  margin-right: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
}

.footer__under_link_item:last-child {
  margin-right: 0;
}

.footer__under_link_item::after {
  content: "";
  position: relative;
  top: 2px;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 5px;
  background: url(../images/common/icon_window.svg) no-repeat center/contain;
}

.footer__under_copy {
  color: #8f99a7;
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
}

.totop {
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 9;
}

.totop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  background-color: #272727;
  border: 1px solid #fff;
  border-radius: 100%;
}

.totop a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 5px 8px 5px;
  border-color: transparent transparent #fff transparent;
}

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

.nav__menu_item {
  font-family: "Sorts Mill Goudy", serif;
  font-size: 1.0625rem;
  line-height: 1.4117647059;
  letter-spacing: 0.04em;
}

.nav__menu_item:last-child {
  margin-right: 0;
}

.nav__menu_item_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav__menu_item_link.link_pc {
  display: none;
}

.nav__menu_item_link.link_sp {
  display: block;
}

.nav__menu_item.dropdown .nav__menu_item_link {
  position: relative;
  padding-right: 20px;
}

.nav__menu_item.dropdown .nav__menu_item_link::before, .nav__menu_item.dropdown .nav__menu_item_link::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 12px;
  height: 2px;
  background-color: #373e48;
  border-radius: 2px;
}

.nav__menu_item.dropdown .nav__menu_item_link::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.nav__sub_item {
  position: relative;
  display: block;
}

.nav__sub_item.link_sp {
  display: block;
}

.nav__sub_item_link {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.hamburger {
  position: relative;
  z-index: 10;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  width: 40px;
  height: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.hamburger::before, .hamburger::after,
.hamburger span::before,
.hamburger span::after {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #272727;
  position: absolute;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.hamburger::before {
  top: 0;
  width: 20px;
}

.hamburger::after {
  bottom: 0;
}

.hamburger span::before,
.hamburger span::after {
  top: calc(50% - 1px);
  width: 30px;
}

.hamburger.active::before, .hamburger.active::after {
  opacity: 0;
}

.hamburger.active span::before {
  width: 40px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger.active span::after {
  width: 40px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.is_loading {
  overflow: hidden;
}

html.is_loading .loading::after {
  background-color: #fff;
}

@-webkit-keyframes keyf_loading_text {
  0% {
    opacity: 0;
  }
  20%, 70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes keyf_loading_text {
  0% {
    opacity: 0;
  }
  20%, 70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes keyf_loading_bg {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
  }
  20%, 50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 0;
  }
}
@keyframes keyf_loading_bg {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
  }
  20%, 50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 0;
  }
}
html.is_loading .loading::after {
  background-color: #fff;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 1;
}

.loading::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s linear 4s;
  transition: opacity 0.3s linear 4s;
}

.loading.run::after {
  opacity: 0;
}

.loading.run .loading__bg {
  -webkit-animation: keyf_loading_bg 2.5s cubic-bezier(0.85, 0.35, 0.35, 0.85) 1.2s 1 both;
          animation: keyf_loading_bg 2.5s cubic-bezier(0.85, 0.35, 0.35, 0.85) 1.2s 1 both;
}

.loading.run .loading__txt {
  -webkit-animation: keyf_loading_text 4s linear 0.2s 1 both;
          animation: keyf_loading_text 4s linear 0.2s 1 both;
}

.loading__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  background: url(../images/common/bg_loading.jpg) no-repeat center bottom/cover;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
}

.loading__body {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.loading__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: 85%;
  opacity: 0;
}

.loading__txt img {
  width: 100%;
}

.cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 14;
  display: none;
  padding: 15px 0;
  background-color: #373e48;
}

.cookie__text {
  color: #fff;
  font-size: 0.875rem;
}

.cookie__close {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 10px;
}

.cookie__close a {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.5;
}

/*!
component > btn
------------------------------
*/
.c_btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 52px;
}

.c_btn__icon {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 41px;
  height: 41px;
  margin-right: 10px;
  background-color: #272727;
  border: 1px solid #272727;
  border-radius: 100%;
}

.c_btn__icon::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 8px;
  background-color: #fff;
  mask-image: url(../images/common/icon_btn.svg);
  -webkit-mask-image: url(../images/common/icon_btn.svg);
  mask-size: contain;
  -webkit-mask-size: contain;
}

.c_btn__txt {
  position: relative;
  padding-bottom: 7px;
  color: #555555;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.c_btn__txt::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: #555555;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.c_btn02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  width: 100%;
  max-width: 290px;
  height: 68px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  position: relative;
}

.c_btn02_txt {
  font-size: 1rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.04em;
  font-weight: 500;
  padding-right: 38px;
}

.c_btn02_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 14px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  z-index: 1;
}

.c_btn02_icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #272727;
  border-radius: 50%;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  z-index: -1;
}

.c_btn02_icon::before {
  content: "";
  width: 12px;
  height: 9px;
  background-color: #fff;
  -webkit-mask-image: url(../images/common/icon_envelope.svg);
          mask-image: url(../images/common/icon_envelope.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

/*!
component > banner
------------------------------
*/
.c_banner {
  position: relative;
}

.c_banner::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -20px;
  z-index: -1;
  width: 350px;
  height: 350px;
  background: url(../images/common/bg_banner.png) no-repeat center/contain;
  pointer-events: none;
}

.c_banner__main {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: 1px;
  background-color: #b6b6b6;
}

.c_banner__item {
  position: relative;
}

.c_banner__item_img {
  height: 100%;
  line-height: 1;
}

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

.c_banner__item_ttl {
  position: absolute;
  top: 48px;
  left: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c_banner__item_ttl_en {
  margin-bottom: 2px;
  color: #fff;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 2.625rem;
  line-height: 1;
  letter-spacing: 0.065em;
}

.c_banner__item_ttl_jp {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.c_banner__item_icon {
  position: absolute;
  bottom: 26px;
  right: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 41px;
  height: 41px;
  background-color: #fff;
  border-radius: 100%;
}

.c_banner__item_icon::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #272727;
  mask-image: url(../images/common/icon_window.svg);
  -webkit-mask-image: url(../images/common/icon_window.svg);
  mask-size: contain;
  -webkit-mask-size: contain;
}

/*!
component > news
------------------------------
*/
.c_news__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 40px 20px 0;
  border-bottom: 1px solid #d8dfe8;
  font-size: 0.875rem;
  line-height: 1.8666666667;
  letter-spacing: 0.04em;
}

.c_news__item_date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #8f99a7;
}

.c_news__item::before {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 16px;
  height: 10px;
  background-color: #272727;
  mask-image: url(../images/common/icon_btn.svg);
  -webkit-mask-image: url(../images/common/icon_btn.svg);
  mask-size: contain;
  -webkit-mask-size: contain;
}

/*!
component > Other
*/
.fadeInUp {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  -webkit-transition: all 300ms 100ms ease-out;
  transition: all 300ms 100ms ease-out;
}

.fadeInUp.animated {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.p_404__main {
  padding-bottom: 90px;
}

.p_404__ttl {
  margin-bottom: 30px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.p_404__txt {
  margin-bottom: 40px;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
}

.p_404__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.grecaptcha-badge {
  display: none;
}

@-webkit-keyframes scroll_image {
  0% {
    -webkit-transform: translate3d(calc(var(--total-width) * -1), 0, 0);
            transform: translate3d(calc(var(--total-width) * -1), 0, 0);
    z-index: auto;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes scroll_image {
  0% {
    -webkit-transform: translate3d(calc(var(--total-width) * -1), 0, 0);
            transform: translate3d(calc(var(--total-width) * -1), 0, 0);
    z-index: auto;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes scroll_text {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    z-index: auto;
  }
  100% {
    -webkit-transform: translateX(calc(var(--total-width) * -1));
            transform: translateX(calc(var(--total-width) * -1));
  }
}
@keyframes scroll_text {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    z-index: auto;
  }
  100% {
    -webkit-transform: translateX(calc(var(--total-width) * -1));
            transform: translateX(calc(var(--total-width) * -1));
  }
}
/*!
component > section
------------------------------
*/
.c_section {
  padding-bottom: 20px;
}

.c_section:nth-child(even) .c_section__img::before {
  right: auto;
  left: 30px;
  background-position: center left;
}

.c_section:nth-child(1) .c_section__img::before {
  background-image: url(../images/common/bg_before_01.png);
}

.c_section:nth-child(2) .c_section__img::before {
  background-image: url(../images/common/bg_before_02.png);
}

.c_section:nth-child(3) .c_section__img::before {
  background-image: url(../images/common/bg_before_03.png);
}

.c_section:nth-child(4) .c_section__img::before {
  background-image: url(../images/common/bg_before_04.png);
}

.c_section:nth-child(5) .c_section__img::before {
  background-image: url(../images/common/bg_before_05.png);
}

.c_section__img {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}

.c_section__img::before {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: -1;
  width: 100vw;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}

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

.c_section__ttl {
  margin-bottom: 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4375;
  letter-spacing: 0.04em;
}

.c_section__txt {
  margin-bottom: 40px;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

/*!
component > pagination
------------------------------
*/
.pagination > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pagination span,
.pagination a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  margin: 5px;
  border: 1px solid #8f99a7;
  color: #738196;
  font-family: "Noto Serif JP", serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.pagination span.current,
.pagination a.current {
  background-color: #272727;
  color: #fff;
}

.pagination .nextpostslink,
.pagination .previouspostslink {
  margin-left: 10px;
  font-size: 0;
}

.pagination .nextpostslink::before,
.pagination .previouspostslink::before {
  content: "";
  position: relative;
  left: -2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #738196;
  border-right: 2px solid #738196;
}

.pagination .previouspostslink {
  margin: 0 10px 0 0;
}

.pagination .previouspostslink::before {
  left: 2px;
  -webkit-transform: rotate(45deg) scale(-1);
          transform: rotate(45deg) scale(-1);
}

/*!
component > mv
------------------------------
*/
.c_mv {
  padding: 60px 0;
}

.c_mv__ttl_en {
  display: block;
  font-family: "Sorts Mill Goudy", serif;
  font-size: clamp(1.625rem, 3.1319910515vw + 0.9986017897rem, 2.5rem);
  font-weight: 400;
  line-height: 1.1666666667;
  letter-spacing: 0.065em;
}

.c_mv__ttl_jp {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.04em;
}

/*!
component > breadcrumb
------------------------------
*/
.breadcrumb {
  padding: 10px 0;
}

.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.breadcrumb__item {
  position: relative;
  margin-right: 24px;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.breadcrumb__item:not(:last-child):after {
  content: "";
  position: absolute;
  right: -12px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  width: 8px;
  height: 8px;
  border-right: 1px solid #8f99a7;
  border-bottom: 1px solid #8f99a7;
}

.breadcrumb__item_link {
  position: relative;
  color: #8f99a7;
}

/*!
layout > container
------------------------------
*/
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 375px) {
  .u_d_xs_none {
    display: none !important;
  }
  .u_d_xs_inline {
    display: inline !important;
  }
  .u_d_xs_inline_block {
    display: inline-block !important;
  }
  .u_d_xs_block {
    display: block !important;
  }
  .u_d_xs_flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (min-width: 425px) {
  .u_d_sm_none {
    display: none !important;
  }
  .u_d_sm_inline {
    display: inline !important;
  }
  .u_d_sm_inline_block {
    display: inline-block !important;
  }
  .u_d_sm_block {
    display: block !important;
  }
  .u_d_sm_flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (min-width: 768px) {
  .u_d_md_none {
    display: none !important;
  }
  .u_d_md_inline {
    display: inline !important;
  }
  .u_d_md_inline_block {
    display: inline-block !important;
  }
  .u_d_md_block {
    display: block !important;
  }
  .u_d_md_flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .f_30 {
    font-size: clamp(1.625rem, 1.6826923077vw + 0.8173076923rem, 2.5rem);
  }
  body {
    font-size: 1rem;
  }
  .wrapper::before {
    height: 1396px;
  }
  .header {
    padding: 10px clamp(1.25rem, 5.2083333333vw - 2.0833333333rem, 3.125rem);
  }
  .header__logo {
    width: 202px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .header__logo:hover {
    opacity: 0.7;
  }
  .footer {
    margin-top: 160px;
  }
  .footer__contact {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .footer__contact:hover {
    background-color: #fff;
  }
  .footer__contact:hover .footer__contact_txt,
  .footer__contact:hover .footer__contact_en {
    color: #272727;
  }
  .footer__contact:hover .c_btn__icon {
    width: 99px;
    height: 99px;
    background-color: #272727;
  }
  .footer__contact:hover .c_btn__icon::before {
    background-color: #fff;
  }
  .footer__contact_main {
    height: clamp(22.5rem, 28.8461538462vw + 8.6538461538rem, 37.5rem);
  }
  .footer__contact_txt {
    margin-bottom: 52px;
    letter-spacing: 0.04em;
  }
  .footer__contact_en {
    font-size: 4rem;
  }
  .footer__contact .c_btn {
    top: calc(50% - 4px);
    right: clamp(-1.25rem, -10vw + 8.75rem, 1.25rem);
    bottom: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .footer__main {
    padding: 97px 0 82px;
  }
  .footer__logo {
    margin-bottom: 72px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .footer__logo:hover {
    opacity: 0.7;
  }
  .footer__nav {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: 122px;
  }
  .footer__nav_col {
    width: 22.4137931034%;
    margin-bottom: 0;
  }
  .footer__nav_col:nth-child(3) {
    position: relative;
    left: clamp(-2.375rem, -6.5972222222vw + 4.2222222222rem, 0rem);
  }
  .footer__nav_col:nth-child(4) .footer__nav_ttl {
    margin-bottom: 40px;
  }
  .footer__nav_ttl {
    margin-bottom: 20px;
  }
  .footer__nav_ttl_link {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .footer__nav_ttl_link:hover {
    opacity: 0.7;
  }
  .footer__nav_sub {
    padding-left: 17px;
  }
  .footer__nav_sub_item {
    margin-bottom: 20px;
  }
  .footer__nav_sub_item .link {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .footer__nav_sub_item .link:hover {
    opacity: 0.7;
  }
  .footer__under {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__under_link {
    margin-bottom: 0;
  }
  .footer__under_link_item {
    margin-right: 46px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .footer__under_link_item:hover {
    opacity: 0.7;
  }
  .footer__under_link_item::after {
    margin-left: 9px;
  }
  .footer__under_copy {
    font-size: 0.875rem;
  }
  .totop {
    bottom: 130px;
    right: 30px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .totop:hover {
    opacity: 0.7;
  }
  .totop a {
    width: 60px;
    height: 60px;
  }
  .totop a::before {
    border-width: 0 8px 12px 8px;
  }
  .loading__txt {
    width: auto;
    max-width: 100%;
  }
  .cookie__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cookie__close {
    margin: 0 0 0 30px;
  }
  .c_btn {
    padding-left: 87px;
  }
  .c_btn:hover .c_btn__icon {
    background-color: #fff;
  }
  .c_btn:hover .c_btn__icon::before {
    background-color: #272727;
  }
  .c_btn:hover .c_btn__txt::before {
    width: 0;
  }
  .c_btn__icon {
    width: 67px;
    height: 67px;
    margin-right: 20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .c_btn__icon::before {
    width: 16px;
    height: 10px;
  }
  .c_btn__txt {
    font-size: 1.25rem;
  }
  .c_btn02 {
    max-width: 560px;
    height: 150px;
  }
  .c_btn02:hover {
    background-color: #272727;
    color: #fff;
  }
  .c_btn02:hover .c_btn02_icon::after {
    background-color: #fff;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .c_btn02:hover .c_btn02_icon::before {
    background-color: #272727;
  }
  .c_btn02_txt {
    font-size: 2rem;
    padding-right: 90px;
  }
  .c_btn02_icon {
    width: 67px;
    height: 67px;
    right: 35px;
  }
  .c_btn02_icon::before {
    width: 28px;
    height: 21px;
  }
  .c_banner {
    padding: 0 clamp(1.25rem, 5.2083333333vw - 2.0833333333rem, 3.125rem);
  }
  .c_banner::before {
    top: -280px;
    right: -50px;
    width: 650px;
    height: 650px;
  }
  .c_banner__main {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .c_banner__item {
    height: clamp(17.25rem, 22.1153846154vw + 6.6346153846rem, 28.75rem);
  }
  .c_banner__item:hover img {
    opacity: 0.56;
  }
  .c_banner__item:hover .c_banner__item_icon {
    width: 99px;
    height: 99px;
    background-color: #272727;
  }
  .c_banner__item:hover .c_banner__item_icon::before {
    background-color: #fff;
  }
  .c_banner__item_img img {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .c_banner__item_ttl {
    top: clamp(4.5rem, 5.7692307692vw + 1.7307692308rem, 7.5rem);
    left: clamp(3rem, 3.8461538462vw + 1.1538461538rem, 5rem);
  }
  .c_banner__item_ttl_en {
    margin-bottom: 5px;
    font-size: clamp(2.4rem, 3.0769230769vw + 0.9230769231rem, 4rem);
    letter-spacing: 0.1em;
  }
  .c_banner__item_ttl_jp {
    font-size: clamp(0.9rem, 1.1538461538vw + 0.3461538462rem, 1.5rem);
    font-weight: 400;
    letter-spacing: 0.03em;
  }
  .c_banner__item_icon {
    width: 67px;
    height: 67px;
    bottom: clamp(1.875rem, 2.4038461538vw + 0.7211538462rem, 3.125rem);
    right: clamp(1.875rem, 2.4038461538vw + 0.7211538462rem, 3.125rem);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .c_banner__item_icon::before {
    width: 19px;
    height: 19px;
  }
  .c_news__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 47px 40px;
    font-size: 0.9375rem;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .c_news__item:hover {
    opacity: 0.8;
  }
  .c_news__item:hover::before {
    right: 35px;
  }
  .c_news__item_date {
    width: 100px;
    margin-right: 12px;
  }
  .c_news__item::before {
    right: 40px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .p_404__main {
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: clamp(6rem, 7.6923076923vw + 2.3076923077rem, 10rem);
  }
  .p_404__ttl {
    margin-bottom: 50px;
    font-size: 1.375rem;
    text-align: center;
  }
  .p_404__txt {
    margin-bottom: 60px;
    font-size: 1.125rem;
  }
  .c_section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 60px;
  }
  .c_section:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .c_section:nth-child(even) .c_section__img::before {
    left: 60px;
  }
  .c_section:nth-child(even) .c_section__box {
    padding: 0 20px 0 clamp(5.625rem, 7.2115384615vw + 2.1634615385rem, 9.375rem);
  }
  .c_section__img {
    width: 39.6551724138%;
    margin-bottom: 0;
  }
  .c_section__img::before {
    top: clamp(2.25rem, 2.8846153846vw + 0.8653846154rem, 3.75rem);
    right: clamp(2.25rem, 2.8846153846vw + 0.8653846154rem, 3.75rem);
  }
  .c_section__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 60.3448275862%;
    margin-top: -10px;
    padding: 0 20px 0 clamp(4.5rem, 5.7692307692vw + 1.7307692308rem, 7.5rem);
  }
  .c_section__ttl {
    margin-bottom: 42px;
    font-size: 2rem;
  }
  .c_section__txt {
    margin-bottom: 105px;
    font-size: 1.125rem;
  }
  .pagination span,
  .pagination a {
    width: 60px;
    height: 60px;
    font-size: 1.25rem;
  }
  .pagination span:not(.current):hover,
  .pagination a:not(.current):hover {
    background-color: #272727;
    color: #fff;
  }
  .pagination .nextpostslink,
  .pagination .previouspostslink {
    margin-left: 20px;
  }
  .pagination .nextpostslink:hover::before,
  .pagination .previouspostslink:hover::before {
    border-top-color: #fff;
    border-right-color: #fff;
  }
  .pagination .nextpostslink::before,
  .pagination .previouspostslink::before {
    left: -3px;
    width: 12px;
    height: 12px;
  }
  .pagination .previouspostslink {
    margin-right: 20px;
  }
  .pagination .previouspostslink::before {
    left: 3px;
  }
  .c_mv__ttl_en {
    font-size: clamp(3.125rem, 4.0865384615vw + 1.1634615385rem, 5.25rem);
  }
  .c_mv__ttl_jp {
    font-size: 1.5rem;
  }
  .breadcrumb {
    padding: 12px 0;
  }
  .breadcrumb__item {
    font-size: 0.9375rem;
  }
  .breadcrumb__item_link {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .breadcrumb__item_link:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .footer__contact:hover .c_btn__icon {
    width: 99px;
    height: 99px;
  }
  .c_banner__item:hover .c_banner__item_icon {
    width: 99px;
    height: 99px;
  }
}
@media screen and (min-width: 1024px) {
  .u_d_lg_none {
    display: none !important;
  }
  .u_d_lg_inline {
    display: inline !important;
  }
  .u_d_lg_inline_block {
    display: inline-block !important;
  }
  .u_d_lg_block {
    display: block !important;
  }
  .u_d_lg_flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  main {
    padding-top: 170px;
    padding-top: 180px;
  }
  .header {
    height: 170px;
  }
  .header__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 50px;
  }
  .header__btn {
    margin-left: clamp(0.625rem, 2.4305555556vw - 0.9305555556rem, 1.5rem);
  }
  .header__btn_link {
    position: absolute;
    top: 29px;
    right: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    margin-top: 0;
  }
  .header__btn_link_item {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-right: 64px;
    margin-bottom: 0;
  }
  .header__btn_link_item:hover {
    opacity: 0.7;
  }
  .header__btn_contact {
    width: 200px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .header__btn_contact:hover {
    background-color: #fff;
    border-color: #d8dfe8;
    color: #272727;
  }
  .nav {
    padding-right: 45px;
  }
  .nav__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav__menu_item {
    margin-right: clamp(1.875rem, 2.6041666667vw + 0.2083333333rem, 2.8125rem);
    cursor: pointer;
  }
  .nav__menu_item_link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .nav__menu_item_link:hover {
    opacity: 0.7;
  }
  .nav__menu_item_link.link_pc {
    display: block;
  }
  .nav__menu_item_link.link_sp {
    display: none;
  }
  .nav__sub {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: 36px;
    opacity: 0;
    visibility: hidden;
  }
  .nav__menu_item:hover .nav__sub {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .nav__sub_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 25px 5px 22px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 20px rgba(192, 192, 192, 0.4);
            box-shadow: 0 0 20px rgba(192, 192, 192, 0.4);
  }
  .nav__sub_item {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: inline-block;
    padding: 0 clamp(0.9375rem, 3.4722222222vw - 1.2847222222rem, 2.1875rem);
  }
  .nav__sub_item:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background-color: #d8dfe8;
  }
  .nav__sub_item.link_sp {
    display: none;
  }
  .nav__sub_item_link {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .nav__sub_item_link:hover {
    opacity: 0.8;
  }
  .hamburger {
    display: none;
  }
  .c_mv {
    padding: 106px 0;
  }
}
@media screen and (min-width: 1200px) {
  .u_d_xl_none {
    display: none !important;
  }
  .u_d_xl_inline {
    display: inline !important;
  }
  .u_d_xl_inline_block {
    display: inline-block !important;
  }
  .u_d_xl_block {
    display: block !important;
  }
  .u_d_xl_flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (min-width: 1440px) {
  .u_d_xxl_none {
    display: none !important;
  }
  .u_d_xxl_inline {
    display: inline !important;
  }
  .u_d_xxl_inline_block {
    display: inline-block !important;
  }
  .u_d_xxl_block {
    display: block !important;
  }
  .u_d_xxl_flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (min-width: 1520px) {
  .u_d_xxxl_none {
    display: none !important;
  }
  .u_d_xxxl_inline {
    display: inline !important;
  }
  .u_d_xxxl_inline_block {
    display: inline-block !important;
  }
  .u_d_xxxl_block {
    display: block !important;
  }
  .u_d_xxxl_flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (max-width: 1023px) {
  .u_d_maxlg_none {
    display: none !important;
  }
  .u_d_maxlg_inline {
    display: inline !important;
  }
  .u_d_maxlg_inline_block {
    display: inline-block !important;
  }
  .u_d_maxlg_block {
    display: block !important;
  }
  .u_d_maxlg_flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .header__main {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    height: calc(100vh - 80px);
    padding: 40px 20px 80px;
    background-color: #fff;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  .header.opennav .header__main {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .header__main::before {
    content: "";
    position: absolute;
    top: -80px;
    left: 50%;
    z-index: -1;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    height: 87.1794871795vw;
    background: url(../images/common/bg_nav.png) no-repeat top center/contain;
    pointer-events: none;
  }
  .header__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .nav {
    margin-bottom: 55px;
  }
  .nav__menu_item {
    border-bottom: 1px solid rgba(55, 62, 72, 0.4);
  }
  .nav__menu_item.active .nav__menu_item_link::before {
    opacity: 0;
  }
  .nav__menu_item_link {
    padding: 20px 0 18px;
  }
  .nav__menu_item.dropdown .nav__menu_item_link::before, .nav__menu_item.dropdown .nav__menu_item_link::after {
    width: 14px;
  }
  .nav__sub {
    display: none;
    width: 100% !important;
    padding: 0 0 18px 20px;
  }
  .nav__sub_item {
    margin-bottom: 5px;
  }
  .nav__sub_item:last-child {
    margin-bottom: 0;
  }
  .nav__sub_item_link {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .u_d_maxmd_none {
    display: none !important;
  }
  .u_d_maxmd_inline {
    display: inline !important;
  }
  .u_d_maxmd_inline_block {
    display: inline-block !important;
  }
  .u_d_maxmd_block {
    display: block !important;
  }
  .u_d_maxmd_flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.footer__under .c_btn__txt {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .footer__under .c_btn__txt {
    font-size: clamp(0.75rem, 0.2403846154vw + 0.6346153846rem, 0.875rem);
  }
}

.c_ttl10 {
  font-size: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .c_ttl10 {
    font-size: clamp(1.4375rem, 3.515625vw + -0.25rem, 2rem);
  }
}

.c_mv01__heading__en, .footer__contact_en01, .c_heading01__en {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c_mv01__heading__en, .footer__contact_en01, .c_heading01__en {
    font-size: clamp(1.75rem, 2.6442307692vw + 0.4807692308rem, 3.125rem);
  }
}

.c_mv01__heading__jp, .footer__contact_jp, .c_heading01__jp {
  font-size: 1.75rem;
}
@media screen and (min-width: 768px) {
  .c_mv01__heading__jp, .footer__contact_jp, .c_heading01__jp {
    font-size: clamp(1.75rem, 3.2451923077vw + 0.1923076923rem, 3.4375rem);
  }
}

.c_recruit01__rightarea .title_and {
  font-size: 2.25rem;
}
@media screen and (min-width: 768px) {
  .c_recruit01__rightarea .title_and {
    font-size: clamp(3.5rem, 2.8846153846vw + 2.1153846154rem, 5rem);
  }
}

.c_recruit01__rightarea .title {
  font-size: 3.4375rem;
}
@media screen and (min-width: 768px) {
  .c_recruit01__rightarea .title {
    font-size: clamp(3.75rem, 8.1730769231vw + -0.1730769231rem, 8rem);
  }
}

.c_mv01__decord .large {
  font-size: clamp(4.0625rem, 6.3775510204vw + 2.5677614796rem, 5.625rem);
}
@media screen and (min-width: 768px) {
  .c_mv01__decord .large {
    font-size: clamp(7.5rem, 18.2692307692vw + -1.2692307692rem, 17rem);
  }
}

.c_mv01__decord .small {
  font-size: clamp(4.375rem, 7.6530612245vw + 2.5813137755rem, 6.25rem);
}
@media screen and (min-width: 768px) {
  .c_mv01__decord .small {
    font-size: clamp(8.75rem, 18.3894230769vw + -0.0769230769rem, 18.3125rem);
  }
}

@media screen and (min-width: 1024px) {
  .header.top {
    background-color: transparent;
  }
}
@media screen and (min-width: 1024px) {
  .header.top::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    content: "";
    -webkit-transform: translateY(-150%);
            transform: translateY(-150%);
  }
}
@media screen and (min-width: 1024px) {
  .header.top .header__logo {
    position: absolute;
    z-index: 5;
    width: 260px;
    height: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 30px;
    left: 30px;
    background-color: #fff;
  }
}
@media screen and (min-width: 1024px) {
  .header.top .header__main {
    position: relative;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    margin-left: auto;
    -webkit-transform: translateY(-150%);
            transform: translateY(-150%);
  }
  .header.top .header__main .header__btn_link {
    top: 0;
    right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .header.top.active::before {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .header.top.active .header__main {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media screen and (min-width: 768px) {
  .header__btn_link {
    top: 23px;
  }
}
@media screen and (min-width: 768px) {
  .header__btn_link_item {
    margin-right: 39px;
  }
}
@media screen and (min-width: 768px) {
  .header__btn_link_item:hover::after {
    background: #FFF url(../images/common/img_window_b.svg) no-repeat center/contain;
    background-size: 13px 13px;
  }
}
.header__btn_link_item::after {
  border-radius: 50%;
  width: 41px;
  height: 41px;
  border: 1px solid #20CCEB;
  background: #20CCEB url(../images/common/img_window_w.svg) no-repeat center/contain;
  background-size: 13px 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.5s background ease-in-out;
  transition: 0.5s background ease-in-out;
}

.header__btn_contact {
  background-color: #20CCEB;
  border-color: #20CCEB;
}
@media screen and (min-width: 768px) {
  .header__btn_contact:hover {
    color: #20CCEB;
    border-color: #20CCEB;
  }
}

.header .tiktok {
  width: 35px;
  margin-left: auto;
  margin-top: 45px;
  margin-bottom: 45px;
}
@media screen and (min-width: 1024px) {
  .header .tiktok {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .header .tiktok a:hover {
    opacity: 0.7;
    -webkit-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
  }
}

.footer__main {
  padding: 60px 0 150px;
}
@media screen and (min-width: 768px) {
  .footer__main {
    padding: 106px 0 220px;
  }
}

.footer__grouphead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .footer__grouphead {
    margin-bottom: 72px;
  }
}

.footer__logo {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    width: 181px;
  }
}

.footer__tiktok {
  width: 35px;
}
@media screen and (min-width: 768px) {
  .footer__tiktok a:hover {
    opacity: 0.7;
    -webkit-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
  }
}

.footer__under_link {
  gap: 30px;
  margin-top: 6px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .footer__under_link {
    gap: 48px;
    margin-bottom: 0;
  }
}
.footer__under .c_btn {
  padding-left: 50px;
}
@media screen and (min-width: 768px) {
  .footer__under .c_btn {
    padding-left: 68px;
  }
}
@media screen and (min-width: 768px) {
  .footer__under .c_btn__icon {
    width: 53px;
    height: 53px;
  }
}
.footer__under .c_btn__icon::before {
  width: 13px;
  height: 13px;
  -webkit-mask-image: url(../images/common/img_window_w.svg);
          mask-image: url(../images/common/img_window_w.svg);
}
.footer__under .c_btn__txt {
  padding-bottom: 4px;
}

.footer__contact {
  background: url(../images/common/img_contactus02.jpg) center/cover no-repeat;
}

.footer__contact_main {
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .footer__contact_main {
    height: 422px;
    gap: 28px;
  }
}

@media screen and (min-width: 768px) {
  .footer__contact:hover::after {
    opacity: 0.3;
  }
}

.footer__contact::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  z-index: 2;
}
.footer__contact .c_btn {
  z-index: 3;
}
.footer__contact .footer__contact_link {
  z-index: 4;
}

.footer__contact_en01 {
  font-family: "Caveat", cursive;
  font-weight: 400;
  letter-spacing: 0;
  color: #FFF;
  line-height: 1;
}

.footer__contact_jp {
  font-weight: 600;
  letter-spacing: 0;
  font-family: "Noto Serif JP", serif;
  color: #FFF;
  line-height: 1;
}

.totop_new {
  position: absolute;
  left: 10px;
  z-index: 8;
  display: none;
}
@media screen and (min-width: 768px) {
  .totop_new {
    display: block;
    top: calc(100vh - 90px);
    left: 30px;
    -webkit-transform: unset;
            transform: unset;
  }
}
.totop_new_link {
  gap: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.totop_new_txt {
  font-family: "Sorts Mill Goudy", serif;
  font-size: 1.25rem;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  display: block;
  line-height: 1;
  padding-right: 8px;
  letter-spacing: 0.03em;
}
.totop_new_icon {
  width: 9px;
  height: 9px;
  background: url(../images/common/icon_arrow_scroll.svg) center/cover no-repeat;
  display: block;
  margin: 0 auto;
  position: relative;
  top: 5px;
  right: 3px;
}

.totop {
  bottom: 100px;
  -webkit-transition: none;
  transition: none;
  right: 20px;
}
@media screen and (min-width: 768px) {
  .totop {
    bottom: 140px;
  }
}

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

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

.c_heading01 {
  min-width: 200px;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  z-index: 1;
  padding: 0 0 0 32px;
}
@media screen and (min-width: 768px) {
  .c_heading01 {
    padding: 0 0 0 43px;
  }
}
@media screen and (min-width: 768px) {
  .c_heading01 {
    margin: 0 auto;
  }
}
.c_heading01::before {
  content: "";
  width: 80px;
  height: 80px;
  background-color: #F0FAFF;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .c_heading01::before {
    width: clamp(6.25rem, 4.8076923077vw + 3.9423076923rem, 8.75rem);
    height: clamp(6.25rem, 4.8076923077vw + 3.9423076923rem, 8.75rem);
  }
}
.c_heading01__en {
  font-family: "Caveat", cursive;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  color: #6C798B;
  padding-top: 19px;
}
@media screen and (min-width: 768px) {
  .c_heading01__en {
    padding-top: 26px;
  }
}
.c_heading01__jp {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  color: #20CCEB;
  margin-top: 11px;
}
@media screen and (min-width: 768px) {
  .c_heading01__jp {
    margin-top: clamp(0.9375rem, 0.7211538462vw + 0.5913461538rem, 1.3125rem);
  }
}

.c_btn__blue .c_btn__icon {
  background-color: #20CCEB;
  border: 1px solid #20CCEB;
}
@media screen and (min-width: 768px) {
  .c_btn.c_btn__blue:hover .c_btn__icon::before {
    background-color: #20CCEB;
  }
}

.breadcrumb__item {
  color: #6C798B;
}
.breadcrumb__item::after:not(:last-child) {
  border-right: 1px solid #6C798B;
  border-bottom: 1px solid #6C798B;
}
.breadcrumb__item_link {
  color: rgba(108, 121, 139, 0.56);
}

.footer__nav {
  margin-bottom: 45px;
}
@media screen and (min-width: 768px) {
  .footer__nav {
    margin-bottom: 122px;
  }
}

.footer__nav_col {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .footer__nav_col {
    width: 33%;
  }
}
@media screen and (min-width: 768px) {
  .footer__nav_col:nth-child(3) {
    left: 0;
  }
}

html.is_loading .loading::after {
  background-color: #fff;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 1;
}
.loading::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s linear 4s;
  transition: opacity 0.3s linear 4s;
}
.loading.run::after {
  opacity: 0;
}
.loading__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  background: url(../images/common/bg_loading01.jpg) no-repeat center bottom/cover;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
}
.loading__body {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.loading__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: 85%;
  opacity: 0;
  width: auto;
  max-width: 100%;
}
.loading .loading__txt img {
  width: 100%;
}

.loading.run .loading__bg {
  -webkit-animation: keyf_loading_bg 2.5s cubic-bezier(0.85, 0.35, 0.35, 0.85) 1.2s 1 both;
          animation: keyf_loading_bg 2.5s cubic-bezier(0.85, 0.35, 0.35, 0.85) 1.2s 1 both;
}

.loading.run .loading__txt {
  -webkit-animation: keyf_loading_text 4s linear 0.2s 1 both;
          animation: keyf_loading_text 4s linear 0.2s 1 both;
}

.loading .loading__txt img:nth-child(1) {
  opacity: 0.35;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.loading .loading__txt img:nth-child(2) {
  position: absolute;
  inset: 0;
  opacity: 0;
  -webkit-transition: opacity 3s 1s;
  transition: opacity 3s 1s;
}

.loading.run .loading__txt img:nth-child(1) {
  opacity: 0;
}
.loading.run .loading__txt img:nth-child(2) {
  opacity: 1;
}

.c_mv01 {
  background-color: #ECF5F7;
  position: relative;
  padding: 60px 0;
  z-index: 2;
  overflow: hidden;
}
.c_mv01::after, .c_mv01::before {
  content: "";
  position: absolute;
  z-index: -1;
  background-image: radial-gradient(#20CCEB, transparent 70%);
  aspect-ratio: 1;
  opacity: 0.14;
  width: 200px;
}
@media screen and (min-width: 768px) {
  .c_mv01::after, .c_mv01::before {
    width: 572px;
  }
}
.c_mv01::before {
  left: 0;
  bottom: 0;
  -webkit-transform: translate(-39.1608391608%, 45.8041958042%);
          transform: translate(-39.1608391608%, 45.8041958042%);
}
.c_mv01::after {
  top: 0;
  right: 0;
  -webkit-transform: translate(34.4405594406%, -8.9160839161%);
          transform: translate(34.4405594406%, -8.9160839161%);
}
@media screen and (min-width: 768px) {
  .c_mv01 {
    margin-bottom: 3px;
    padding: 109px 0 135px;
  }
}
.c_mv01__heading {
  min-width: 200px;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  z-index: 1;
  padding: 0 0 0 32px;
}
@media screen and (min-width: 768px) {
  .c_mv01__heading {
    padding: 0 0 0 35px;
  }
}
.c_mv01__heading::before {
  content: "";
  width: 80px;
  height: 80px;
  background-color: #FFFFFF;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 4px;
}
@media screen and (min-width: 768px) {
  .c_mv01__heading::before {
    width: clamp(6.25rem, 4.8076923077vw + 3.9423076923rem, 8.75rem);
    height: clamp(6.25rem, 4.8076923077vw + 3.9423076923rem, 8.75rem);
  }
}
.c_mv01__heading__en {
  font-family: "Caveat", cursive;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  color: #6C798B;
  padding-top: 19px;
}
@media screen and (min-width: 768px) {
  .c_mv01__heading__en {
    padding-top: 26px;
  }
}
.c_mv01__heading__jp {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  color: #20CCEB;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .c_mv01__heading__jp {
    margin-top: 11px;
  }
}
.c_mv01__decord {
  position: absolute;
  bottom: clamp(-4rem, -6.4903846154vw + 2.4903846154rem, -0.625rem);
  right: 25px;
  z-index: -1;
}
.c_mv01__decord .large {
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  color: rgba(108, 121, 139, 0.05);
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c_mv01__decord .large {
    margin-right: 6px;
  }
}
.c_mv01__decord .small {
  font-family: "Caveat", cursive;
  font-weight: 400;
  color: rgba(108, 121, 139, 0.05);
  line-height: 1;
}

.c_recruit01 {
  overflow: hidden;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .c_recruit01 {
    margin-bottom: 160px;
  }
}
.c_recruit01__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .c_recruit01__inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 124px;
    position: relative;
  }
}
.c_recruit01__leftarea {
  background-color: #808B9A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: clamp(2.5rem, 4.8076923077vw + 0.1923076923rem, 5rem);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 40px 20px;
}
@media screen and (min-width: 768px) {
  .c_recruit01__leftarea {
    min-height: clamp(25rem, 28.8461538462vw + 11.1538461538rem, 40rem);
    padding: clamp(6.25rem, 17.7884615385vw + -2.2884615385rem, 15.5rem) clamp(3.125rem, 6.0096153846vw + 0.2403846154rem, 6.25rem) 100px clamp(2.5rem, 21.6346153846vw + -7.8846153846rem, 13.75rem);
    width: 55%;
    padding-top: 15.5%;
    padding-bottom: 15.5%;
    margin-top: 5%;
  }
}
.c_recruit01__leftarea .listbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .c_recruit01__leftarea .listbtn {
    gap: 75px;
  }
}
.c_recruit01__leftarea .listbtn .c_btn__txt {
  color: #FFFFFF;
}
.c_recruit01__leftarea .listbtn .c_btn__txt::before {
  background-color: #FFFFFF;
}
.c_recruit01__rightarea {
  margin-left: -10%;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c_recruit01__rightarea {
    width: 55%;
  }
}
.c_recruit01__rightarea .title {
  font-weight: 400;
  font-family: "Sorts Mill Goudy", serif;
  letter-spacing: 0;
  color: #FFFFFF;
  position: absolute;
  right: clamp(-1rem, -1.9230769231vw + 0.9230769231rem, 0rem);
  bottom: clamp(-0.9375rem, -1.8028846154vw + 0.8653846154rem, 0rem);
  line-height: 0.9;
  z-index: 2;
}
.c_recruit01__rightarea .title_recruit {
  position: relative;
  right: 103px;
}
.c_recruit01__rightarea .title .group01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 27px;
}
.c_recruit01__rightarea .title_and {
  font-family: "Caveat", cursive;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 400;
  color: #FFFFFF;
  position: relative;
  top: clamp(-0.625rem, -0.6009615385vw + -0.0240384615rem, -0.3125rem);
  left: 5px;
  display: block;
}
.c_recruit01__rightarea .title_intern {
  color: #20CCEB;
  display: block;
}
.c_recruit01__rightarea::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(128, 139, 154, 0.57);
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
}
.c_recruit01 .c_btn__icon::before {
  width: 13px;
  height: 13px;
  -webkit-mask: url(../../assets/images/common/img_window_w.svg) center/cover no-repeat;
          mask: url(../../assets/images/common/img_window_w.svg) center/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .c_recruit01 .c_btn__icon::before {
    width: 20px;
    height: 20px;
  }
}

.c_ttl10 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.4;
  color: #557290;
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: 1px solid #7393B4;
}