/* ========================================
 * foreigner-style.css
 * reset → style → top を統合
 * ======================================== */

/* ---------- reset ---------- */
/* resset.dev • v5.0.2 */

/* # =================================================================
   # Global selectors
   # ================================================================= */

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

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

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
     # Forms
     # ================================================================= */

input {
  border-radius: 0;
}

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

[type="search"] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
  html [type='button'], /* Prevent a WebKit bug where (2) destroys native `audio` and `video`controls in Android 4 */
  [type='reset'],
  [type='submit'] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

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

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */

img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
     # Accessibility
     # ================================================================= */

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled="true"] {
  cursor: default;
}

*,
::before,
::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ul,
ol,
li {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}

button {
  background-color: transparent;
  border-style: none;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}

a:hover {
  text-decoration: none;
}

a:active,
a:hover {
  outline-width: 0;
}

address{
  font-style: normal;
}

/* ---------- style ---------- */
@charset "UTF-8";
/********************************************************/
/* -------------------------------------------
* 【rem単位の設定】
* 16pxを1remとした時の、1px分の計算用ベース
* padding: calc(24 * var(--unit)); →24px相当
* font-size: calc(32 * var(--unit)); → 32px相当
* ------------------------------------------- */
:root {
  --unit: calc(1rem / 16);
}

/* -------------------------------------------
 * フォントサイズのroot
 * -------------------------------------------*/
:root {
  /* --- 1 to 10 --- */
  --f1: calc(1 * var(--unit));
  --f2: calc(2 * var(--unit));
  --f3: calc(3 * var(--unit));
  --f4: calc(4 * var(--unit));
  --f5: calc(5 * var(--unit));
  --f6: calc(6 * var(--unit));
  --f7: calc(7 * var(--unit));
  --f8: calc(8 * var(--unit));
  --f9: calc(9 * var(--unit));
  --f10: calc(10 * var(--unit));
  /* --- 11 to 20 --- */
  --f11: calc(11 * var(--unit));
  --f12: calc(12 * var(--unit));
  --f13: calc(13 * var(--unit));
  --f14: clamp(calc(13 * var(--unit)), calc(14 / 1680 * 100vw), calc(14 * var(--unit)));
  --f15: clamp(calc(14 * var(--unit)), calc(15 / 1680 * 100vw), calc(15 * var(--unit)));
  --f16: clamp(calc(14 * var(--unit)), calc(16 / 1680 * 100vw), calc(16 * var(--unit)));
  --f17: clamp(calc(14 * var(--unit)), calc(17 / 1680 * 100vw), calc(17 * var(--unit)));
  --f18: clamp(calc(16 * var(--unit)), calc(18 / 1680 * 100vw), calc(18 * var(--unit)));
  --f19: clamp(calc(18 * var(--unit)), calc(19 / 1680 * 100vw), calc(19 * var(--unit)));
  --f20: clamp(calc(18 * var(--unit)), calc(20 / 1680 * 100vw), calc(20 * var(--unit)));
  /* --- 21 to 30 --- */
  --f21: clamp(calc(18 * var(--unit)), calc(21 / 1680 * 100vw), calc(21 * var(--unit)));
  --f22: clamp(calc(18 * var(--unit)), calc(22 / 1680 * 100vw), calc(22 * var(--unit)));
  --f23: clamp(calc(18 * var(--unit)), calc(23 / 1680 * 100vw), calc(23 * var(--unit)));
  --f24: clamp(calc(18 * var(--unit)), calc(24 / 1680 * 100vw), calc(24 * var(--unit)));
  --f25: clamp(calc(18 * var(--unit)), calc(25 / 1680 * 100vw), calc(25 * var(--unit)));
  --f26: clamp(calc(18 * var(--unit)), calc(26 / 1680 * 100vw), calc(26 * var(--unit)));
  --f27: clamp(calc(18 * var(--unit)), calc(27 / 1680 * 100vw), calc(27 * var(--unit)));
  --f28: clamp(calc(20 * var(--unit)), calc(28 / 1680 * 100vw), calc(28 * var(--unit)));
  --f29: clamp(calc(18 * var(--unit)), calc(29 / 1680 * 100vw), calc(29 * var(--unit)));
  --f30: clamp(calc(18 * var(--unit)), calc(30 / 1680 * 100vw), calc(30 * var(--unit)));
  /* --- 31 to 40 --- */
  --f31: clamp(calc(18 * var(--unit)), calc(31 / 1680 * 100vw), calc(31 * var(--unit)));
  --f32: clamp(calc(18 * var(--unit)), calc(32 / 1680 * 100vw), calc(32 * var(--unit)));
  --f33: clamp(calc(20 * var(--unit)), calc(33 / 1680 * 100vw), calc(33 * var(--unit)));
  --f34: clamp(calc(20 * var(--unit)), calc(34 / 1680 * 100vw), calc(34 * var(--unit)));
  --f35: clamp(calc(20 * var(--unit)), calc(35 / 1680 * 100vw), calc(35 * var(--unit)));
  --f36: clamp(calc(20 * var(--unit)), calc(36 / 1680 * 100vw), calc(36 * var(--unit)));
  --f37: clamp(calc(20 * var(--unit)), calc(37 / 1680 * 100vw), calc(37 * var(--unit)));
  --f38: clamp(calc(20 * var(--unit)), calc(38 / 1680 * 100vw), calc(38 * var(--unit)));
  --f39: clamp(calc(20 * var(--unit)), calc(39 / 1680 * 100vw), calc(39 * var(--unit)));
  --f40: clamp(calc(24 * var(--unit)), calc(40 / 1680 * 100vw), calc(40 * var(--unit)));
  /* --- 41 to 50 --- */
  --f41: clamp(calc(24 * var(--unit)), calc(41 / 1680 * 100vw), calc(41 * var(--unit)));
  --f42: clamp(calc(24 * var(--unit)), calc(42 / 1680 * 100vw), calc(42 * var(--unit)));
  --f43: clamp(calc(24 * var(--unit)), calc(43 / 1680 * 100vw), calc(43 * var(--unit)));
  --f44: clamp(calc(24 * var(--unit)), calc(44 / 1680 * 100vw), calc(44 * var(--unit)));
  --f45: clamp(calc(24 * var(--unit)), calc(45 / 1680 * 100vw), calc(45 * var(--unit)));
  --f46: clamp(calc(24 * var(--unit)), calc(46 / 1680 * 100vw), calc(46 * var(--unit)));
  --f47: clamp(calc(24 * var(--unit)), calc(47 / 1680 * 100vw), calc(47 * var(--unit)));
  --f48: clamp(calc(23 * var(--unit)), calc(48 / 1680 * 100vw), calc(48 * var(--unit)));
  --f49: clamp(calc(25 * var(--unit)), calc(49 / 1680 * 100vw), calc(49 * var(--unit)));
  --f50: clamp(calc(30 * var(--unit)), calc(50 / 1680 * 100vw), calc(50 * var(--unit)));
  /* --- 51 to 60 --- */
  --f51: clamp(calc(30 * var(--unit)), calc(51 / 1680 * 100vw), calc(51 * var(--unit)));
  --f52: clamp(calc(30 * var(--unit)), calc(52 / 1680 * 100vw), calc(52 * var(--unit)));
  --f53: clamp(calc(30 * var(--unit)), calc(53 / 1680 * 100vw), calc(53 * var(--unit)));
  --f54: clamp(calc(30 * var(--unit)), calc(54 / 1680 * 100vw), calc(54 * var(--unit)));
  --f55: clamp(calc(30 * var(--unit)), calc(55 / 1680 * 100vw), calc(55 * var(--unit)));
  --f56: clamp(calc(30 * var(--unit)), calc(56 / 1680 * 100vw), calc(56 * var(--unit)));
  --f57: clamp(calc(30 * var(--unit)), calc(57 / 1680 * 100vw), calc(57 * var(--unit)));
  --f58: clamp(calc(30 * var(--unit)), calc(58 / 1680 * 100vw), calc(58 * var(--unit)));
  --f59: clamp(calc(30 * var(--unit)), calc(59 / 1680 * 100vw), calc(59 * var(--unit)));
  --f60: clamp(calc(30 * var(--unit)), calc(60 / 1680 * 100vw), calc(60 * var(--unit)));
  /* --- 61 to 70 --- */
  --f61: clamp(calc(30 * var(--unit)), calc(61 / 1680 * 100vw), calc(61 * var(--unit)));
  --f62: clamp(calc(30 * var(--unit)), calc(62 / 1680 * 100vw), calc(62 * var(--unit)));
  --f63: clamp(calc(30 * var(--unit)), calc(63 / 1680 * 100vw), calc(63 * var(--unit)));
  --f64: clamp(calc(30 * var(--unit)), calc(64 / 1680 * 100vw), calc(64 * var(--unit)));
  --f65: clamp(calc(30 * var(--unit)), calc(65 / 1680 * 100vw), calc(65 * var(--unit)));
  --f66: clamp(calc(30 * var(--unit)), calc(66 / 1680 * 100vw), calc(66 * var(--unit)));
  --f67: clamp(calc(30 * var(--unit)), calc(67 / 1680 * 100vw), calc(67 * var(--unit)));
  --f68: clamp(calc(30 * var(--unit)), calc(68 / 1680 * 100vw), calc(68 * var(--unit)));
  --f69: clamp(calc(30 * var(--unit)), calc(69 / 1680 * 100vw), calc(69 * var(--unit)));
  --f70: clamp(calc(30 * var(--unit)), calc(70 / 1680 * 100vw), calc(70 * var(--unit)));
  /* --- 71 to 80 --- */
  --f71: clamp(calc(30 * var(--unit)), calc(71 / 1680 * 100vw), calc(71 * var(--unit)));
  --f72: clamp(calc(30 * var(--unit)), calc(72 / 1680 * 100vw), calc(72 * var(--unit)));
  --f73: clamp(calc(30 * var(--unit)), calc(73 / 1680 * 100vw), calc(73 * var(--unit)));
  --f74: clamp(calc(30 * var(--unit)), calc(74 / 1680 * 100vw), calc(74 * var(--unit)));
  --f75: clamp(calc(30 * var(--unit)), calc(75 / 1680 * 100vw), calc(75 * var(--unit)));
  --f76: clamp(calc(30 * var(--unit)), calc(76 / 1680 * 100vw), calc(76 * var(--unit)));
  --f77: clamp(calc(30 * var(--unit)), calc(77 / 1680 * 100vw), calc(77 * var(--unit)));
  --f78: clamp(calc(30 * var(--unit)), calc(78 / 1680 * 100vw), calc(78 * var(--unit)));
  --f79: clamp(calc(30 * var(--unit)), calc(79 / 1680 * 100vw), calc(79 * var(--unit)));
  --f80: clamp(calc(30 * var(--unit)), calc(80 / 1680 * 100vw), calc(80 * var(--unit)));
  /* --- 81 to 90 --- */
  --f81: clamp(calc(30 * var(--unit)), calc(81 / 1680 * 100vw), calc(81 * var(--unit)));
  --f82: clamp(calc(30 * var(--unit)), calc(82 / 1680 * 100vw), calc(82 * var(--unit)));
  --f83: clamp(calc(30 * var(--unit)), calc(83 / 1680 * 100vw), calc(83 * var(--unit)));
  --f84: clamp(calc(30 * var(--unit)), calc(84 / 1680 * 100vw), calc(84 * var(--unit)));
  --f85: clamp(calc(30 * var(--unit)), calc(85 / 1680 * 100vw), calc(85 * var(--unit)));
  --f86: clamp(calc(30 * var(--unit)), calc(86 / 1680 * 100vw), calc(86 * var(--unit)));
  --f87: clamp(calc(30 * var(--unit)), calc(87 / 1680 * 100vw), calc(87 * var(--unit)));
  --f88: clamp(calc(30 * var(--unit)), calc(88 / 1680 * 100vw), calc(88 * var(--unit)));
  --f89: clamp(calc(30 * var(--unit)), calc(89 / 1680 * 100vw), calc(89 * var(--unit)));
  --f90: clamp(calc(30 * var(--unit)), calc(90 / 1680 * 100vw), calc(90 * var(--unit)));
  /* --- 91 to 100 --- */
  --f91: clamp(calc(30 * var(--unit)), calc(91 / 1680 * 100vw), calc(91 * var(--unit)));
  --f92: clamp(calc(30 * var(--unit)), calc(92 / 1680 * 100vw), calc(92 * var(--unit)));
  --f93: clamp(calc(30 * var(--unit)), calc(93 / 1680 * 100vw), calc(93 * var(--unit)));
  --f94: clamp(calc(30 * var(--unit)), calc(94 / 1680 * 100vw), calc(94 * var(--unit)));
  --f95: clamp(calc(30 * var(--unit)), calc(95 / 1680 * 100vw), calc(95 * var(--unit)));
  --f96: clamp(calc(30 * var(--unit)), calc(96 / 1680 * 100vw), calc(96 * var(--unit)));
  --f97: clamp(calc(30 * var(--unit)), calc(97 / 1680 * 100vw), calc(97 * var(--unit)));
  --f98: clamp(calc(30 * var(--unit)), calc(98 / 1680 * 100vw), calc(98 * var(--unit)));
  --f99: clamp(calc(30 * var(--unit)), calc(99 / 1680 * 100vw), calc(99 * var(--unit)));
  --f100: clamp(calc(30 * var(--unit)), calc(100 / 1680 * 100vw), calc(100 * var(--unit)));
  /* --- 101 to 110 --- */
  --f101: clamp(calc(30 * var(--unit)), calc(101 / 1680 * 100vw), calc(101 * var(--unit)));
  --f102: clamp(calc(30 * var(--unit)), calc(102 / 1680 * 100vw), calc(102 * var(--unit)));
  --f103: clamp(calc(30 * var(--unit)), calc(103 / 1680 * 100vw), calc(103 * var(--unit)));
  --f104: clamp(calc(30 * var(--unit)), calc(104 / 1680 * 100vw), calc(104 * var(--unit)));
  --f105: clamp(calc(30 * var(--unit)), calc(105 / 1680 * 100vw), calc(105 * var(--unit)));
  --f106: clamp(calc(30 * var(--unit)), calc(106 / 1680 * 100vw), calc(106 * var(--unit)));
  --f107: clamp(calc(30 * var(--unit)), calc(107 / 1680 * 100vw), calc(107 * var(--unit)));
  --f108: clamp(calc(30 * var(--unit)), calc(108 / 1680 * 100vw), calc(108 * var(--unit)));
  --f109: clamp(calc(30 * var(--unit)), calc(109 / 1680 * 100vw), calc(109 * var(--unit)));
  --f110: clamp(calc(30 * var(--unit)), calc(110 / 1680 * 100vw), calc(110 * var(--unit)));
  /* --- 111 to 120 --- */
  --f111: clamp(calc(30 * var(--unit)), calc(111 / 1680 * 100vw), calc(111 * var(--unit)));
  --f112: clamp(calc(30 * var(--unit)), calc(112 / 1680 * 100vw), calc(112 * var(--unit)));
  --f113: clamp(calc(30 * var(--unit)), calc(113 / 1680 * 100vw), calc(113 * var(--unit)));
  --f114: clamp(calc(30 * var(--unit)), calc(114 / 1680 * 100vw), calc(114 * var(--unit)));
  --f115: clamp(calc(30 * var(--unit)), calc(115 / 1680 * 100vw), calc(115 * var(--unit)));
  --f116: clamp(calc(30 * var(--unit)), calc(116 / 1680 * 100vw), calc(116 * var(--unit)));
  --f117: clamp(calc(30 * var(--unit)), calc(117 / 1680 * 100vw), calc(117 * var(--unit)));
  --f118: clamp(calc(30 * var(--unit)), calc(118 / 1680 * 100vw), calc(118 * var(--unit)));
  --f119: clamp(calc(30 * var(--unit)), calc(119 / 1680 * 100vw), calc(119 * var(--unit)));
  --f120: clamp(calc(50 * var(--unit)), calc(120 / 1680 * 100vw), calc(120 * var(--unit)));
}

/* -------------------------------------------
* カラー変数
* -------------------------------------------*/
:root {
  --bg-ivory: #fff5e4;
  --green: #01934c;
  --skyblue: #3896ce;
  --orange: #ec6d54;
  --base-text: #16151a;
}

/* -------------------------------------------
 * フォントファミリー
 * -------------------------------------------*/
:root {
  --luckiest-guy: "Luckiest Guy", cursive;
  --zenmarugothic: "Zen Maru Gothic", sans-serif;
  --notomyamar: "Noto Sans Myanmar", sans-serif;
  --notonewa: "Noto Sans Newa", sans-serif;
}

/* -------------------------------------------
 * html, body, main
 * -------------------------------------------*/
html {
  font-size: 100%;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  overflow-x: clip;
  font-size: var(--f18);
  color: var(--base-text);
  background: var(--bg-ivory);
  font-family: var(--zenmarugothic);
  font-weight: 500;
  height: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  line-height: 1.9;
  width: 100%;
}

/* -------------------------------------------
 * 共通スタイル
 * -------------------------------------------*/
a[href^="tel:"] {
  pointer-events: none;
}
@media (max-width: 834px) {
  a[href^="tel:"] {
    pointer-events: all;
  }
}

.text-highlight {
  color: var(--orange);
}

/* -------------------------------------------
 * インナー幅、余白
 * -------------------------------------------*/
.inner--1200 {
  width: min(90%, 1200px);
  margin-inline: auto;
}

/* リキッドな余白 */
/* -------------------------------------------
 * 改行
 * -------------------------------------------*/
.no-scroll {
  overflow: hidden;
  height: 100vh;
}

.br-sp {
  display: none;
}
@media (max-width: 834px) {
  .br-sp {
    display: block;
  }
}

.no-br-sp {
  display: block;
}
@media (max-width: 834px) {
  .no-br-sp {
    display: none;
  }
}

/* -------------------------------------------
 * セクション用見出し、リード文
 * -------------------------------------------*/
.section-title {
  font-size: var(--f120);
  font-family: var(--luckiest-guy);
  color: var(--base-text);
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1;
}

.section-lead {
  font-size: var(--f36);
  font-weight: 900;
  text-align: center;
  line-height: 1.33;
  color: #fff;
  -webkit-text-stroke: 5px #000;
  paint-order: stroke;
  letter-spacing: -0.01em;
  margin-block: 0.6em 0.8em;
}
@media (max-width: 834px) {
  .section-lead {
    margin-block: 0.2em 1em;
    -webkit-text-stroke: 3px #000;
  }
}

.section-head-text {
  text-align: center;
}
@media (max-width: 834px) {
  .section-head-text {
    text-align: left;
  }
}

/* -------------------------------------------
 * ボタン、リンク
 * -------------------------------------------*/
/*  ボタン共通 */
.button {
  line-height: 1;
  min-width: calc(200 * var(--unit));
  border-radius: 100vmax;
  border: solid 2px #000;
  color: var(--base-text);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: background 0.3s cubic-bezier(0.08, 0.355, 0.11, 1);
  transition: background 0.3s cubic-bezier(0.08, 0.355, 0.11, 1);
}

.button--orange {
  background: var(--orange);
  font-family: var(--luckiest-guy);
}
@media (any-hover: hover) {
  .button--orange:hover {
    background: #000;
    color: var(--orange);
    border-color: var(--orange);
  }
}

.button--yellow {
  background: #eec22d;
  font-family: var(--zenmarugothic);
  color: var(--base-text);
}
@media (any-hover: hover) {
  .button--yellow:hover {
    background: #000;
    color: #eec22d;
    border-color: #eec22d;
  }
}

/* 矢印 */
@media (any-hover: hover) {
  .link-with-arrow:hover .arrow-icon .material-symbols-outlined {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

.arrow-icon {
  width: calc(48 * var(--unit));
  height: auto;
  aspect-ratio: 48/30;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000;
  border-radius: 100vmax;
}
.arrow-icon .material-symbols-outlined {
  color: #fff;
  font-size: calc(18 * var(--unit));
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

/* ボタンテキスト */
.button-text {
  line-height: 1.4;
}

.button-text--entry {
  display: grid;
  place-items: center;
}
.button-text--entry::before {
  content: "";
  display: inline-block;
  width: 76px;
  aspect-ratio: 190/45;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: currentColor;
  color: currentColor;
  -webkit-mask-image: url(../img/foreigner/entry.svg);
          mask-image: url(../img/foreigner/entry.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-transition: background-color 0.3s cubic-bezier(0.08, 0.355, 0.11, 1), color 0.3s cubic-bezier(0.08, 0.355, 0.11, 1);
  transition: background-color 0.3s cubic-bezier(0.08, 0.355, 0.11, 1), color 0.3s cubic-bezier(0.08, 0.355, 0.11, 1);
}

/* -------------------------------------------
 * ヘッダー
 * -------------------------------------------*/
.header {
  --header-button-height: calc(60 * var(--unit));
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media (max-width: 834px) {
  .header {
    --header-button-height: calc(37 * var(--unit));
  }
}
.header a {
  pointer-events: auto;
}

.header__entry-button {
  height: var(--header-button-height);
  font-size: calc(24 * var(--unit));
  letter-spacing: 0.05em;
}
@media (max-width: 1240px) {
  .header__entry-button {
    display: none;
  }
}

.lang-switcher__icon {
  background: #eec22d;
  height: var(--header-button-height);
  width: calc(100 * var(--unit));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100vmax;
  font-size: calc(30 * var(--unit));
  color: #fff;
}
@media (max-width: 834px) {
  .lang-switcher__icon {
    width: calc(60 * var(--unit));
    font-size: calc(20 * var(--unit));
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: calc(20 * var(--unit)) calc(36 * var(--unit));
}
@media (max-width: 834px) {
  .header__inner {
    padding-inline: 5%;
  }
}

.header__logo {
  width: calc(200 * var(--unit));
  height: auto;
  display: block;
  position: relative;
  z-index: 999;
}
@media (max-width: 834px) {
  .header__logo {
    display: none;
  }
}

.header__logo-img {
  width: 100%;
  height: auto;
}

.header__info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(5 * var(--unit));
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .header__info-wrap {
    margin-left: auto;
  }
}

.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(5 * var(--unit), 20 / 1680 * 100vw, 20 * var(--unit));
}

.header__nav {
  visibility: hidden;
  position: fixed;
  top: calc(10 * var(--unit));
  right: calc(10 * var(--unit));
  background-color: #333;
  border-radius: calc(20 * var(--unit));
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  width: 0;
  height: 0;
  -webkit-transition: width 0.3s cubic-bezier(0.34, 1.2, 0.64, 1), height 0.3s cubic-bezier(0.34, 1.2, 0.64, 1), visibility 0s 0.1s, -webkit-transform 0.15s;
  transition: width 0.3s cubic-bezier(0.34, 1.2, 0.64, 1), height 0.3s cubic-bezier(0.34, 1.2, 0.64, 1), visibility 0s 0.1s, -webkit-transform 0.15s;
  transition: width 0.3s cubic-bezier(0.34, 1.2, 0.64, 1), height 0.3s cubic-bezier(0.34, 1.2, 0.64, 1), transform 0.15s, visibility 0s 0.1s;
  transition: width 0.3s cubic-bezier(0.34, 1.2, 0.64, 1), height 0.3s cubic-bezier(0.34, 1.2, 0.64, 1), transform 0.15s, visibility 0s 0.1s, -webkit-transform 0.15s;
}
.header__nav.is-active {
  height: calc(100% - 20 * var(--unit));
  width: calc(475 * var(--unit) * 1.2);
  visibility: visible;
  z-index: 99999;
  -webkit-transition: width 0.3s cubic-bezier(0.34, 1.2, 0.64, 1), height 0.3s cubic-bezier(0.34, 1.2, 0.64, 1), visibility 0s 0s, z-index 0s 0s;
  transition: width 0.3s cubic-bezier(0.34, 1.2, 0.64, 1), height 0.3s cubic-bezier(0.34, 1.2, 0.64, 1), visibility 0s 0s, z-index 0s 0s;
}
@media (max-width: 834px) {
  .header__nav.is-active {
    width: calc(100% - 20 * var(--unit));
  }
}

.header__nav-inner {
  overflow-y: auto;
  height: 100%;
  width: 100%;
  padding-block: clamp(50 * var(--unit), 118 / 1680 * 100vw, 118 * var(--unit)) clamp(30 * var(--unit), 69 / 1680 * 100vw, 69 * var(--unit));
  padding-inline: min(5vw, 50 * var(--unit));
  opacity: 0;
  -webkit-transition: opacity 0s ease;
  transition: opacity 0s ease;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.header__nav.is-active .header__nav-inner {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease 0.3s;
  transition: opacity 0.3s ease 0.3s;
}
@media (max-width: 834px) {
  .header__nav-inner .corporate-site-link {
    margin-block: calc(20 * var(--unit)) calc(25 * var(--unit));
  }
}
.header__nav-inner {
  /* Firefox 対応 */
}
.header__nav-inner .simplebar-scrollbar::before {
  background: #fff;
  border-radius: 100vmax;
  width: calc(4 * var(--unit));
}
.header__nav-inner .simplebar-scrollbar.simplebar-visible:before {
  opacity: 1;
  margin-block: calc(30 * var(--unit)) calc(30 * var(--unit));
}
.header__nav-inner::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
.header__nav-inner .simplebar-scrollbar::before {
  background: #fff;
  border-radius: 100vmax;
  width: calc(3 * var(--unit));
}

.header__overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  z-index: 9998 !important;
  pointer-events: none;
}
.header__overlay.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.header__nav-link {
  font-size: calc(30 * var(--unit));
  font-family: var(--luckiest-guy);
  color: #fff;
  letter-spacing: 0.05em;
}

.header__nav-item {
  text-align: center;
}

.header__nav-button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6em;
  max-width: calc(260 * var(--unit));
  width: 100%;
  margin-inline: auto;
  margin-top: clamp(30 * var(--unit), 76 / 1680 * 100vw, 76 * var(--unit));
}
@media (max-width: 834px) {
  .header__nav-button-wrap {
    margin-top: calc(5 * var(--unit));
  }
}

.header__nav-button--requirement,
.header__nav-button--entry {
  height: calc(70 * var(--unit));
  width: 100%;
}

.header__nav-button--requirement {
  font-size: calc(24 * var(--unit));
  font-weight: 900;
}

.header__nav-button--entry {
  font-size: calc(30 * var(--unit));
}
.header__nav-button--entry .button-text--entry::before {
  width: 103px;
}

.header__nav-job-details-link {
  margin-bottom: clamp(20 * var(--unit), 53 / 1680 * 100vw, 53 * var(--unit));
  display: block;
  position: relative;
}
.header__nav-job-details-link img {
  border-radius: clamp(20 * var(--unit), 40 / 1680 * 100vw, 40 * var(--unit));
}
.header__nav-job-details-link .arrow-icon {
  position: absolute;
  bottom: calc(18 * var(--unit));
  right: calc(18 * var(--unit));
}

/* -------------------------------------------
 * ハンバーガーボタン
 * -------------------------------------------*/
.nav-button {
  --bar-dot: 9px;
  position: relative;
  width: calc(100 * var(--unit));
  height: var(--header-button-height);
  text-align: center;
  z-index: 99999;
  text-decoration: none;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 100vmax;
  background: #000;
  cursor: pointer;
  pointer-events: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .nav-button {
    --bar-dot: 5px;
    width: 60px;
  }
}

.nav-button__bars {
  position: relative;
}
.nav-button__bars > span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--bar-dot);
  height: var(--bar-dot);
  border-radius: 100vmax;
  background: #fff;
}
.nav-button__bars > span:nth-of-type(1) {
  -webkit-transform: translate(calc(-50% - 18px), -50%);
          transform: translate(calc(-50% - 18px), -50%);
  -webkit-transition: width 0.3s ease 0s, height 0.3s ease 0s, -webkit-transform 0.3s ease 0.3s;
  transition: width 0.3s ease 0s, height 0.3s ease 0s, -webkit-transform 0.3s ease 0.3s;
  transition: width 0.3s ease 0s, height 0.3s ease 0s, transform 0.3s ease 0.3s;
  transition: width 0.3s ease 0s, height 0.3s ease 0s, transform 0.3s ease 0.3s, -webkit-transform 0.3s ease 0.3s;
}
@media (max-width: 834px) {
  .nav-button__bars > span:nth-of-type(1) {
    -webkit-transform: translate(calc(-50% - 9px), -50%);
            transform: translate(calc(-50% - 9px), -50%);
  }
}
.nav-button__bars > span:nth-of-type(2) {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.4s ease 0.1s;
  transition: 0.4s ease 0.1s;
}
.nav-button__bars > span:nth-of-type(3) {
  -webkit-transform: translate(calc(-50% + 18px), -50%);
          transform: translate(calc(-50% + 18px), -50%);
  -webkit-transition: width 0.3s ease 0s, height 0.3s ease 0s, -webkit-transform 0.3s ease 0.3s;
  transition: width 0.3s ease 0s, height 0.3s ease 0s, -webkit-transform 0.3s ease 0.3s;
  transition: width 0.3s ease 0s, height 0.3s ease 0s, transform 0.3s ease 0.3s;
  transition: width 0.3s ease 0s, height 0.3s ease 0s, transform 0.3s ease 0.3s, -webkit-transform 0.3s ease 0.3s;
}
@media (max-width: 834px) {
  .nav-button__bars > span:nth-of-type(3) {
    -webkit-transform: translate(calc(-50% + 9px), -50%);
            transform: translate(calc(-50% + 9px), -50%);
  }
}

.nav-button.is-active .nav-button__bars {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.nav-button.is-active .nav-button__bars > span {
  -webkit-transition: width 0.4s ease 0.3s, height 0.4s ease 0.3s, -webkit-transform 0.2s ease;
  transition: width 0.4s ease 0.3s, height 0.4s ease 0.3s, -webkit-transform 0.2s ease;
  transition: width 0.4s ease 0.3s, height 0.4s ease 0.3s, transform 0.2s ease;
  transition: width 0.4s ease 0.3s, height 0.4s ease 0.3s, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.nav-button.is-active .nav-button__bars > span:nth-of-type(1) {
  width: 26px;
  height: 4px;
  border-radius: 10px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
@media (max-width: 834px) {
  .nav-button.is-active .nav-button__bars > span:nth-of-type(1) {
    width: 18px;
    height: 4px;
  }
}
.nav-button.is-active .nav-button__bars > span:nth-of-type(2) {
  width: 0;
  height: 0;
}
.nav-button.is-active .nav-button__bars > span:nth-of-type(3) {
  width: 26px;
  height: 4px;
  border-radius: 10px;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
@media (max-width: 834px) {
  .nav-button.is-active .nav-button__bars > span:nth-of-type(3) {
    width: 18px;
    height: 4px;
  }
}

/* -------------------------------------------
 * フッター
 * -------------------------------------------*/
.footer {
  padding: calc(42 * var(--unit)) calc(51 * var(--unit));
  background-color: #000;
  color: #fff;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2em;
}
@media (max-width: 834px) {
  .footer {
    padding: calc(30 * var(--unit)) 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer .sns-link {
  grid-template-columns: auto 1fr;
}
@media (max-width: 834px) {
  .footer .sns-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5em;
  }
}
.footer .sns-link__list {
  max-width: calc(94 * var(--unit));
}
.footer .corporate-site-link {
  margin-block: 0;
  margin-right: 2em;
}
@media (max-width: 834px) {
  .footer .corporate-site-link {
    margin-right: 0;
  }
}

.footer__info-area {
  display: grid;
  grid-template-columns: auto auto;
  gap: calc(30 * var(--unit)) 2%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .footer__info-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.6em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer__copy {
  font-size: var(--f13);
}

/* -------------------------------------------
 * コーポレートサイト、会社概要リンク
 * -------------------------------------------*/
.corporate-site-link {
  text-align: center;
  margin-block: clamp(16 * var(--unit), 35 / 1680 * 100vw, 35 * var(--unit)) clamp(16 * var(--unit), 61 / 1680 * 100vw, 61 * var(--unit));
  display: grid;
  grid-template-columns: auto auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.corporate-site-link__item {
  font-size: calc(13 * var(--unit));
  color: #fff;
  line-height: 1;
  display: inline-block;
  white-space: nowrap;
}
.corporate-site-link__item:nth-child(1) {
  padding-right: 1em;
  margin-right: 1em;
  position: relative;
}
.corporate-site-link__item:nth-child(1)::after {
  background: #fff;
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 100%;
  top: 58%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  z-index: 1;
  pointer-events: none;
}

/* -------------------------------------------
 * SNSリンク
 * -------------------------------------------*/
.sns-link {
  display: grid;
  grid-template-columns: auto 23%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em;
}

.sns-link__label {
  color: rgba(255, 255, 255, 0.3019607843);
  font-size: var(--f13);
}

.sns-link__list {
  display: grid;
  grid-template-columns: 23fr 24fr 17fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* -------------------------------------------
 * リスト用ラベル
 * -------------------------------------------*/
.list-label {
  border-radius: 100vmax;
  padding: 0.5em 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: auto;
  color: #fff;
  font-weight: bold;
  font-size: var(--f16);
  background: rgba(0, 0, 0, 0.1);
}

/* -------------------------------------------
 * アニメーション
 * ロード時
 * -------------------------------------------*/
:root {
  --load-item01: 2.8s;
  --load-item02: 0.4s;
  --load-item03: 1s;
  --load-item04: 1.4s;
  --load-item05: 1.8s;
  --load-item06: 2.2s;
}

/* ヘッダー */
.header__logo,
.header__entry-button,
.nav-button,
.lang-switcher {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.8s var(--load-item01) ease, -webkit-transform 0.8s var(--load-item01) ease;
  transition: opacity 0.8s var(--load-item01) ease, -webkit-transform 0.8s var(--load-item01) ease;
  transition: opacity 0.8s var(--load-item01) ease, transform 0.8s var(--load-item01) ease;
  transition: opacity 0.8s var(--load-item01) ease, transform 0.8s var(--load-item01) ease, -webkit-transform 0.8s var(--load-item01) ease;
}
.is-loaded .header__logo,
.is-loaded .header__entry-button,
.is-loaded .nav-button,
.is-loaded .lang-switcher {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* MV背景（light） */
.top-mv__bg-light-shape-img--01,
.top-mv__bg-light-shape-img--02 {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.6s var(--load-item02) ease, -webkit-transform 0.6s var(--load-item02) ease;
  transition: opacity 0.6s var(--load-item02) ease, -webkit-transform 0.6s var(--load-item02) ease;
  transition: opacity 0.6s var(--load-item02) ease, transform 0.6s var(--load-item02) ease;
  transition: opacity 0.6s var(--load-item02) ease, transform 0.6s var(--load-item02) ease, -webkit-transform 0.6s var(--load-item02) ease;
}
body.is-loaded .top-mv__bg-light-shape-img--01,
body.is-loaded .top-mv__bg-light-shape-img--02 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* MV背景（dark）, 周囲アイテム */
.top-mv__bg-dark-shape-img--01,
.top-mv__bg-dark-shape-img--02,
.top-mv__bottom-divider,
.top-intro {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.6s var(--load-item03) ease, -webkit-transform 0.6s var(--load-item03) ease;
  transition: opacity 0.6s var(--load-item03) ease, -webkit-transform 0.6s var(--load-item03) ease;
  transition: opacity 0.6s var(--load-item03) ease, transform 0.6s var(--load-item03) ease;
  transition: opacity 0.6s var(--load-item03) ease, transform 0.6s var(--load-item03) ease, -webkit-transform 0.6s var(--load-item03) ease;
}
body.is-loaded .top-mv__bg-dark-shape-img--01,
body.is-loaded .top-mv__bg-dark-shape-img--02,
body.is-loaded .top-mv__bottom-divider,
body.is-loaded .top-intro {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* MVメインテキスト */
.top-mv__main-title {
  opacity: 0;
  scale: 0.85;
  -webkit-transition: opacity 0.3s var(--load-item04) ease, scale 0.3s var(--load-item04) cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.3s var(--load-item04) ease, scale 0.3s var(--load-item04) cubic-bezier(0.34, 1.56, 0.64, 1);
}
body.is-loaded .top-mv__main-title {
  opacity: 1;
  scale: 1;
}

/* MVトラック */
.top-mv__truck {
  opacity: 0;
  scale: 0.85;
  -webkit-transition: opacity 0.3s var(--load-item05) ease, scale 0.3s var(--load-item05) cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.3s var(--load-item05) ease, scale 0.3s var(--load-item05) cubic-bezier(0.34, 1.56, 0.64, 1);
}
body.is-loaded .top-mv__truck {
  opacity: 1;
  scale: 1;
}

/* MV人物 */
.top-mv__drivers {
  opacity: 0;
  scale: 0.85;
  -webkit-transition: opacity 0.3s var(--load-item06) ease, scale 0.3s var(--load-item06) cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.3s var(--load-item06) ease, scale 0.3s var(--load-item06) cubic-bezier(0.34, 1.56, 0.64, 1);
}
body.is-loaded .top-mv__drivers {
  opacity: 1;
  scale: 1;
}

/* -------------------------------------------
 * アニメーション
 * ポップイン
 * -------------------------------------------*/
.js-pop-in {
  opacity: 0;
  scale: 0.85;
  -webkit-transition: opacity 0.3s var(--pop-in-delay, 0s) ease, scale 0.3s var(--pop-in-delay, 0s) cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.3s var(--pop-in-delay, 0s) ease, scale 0.3s var(--pop-in-delay, 0s) cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media (max-width: 834px) {
  .js-pop-in {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    visibility: visible;
    scale: 1;
  }
}

.js-pop-in.is-visible {
  opacity: 1;
  scale: 1;
}

/* -------------------------------------------
 * アニメーション
 * ホバー×opacity
 * -------------------------------------------*/
.hover-fade {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
}
@media (any-hover: hover) {
  .hover-fade:hover {
    opacity: 0.6;
  }
}/*# sourceMappingURL=style.css.map */

/* ---------- top ---------- */
@charset "UTF-8";
/* リキッドな余白 */
/********************************************************/
/* -------------------------------------------
 * 共通
 * -------------------------------------------*/
/* セクションの境界線（黄色・下部） */
.divider--bottom {
  width: 100%;
  height: auto;
  aspect-ratio: 3360/176;
  position: absolute;
  top: 100%;
  left: 0;
}

/* セクションの境界線（黄色・下部） */
.divider--top {
  width: 100%;
  height: auto;
  aspect-ratio: 3360/176;
  position: absolute;
  bottom: 100%;
  left: 0;
}

/* -------------------------------------------
 * MV
 * -------------------------------------------*/
.top-mv {
  padding-top: calc(48 * var(--unit));
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media (max-width: 834px) {
  .top-mv {
    padding-top: calc(91 * var(--unit));
    overflow: clip;
  }
}

.top-mv__main-title {
  position: relative;
  z-index: 2;
  width: 39%;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .top-mv__main-title {
    width: 87.8%;
  }
}

.top-mv__drivers {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 5.8% 3%;
  margin-top: -36%;
}
@media (max-width: 834px) {
  .top-mv__drivers {
    margin-top: -10%;
    z-index: 5;
    padding-inline: 0;
  }
}

.top-mv__driver-img--01 {
  width: 32%;
}
@media (max-width: 834px) {
  .top-mv__driver-img--01 {
    width: 52.5%;
    margin-left: -4.5%;
  }
}

.top-mv__driver-img--02 {
  width: 31%;
}
@media (max-width: 834px) {
  .top-mv__driver-img--02 {
    width: 50%;
    margin-right: -5%;
    margin-top: 6%;
  }
}

.top-mv__main-title,
.top-mv__truck {
  position: relative;
  z-index: 3;
}

.top-mv__truck {
  width: 30%;
  margin-inline: auto;
  margin-top: -0.8%;
}
@media (max-width: 834px) {
  .top-mv__truck {
    width: 54.9%;
    margin-top: -4.5%;
    z-index: 4;
  }
}

.top-mv__bottom-divider {
  position: relative;
  z-index: 2;
  margin-top: -8.3%;
}
@media (max-width: 834px) {
  .top-mv__bottom-divider {
    z-index: 5;
    margin-top: -23%;
    padding-bottom: calc(20 * var(--unit));
    width: 100%;
    height: auto;
  }
}

.top-mv__entry-button {
  display: none;
}
@media (max-width: 834px) {
  .top-mv__entry-button {
    position: absolute;
    inset: 0;
    margin: auto;
    margin-top: 22%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: calc(36 * var(--unit));
    height: calc(60 * var(--unit));
    width: 90%;
    line-height: 1;
  }
}
.top-mv__entry-button .button-text--entry::before {
  width: 106px;
}

.top-mv__bg-light-shape-img {
  position: absolute;
}

.top-mv__bg-light-shape-img--01 {
  left: 9.7%;
  top: 5.7738095238vw;
  width: 22.6%;
}
@media (max-width: 834px) {
  .top-mv__bg-light-shape-img--01 {
    left: 0;
    top: 22.7817745803vw;
    width: 43.2%;
  }
}

.top-mv__bg-light-shape-img--02 {
  right: 0;
  top: 0;
  width: 35.7%;
}
@media (max-width: 834px) {
  .top-mv__bg-light-shape-img--02 {
    width: 50%;
  }
}

.top-mv__bg-dark-shape-wrap {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.top-mv__bg-dark-shape-img--01 {
  margin-top: 26.7857142857vw;
  width: 24%;
  clip-path: inset(0 0 20% 0);
}
@media (max-width: 834px) {
  .top-mv__bg-dark-shape-img--01 {
    margin-top: 65.9472422062vw;
    width: 24.5%;
    clip-path: inset(0);
  }
}

.top-mv__bg-dark-shape-img--02 {
  margin-top: 24.7023809524vw;
  width: 33.5%;
}
@media (max-width: 834px) {
  .top-mv__bg-dark-shape-img--02 {
    margin-top: 62.3501199041vw;
    width: 30%;
  }
}

/* -------------------------------------------
 * intro
 * -------------------------------------------*/
.top-intro {
  padding-block: clamp(50 * var(--unit), 74 / 1680 * 100vw, 74 * var(--unit)) clamp(40 * var(--unit), 81 / 1680 * 100vw, 81 * var(--unit));
  position: relative;
}
@media (max-width: 834px) {
  .top-intro {
    margin-top: calc(-20 * var(--unit));
    padding-top: calc(10 * var(--unit));
  }
}
.top-intro::before {
  background: url(../img/foreigner/bg_yellow.webp) no-repeat center;
  background-size: cover;
  content: "";
  display: inline-block;
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.top-intro__inner {
  border-radius: clamp(30 * var(--unit), 100 / 1680 * 100vw, 100 * var(--unit));
  padding-block: clamp(35 * var(--unit), 120 / 1680 * 100vw, 120 * var(--unit)) clamp(35 * var(--unit), 128 / 1680 * 100vw, 128 * var(--unit));
  padding-inline: 5%;
  background-color: #fff9ee;
  position: relative;
}
.top-intro__inner::before {
  background: url(../img/foreigner/intro_shape01.webp) no-repeat center;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  left: -5.5%;
  top: -6.9%;
  aspect-ratio: 1330/822;
  width: 31.1%;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 834px) {
  .top-intro__inner::before {
    display: none;
  }
}
.top-intro__inner::after {
  background: url(../img/foreigner/intro_shape02.webp) no-repeat center;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  right: -17%;
  bottom: -7.5%;
  aspect-ratio: 748/496;
  width: 55.4%;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 834px) {
  .top-intro__inner::after {
    display: none;
  }
}

.top-intro__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-intro__lead-img {
  width: min(41.9%, 503 * var(--unit));
}
@media (max-width: 834px) {
  .top-intro__lead-img {
    width: 85%;
  }
}

.top-intro__title-img {
  width: min(63.3%, 760 * var(--unit));
  margin-block: clamp(15 * var(--unit), 20 / 1680 * 100vw, 20 * var(--unit)) clamp(20 * var(--unit), 46 / 1680 * 100vw, 46 * var(--unit));
}
@media (max-width: 834px) {
  .top-intro__title-img {
    width: 90%;
  }
}

.top-intro__requirement-img {
  width: min(46.6%, 560 * var(--unit));
}
@media (max-width: 834px) {
  .top-intro__requirement-img {
    width: 80%;
  }
}

.top-intro__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: calc(20 * var(--unit)) 2.9%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: clamp(25 * var(--unit), 75 / 1680 * 100vw, 75 * var(--unit));
}
@media (max-width: 834px) {
  .top-intro__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-intro__list > li {
  border-radius: clamp(20 * var(--unit), 30 / 1680 * 100vw, 30 * var(--unit));
  overflow: hidden;
  max-height: calc(392 * var(--unit));
  aspect-ratio: 320/392;
  width: 100%;
  height: auto;
}
@media (max-width: 834px) {
  .top-intro__list > li {
    aspect-ratio: 1;
  }
}
.top-intro__list > li:nth-child(1) {
  background: var(--skyblue);
}
.top-intro__list > li:nth-child(1) .top-intro__list-heading {
  width: 65.6%;
}
.top-intro__list > li:nth-child(1) .top-intro__list-img {
  width: 92.8%;
  margin-right: -2%;
}
.top-intro__list > li:nth-child(2) {
  background: var(--orange);
}
.top-intro__list > li:nth-child(2) .top-intro__list-heading {
  width: 66.5%;
}
.top-intro__list > li:nth-child(2) .top-intro__list-img {
  width: 89.3%;
  margin-right: 3%;
}
.top-intro__list > li:nth-child(3) {
  background: var(--green);
}
.top-intro__list > li:nth-child(3) .top-intro__list-heading {
  width: 82.5%;
}
.top-intro__list > li:nth-child(3) .top-intro__list-img {
  width: 112%;
  margin-left: -5%;
}

.top-intro__list-heading {
  margin-top: clamp(15 * var(--unit), 40 / 1680 * 100vw, 40 * var(--unit));
  margin-bottom: clamp(15 * var(--unit), 40 / 1680 * 100vw, 40 * var(--unit));
  margin-inline: auto;
}

.top-intro__list-img {
  margin-inline: auto;
}

.top-intro__bg-shape-img {
  position: absolute;
}

/* -------------------------------------------
 * ABOUT US
 * -------------------------------------------*/
.top-about {
  padding-block: calc(200 * var(--unit)) clamp(50 * var(--unit), 184 / 1680 * 100vw, 184 * var(--unit));
  position: relative;
}
@media (max-width: 834px) {
  .top-about {
    padding-top: calc(120 * var(--unit));
  }
}

.top-about__intro {
  position: relative;
}

.top-about__section-title {
  position: absolute;
  top: -7%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
  z-index: 1;
}
@media (max-width: 834px) {
  .top-about__section-title {
    top: -8%;
  }
}

.top-about__intro-image-wrap {
  position: relative;
}

.top-about__intro-img {
  border-radius: clamp(20 * var(--unit), 30 / 1680 * 100vw, 30 * var(--unit));
  overflow: hidden;
}

.top-about__intro-img-badge {
  position: absolute;
  left: -9%;
  bottom: -7%;
  width: 42.4%;
  aspect-ratio: 212/131;
}
@media (max-width: 834px) {
  .top-about__intro-img-badge {
    width: 39%;
    left: -5%;
    bottom: -5%;
  }
}

.top-about__intro-content {
  background: #fff;
  border-radius: clamp(30 * var(--unit), 100 / 1680 * 100vw, 100 * var(--unit));
  padding-block: clamp(30 * var(--unit), 149 / 1680 * 100vw, 149 * var(--unit)) clamp(40 * var(--unit), 113 / 1680 * 100vw, 113 * var(--unit));
  padding-inline: 7.5%;
  display: grid;
  grid-template-columns: 500fr 460fr;
  gap: calc(30 * var(--unit)) 5.8%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.top-about__intro-content::after {
  background: url(../img/foreigner/about_intro-label.webp) no-repeat center;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  width: 22.2%;
  aspect-ratio: 532/532;
  top: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 834px) {
  .top-about__intro-content::after {
    width: 50%;
    background: url(../img/foreigner/about_intro-label_sp.webp) no-repeat center;
    background-size: contain;
    aspect-ratio: 352/202;
  }
}
@media (max-width: 834px) {
  .top-about__intro-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-about__intro-catch {
  font-size: var(--f32);
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 1em;
}
@media (max-width: 834px) {
  .top-about__intro-catch {
    text-align: center;
  }
}

.top-about__job-details-link {
  position: relative;
  margin-top: clamp(20 * var(--unit), 50 / 1680 * 100vw, 50 * var(--unit));
  display: inline-block;
}
.top-about__job-details-link img {
  border-radius: clamp(30 * var(--unit), 100 / 1680 * 100vw, 100 * var(--unit));
  overflow: hidden;
}
.top-about__job-details-link .arrow-icon {
  position: absolute;
  top: 50%;
  right: 3%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: clamp(30 * var(--unit), 80 / 1680 * 100vw, 80 * var(--unit));
  aspect-ratio: 80/50;
}
.top-about__job-details-link .arrow-icon .material-symbols-outlined {
  font-size: clamp(12 * var(--unit), 30 / 1680 * 100vw, 30 * var(--unit));
}

/* -------------------------------------------
 * SUPPORT
 * -------------------------------------------*/
.top-support {
  padding-block: clamp(50 * var(--unit), 79 / 1680 * 100vw, 79 * var(--unit)) clamp(50 * var(--unit), 104 / 1680 * 100vw, 104 * var(--unit));
  background: url(../img/foreigner/bg_light-yellow.webp) no-repeat center center/cover;
  position: relative;
}

.top-support__deco-item01 {
  display: inline-block;
  position: absolute;
  width: 15.1%;
  aspect-ratio: 510/450;
  bottom: 98%;
  left: 12.5%;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 834px) {
  .top-support__deco-item01 {
    width: 20%;
    left: 5%;
    bottom: 98.5%;
  }
}
@media (max-width: 639px) {
  .top-support__deco-item01 {
    width: 20%;
    left: 5%;
  }
}

.top-support__list {
  margin-top: clamp(30 * var(--unit), 80 / 1680 * 100vw, 80 * var(--unit));
}
.top-support__list > li {
  border-radius: clamp(30 * var(--unit), 60 / 1680 * 100vw, 60 * var(--unit));
  padding-inline: 6.6%;
  padding-block: clamp(30 * var(--unit), 79 / 1680 * 100vw, 79 * var(--unit)) clamp(30 * var(--unit), 69 / 1680 * 100vw, 69 * var(--unit));
}
.top-support__list > li:nth-child(1) {
  background: var(--orange);
}
.top-support__list > li:nth-child(1) .top-support__list-title {
  max-width: calc(326 * var(--unit));
  width: 100%;
}
@media (max-width: 834px) {
  .top-support__list > li:nth-child(1) .top-support__list-title {
    width: auto;
    height: calc(28 * var(--unit));
  }
}
.top-support__list > li:nth-child(2) {
  background: var(--green);
}
.top-support__list > li:nth-child(2) .top-support__list-title {
  max-width: calc(383 * var(--unit));
  width: 100%;
}
@media (max-width: 834px) {
  .top-support__list > li:nth-child(2) .top-support__list-title {
    width: auto;
    height: calc(28 * var(--unit));
  }
}
.top-support__list > li:nth-child(3) {
  background: var(--skyblue);
}
.top-support__list > li:nth-child(3) .top-support__list-title {
  max-width: calc(251 * var(--unit));
  width: 100%;
}
@media (max-width: 834px) {
  .top-support__list > li:nth-child(3) .top-support__list-title {
    width: auto;
    height: calc(28 * var(--unit));
  }
}
.top-support__list > li + li {
  margin-top: clamp(30 * var(--unit), 60 / 1680 * 100vw, 60 * var(--unit));
}

.top-support__list-flex {
  display: grid;
  grid-template-columns: 520fr 439fr;
  gap: 0 7.6%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .top-support__list-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.top-support__list-img img {
  border-radius: clamp(20 * var(--unit), 30 / 1680 * 100vw, 30 * var(--unit));
}
@media (max-width: 834px) {
  .top-support__list-img {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media (max-width: 834px) {
  .top-support__list-body {
    display: contents;
  }
}

.top-support__list-title {
  margin-inline: auto;
}
@media (max-width: 834px) {
  .top-support__list-title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 834px) {
  .top-support__list-title img {
    height: 100%;
    width: auto;
  }
}

.top-support__list-subtitle {
  font-size: var(--f16);
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.6em;
  margin-inline: auto;
}

.top-support__list-label {
  margin-block: 1.6em 2.4em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 834px) {
  .top-support__list-label {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-block: 1em 1.8em;
  }
}

.top-support__list-text {
  color: #fff;
}
@media (max-width: 834px) {
  .top-support__list-text {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: calc(16 * var(--unit));
  }
}

.top-support__details {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 2.5%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: clamp(30 * var(--unit), 60 / 1680 * 100vw, 60 * var(--unit));
}
@media (max-width: 834px) {
  .top-support__details {
    grid-template-columns: repeat(2, 1fr);
    gap: calc(20 * var(--unit));
  }
}

.top-support__details-img img {
  border-radius: clamp(10 * var(--unit), 30 / 1680 * 100vw, 30 * var(--unit));
}

.top-support__details-label {
  margin-top: 0.8em;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: var(--f16);
  line-height: 1.6;
}
@media (max-width: 834px) {
  .top-support__details-label {
    margin-top: 0.5em;
  }
}

.top-support__career {
  position: relative;
  margin-top: clamp(60 * var(--unit), 85 / 1680 * 100vw, 85 * var(--unit));
}
@media (max-width: 499px) {
  .top-support__career {
    margin-top: calc(40 * var(--unit));
  }
}

.top-support__career-title {
  position: absolute;
  top: -9%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80%;
  max-width: calc(386 * var(--unit));
  z-index: 1;
}
@media (max-width: 499px) {
  .top-support__career-title {
    top: -4%;
  }
}

.top-support__career-content {
  background: url(../img/foreigner/support_career-bg.webp) no-repeat center center/cover;
  border-radius: clamp(30 * var(--unit), 60 / 1680 * 100vw, 60 * var(--unit));
  padding-block: clamp(45 * var(--unit), 93 / 1680 * 100vw, 93 * var(--unit)) clamp(30 * var(--unit), 84 / 1680 * 100vw, 84 * var(--unit));
  padding-left: 6.6%;
  position: relative;
  overflow: clip;
}
@media (max-width: 834px) {
  .top-support__career-content {
    padding-bottom: calc(150 * var(--unit));
    padding-inline: 8%;
  }
}
@media (max-width: 499px) {
  .top-support__career-content {
    padding-bottom: calc(160 * var(--unit));
  }
}
.top-support__career-content::before {
  background: url(../img/foreigner/support_career-img01.webp) no-repeat center;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  width: 52%;
  aspect-ratio: 1234/682;
  bottom: -22%;
  right: -6%;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 834px) {
  .top-support__career-content::before {
    width: calc(366 * var(--unit));
    bottom: -15%;
  }
}
@media (max-width: 499px) {
  .top-support__career-content::before {
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}

.top-support__career-body {
  width: 45%;
}
@media (max-width: 834px) {
  .top-support__career-body {
    width: 100%;
  }
}

.top-support__career-catch {
  font-size: clamp(20 * var(--unit), 1.9047619048vw, 32 * var(--unit));
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media (max-width: 834px) {
  .top-support__career-catch {
    text-align: center;
  }
}

/* -------------------------------------------
 * SUPPORT モーダル
 * -------------------------------------------*/
body:has([popover]:popover-open) {
  overflow: hidden;
}

.top-support__open-modal-btn {
  padding: 1em min(5%, 32 * var(--unit));
  border: none;
  border-radius: 20px;
  cursor: pointer;
  background-color: transparent;
  position: relative;
  width: 100%;
  border: 2px solid #fff;
  margin-top: clamp(20 * var(--unit), 34 / 1680 * 100vw, 34 * var(--unit));
  display: inline-grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .top-support__open-modal-btn {
    gap: 0.3em;
  }
}
.top-support__open-modal-btn::after {
  content: "";
}
.top-support__open-modal-btn::before {
  background: url(../img/foreigner/support_list-item02-modal-button-img.webp) no-repeat center;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  width: clamp(80 * var(--unit), 151 / 1680 * 100vw, 151 * var(--unit));
  aspect-ratio: 284/301;
  bottom: 0;
  right: 2.3%;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 834px) {
  .top-support__open-modal-btn::before {
    width: calc(50 * var(--unit));
    right: 3.7%;
  }
}

.top-support__open-modal-text {
  position: relative;
  font-size: var(--f24);
  font-weight: bold;
  color: white;
  text-align: center;
}
@media (max-width: 834px) {
  .top-support__open-modal-text {
    line-height: 1.4;
    font-size: calc(16 * var(--unit));
  }
}

.top-support__open-modal-img {
  width: clamp(80 * var(--unit), 151 / 1680 * 100vw, 151 * var(--unit));
  aspect-ratio: 284/301;
}

.top-support__open-modal-symbol {
  border-radius: 100vmax;
  background-color: #018444;
  width: clamp(30 * var(--unit), 40 / 1680 * 100vw, 40 * var(--unit));
  height: clamp(30 * var(--unit), 40 / 1680 * 100vw, 40 * var(--unit));
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.top-support__open-modal-symbol::before, .top-support__open-modal-symbol::after {
  content: "";
  position: absolute;
  background-color: #fff;
  border-radius: 0.1em;
  width: clamp(10 * var(--unit), 15 / 1680 * 100vw, 15 * var(--unit));
  height: 2px;
}
.top-support__open-modal-symbol::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/* モーダルスタイル */
.top-support__modal {
  border: none;
  border-radius: clamp(30 * var(--unit), 60 / 1680 * 100vw, 60 * var(--unit));
  width: min(90%, 1200 * var(--unit));
  margin: auto;
  height: 90svh;
  background: white;
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.top-support__modal:popover-open {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  scrollbar-width: none;
}

/* アニメーション開始時の値 */
@starting-style {
  .top-support__modal:popover-open {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
.top-support__modal::-ms-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}
.top-support__modal::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}

.top-support__modal-header {
  padding: 1.5rem 1.5rem 0;
  position: relative;
}

.top-support__modal-close {
  font-weight: bold;
  font-size: var(--f24);
  border: 2px solid #000;
  cursor: pointer;
  padding: 0.6em;
  width: min(100%, 300 * var(--unit));
  margin-inline: auto;
  margin-top: clamp(35 * var(--unit), 72 / 1680 * 100vw, 72 * var(--unit));
  border-radius: calc(20 * var(--unit));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  background-color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (any-hover: hover) {
  .top-support__modal-close:hover {
    background-color: #000;
    color: #fff;
  }
}

/* モーダル内 */
.top-support__modal-inner {
  padding-block: clamp(30 * var(--unit), 119 / 1680 * 100vw, 119 * var(--unit)) clamp(35 * var(--unit), 90 / 1680 * 100vw, 90 * var(--unit));
  padding-inline: min(9%, 110 * var(--unit));
  overflow-y: scroll;
  height: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.top-support__modal-inner::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1024px) {
  .top-support__modal-inner {
    padding-inline: 5%;
  }
}
.top-support__modal-inner .simplebar-scrollbar.simplebar-visible:before {
  opacity: 1;
  margin-block: calc(65 * var(--unit));
}
@media (max-width: 834px) {
  .top-support__modal-inner .simplebar-scrollbar.simplebar-visible:before {
    margin-block: calc(30 * var(--unit));
  }
}
.top-support__modal-inner .simplebar-scrollbar::before {
  background: #000;
  border-radius: 100vmax;
  width: calc(3 * var(--unit));
}

/* モーダル内コンテンツ */
.top-support__service-list {
  counter-reset: count;
}
.top-support__service-list > li {
  counter-increment: count;
  border-radius: clamp(20 * var(--unit), 30 / 1680 * 100vw, 30 * var(--unit));
  background: #fff3df;
}
.top-support__service-list > li:nth-child(1) .top-support__service-title::before {
  background: url(../img/foreigner/support_list-num01.svg) no-repeat center;
  background-size: contain;
}
.top-support__service-list > li:nth-child(2) .top-support__service-title::before {
  background: url(../img/foreigner/support_list-num02.svg) no-repeat center;
  background-size: contain;
}
.top-support__service-list > li:nth-child(3) .top-support__service-title::before {
  background: url(../img/foreigner/support_list-num03.svg) no-repeat center;
  background-size: contain;
}
.top-support__service-list > li:nth-child(4) .top-support__service-title::before {
  background: url(../img/foreigner/support_list-num04.svg) no-repeat center;
  background-size: contain;
}
.top-support__service-list > li:nth-child(5) .top-support__service-title::before {
  background: url(../img/foreigner/support_list-num05.svg) no-repeat center;
  background-size: contain;
}
.top-support__service-list > li:nth-child(6) .top-support__service-title::before {
  background: url(../img/foreigner/support_list-num06.svg) no-repeat center;
  background-size: contain;
}
.top-support__service-list > li:nth-child(7) .top-support__service-title::before {
  background: url(../img/foreigner/support_list-num07.svg) no-repeat center;
  background-size: contain;
}
.top-support__service-list > li:nth-child(8) .top-support__service-title::before {
  background: url(../img/foreigner/support_list-num08.svg) no-repeat center;
  background-size: contain;
}
.top-support__service-list > li:nth-child(9) .top-support__service-title::before {
  background: url(../img/foreigner/support_list-num09.svg) no-repeat center;
  background-size: contain;
}
.top-support__service-list > li:nth-child(10) .top-support__service-title::before {
  background: url(../img/foreigner/support_list-num10.svg) no-repeat center;
  background-size: contain;
}
.top-support__service-list > li + li {
  margin-top: clamp(20 * var(--unit), 40 / 1680 * 100vw, 40 * var(--unit));
}

.top-support__service-head {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
  padding: 1.3em min(3.2%, 32 * var(--unit));
}
@media (max-width: 834px) {
  .top-support__service-head {
    padding: 1em 5%;
  }
}
.top-support__service-head:has(.top-support__service-labels) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
@media (max-width: 499px) {
  .top-support__service-head:has(.top-support__service-labels) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
}

.top-support__service-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8em;
  font-weight: bold;
  font-size: var(--f24);
}
@media (max-width: 834px) {
  .top-support__service-title {
    gap: 0.5em;
    line-height: 1.4;
  }
}
.top-support__service-title::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 1;
  width: clamp(40 * var(--unit), 50 / 1680 * 100vw, 50 * var(--unit));
  height: clamp(40 * var(--unit), 50 / 1680 * 100vw, 50 * var(--unit));
}

.top-support__service-title::before {
  padding-top: 0.3em;
}

.top-support__service-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
@media (max-width: 499px) {
  .top-support__service-labels {
    margin-left: calc(49 * var(--unit));
    gap: 0.2em;
  }
}

.top-support__service-label {
  background: #333;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5em 0.9em;
  max-width: 18rem;
  width: 100%;
  line-height: 1;
  border-radius: 100vmax;
  font-weight: bold;
  font-size: var(--f14);
}
@media (max-width: 834px) {
  .top-support__service-label {
    font-size: calc(11 * var(--unit));
  }
}

.top-support__service-body {
  padding: 2em min(6.1%, 60 * var(--unit));
}
@media (max-width: 834px) {
  .top-support__service-body {
    padding: 0.8em 5% 1em;
  }
}

.top-support__service-body--col2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 2%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 834px) {
  .top-support__service-body--col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-support__service-details {
  font-size: var(--f16);
}
.top-support__service-details > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5em;
}
@media (max-width: 834px) {
  .top-support__service-details > li {
    gap: 0.3em;
  }
}
.top-support__service-details > li::before {
  content: "";
  width: 0.7em;
  height: 0.7em;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--orange);
  border-radius: 100vmax;
  margin-top: 0.6em;
}
@media (max-width: 834px) {
  .top-support__service-details > li::before {
    width: 0.6em;
    height: 0.6em;
    margin-top: 0.7em;
  }
}

/* -------------------------------------------
 * MERIT
 * -------------------------------------------*/
.top-merit {
  padding-block: clamp(70 * var(--unit), 191 / 1680 * 100vw, 191 * var(--unit)) clamp(70 * var(--unit), 187 / 1680 * 100vw, 187 * var(--unit));
}

.top-merit__list-area {
  position: relative;
}

.top-merit__list-deco-item01 {
  width: 14.6%;
  position: absolute;
  bottom: 95%;
  right: 5.3%;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 1100px) {
  .top-merit__list-deco-item01 {
    width: 10.6%;
    right: 3%;
  }
}
@media (max-width: 834px) {
  .top-merit__list-deco-item01 {
    display: none;
  }
}

.top-merit__list {
  margin-top: clamp(30 * var(--unit), 69 / 1680 * 100vw, 69 * var(--unit));
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.5%;
}
@media (max-width: 834px) {
  .top-merit__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(30 * var(--unit));
  }
}
.top-merit__list > li {
  border-radius: clamp(30 * var(--unit), 60 / 1680 * 100vw, 60 * var(--unit));
  color: #fff;
  padding: clamp(30 * var(--unit), 45 / 1680 * 100vw, 45 * var(--unit)) 10.5%;
}
@media (max-width: 834px) {
  .top-merit__list > li {
    padding-inline: 5%;
  }
}
.top-merit__list > li:nth-child(1) {
  background-color: var(--skyblue);
}
.top-merit__list > li:nth-child(2) {
  background-color: var(--orange);
}
.top-merit__list > li:nth-child(3) {
  background-color: var(--green);
}

@media (max-width: 834px) {
  .top-merit__list-img {
    width: 90%;
    margin-inline: auto;
  }
}
.top-merit__list-img img {
  border-radius: 100vmax;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-merit__list-title {
  font-size: var(--f28);
  line-height: 1.4;
  text-align: center;
  margin-block: 0.6em 0.8em;
  font-weight: bold;
  letter-spacing: 0.03em;
}

.top-merit__list-label {
  max-width: calc(219 * var(--unit));
}

.top-merit__list-text {
  font-size: var(--f16);
  margin-top: 1em;
}

/* -------------------------------------------
 * FLOW
 * -------------------------------------------*/
.top-flow {
  padding-block: clamp(50 * var(--unit), 79 / 1680 * 100vw, 79 * var(--unit)) clamp(50 * var(--unit), 104 / 1680 * 100vw, 104 * var(--unit));
  background: url(../img/foreigner/bg_light-yellow.webp) no-repeat center center/cover;
  position: relative;
}

.top-flow__img {
  margin-top: clamp(30 * var(--unit), 80 / 1680 * 100vw, 80 * var(--unit));
}
@media (max-width: 834px) {
  .top-flow__img {
    overflow-x: auto;
  }
}
.top-flow__img img {
  border-radius: clamp(30 * var(--unit), 60 / 1680 * 100vw, 60 * var(--unit));
}
@media (max-width: 834px) {
  .top-flow__img img {
    display: block;
    width: 750px;
    height: auto;
    max-width: none;
  }
}

/* -------------------------------------------
 * CTA
 * -------------------------------------------*/
.top-cta {
  background: url(../img/foreigner/bg_yellow.webp) no-repeat center center/cover;
  padding-block: clamp(45 * var(--unit), 159 / 1680 * 100vw, 159 * var(--unit)) clamp(35 * var(--unit), 102 / 1680 * 100vw, 102 * var(--unit));
  overflow: clip;
}

.top-cta__buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.6%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: calc(960 * var(--unit));
  margin-inline: auto;
}

.top-cta__button {
  max-width: calc(460 * var(--unit));
  width: 100%;
  padding: 0.4em;
}

.top-cta__button--requirement {
  font-size: var(--f47);
  font-weight: bold;
}
@media (max-width: 834px) {
  .top-cta__button--requirement {
    font-size: calc(20 * var(--unit));
  }
}

.top-cta__button--entry {
  font-size: var(--f54);
  letter-spacing: 0.05em;
}
@media (max-width: 834px) {
  .top-cta__button--entry {
    font-size: calc(30 * var(--unit));
  }
}
.top-cta__button--entry .button-text--entry::before {
  width: clamp(83px, 10.3vw, 156px);
}

.top-cta__button {
  min-width: auto;
}

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

/* -------------------------------------------
 * CTA スライダー
 * -------------------------------------------*/
.top-cta__slider {
  overflow: clip;
}

.top-cta__slider-text {
  font-size: calc(100 * var(--unit));
  font-family: var(--luckiest-guy);
  white-space: nowrap;
}
@media (max-width: 834px) {
  .top-cta__slider-text {
    font-size: calc(40 * var(--unit));
  }
}
.top-cta__slider-text .highlight {
  color: var(--orange);
}

.top-cta__slider-img {
  width: calc(137 * var(--unit));
}
@media (max-width: 834px) {
  .top-cta__slider-img {
    width: calc(70 * var(--unit));
  }
}
.top-cta__slider-img img {
  aspect-ratio: 138/86;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-cta__slider-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(15 * var(--unit));
}
@media (max-width: 834px) {
  .top-cta__slider-inner {
    gap: calc(5 * var(--unit));
  }
}

.top-cta__slider-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
  -webkit-animation: cta-slide 50s linear infinite;
          animation: cta-slide 50s linear infinite;
}

.top-cta__slider-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(15 * var(--unit));
  padding-right: calc(15 * var(--unit));
}
@media (max-width: 834px) {
  .top-cta__slider-group {
    gap: calc(5 * var(--unit));
    padding-right: calc(5 * var(--unit));
  }
}

@-webkit-keyframes cta-slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-1 * var(--group-width)));
            transform: translateX(calc(-1 * var(--group-width)));
  }
}

@keyframes cta-slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-1 * var(--group-width)));
            transform: translateX(calc(-1 * var(--group-width)));
  }
}
/* -------------------------------------------
 * JOB DESCRIPTION
 * -------------------------------------------*/
.top-job-description {
  padding-block: clamp(50 * var(--unit), 176 / 1680 * 100vw, 176 * var(--unit)) clamp(50 * var(--unit), 120 / 1680 * 100vw, 120 * var(--unit));
}

.top-job-description__table-wrap {
  margin-top: clamp(30 * var(--unit), 75 / 1680 * 100vw, 75 * var(--unit));
  background-color: #fff;
  border-radius: clamp(30 * var(--unit), 100 / 1680 * 100vw, 100 * var(--unit));
  padding: clamp(30 * var(--unit), 90 / 1680 * 100vw, 90 * var(--unit)) 6.7%;
}
@media (max-width: 834px) {
  .top-job-description__table-wrap {
    padding-inline: 5%;
  }
}

.top-job-description__row {
  display: grid;
  grid-template-columns: minmax(calc(130 * var(--unit)), 18%) 1fr;
  gap: calc(28 * var(--unit));
  padding-block: 1.5em;
}
.top-job-description__row:not(:first-child) {
  background-image: repeating-linear-gradient(90deg, #b2b2b2, #b2b2b2 3px, transparent 3px, transparent 5px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}
@media (max-width: 834px) {
  .top-job-description__row {
    grid-template-columns: 1fr;
    gap: calc(6 * var(--unit));
    padding-block: calc(14 * var(--unit));
  }
}

.top-job-description__item-title,
.top-job-description__item-text {
  line-height: 1.88;
}

.top-job-description__item-title {
  color: var(--orange);
  font-size: var(--f18);
  font-weight: bold;
  padding-left: 1em;
}
@media (max-width: 834px) {
  .top-job-description__item-title {
    padding-left: 0;
  }
}

.top-job-description__item-text {
  font-size: var(--f16);
  font-weight: 500;
}

.top-job-description__note {
  font-size: var(--f13);
}

.top-job-description__indent-line {
  display: block;
  text-indent: 1.4em;
}/*# sourceMappingURL=top.css.map */