@charset "UTF-8";
/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
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 {
  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 */
  -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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  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 {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

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

/*!
foundation > base
------------------------------
*/
html, body {
  width: 100%;
  position: relative;
}

html {
  scroll-padding-top: 80px;
  scroll-behavior: smooth;
}
html.aos-pending-scroll {
  scroll-padding-top: 180px;
}

body {
  font-size: 0.875rem;
  color: #333;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  line-height: 2;
}
body::before {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  background-color: #fff;
  position: sticky;
  top: 100vh;
  top: 100lvh;
  z-index: 4;
  margin-top: -200px;
}

p {
  letter-spacing: 0.05em;
}

a {
  transition: 0.4s ease;
}

#wrapper {
  overflow-x: hidden;
}
#wrapper::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url("../images/common/bg_body.webp") center/cover no-repeat;
  z-index: -1;
}

main {
  position: relative;
}
main::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 186px;
  background: url("../images/common/bg_body_02.svg") calc(100% + 200px) 100%/max(100%, 2000px) auto no-repeat;
  z-index: 10;
}

img {
  max-width: 100%;
}

/*==========================================================================*/
/*             W O R D P R E S S   U S E R   L O G G E D   I N              */
/*==========================================================================*/
.customize-support header {
  margin-top: 32px;
}
#wpadminbar .show-template-name,
#wpadminbar .hover .show-template-name {
  text-shadow: none;
}

#wpadminbar #wp-admin-bar-included_files_path .ab-item {
  height: auto;
  padding-bottom: 1rem;
}

#wpadminbar #wp-admin-bar-included_files_path .ab-item div {
  font-family: monospace;
  text-shadow: none;
  color: #fff;
}

#wpadminbar .hover .show-template-name:hover {
  color: #2ea2cc;
}

#wpadminbar #wp-admin-bar-included_files_path .ab-item #included-files-list li {
  line-height: 1.5;
}

#wpadminbar #wp-admin-bar-included_files_path .ab-item #included-files-list li:hover {
  color: #2ea2cc;
}

#wpadminbar #included-files-list {
  margin-left: 20px;
}

#wp-admin-bar-show_template_file_name_on_top-default {
  max-height: 90vh;
  overflow-x: hidden;
}

#included-files-fie-on-wp-footer {
  display: none;
}

/*!
layout > container
------------------------------
*/
.container {
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
}
.container_md {
  max-width: 1240px;
}
.container_sm {
  max-width: 1140px;
}
.container_xs {
  max-width: 1040px;
}

.footer {
  position: relative;
  padding: 40px 0 20px;
  background: #fff;
  z-index: 10;
}
.footer_logo {
  margin-bottom: 7px;
}
.footer_logo__link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.footer_logo__img {
  width: 229px;
}
.footer_logo__txt {
  color: #1C1C1C;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
}
.footer_inner {
  margin-bottom: 7px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 49px;
}
.footer_content {
  font-size: 0.875rem;
  text-align: center;
  letter-spacing: normal;
}
.footer_menu {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 5px 60px;
}
.footer_menu__link {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
}
.footer_menu__link::before {
  content: "・";
}
.footer_policy {
  margin-top: 10px;
  margin-bottom: 23px;
  text-align: center;
  line-height: 1;
}
.footer_policy__btn {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}
.footer .copy {
  font-size: 0.8125rem;
  text-align: center;
  letter-spacing: normal;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.header_inner {
  margin: 0 auto;
  padding: 20px;
  width: 100%;
  max-width: 1475px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s ease;
}
.header_logo__link {
  display: flex;
  align-items: center;
  gap: 7px;
}
.header_logo__img {
  width: 229px;
  filter: drop-shadow(0 0 20px #fff);
}
.header_logo__txt {
  color: #1C1C1C;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
}
.header_top .header_inner {
  max-width: 1505px;
}
.header_top .nav_wrapper {
  visibility: hidden;
}
.header_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease;
  z-index: -1;
}
.nav_wrapper {
  position: relative;
  padding: 73px 45px 120px;
  display: flex;
  flex-direction: column;
  height: 100dvh;
  background: url("../images/common/bg_body.webp") top center/cover repeat-y;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease;
}
.nav_wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120px;
  width: 344px;
  aspect-ratio: 911/467;
  background: url("../images/common/img_wave_01.svg") center/100% auto no-repeat;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.nav_wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 124px;
  aspect-ratio: 305/222;
  background: url("../images/common/img_wave_02.svg") center/100% auto no-repeat;
  opacity: 0.5;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.nav_wrapper.show {
  opacity: 1;
  visibility: visible;
}
.nav_btn {
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
}
.nav_btn__contact {
  margin-bottom: 15px;
  padding: 16px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border: 1px solid #2C4198;
  border-radius: 15px;
}
.nav_btn__contact .contact_ttl {
  color: #2C4198;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
.nav_btn__contact .contact_tel {
  position: relative;
  padding-left: 27px;
  margin-bottom: 2px;
  color: #2C4198;
  font-family: "Barlow", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
.nav_btn__contact .contact_tel::before {
  content: "";
  position: absolute;
  top: calc(50% + 0.1em);
  left: 0;
  transform: translateY(-50%);
  width: 22px;
  aspect-ratio: 22/28;
  background: url("../images/common/icon_tel.svg") center/100% auto no-repeat;
}
.nav_btn__contact .contact_desc {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
.nav_btn__mail {
  margin-bottom: 13px;
  padding: 17px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #2C4198;
  border-radius: 15px;
}
.nav_btn__mail .mail_ttl {
  position: relative;
  margin-bottom: 2px;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
.nav_btn__mail .mail_ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -36px;
  transform: translateY(-50%);
  width: 30px;
  aspect-ratio: 30/24;
  background: url("../images/common/icon_mail.svg") center/100% auto no-repeat;
}
.nav_btn__mail .mail_desc {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
}
.nav_policy {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 auto;
}

.c_menu {
  margin-bottom: 8px;
  display: flex;
  flex-direction: column;
}
.c_menu__link {
  padding: 20px 23px 20px 0;
  display: flex;
  align-items: center;
  background: url("../images/common/icon_menu.svg") calc(100% - 7px) 50%/8px auto no-repeat;
  gap: 10px;
  border-bottom: 1px solid #2C4198;
}
.c_menu__jp {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4705882353;
}
.c_menu__en {
  color: #2C4198;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.c_recruit {
  margin-bottom: 50px;
}
.c_recruit__item {
  position: relative;
  z-index: 2;
}
.c_recruit__ttl {
  position: relative;
  padding: 13px 21px 13px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.c_recruit__ttl::before, .c_recruit__ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3px;
  width: 15px;
  height: 2px;
  background: #E67339;
  transition: 0.4s ease;
}
.c_recruit__ttl::after {
  transform: translateY(-50%) rotate(90deg);
}
.c_recruit__ttl.open::after {
  transform: translateY(-50%);
}
.c_recruit__ttl__jp {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4705882353;
}
.c_recruit__ttl__en {
  color: #E67339;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.c_recruit__sub {
  margin-left: 14px;
  display: none;
}
.c_recruit__subitem {
  line-height: 1;
}
.c_recruit__subitem a {
  display: block;
  padding: 10px 0;
  font-size: 0.875rem;
  font-weight: 700;
}
.c_recruit__subitem a::before {
  content: "・";
  color: #E67339;
}

.open-nav {
  overflow: hidden;
}
.open-nav .header_content {
  opacity: 1;
  visibility: visible;
}

.c_ttl__vertical {
  display: inline-block;
  writing-mode: vertical-rl;
  text-orientation: upright;
  display: inline-block;
  color: #fff;
  white-space: nowrap;
  text-wrap: nowrap;
}
.c_ttl__blue {
  background: url("../images/common/bg_text_blue.svg") top center/100% 100% no-repeat;
}
.c_ttl__orange {
  background: url("../images/common/bg_text_orange.svg") top center/100% 100% no-repeat;
}
.c_ttl__en {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.6;
}
.c_ttl__jp {
  display: block;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.05em;
}
.c_ttl__ttl32 {
  margin-bottom: 10px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.04em;
}

.txt_blue {
  color: #2C4198;
}
.txt_orange {
  color: #E67339;
}
.txt_green {
  color: #4CAF50;
}

.c_desc:not(:last-child) {
  margin-bottom: 20px;
}

.c_btn {
  padding: 8px 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  min-height: 35px;
  min-width: 168px;
  border-radius: 100px;
  font-size: 0.75rem;
  line-height: 1.4;
  font-weight: 700;
}
.c_btn::after {
  content: "";
  width: 13px;
  aspect-ratio: 1/1;
  background: url("../images/common/icon_arr_blue.svg") center/100% auto no-repeat;
  transition: 0.4s ease;
}
.c_btn__main {
  color: #2C4198;
  border: 1px solid #2C4198;
}
.c_btn__brown {
  color: #fff;
  background: #8B5E3C;
  border: 1px solid #8B5E3C;
}
.c_btn__brown::after {
  background-image: url("../images/common/icon_arr.svg");
}
.c_btn__news {
  flex-direction: row-reverse;
  color: #2C4198;
  border: 1px solid #2C4198;
}
.c_btn__news::after {
  scale: -1;
}
.c_btn__under {
  padding: 11px 10px 10px;
  max-width: 250px;
  min-width: 220px;
  width: 100%;
  height: 100%;
  min-height: 40px;
  color: #fff;
  font-size: 0.875rem;
  background: #E67339;
  border: 1px solid #E67339;
}
.c_btn__under::after {
  display: none;
}
.c_btn__under > span {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  letter-spacing: 0.05em;
}
.c_btn__under > span::after {
  content: "";
  flex-shrink: 0;
  width: 13px;
  aspect-ratio: 1/1;
  background: url("../images/common/icon_arr.svg") center/100% auto no-repeat;
  transition: 0.4s ease;
}
.c_btn__under--blue {
  background: #2C4198;
  border: 1px solid #2C4198;
}

.c_ubtn {
  max-width: 1132px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.underline {
  text-decoration: underline;
  font-size: 0.9375rem;
}

.c_mv {
  position: relative;
  height: 200px;
}
.c_mv::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px) brightness(1.1);
}
.c_mv .container {
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.c_mv__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c_mv__box {
  position: relative;
  padding: 30px 35px 0 0;
  width: 100%;
  max-width: 290px;
  z-index: 2;
}
.c_mv__box::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: max(50vw, 595px);
  height: 100%;
  background: url("../images/common/bg_mv.webp") center/cover no-repeat;
  border-top-right-radius: 30px;
  z-index: -1;
}
.c_mv__heading {
  display: flex;
  flex-direction: column;
}
.c_mv__heading__en {
  margin-bottom: 10px;
  color: #2C4198;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
.c_mv__heading__jp {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.05em;
}
.c_mv__illust {
  position: absolute;
  bottom: -15px;
  right: -105px;
  width: 160px;
  aspect-ratio: 246/145;
  pointer-events: none;
  z-index: 2;
}

.c_breadcrumb {
  padding: 18px 0;
}
.c_breadcrumb__list {
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
}
.c_breadcrumb__item {
  display: inline;
}
.c_breadcrumb__item:not(:last-child)::after {
  content: ">";
  margin-left: 5px;
  font-size: 0.75rem;
}
.c_breadcrumb__item > a, .c_breadcrumb__item > span {
  font-size: 0.75rem;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.05em;
}

.c_totop {
  position: fixed;
  bottom: 140px;
  right: 100px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url("../images/common/icon_totop.svg") center/28px auto no-repeat, #2C4198;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  color: #2C4198;
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, all 0.6s ease;
  cursor: pointer;
  z-index: 20;
}
.c_totop.show {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.c_totop.active {
  bottom: 10px !important;
}

.c_fixed {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: 0.4s ease;
  z-index: 5;
}
.c_fixed.hide {
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateY(20px) !important;
}
.c_fixed.show {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.c_fixed__btn {
  padding: 22px 10px 7px min(8.21vw, 32px);
  display: block;
  width: 100%;
  color: #fff;
  line-height: 1.5;
  background: url("../images/common/btn_fixed_bg.webp") center/cover no-repeat;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.c_fixed__txt {
  position: relative;
  padding-right: min(36.53vw, 137px);
  margin: 0 auto 8px;
  display: flex;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 337px;
}
.c_fixed__txt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 125px;
  aspect-ratio: 138/88;
  background: url("../images/common/btn_fixed_icon.svg") center/100% auto no-repeat;
}
.c_fixed__txt__en {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.c_fixed__txt__jp {
  font-size: 1.3125rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
}
.c_fixed__txt__jp .large {
  font-size: 1.4375rem;
}
.c_fixed__txt__jp .sm {
  font-size: 1rem;
}
.c_fixed__arr {
  padding-right: 6px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
}
.c_fixed__arr::after {
  content: "";
  width: 12px;
  aspect-ratio: 1/1;
  background: url("../images/common/icon_arr.svg") center/100% auto no-repeat;
}

.c_hamburger {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 60px;
  aspect-ratio: 1/1;
  background: #2C4198;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s ease;
  z-index: 99;
}
.c_hamburger__bar {
  width: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}
.c_hamburger__bar > span {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: 0.3s ease;
  transform-origin: center;
}
.c_hamburger.active {
  background: none;
}
.c_hamburger.active .c_hamburger__bar > span {
  background: #2C4198;
}
.c_hamburger.active .c_hamburger__bar > span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
.c_hamburger.active .c_hamburger__bar > span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.c_hamburger.active .c_hamburger__bar > span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

.c_pagination {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
}
.c_pagination__item {
  line-height: 1;
}
.c_pagination__btn {
  display: inline-block;
  width: 36px;
  aspect-ratio: 1/1;
  background: url("../images/common/icon_pagination.svg") center/5px auto no-repeat;
  border: 1px solid #2C4198;
  border-radius: 50%;
}
.c_pagination__btn--prev {
  transform: scale(-1);
}
.c_pagination__page {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  aspect-ratio: 1/1;
  border: 1px solid #2C4198;
  border-radius: 50%;
  color: #2C4198;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
}
.c_pagination__page--current {
  background: #2C4198;
  color: #fff;
}

.c_list__default {
  padding-left: 10px;
  max-width: 1130px;
}
.c_list__default li {
  display: flex;
  align-items: flex-start;
  letter-spacing: 0.05em;
}
.c_list__default li::before {
  content: "・";
}
.c_list__dot li {
  position: relative;
  padding-left: 13px;
  line-height: 2.05;
  font-weight: 400;
}
.c_list__dot li::before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #2C4198;
}
.c_list__col2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 280px));
}

#main_content {
  min-height: 40vh;
}

.u_wrapper {
  padding: 40px 0 113px;
}

.c_center {
  text-align: center;
}

@media screen and (max-width: 1599px){
  .c_totop {
    right: 10px;
  }
}

@media screen and (max-width: 782px){
  .customize-support header {
    margin-top: 46px !important;
  }
}

@media screen and (max-width: 767px){
  main::after {
    height: 93px;
    background-position: calc(100% + 100px) 100%;
    background-size: max(100%, 1000px) auto;
  }
  .pc {
    display: none !important;
  }
  .footer_logo {
    text-align: center;
  }
  .footer_content__address {
    display: block;
    line-height: 1.4;
  }
  .footer .copy {
    font-size: 0.6875rem;
    line-height: 1.5;
  }
  .c_totop.reset {
    bottom: 10px;
  }
  .c_fixed__close {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 30px;
    aspect-ratio: 1/1;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #8B5E3C;
  }
  .c_fixed__close::before, .c_fixed__close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: top left;
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background: #E67339;
  }
  .c_fixed__close::before {
    rotate: -45deg;
  }
  .c_fixed__close::after {
    rotate: 45deg;
  }
}

@media screen and (max-width: 600px){
  .customize-support header {
    margin-top: 0px !important;
  }
}

@media screen and (min-width: 768px){
  body {
    font-size: 1.0625rem;
  }
  .sp {
    display: none !important;
  }
  .footer {
    padding: 70px 0 41px;
  }
  .footer_logo__link {
    gap: 10px;
  }
  .footer_logo__img {
    width: 373px;
  }
  .footer_logo__txt {
    font-size: 1.875rem;
    padding-bottom: 0.15em;
  }
  .footer_inner {
    margin-bottom: 0;
    flex-direction: row;
    align-items: flex-start;
  }
  .footer_content {
    font-size: 1rem;
    text-align: left;
  }
  .footer_menu {
    margin: 0;
    grid-template-columns: repeat(3, auto);
  }
  .footer_menu__link {
    font-size: 1.125rem;
  }
  .footer_policy {
    margin-top: -5px;
    text-align: right;
  }
  .footer_policy__btn {
    font-size: 1rem;
  }
  .c_ttl__en {
    font-size: 0.9375rem;
  }
  .c_ttl__jp {
    font-size: 2rem;
  }
  .c_ttl__ttl32 {
    margin-bottom: 20px;
    font-size: 2rem;
  }
  .c_btn {
    padding: 10px 22px;
    gap: 10px;
    min-height: 50px;
    min-width: 240px;
    font-size: 1rem;
  }
  .c_btn::after {
    width: 18px;
  }
  .c_btn__brown {
    font-size: 1.125rem;
    min-height: 65px;
    min-width: 300px;
  }
  .c_btn__under {
    min-height: 65px;
    font-size: 1rem;
  }
  .c_btn__under > span {
    gap: 10px;
  }
  .c_btn__under > span::after {
    width: 18px;
  }
  .c_ubtn {
    gap: 30px;
  }
  .c_ubtn__item {
    width: auto;
    max-width: none;
  }
  .c_mv {
    height: 300px;
  }
  .c_mv__box {
    padding: 47px 43px 0 0;
    max-width: 495px;
  }
  .c_mv__box::before {
    border-top-right-radius: 50px;
  }
  .c_mv__heading__en {
    margin-bottom: 17px;
    font-size: 1.1875rem;
  }
  .c_mv__heading__jp {
    font-size: 2.5rem;
  }
  .c_mv__illust {
    bottom: -26px;
    right: -44px;
    width: 246px;
  }
  .c_mv__illust__02 {
    right: -80px;
  }
  .c_mv__illust__03 {
    right: -150px;
  }
  .c_totop {
    bottom: 195px;
    width: 88px;
    background-size: 44px auto;
    font-size: 1rem;
  }
  .c_totop.active {
    bottom: 177px !important;
  }
  .c_fixed {
    width: 408px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .c_fixed.hide {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }
  .c_fixed__btn {
    padding: 30px 22px 20px 34px;
    border-top-left-radius: 50px;
    border-top-right-radius: 0;
  }
  .c_fixed__txt {
    margin: 0 0 8px;
    padding-right: 0;
    max-width: 252px;
  }
  .c_fixed__txt::after {
    right: -148px;
    width: 138px;
  }
  .c_fixed__txt__en {
    font-size: 0.75rem;
  }
  .c_fixed__txt__jp {
    font-size: 1.6875rem;
    letter-spacing: 0.08em;
  }
  .c_fixed__txt__jp .large {
    font-size: 1.875rem;
  }
  .c_fixed__txt__jp .sm {
    font-size: 1.3125rem;
  }
  .c_fixed__arr {
    padding-right: 0;
    gap: 10px;
    font-size: 1.125rem;
  }
  .c_fixed__arr::after {
    width: 18px;
  }
  .c_pagination {
    margin-top: 30px;
    gap: 10px;
  }
  .c_pagination__btn {
    width: 40px;
    background-size: 6px auto;
  }
  .c_pagination__page {
    width: 40px;
    font-size: 0.8125rem;
  }
  .c_list__default {
    padding-left: 20px;
  }
  .c_list__dot li {
    padding-left: 15px;
  }
  .c_list__dot li::before {
    top: 0.8em;
    width: 10px;
  }
  .u_wrapper {
    padding: 47px 0 236px;
  }
}

@media screen and (min-width: 992px){
  html {
    scroll-padding-top: 136px;
  }
  html.aos-pending-scroll {
    scroll-padding-top: 236px;
  }
  .ld {
    display: none !important;
  }
  .header {
    top: 16px;
  }
  .header_inner {
    padding: 0 20px;
    min-height: min(6.57vw, 92px);
  }
  .header_logo__link {
    gap: min(0.71vw, 10px);
  }
  .header_logo__img {
    width: min(23.31vw, 373px);
  }
  .header_logo__txt {
    font-size: min(2.14vw, 1.875rem);
    padding-bottom: 0.15em;
  }
  .header_top .header_content {
    height: 0;
    opacity: 0;
    visibility: hidden;
  }
  .header_content {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    z-index: unset;
  }
  .is-fixed .header_top .header_content {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
  .is-fixed .nav_wrapper {
    visibility: visible;
  }
  .is-fixed .js-fixed {
    opacity: 0;
    visibility: hidden;
  }
  .nav_wrapper {
    height: auto;
    flex-direction: row;
    align-items: center;
    padding: min(1.43vw, 20px) min(1.86vw, 26px) min(1.43vw, 20px) min(5.36vw, 75px);
    background: #fff;
    border-radius: 52px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    overflow-y: unset;
    opacity: 1;
    visibility: visible;
    transition: none;
  }
  .nav_wrapper::before {
    display: none;
  }
  .nav_wrapper::after {
    display: none;
  }
  .nav_btn__contact {
    display: none;
  }
  .nav_btn__mail {
    margin-bottom: 0;
    margin-left: min(1.58vw, 23px);
    padding: 0;
    display: inline-block;
    width: min(4.57vw, 64px);
    aspect-ratio: 1/1;
    background: url("../images/common/icon_mail.svg") center/min(2.29vw, 32px) auto no-repeat, #2C4198;
    border-radius: 50%;
  }
  .nav_btn__mail .mail_ttl, .nav_btn__mail .mail_desc {
    display: none;
  }
  .nav_policy {
    display: none;
  }
  .c_menu {
    margin-bottom: 0;
    flex-direction: row;
    align-items: center;
    padding-top: 10px;
    gap: min(3.44vw, 49px);
  }
  .c_menu__link {
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    background: none;
    border-bottom: none;
  }
  .c_menu__jp {
    font-size: min(1.21vw, 1.0625rem);
  }
  .c_menu__jp::before {
    content: "・";
  }
  .c_menu__en {
    padding-left: min(1.21vw, 17px);
    font-size: min(0.86vw, 0.75rem);
  }
  .c_recruit {
    margin-bottom: 0;
    margin-left: min(2.47vw, 36px);
  }
  .c_recruit__ttl {
    padding: 0;
  }
  .c_recruit__ttl::before, .c_recruit__ttl::after {
    display: none;
  }
  .c_recruit__ttl__jp {
    padding: min(0.43vw, 6px) min(2.57vw, 36px);
    display: inline-block;
    background: #E67339;
    color: #fff;
    font-size: min(1.14vw, 1rem);
    line-height: 1.5;
    border-radius: 18px;
    cursor: pointer;
  }
  .c_recruit__ttl__en {
    display: none;
  }
  .c_recruit__sub {
    display: block;
    margin-left: 0;
    position: absolute;
    top: 0;
    left: 0;
    padding: 66px 26px 30px;
    width: 240px;
    background: #FDFAEC;
    border-radius: 18px;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease;
    z-index: -1;
  }
  .c_recruit__subitem:not(:last-child) {
    margin-bottom: 20px;
  }
  .c_recruit__subitem a {
    padding: 0;
    font-size: 1.0625rem;
    line-height: 1.4705882353;
  }
  .c_recruit__subitem a::before {
    color: #333;
  }
  .open-nav {
    overflow: unset;
  }
  .c_hamburger {
    display: none;
  }
}

@media screen and (min-width: 1200px){
  .c_ubtn__item {
    flex-grow: 1;
  }
}

@media screen and (min-width: 1601px){
  main::after {
    background-position: bottom center;
  }
}

@media screen and (min-width: 1921px){
  main::after {
    background-size: contain;
    background-repeat: repeat-x;
  }
}

@media (any-hover: hover) and (pointer: fine){
  a:hover {
    opacity: 0.8;
  }
  .c_recruit__item:hover .c_recruit__sub {
    opacity: 1;
    visibility: visible;
  }
  .c_btn__main:hover {
    opacity: 1;
    color: #fff;
    background: #2C4198;
  }
  .c_btn__main:hover::after {
    filter: brightness(0) invert(1);
  }
  .c_btn__brown:hover {
    opacity: 1;
    color: #8B5E3C;
    background: #fff;
  }
  .c_btn__brown:hover::after {
    background-image: url("../images/common/icon_arr_brown.svg");
  }
  .c_btn__news:hover {
    opacity: 1;
    color: #fff;
    background: #2C4198;
  }
  .c_btn__news:hover::after {
    filter: brightness(0) invert(1);
  }
  .c_btn__under:hover {
    opacity: 1;
    color: #E67339;
    background: #fff;
  }
  .c_btn__under:hover > span::after {
    background-image: url("../images/common/icon_arr_orange.svg");
  }
  .c_btn__under--blue:hover {
    opacity: 1;
    color: #2C4198;
    background: #fff;
  }
  .c_btn__under--blue:hover > span::after {
    background-image: url("../images/common/icon_arr_blue.svg");
  }
  .underline:hover {
    text-decoration: none;
  }
  .c_totop:hover {
    opacity: 0.8;
  }
}
/*# sourceMappingURL=maps/common.css.map */
