@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@300;400;500;700;800;900&display=swap");
/*! destyle.css v3.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;
  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 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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

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

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * 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. Fix font inheritance.
 */
::-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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

:root {
  --base-font-family: "M PLUS 1p", sans-serif;
  --base-font-size: 1rem;
  --base-font-weight: 500;
  --base-line-height: 1.5;
  --base-letter-space: 0;
  --base-opacity: 0.6;
  --base-color-text: #000;
  --base-color-bg: #0079C2;
  --color-key: #0095DE;
  --color-emphasis: #F7931E;
  --color-btn: #F39800;
}

/*
 * html, body
---------------------------------------*/
html {
  font-size: 16px;
}

body {
  opacity: 0;
  position: relative;
  font-family: var(--base-font-family);
  font-size: var(--base-font-size);
  font-weight: var(--base-font-weight);
  color: var(--base-color-text);
  line-height: var(--base-line-height);
  letter-spacing: var(--base-letter-space);
  background: var(--base-color-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-wrap: break-word;
  transition: opacity 0.3s ease;
}

* {
  box-sizing: border-box;
}

header, footer {
  width: 100%;
}

a {
  text-decoration: none;
  transition: opacity 0.3s ease;
  color: inherit;
}
a:hover {
  text-decoration: none;
  outline: 0;
  opacity: 0.6;
}
a.underline {
  text-decoration: underline;
}
a img, a svg {
  border: 0;
  transition: opacity 0.3s ease;
}
a img:hover, a svg:hover {
  transition: opacity 0.3s ease;
}

ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.disc {
  margin-left: 1em;
}
ul.disc li {
  list-style: disc;
}

img, video {
  border: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

video {
  width: 100%;
}

iframe {
  max-width: 100%;
}

picture {
  display: block;
}
picture img {
  width: inherit;
}
picture img.w100 {
  width: 100%;
}

button {
  outline: none;
}

/*
 * SP-PC切り替え
---------------------------------------*/
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

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

/*
 * SPのときだけTELリンクをつける
---------------------------------------*/
@media print, screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: text;
    text-decoration: none;
  }
}

/*
 * clearfix
---------------------------------------*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*
 * wrapper
---------------------------------------*/
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media all and (-ms-high-contrast: none) {
  .wrapper {
    flex-direction: inherit;
  }
}

/*
 * main
---------------------------------------*/
.main {
  position: relative;
  flex: 1;
}
/*
 * content
---------------------------------------*/
.container {
  width: 100%;
  margin-inline: auto;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .container {
    width: 73%;
    padding-bottom: 8vw;
  }
}
@media print, screen and (min-width: 769px) {
  .container {
    max-width: 1068px;
    padding-bottom: 60px;
  }
}

.font-mplus1 {
  font-family: "M PLUS 1p", sans-serif;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scaleX-OutIn {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  50% {
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  50.00001% {
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
@keyframes infinity-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/* フェード
------------------------------------------------------ */
.js-fade-in {
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 2.5s;
  transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
}
.js-fade-in.fade-outQuit {
  transition-timing-function: cubic-bezier(0.83, 0, 0.17, 1);
}
.js-fade-in.fade-in-up {
  transform: translate3d(0, 50px, 0) !important;
}
.js-fade-in.fade-in-down {
  transform: translate3d(0, -100px, 0) !important;
}
.js-fade-in.fade-in-left {
  transform: translate3d(-100px, 50px, 0) !important;
}
.js-fade-in.fade-in-right {
  transform: translate3d(100px, 50px, 0) !important;
}
.js-fade-in.js-scroll-in {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) !important;
}

/* アコーディオン
------------------------------------------------------ */
.js-accordion-btn {
  cursor: pointer;
}

.js-accordion {
  max-height: 0;
  overflow: hidden;
  transition: 1s cubic-bezier(0.23, 1, 0.32, 1) max-height;
  padding-top: 0;
}

.bg-white {
  background-color: #fff;
}

.bg-bluesky {
  background-color: rgba(8, 140, 196, 0.07);
}

.bg-deepblue {
  background-color: var(--color-secondary);
}

.btn-link {
  cursor: pointer;
  display: block;
  font-weight: 500;
  background-color: var(--color-emphasis);
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .btn-link {
    font-size: 3.2vw;
    width: 100%;
    padding-block: 0.5333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .btn-link {
    font-size: 20px;
    width: 100%;
    max-width: 372px;
    padding-block: 10px;
  }
}
.btn-link.center {
  margin-inline: auto;
}
.btn-link span {
  display: block;
}
.btn-link .en {
  font-size: 0.55em;
}
.text-normal {
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .text-normal {
    font-size: 3.4666666667vw;
    line-height: 1.7692307692;
    letter-spacing: -0.01em;
  }
}
@media print, screen and (min-width: 769px) {
  .text-normal {
    font-size: 17px;
    line-height: 2.0588235294;
  }
}

.text-big {
  color: var(--color-key);
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .text-big {
    font-size: 7.2vw;
    line-height: 1.5925925926;
  }
}
@media print, screen and (min-width: 769px) {
  .text-big {
    font-size: 50px;
    line-height: 1.6;
  }
}
.text-big.border {
  border-bottom: 1px solid var(--color-key);
}

.text-tel {
  letter-spacing: -0.03em;
  line-height: 1;
  font-weight: 900;
  color: #595757;
}
@media screen and (max-width: 768px) {
  .text-tel {
    font-size: 6.4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .text-tel {
    font-size: min(2.8385416667vw, 3.40625rem);
  }
}
.text-tel span {
  font-size: 0.623853211em;
}

.text-open {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: min(1.3458950202vw, 1.25rem);
  margin-top: min(2.2880215343vw, 2.125rem);
}
.text-open .open__text1 {
  font-weight: 500;
  line-height: 1;
  color: var(--color-key);
  width: 2em;
}
@media screen and (max-width: 768px) {
  .text-open .open__text1 {
    font-size: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .text-open .open__text1 {
    font-size: min(1.6150740242vw, 1.5rem);
  }
}
.text-open .open__text2 {
  font-weight: 900;
  color: var(--color-key);
  flex: 1;
  text-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .text-open .open__text2 {
    font-size: 6.6666666667vw;
    letter-spacing: 0.1em;
  }
}
@media print, screen and (min-width: 769px) {
  .text-open .open__text2 {
    font-size: min(4.7106325707vw, 4.375rem);
    letter-spacing: -0.03em;
  }
}
.text-open .open__text3 {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .text-open .open__text3 {
    font-size: 2.9333333333vw;
    background-color: #C79F62;
    width: fit-content;
    padding: 2.1333333333vw 7.4666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .text-open .open__text3 {
    font-size: min(1.2113055182vw, 1.125rem);
    background-color: var(--color-key);
    padding: 0.5555555556em 2.2222222222em;
  }
}

.header {
  background-color: #fff;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }
}
@media print, screen and (min-width: 769px) {
  .header {
    padding-bottom: min(2.2916666667vw, 2.75rem);
  }
}
.header .header__inner {
  position: relative;
  text-align: center;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .header .header__inner {
    padding-top: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .header .header__inner {
    padding-top: min(2.0833333333vw, 2.5rem);
  }
}
.header .header__title {
  display: block;
  text-align: right;
  width: fit-content;
  color: var(--color-key);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .header .header__title {
    font-size: 2.4vw;
    margin-inline: auto 4.2666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .header .header__title {
    font-size: min(1.6666666667vw, 2rem);
    letter-spacing: -0.05em;
    margin-inline: auto 2.8125em;
  }
}
.header .header__title .head {
  font-size: 0.59375em;
  letter-spacing: 0.1em;
}
.header .header__title .en {
  display: block;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .header .header__title .en {
    font-size: 0.5555555556em;
    margin-top: 0.8vw;
  }
}
@media print, screen and (min-width: 769px) {
  .header .header__title .en {
    font-size: 0.5em;
  }
}
.header .header__logo {
  font-size: min(0.8333333333vw, 1rem);
  pointer-events: none;
  display: flex;
  margin-left: 6.5625em;
}
@media screen and (max-width: 768px) {
  .header .header__logo {
    margin-top: -3.7333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .header .header__logo {
    margin-top: -0.8125em;
  }
}
.header .header__logo img {
  width: 15.5em;
}
.header .header__logo:after {
  content: "";
  flex: 1;
  border-top: 0.625em solid #0387d2;
  margin-top: 1.375em;
  margin-left: -0.625em;
}
.header .header__btn--menu {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  margin: 0;
  width: min(16vw, 3.75rem);
  height: min(16vw, 3.75rem);
  background-color: #fff;
  z-index: 99;
}
@media print, screen and (min-width: 769px) {
  .header .header__btn--menu {
    display: none;
  }
}
.header .header__btn--menu .header-menu--border {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transform-origin: left;
  background-color: #000;
  will-change: transform;
  backface-visibility: hidden;
  transition: transform 0.3s 0s ease-out;
  backface-visibility: hidden;
}
@media screen and (max-width: 768px) {
  .header .header__btn--menu .header-menu--border {
    width: min(10.6666666667vw, 2.5rem);
    height: min(0.8vw, 0.1875rem);
  }
}
.header .header__btn--menu .header-menu--border:nth-child(1) {
  top: 46%;
}
.header .header__btn--menu .header-menu--border:nth-child(2) {
  top: 54%;
}
.header .header__btn--menu.active .header-menu--border:nth-child(1) {
  top: 49%;
  width: 50%;
  transform: rotate(36deg) translateX(-50%);
}
.header .header__btn--menu.active .header-menu--border:nth-child(2) {
  top: 50%;
  width: 50%;
  transform: rotate(-36deg) translateX(-50%);
}
.header .header__btn--menu.active .hamburger__text {
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .header__menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: var(--base-color-bg);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 80;
    overflow-y: auto;
    padding-top: 29.3333333333vw;
    padding-bottom: 11.4666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .header__menu {
    font-size: min(0.8333333333vw, 1rem);
    max-width: 108.4375em;
    margin-top: -2.375em;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .header__menu.active {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
  }
}

.footer {
  color: #000;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-top: 10.6666666667vw;
    padding-bottom: 13.3333333333vw;
    margin-top: 14.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .footer {
    padding-top: 3.75vw;
    padding-bottom: 4.1145833333vw;
    margin-top: 207px;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer__inner {
    text-align: center;
  }
}
@media print, screen and (min-width: 769px) {
  .footer .footer__inner {
    max-width: 1486px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 769px) {
  .footer .footer__info1 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: 4.3068640646%;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer__info2 {
    width: 57%;
    margin-top: 6.6666666667vw;
    margin-inline: auto;
  }
}
@media print, screen and (min-width: 769px) {
  .footer .footer__info2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-top: 3px solid #C79F62;
  }
}
@media screen and (max-width: 768px) {
  .footer .info1__logo {
    width: 56.2666666667vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 769px) {
  .footer .info1__logo {
    width: min(23.2291666667vw, 27.875rem);
  }
}
@media screen and (max-width: 768px) {
  .footer .info1__content {
    margin-top: 3.7333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .footer .info1__content {
    flex: 1;
    width: 100.7402422611%;
    max-width: 1258px;
  }
}
@media screen and (max-width: 768px) {
  .footer .name--company {
    font-size: 5.8666666667vw;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer .name--company span {
    font-size: 5.8666666667vw;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer__menu {
    display: none;
  }
}
.footer .footer__menu .menu__inner {
  max-width: 100%;
}
.footer .footer__name {
  letter-spacing: -0.07em;
  font-weight: 500;
  text-wrap: nowrap;
  margin-top: min(2.2880215343vw, 2.125rem);
}
@media screen and (max-width: 768px) {
  .footer .footer__name {
    font-size: 3.7333333333vw;
    color: var(--color-key);
  }
}
@media print, screen and (min-width: 769px) {
  .footer .footer__name {
    font-size: min(1.8842530283vw, 1.75rem);
    text-wrap: nowrap;
    margin-bottom: 15px;
  }
  @-moz-document url-prefix() {
    .footer .footer__name {
      font-size: min(1.7496635262vw, 1.625rem);
    }
  }
}
.footer .footer__name span {
  font-size: 0.4761904762em;
  letter-spacing: 0;
}
.footer .footer__open {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  column-gap: min(1.3458950202vw, 1.25rem);
  margin-top: min(2.2880215343vw, 2.125rem);
}
.footer .footer__open .open__text1 {
  font-weight: 500;
  line-height: 1;
  color: var(--color-key);
}
@media screen and (max-width: 768px) {
  .footer .footer__open .open__text1 {
    font-size: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .footer .footer__open .open__text1 {
    font-size: min(1.6150740242vw, 1.5rem);
  }
}
.footer .footer__open .open__text2 {
  font-weight: 900;
  color: var(--color-key);
}
@media screen and (max-width: 768px) {
  .footer .footer__open .open__text2 {
    font-size: 6.6666666667vw;
    letter-spacing: 0.1em;
  }
}
@media print, screen and (min-width: 769px) {
  .footer .footer__open .open__text2 {
    font-size: min(4.7106325707vw, 4.375rem);
    letter-spacing: -0.03em;
  }
}
.footer .footer__open .open__text3 {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer .footer__open .open__text3 {
    font-size: 2.9333333333vw;
    background-color: #C79F62;
    width: fit-content;
    padding: 2.1333333333vw 7.4666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .footer .footer__open .open__text3 {
    font-size: min(1.2113055182vw, 1.125rem);
    background-color: var(--color-key);
    padding: 0.5555555556em 2.2222222222em;
  }
}
.footer .footer__address {
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .footer .footer__address {
    font-size: 2.1333333333vw;
    border-top: 1px solid #C79F62;
    border-bottom: 1px solid #C79F62;
    padding-block: 0.8vw;
  }
}
@media print, screen and (min-width: 769px) {
  .footer .footer__address {
    font-size: min(1.1440107672vw, 1.0625rem);
    letter-spacing: 0.03em;
    width: min(33.6473755047vw, 31.25rem);
    margin-top: -0.15em;
    margin-left: -0.5em;
  }
}
.footer .footer__tel {
  font-weight: 900;
  text-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .footer .footer__tel {
    font-size: 2.1333333333vw;
    text-align: left;
    margin-top: 1.0666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .footer .footer__tel {
    width: 33.1763122476%;
    font-size: min(1.2113055182vw, 1.125rem);
    border-left: 1px solid #C79F62;
    padding-top: 0.5em;
    padding-left: 1em;
  }
}
.footer .footer__tel .area {
  font-weight: 500;
}
.footer .footer__tel .area span {
  color: #B28146;
}

@media print, screen and (min-width: 769px) {
  .footer__menu {
    margin-top: 8px;
  }
}
.footer__menu .menu__list {
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .footer__menu .menu__list {
    display: flex;
  }
}
.footer__menu .menu__list .menu__item {
  text-align: center;
  border: 1px solid var(--color-key);
}
@media print, screen and (min-width: 769px) {
  .footer__menu .menu__list .menu__item {
    width: 20%;
  }
}
.footer__menu .menu__list .menu__item .menu__item__inner {
  display: block;
  font-size: 15px;
  padding: 8px 0;
}

@media screen and (max-width: 768px) {
  .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: var(--base-color-bg);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 80;
    overflow-y: auto;
    padding-top: 29.3333333333vw;
    padding-bottom: 11.4666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .menu {
    font-size: min(0.8333333333vw, 1rem);
  }
}
.menu .menu__inner {
  margin-inline: auto 0;
  max-width: min(55.7291666667vw, 66.875rem);
}
@media print, screen and (min-width: 769px) {
  .menu .menu__list {
    display: flex;
    column-gap: 1px;
    border: 1px solid var(--color-key);
  }
}
@media screen and (max-width: 768px) {
  .menu .menu__list .menu__item {
    margin-bottom: 1px;
  }
}
@media print, screen and (min-width: 769px) {
  .menu .menu__list .menu__item {
    width: 20%;
  }
}
.menu .menu__list .menu__item:not(:first-child) {
  border-left: 1px solid var(--color-key);
}
.menu .menu__list .menu__item .menu__item__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  padding: 6px 0;
}
.menu .menu__list .menu__item .menu__item--ja {
  font-size: min(1.25vw, 1.5rem);
  letter-spacing: 0.1em;
  color: var(--base-color-bg);
}
.menu .menu__list .menu__item .menu__item--en {
  font-size: min(0.8333333333vw, 1rem);
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .section {
    margin-top: 12vw;
  }
}
@media print, screen and (min-width: 769px) {
  .section {
    margin-top: 60px;
  }
}
.section .section__title {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1em;
  font-weight: 500;
  color: var(--color-key);
}
@media screen and (max-width: 768px) {
  .section .section__title {
    font-size: 2.6666666667vw;
    padding-top: 2.4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .section .section__title {
    font-size: 18px;
    padding-top: 52px;
    max-width: 810px;
    margin-inline: auto;
  }
}
.section .section__title:before, .section .section__title:after {
  content: "";
  flex: 1;
  border-top: 1px solid var(--color-key);
}
@media screen and (max-width: 768px) {
  .section .section__inner {
    padding-inline: 8vw;
    margin-inline: auto;
  }
}
@media print, screen and (min-width: 769px) {
  .section .section__inner {
    max-width: 835px;
    padding-inline: 15px;
    margin-inline: auto;
  }
}

.name--company {
  color: var(--color-key);
  font-size: 500px;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .name--company {
    font-size: 4.16vw;
  }
}
@media print, screen and (min-width: 769px) {
  .name--company {
    font-size: 32px;
  }
}
.name--company .head {
  font-size: 0.59375em;
  letter-spacing: 0.1em;
}
.name--company .en {
  display: block;
  font-size: 0.5em;
  letter-spacing: 0.05em;
}

/*
 * flex-box
---------------------------------------*/
.flex {
  display: flex;
}
.flex .flex_item-col1 {
  width: 6.3333333333%;
}
.flex .flex_item-col2 {
  width: 14.6666666667%;
}
.flex .flex_item-col3 {
  width: 23%;
}
.flex .flex_item-col4 {
  width: 31.3333333333%;
}
.flex .flex_item-col5 {
  width: 39.6666666667%;
}
.flex .flex_item-col6 {
  width: 48%;
}
.flex .flex_item-col7 {
  width: 56.3333333333%;
}
.flex .flex_item-col8 {
  width: 64.6666666667%;
}
.flex .flex_item-col9 {
  width: 73%;
}
.flex .flex_item-col10 {
  width: 81.3333333333%;
}
.flex .flex_item-col11 {
  width: 89.6666666667%;
}
.flex .flex_item-col12 {
  width: 98%;
}
@media screen and (max-width: 768px) {
  .flex .flex_item-sp-col1 {
    width: 6.3333333333%;
  }
  .flex .flex_item-sp-col2 {
    width: 14.6666666667%;
  }
  .flex .flex_item-sp-col3 {
    width: 23%;
  }
  .flex .flex_item-sp-col4 {
    width: 31.3333333333%;
  }
  .flex .flex_item-sp-col5 {
    width: 39.6666666667%;
  }
  .flex .flex_item-sp-col6 {
    width: 48%;
  }
  .flex .flex_item-sp-col7 {
    width: 56.3333333333%;
  }
  .flex .flex_item-sp-col8 {
    width: 64.6666666667%;
  }
  .flex .flex_item-sp-col9 {
    width: 73%;
  }
  .flex .flex_item-sp-col10 {
    width: 81.3333333333%;
  }
  .flex .flex_item-sp-col11 {
    width: 89.6666666667%;
  }
  .flex .flex_item-sp-col12 {
    width: 98%;
  }
}
@media print, screen and (min-width: 769px) {
  .flex .flex_item-pc-col1 {
    width: 6.3333333333%;
  }
  .flex .flex_item-pc-col2 {
    width: 14.6666666667%;
  }
  .flex .flex_item-pc-col3 {
    width: 23%;
  }
  .flex .flex_item-pc-col4 {
    width: 31.3333333333%;
  }
  .flex .flex_item-pc-col5 {
    width: 39.6666666667%;
  }
  .flex .flex_item-pc-col6 {
    width: 48%;
  }
  .flex .flex_item-pc-col7 {
    width: 56.3333333333%;
  }
  .flex .flex_item-pc-col8 {
    width: 64.6666666667%;
  }
  .flex .flex_item-pc-col9 {
    width: 73%;
  }
  .flex .flex_item-pc-col10 {
    width: 81.3333333333%;
  }
  .flex .flex_item-pc-col11 {
    width: 89.6666666667%;
  }
  .flex .flex_item-pc-col12 {
    width: 98%;
  }
}
@media print, screen and (min-width: 769px) {
  .flex--pc {
    display: flex;
  }
  .flex--pc .flex_item-pc-col1 {
    width: 6.3333333333%;
  }
  .flex--pc .flex_item-pc-col2 {
    width: 14.6666666667%;
  }
  .flex--pc .flex_item-pc-col3 {
    width: 23%;
  }
  .flex--pc .flex_item-pc-col4 {
    width: 31.3333333333%;
  }
  .flex--pc .flex_item-pc-col5 {
    width: 39.6666666667%;
  }
  .flex--pc .flex_item-pc-col6 {
    width: 48%;
  }
  .flex--pc .flex_item-pc-col7 {
    width: 56.3333333333%;
  }
  .flex--pc .flex_item-pc-col8 {
    width: 64.6666666667%;
  }
  .flex--pc .flex_item-pc-col9 {
    width: 73%;
  }
  .flex--pc .flex_item-pc-col10 {
    width: 81.3333333333%;
  }
  .flex--pc .flex_item-pc-col11 {
    width: 89.6666666667%;
  }
  .flex--pc .flex_item-pc-col12 {
    width: 98%;
  }
}
@media screen and (max-width: 768px) {
  .flex--sp {
    display: flex;
  }
  .flex--sp .flex_item-sp-col1 {
    width: 6.3333333333%;
  }
  .flex--sp .flex_item-sp-col2 {
    width: 14.6666666667%;
  }
  .flex--sp .flex_item-sp-col3 {
    width: 23%;
  }
  .flex--sp .flex_item-sp-col4 {
    width: 31.3333333333%;
  }
  .flex--sp .flex_item-sp-col5 {
    width: 39.6666666667%;
  }
  .flex--sp .flex_item-sp-col6 {
    width: 48%;
  }
  .flex--sp .flex_item-sp-col7 {
    width: 56.3333333333%;
  }
  .flex--sp .flex_item-sp-col8 {
    width: 64.6666666667%;
  }
  .flex--sp .flex_item-sp-col9 {
    width: 73%;
  }
  .flex--sp .flex_item-sp-col10 {
    width: 81.3333333333%;
  }
  .flex--sp .flex_item-sp-col11 {
    width: 89.6666666667%;
  }
  .flex--sp .flex_item-sp-col12 {
    width: 98%;
  }
}
.flex-wrap {
  flex-wrap: wrap;
}
@media print, screen and (min-width: 769px) {
  .flex-wrap--pc {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .flex-wrap--sp {
    flex-wrap: wrap;
  }
}
.flex-justify-start {
  justify-content: flex-start;
}
@media print, screen and (min-width: 769px) {
  .flex-justify-start--pc {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .flex-justify-start--sp {
    justify-content: flex-start;
  }
}
.flex-justify-end {
  justify-content: flex-end;
}
@media print, screen and (min-width: 769px) {
  .flex-justify-end--pc {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .flex-justify-end--sp {
    justify-content: flex-end;
  }
}
.flex-justify-between {
  justify-content: space-between;
}
@media print, screen and (min-width: 769px) {
  .flex-justify-between--pc {
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .flex-justify-between--sp {
    justify-content: space-between;
  }
}
.flex-justify-center {
  justify-content: center;
}
@media print, screen and (min-width: 769px) {
  .flex-justify-center--pc {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .flex-justify-center--sp {
    justify-content: center;
  }
}
.flex-align-start {
  align-items: flex-start;
}
@media print, screen and (min-width: 769px) {
  .flex-align-start--pc {
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .flex-align-start--sp {
    align-items: flex-start;
  }
}
.flex-align-center {
  align-items: center;
}
@media print, screen and (min-width: 769px) {
  .flex-align-center--pc {
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .flex-align-center--sp {
    align-items: center;
  }
}
.flex-align-end {
  align-items: flex-end;
}
@media print, screen and (min-width: 769px) {
  .flex-align-end--pc {
    align-items: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .flex-align-end--sp {
    align-items: flex-end;
  }
}
.flex-align-stretch {
  align-items: stretch;
}
@media print, screen and (min-width: 769px) {
  .flex-align-stretch--pc {
    align-items: stretch;
  }
}
@media screen and (max-width: 768px) {
  .flex-align-stretch--sp {
    align-items: stretch;
  }
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
@media print, screen and (min-width: 769px) {
  .flex-row-reverse--pc {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 768px) {
  .flex-row-reverse--sp {
    flex-direction: row-reverse;
  }
}
.flex-order1 {
  order: 1;
}
.flex-order2 {
  order: 2;
}
.flex-order3 {
  order: 3;
}
.flex-order4 {
  order: 4;
}
.flex-order5 {
  order: 5;
}
.flex-order6 {
  order: 6;
}
.flex-order7 {
  order: 7;
}
.flex-order8 {
  order: 8;
}
.flex-order9 {
  order: 9;
}
.flex-order10 {
  order: 10;
}

.mv {
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv {
    margin-top: 16.5333333333vw;
    margin-bottom: 9.8666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .mv {
    padding-top: 27px;
    margin-bottom: 215px;
  }
}
.mv .mv__text {
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .mv .mv__text {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 33%;
  }
}
@media print, screen and (min-width: 769px) {
  .mv .mv__text {
    top: min(17.34375vw, 20.8125rem);
    left: 50.5%;
    transform: translateX(-50%);
    width: min(28.125vw, 33.75rem);
  }
}
.mv .mv__swiper .swiper-slide {
  overflow: hidden;
}
.mv .mv__swiper .swiper-slide.swiper-slide-active img, .mv .mv__swiper .swiper-slide.swiper-slide-prev img {
  transform: scale(1.1);
}
.mv .mv__swiper .swiper-slide img {
  transition: transform 20s cubic-bezier(0.23, 1, 0.32, 1);
}
.mv .mv__swiper .swiper-pagination.swiper-pagination-bullets {
  bottom: min(3.6458333333vw, 4.375rem);
}
.mv .mv__swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.8;
  width: min(1.8vw, 1.125rem);
  height: min(1.8vw, 1.125rem);
  margin-inline: 0;
}
.mv .mv__swiper .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: min(0.7291666667vw, 0.875rem);
}
.mv .mv__swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-key);
  opacity: 1;
}
.mv .mv__swiper img {
  width: 100%;
}

.title {
  line-height: 1;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .title .title--num {
    font-size: 14.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .title .title--num {
    font-size: min(9.8360655738vw, 9.375rem);
    letter-spacing: 0.11em;
  }
}
.title .title--main {
  letter-spacing: 0.17em;
}
@media screen and (max-width: 768px) {
  .title .title--main {
    font-size: 2.9333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .title .title--main {
    font-size: min(1.9672131148vw, 1.875rem);
    margin-left: 20px;
  }
}

.mark.is-on .mark--line:before {
  width: 100%;
}
.mark .mark--line {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.mark .mark--line:before {
  content: "";
  position: absolute;
  bottom: min(1.517571885vw, 1.1875rem);
  left: 0;
  display: block;
  width: 0;
  height: min(1.517571885vw, 1.1875rem);
  background-color: #FFCB00;
  transition: width 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}

.recruit .recruit__banner {
  position: relative;
  background-image: url(../images/common/recruit_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 0;
  padding-top: 55.8988764045%;
}
.recruit .recruit__banner .recruit__banner__image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
@media screen and (max-width: 768px) {
  .recruit .recruit__btn {
    margin-top: 6.1333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .recruit .recruit__btn {
    margin-top: 70px;
  }
}
/*# sourceMappingURL=style.css.map */