@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: 400;
  --base-line-height: 1.5;
  --base-letter-space: 0;
  --base-opacity: 0.6;
  --base-color-text: #000;
  --base-color-bg: #fff;
  --color-key: #0095D8;
  --color-sub: #FFE200;
  --color-gray: #7D7D7D;
  --color-emphasis: #FFE200;
  --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 {
  position: relative;
  margin-inline: auto;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .container {
    width: 95%;
  }
}
@media print, screen and (min-width: 769px) {
  .container {
    width: 100%;
    max-width: 1095px;
    padding-inline: 15px;
  }
}

.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-page {
  position: relative;
}
.bg-page:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat-y;
  background-size: 100% auto;
  z-index: 0;
  pointer-events: none;
}

.bg-back {
  position: relative;
  z-index: 1;
}

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

.bg-blue {
  background-color: var(--color-key);
}

.bg-yellow {
  background-color: var(--color-sub);
}

.bg-radius {
  border-radius: 8.5333333333vw;
}
@media print, screen and (min-width: 769px) {
  .bg-radius {
    border-radius: 65px;
  }
}

.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;
}
.title-normal {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-key);
}
@media print, screen and (min-width: 769px) {
  .title-normal {
    font-size: min(3.7558685446vw, 2.5rem);
  }
}

.text-fukidashi {
  position: relative;
  font-size: 4.2666666667vw;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: var(--color-key);
  background-color: var(--color-sub);
  border-radius: 50vw;
  width: fit-content;
  padding: 14px 29px;
}
@media print, screen and (min-width: 769px) {
  .text-fukidashi {
    font-size: 24px;
  }
}
.text-fukidashi:after {
  content: "";
  position: absolute;
  top: 85%;
  left: 16%;
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(../images/overview/work_fukidashi.svg);
  background-repeat: no-repeat;
}

.text-separate {
  border: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 601 12'%3E%3Cpath d='M1 1c9.36 0 9.36 10 18.72 10S29.07 1 38.43 1s9.36 10 18.72 10S66.51 1 75.86 1s9.36 10 18.72 10 9.36-10 18.72-10 9.36 10 18.72 10 9.36-10 18.72-10 9.36 10 18.72 10 9.36-10 18.72-10 9.36 10 18.72 10 9.36-10 18.72-10 9.36 10 18.72 10 9.36-10 18.72-10 9.36 10 18.72 10 9.36-10 18.72-10 9.36 10 18.72 10 9.36-10 18.72-10 9.36 10 18.72 10 9.36-10 18.72-10 9.36 10 18.72 10 9.36-10 18.72-10 9.36 10 18.72 10 9.36-10 18.72-10 9.36 10 18.72 10 9.36-10 18.72-10 9.36 10 18.72 10 9.36-10 18.72-10 9.36 10 18.72 10 9.36-10 18.72-10 9.36 10 18.73 10 9.36-10 18.73-10' style='fill:none;stroke:%230095D8;stroke-linecap:round;stroke-miterlimit:10;stroke-width:2px'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  height: 11px;
}

.text-normal {
  font-size: 14px;
  line-height: 1.75;
  color: var(--color-gray);
}
@media print, screen and (min-width: 769px) {
  .text-normal {
    font-size: 17px;
    line-height: 1.7647058824;
  }
}

.header {
  width: 100%;
  z-index: 100;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
  }
}
.header .header__inner {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .header .header__inner {
    padding-top: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
    padding-inline: 2.6666666667vw 18.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .header .header__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    column-gap: min(3.125vw, 3.75rem);
    width: 100%;
    max-width: 1764px;
    padding-top: min(1.5625vw, 1.875rem);
    padding-bottom: min(5.2083333333vw, 6.25rem);
    margin-inline: auto;
  }
}
.header .header__logoarea {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 2.6666666667vw;
}
@media print, screen and (min-width: 769px) {
  .header .header__logoarea {
    column-gap: min(1.4583333333vw, 1.75rem);
    width: 33%;
  }
}
.header .header__logo {
  display: block;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  .header .header__logo {
    width: min(18.6666666667vw, 4.375rem);
  }
}
@media print, screen and (min-width: 769px) {
  .header .header__logo {
    width: 156px;
    max-width: 26.8041237113%;
  }
}
.header .header__logo img {
  width: 100%;
}
.header .header__text {
  flex: 1;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .header .header__text {
    max-width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .header .header__text .header__text-logo {
    max-width: min(66.6666666667vw, 15.625rem);
  }
}
.header .header__text .header__text-text {
  font-size: min(2.6666666667vw, 0.625rem);
  font-weight: 300;
  letter-spacing: 0.12em;
  color: #7D7D7D;
  border-top: 1px solid #7D7D7D;
  padding-top: 0.5em;
  margin-top: 0.5em;
}
@media print, screen and (min-width: 769px) {
  .header .header__text .header__text-text {
    font-size: min(0.78125vw, 0.9375rem);
    padding-top: 10px;
    margin-top: 13px;
  }
}
.header .header__btn {
  display: block;
  position: absolute;
  top: 30%;
  right: 1.3333333333vw;
  transform: translateY(-50%);
  height: 100%;
  margin: 0;
  width: min(13.3333333333vw, 3.125rem);
  height: min(13.3333333333vw, 3.125rem);
  background-color: #fff;
  border: 1px solid var(--color-key);
  z-index: 99;
}
@media print, screen and (min-width: 769px) {
  .header .header__btn {
    display: none;
  }
}
.header .header__btn .header-menu--border {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transform-origin: left;
  background-color: var(--color-key);
  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 .header-menu--border {
    width: min(10.6666666667vw, 2.5rem);
    height: min(0.4285714286vw, 0.1875rem);
  }
}
.header .header__btn .header-menu--border:nth-child(1) {
  top: 40%;
}
.header .header__btn .header-menu--border:nth-child(2) {
  top: 60%;
}
.header .header__btn.active .header-menu--border:nth-child(1) {
  top: 49%;
  width: 50%;
  transform: rotate(36deg) translateX(-50%);
}
.header .header__btn.active .header-menu--border:nth-child(2) {
  top: 50%;
  width: 50%;
  transform: rotate(-36deg) translateX(-50%);
}
.header .header__btn.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(--color-key);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 80;
    overflow-y: auto;
    padding-top: 18.6666666667vw;
    padding-bottom: 11.4666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .header__menu {
    font-size: min(0.8333333333vw, 1rem);
    margin-right: 14px;
  }
}
@media screen and (max-width: 768px) {
  .header__menu .menu__inner {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .header__menu .header__menu-item + .header__menu-item {
    margin-top: 1em;
  }
}
@media screen and (max-width: 768px) {
  .header__menu .header__menu-item .ja {
    font-size: 5.8666666667vw !important;
  }
  .header__menu .header__menu-item .en {
    font-size: 4.8vw !important;
  }
}
@media screen and (max-width: 768px) {
  .header__menu.active {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
  }
}

.footer {
  color: #000;
  background-color: var(--color-key);
}
@media screen and (max-width: 768px) {
  .footer {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}
@media print, screen and (min-width: 769px) {
  .footer {
    padding-top: 3.125vw;
    padding-bottom: 4.1145833333vw;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer__inner {
    text-align: center;
  }
}
@media print, screen and (min-width: 769px) {
  .footer .footer__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1770px;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer .footer__logoarea {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: min(1.8644067797vw, 2.0625rem);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer .footer__logoarea {
    width: 90%;
    max-width: 500px;
    margin-inline: auto;
  }
}
@media print, screen and (min-width: 769px) {
  .footer .footer__logoarea {
    width: min(33.0508474576vw, 36.5625rem);
  }
}
.footer .footer__logo {
  display: block;
}
@media screen and (max-width: 768px) {
  .footer .footer__logo {
    width: min(24vw, 5.625rem);
    margin-inline: auto;
  }
}
@media print, screen and (min-width: 769px) {
  .footer .footer__logo {
    width: min(8.813559322vw, 9.75rem);
    max-width: 156px;
  }
}
.footer .footer__logo img {
  width: 100%;
}
.footer .footer__logo-text {
  flex: 1;
}
.footer .footer__logo-text .footer__text-text {
  font-size: min(4vw, 0.9375rem);
  font-weight: 300;
  letter-spacing: 0.1em;
  border-top: 1px solid var(--color-sub);
  padding-top: 9px;
  margin-top: 14px;
}
@media screen and (max-width: 768px) {
  .footer .footer__logo-text .footer__text-text {
    text-align: left;
  }
}
@media print, screen and (min-width: 769px) {
  .footer .footer__logo-text .footer__text-text {
    font-size: min(1.5vw, 0.9375rem);
  }
}
@media screen and (max-width: 768px) {
  .footer .footer__info {
    width: 90%;
    max-width: 500px;
    padding-inline: 15px;
    margin-inline: auto;
  }
}
@media print, screen and (min-width: 769px) {
  .footer .footer__info {
    width: 66%;
    max-width: 1120px;
    padding-right: min(1.0416666667vw, 1.25rem);
  }
}
@media print, screen and (min-width: 769px) {
  .footer .footer__address--wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.footer .footer__address {
  font-weight: 300;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer .footer__address {
    text-align: left;
    margin-top: 4.2666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .footer .footer__address {
    font-size: min(1.5vw, 0.9375rem);
    letter-spacing: 0.15em;
    margin-top: 17px;
  }
}
.footer .footer__tel {
  font-size: 6.6666666667vw;
  line-height: 1.5;
  font-weight: 800;
  color: #fff;
  margin-top: 5.3333333333vw;
}
@media screen and (max-width: 768px) {
  .footer .footer__tel {
    text-align: left;
  }
}
@media print, screen and (min-width: 769px) {
  .footer .footer__tel {
    font-size: min(1.875vw, 2.25rem);
    line-height: 1;
    letter-spacing: -0.03em;
    margin-top: 4px;
  }
}

@media screen and (max-width: 768px) {
  .footer__menu {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  .footer__menu {
    margin-top: -10px;
  }
}
@media print, screen and (min-width: 769px) {
  .footer__menu .menu__list {
    display: flex;
    width: 100%;
  }
}
.footer__menu .menu__list .menu__item {
  text-align: center;
  width: 20%;
  border: 1px solid var(--color-key);
}

@media print, screen and (min-width: 769px) {
  .menu {
    font-size: min(0.8333333333vw, 1rem);
    width: 100%;
    max-width: min(57.5520833333vw, 69.0625rem);
  }
}
@media print, screen and (min-width: 769px) {
  .menu .menu__list {
    display: flex;
    column-gap: 1px;
    max-width: 100%;
    border: 1px solid #fff;
  }
}
@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 #fff;
}
.menu .menu__list .menu__item .menu__item-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: var(--color-key);
  padding: 6px 0;
}
.menu .menu__list .menu__item .ja {
  font-size: min(1.25vw, 1.5rem);
  letter-spacing: 0.1em;
  color: #fff;
}
.menu .menu__list .menu__item .en {
  font-size: min(0.8333333333vw, 1rem);
  line-height: 1.3;
  letter-spacing: 0.15em;
  text-wrap: nowrap;
  white-space: nowrap;
  color: #FFE200;
}

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

/*
 * 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;
}

@media print, screen and (min-width: 769px) {
  .heading-group {
    display: grid;
    grid-template-columns: 1fr 35%;
    grid-template-rows: auto;
    grid-column-gap: 1%;
    grid-row-gap: 0px;
  }
}
.heading-group .heading-group__title {
  grid-area: 1/1/2/3;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  column-gap: 0.7142857143em;
  font-size: min(7.4666666667vw, 1.75rem);
  line-height: 1;
  border-bottom: 1px solid var(--color-key);
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
@media print, screen and (min-width: 769px) {
  .heading-group .heading-group__title {
    font-size: min(4.128440367vw, 2.8125rem);
    column-gap: 0.6666666667em;
    padding-bottom: 19px;
    margin-bottom: 16px;
  }
}
.heading-group .heading-group__title .heading-group__title--main {
  font-size: 1em;
  letter-spacing: -0.05em;
}
.heading-group .heading-group__title .heading-group__title--sub {
  font-size: 0.5555555556em;
  letter-spacing: 0.03em;
  color: #7D7D7D;
}
.heading-group .heading-group__text {
  grid-area: 2/1/3/2;
  font-size: min(7.4666666667vw, 1.75rem);
  line-height: 1.4489795918;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: var(--color-key);
}
@media screen and (max-width: 768px) {
  .heading-group .heading-group__text {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media print, screen and (min-width: 769px) {
  .heading-group .heading-group__text {
    font-size: min(4.495412844vw, 3.0625rem);
    text-wrap: nowrap;
    white-space: nowrap;
  }
}
.heading-group .heading-group__btn {
  grid-area: 2/2/3/3;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .heading-group .heading-group__btn {
    margin-top: 1em;
  }
}
@media print, screen and (min-width: 769px) {
  .heading-group .heading-group__btn {
    justify-content: flex-end;
  }
}

.footer-recruit {
  padding-bottom: 24.8vw;
}
@media print, screen and (min-width: 769px) {
  .footer-recruit {
    padding-bottom: 186px;
    padding-inline: 15px;
  }
}
.footer-recruit .footer-recruit__container {
  border-radius: 20px;
  max-width: 1068px;
  padding-block: min(13.3333333333vw, 3.125rem) min(13.3333333333vw, 3.125rem);
  padding-inline: 0;
  margin-inline: auto;
}
@media print, screen and (min-width: 769px) {
  .footer-recruit .footer-recruit__container {
    border-radius: 60px;
    padding-block: 106px 96px;
  }
}
.footer-recruit .footer-recruit__center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-recruit .footer-recruit__inner {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .footer-recruit .footer-recruit__inner {
    padding-inline: 15px;
    margin-block: 2em;
  }
}
@media print, screen and (min-width: 769px) {
  .footer-recruit .footer-recruit__inner {
    margin-block: min(10.6666666667vw, 2.5rem) min(18.6666666667vw, 4.375rem);
  }
}
.footer-recruit .footer-recruit__title {
  font-size: min(13.3333333333vw, 3.125rem);
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #fff;
}
@media print, screen and (min-width: 769px) {
  .footer-recruit .footer-recruit__title {
    font-size: 100px;
  }
}
.footer-recruit .footer-recruit__lead {
  font-size: min(4.5333333333vw, 1.0625rem);
  letter-spacing: 0.07em;
  font-weight: 700;
  color: var(--color-sub);
}
@media print, screen and (min-width: 769px) {
  .footer-recruit .footer-recruit__lead {
    margin-top: 8px;
    font-size: 35px;
  }
}
.footer-recruit .footer-recruit__text {
  font-size: min(4vw, 0.9375rem);
  line-height: 2.1;
  max-width: 810px;
  color: #fff;
}
@media print, screen and (min-width: 769px) {
  .footer-recruit .footer-recruit__text {
    font-size: 17px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .footer-recruit .footer-recruit__btn {
    display: flex;
    justify-content: center;
    width: 372px;
    max-width: 100%;
    margin-inline: auto;
  }
}
@media print, screen and (min-width: 769px) {
  .footer-recruit .footer-recruit__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 48px;
  }
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 95%;
  max-width: 372px;
  color: #fff;
  border-radius: 50vw;
  background-color: #F7931E;
  padding-block: 10px 11px;
}
.btn.btn--center {
  text-align: center;
  margin-inline: auto;
}
.btn .btn__en {
  font-size: 11px;
  letter-spacing: 0.2em;
}
.btn .btn__ja {
  font-size: 14px;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 769px) {
  .btn .btn__ja {
    font-size: 19px;
  }
}

.mv {
  position: relative;
  border-bottom: 25px solid var(--color-sub);
}
@media screen and (max-width: 768px) {
  .mv {
    margin-top: 26.6666666667vw;
  }
}
.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: #FFE200;
  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%;
}

.mv-under {
  color: #fff;
}
.mv-under .mv-under__header {
  font-size: 10.6666666667vw;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-top: 10.6666666667vw;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 769px) {
  .mv-under .mv-under__header {
    font-size: min(4.1666666667vw, 5rem);
    margin-top: min(4.1666666667vw, 5rem);
    margin-bottom: min(1.6666666667vw, 2rem);
  }
}
.mv-under .mv-under__header .mv-under__header-ja {
  font-size: 1em;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
.mv-under .mv-under__header .mv-under__header-en {
  font-size: 0.5em;
  font-weight: 300;
  letter-spacing: 0.09em;
}
.mv-under .mv-under__lead {
  font-size: 8vw;
  line-height: 1.3;
  font-weight: 700;
  color: #fff;
  width: fit-content;
  margin-inline: auto;
  background-image: url(../images/common/mv_lead_l.svg), url(../images/common/mv_lead_r.svg);
  background-repeat: no-repeat;
  background-position: left top, right bottom;
  background-size: 1em auto;
  padding-inline: 0.7em;
  padding-block: 0.4em;
  margin-top: min(3.5087719298vw, 2.5rem);
}
@media print, screen and (min-width: 769px) {
  .mv-under .mv-under__lead {
    font-size: min(5.2083333333vw, 6.25rem);
  }
}

.title-tab {
  background-color: var(--color-key);
  border-radius: min(4.3119266055vw, 2.9375rem) min(4.3119266055vw, 2.9375rem) 0 0;
  width: fit-content;
  max-width: 521px;
}
.title-tab .title-tab__title,
.title-tab .title-tab__subtitle {
  padding-inline: min(4.128440367vw, 2.8125rem) min(3.3027522936vw, 2.25rem);
}
.title-tab .title-tab__title {
  font-size: min(5.8666666667vw, 1.375rem);
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #fff;
  padding-block: min(1.4678899083vw, 1rem) min(0.9174311927vw, 0.625rem);
}
@media print, screen and (min-width: 769px) {
  .title-tab .title-tab__title {
    font-size: min(3.6697247706vw, 2.5rem);
  }
}
.title-tab .title-tab__subtitle {
  font-size: min(3.7333333333vw, 0.875rem);
  font-weight: 400;
  background-color: var(--color-sub);
  color: var(--color-key);
  padding-block: min(1.1009174312vw, 0.75rem) min(1.2844036697vw, 0.875rem);
}
@media print, screen and (min-width: 769px) {
  .title-tab .title-tab__subtitle {
    font-size: min(2.0183486239vw, 1.375rem);
  }
}

.registration {
  position: relative;
}
.registration:after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  display: block;
  width: 100%;
  height: 10.8333333333vw;
  color: var(--color-sub);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 210'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h1920v210H0z' style='fill:none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg style='clip-path:url(%23a)'%3E%3Cpath d='M1920 131s-109 78-480 78S804 53 480 53 0 131 0 131v-3963h1920V131Z' style='fill:%23FFE200'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(-1, 1);
  margin-top: -1px;
}
.registration .registration__inner {
  padding-block: 8vw 4vw;
}
@media print, screen and (min-width: 769px) {
  .registration .registration__inner {
    padding-block: 63px 15px;
  }
}
.registration .registration__number {
  color: var(--color-gray);
  letter-spacing: 0.03em;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 769px) {
  .registration .registration__number {
    font-size: 30px;
  }
}
.registration .registration__number span {
  color: var(--color-key);
}
.registration .registration__definition {
  max-width: 807px;
}
.registration .registration__definition + .registration__definition {
  margin-top: 12px;
}
.registration .registration__title {
  color: var(--color-key);
  font-size: 24px;
  font-weight: 500;
}
@media print, screen and (min-width: 769px) {
  .registration .registration__title {
    font-size: 30px;
  }
}
.registration .registration__detail {
  border-top: 1px solid var(--color-key);
  border-bottom: 1px solid var(--color-key);
  padding-block: 0.7058823529em;
  margin-top: 7px;
}
.registration .registration__note {
  margin-top: 20px;
}
.registration .registration__text {
  font-size: 14px;
  line-height: 1.7647058824;
  color: var(--color-gray);
}
@media print, screen and (min-width: 769px) {
  .registration .registration__text {
    font-size: 17px;
  }
}

.greeting {
  position: relative;
  padding-top: 6.6666666667vw;
  padding-bottom: 6.6666666667vw;
}
@media print, screen and (min-width: 769px) {
  .greeting {
    padding-top: min(9.5833333333vw, 11.5rem);
    padding-bottom: min(12.5vw, 15rem);
  }
}
.greeting .greeting__inner {
  padding-top: 6.6666666667vw;
  padding-bottom: 6.6666666667vw;
}
@media print, screen and (min-width: 769px) {
  .greeting .greeting__inner {
    padding-top: min(2.7604166667vw, 3.3125rem);
    padding-bottom: min(4.9479166667vw, 5.9375rem);
  }
}
.greeting .greeting__title {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--color-key);
  width: 90%;
  max-width: 804px;
  padding-bottom: 6.6666666667vw;
  margin-inline: auto;
}
@media print, screen and (min-width: 769px) {
  .greeting .greeting__title {
    padding-bottom: min(11.2vw, 2.625rem);
  }
}
.greeting .greeting__title:before, .greeting .greeting__title:after {
  content: "";
  flex: 1;
  height: 2px;
  background-color: var(--color-key);
}
.greeting .greeting__lead {
  font-size: 7.4666666667vw;
  line-height: 1.6326530612;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.03em;
  color: var(--color-key);
  margin-inline: auto;
  margin-top: min(17.3333333333vw, 4.0625rem);
}
@media print, screen and (min-width: 769px) {
  .greeting .greeting__lead {
    font-size: min(5.6338028169vw, 3.75rem);
    line-height: 1.5;
  }
}
.greeting .greeting__text {
  font-size: 14px;
  line-height: 2;
  letter-spacing: -0.03em;
  color: var(--color-gray);
  border-top: 1px solid var(--color-key);
  width: 810px;
  max-width: 95%;
  padding-top: min(4.5333333333vw, 1.0625rem);
  margin-inline: auto;
  margin-top: 8vw;
}
@media screen and (max-width: 768px) {
  .greeting .greeting__text {
    padding-inline: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .greeting .greeting__text {
    font-size: 17px;
    line-height: 2.0588235294;
    margin-top: min(5.6338028169vw, 3.75rem);
  }
}
.greeting .greeting__logo {
  width: 90%;
  margin-inline: auto;
  margin-top: 8vw;
}
@media print, screen and (min-width: 769px) {
  .greeting .greeting__logo {
    width: 35.7746478873%;
    margin-top: min(7.2395833333vw, 8.6875rem);
  }
}
.greeting .greeting__btn {
  margin-top: 9.3333333333vw;
}
@media screen and (max-width: 768px) {
  .greeting .greeting__btn {
    width: 90%;
    margin-inline: auto;
  }
}
@media print, screen and (min-width: 769px) {
  .greeting .greeting__btn {
    margin-top: 67px;
  }
}
/*# sourceMappingURL=style.css.map */