@charset "UTF-8";@import url(https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,400;0,700;1,700&family=Bebas+Neue&family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap&family=Noto+Serif+JP:wght@800);

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
  margin: 0;
}
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
* 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: 1em; /* 2 */
}
/* Text-level semantics
========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
}
/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
  border-style: none;
}
/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input { /* 1 */
  overflow: visible;
}
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select { /* 1 */
  text-transform: none;
}
/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
* Correct the padding in Firefox.
*/
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline;
}
/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
  overflow: auto;
}
/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
* 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 odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* 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;
}
/* Misc
========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none;
}
/**
* Add the correct display in IE 10.
*/
[hidden] {
  display: none;
}
.fontNotoSans {
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
}
.color-red-50 {
  color: #ffebee;
}
.bgColor-red-50 {
  background-color: #ffebee;
}
.color-red-100 {
  color: #ffcdd2;
}
.bgColor-red-100 {
  background-color: #ffcdd2;
}
.color-red-200 {
  color: #ef9a9a;
}
.bgColor-red-200 {
  background-color: #ef9a9a;
}
.color-red-300 {
  color: #e57373;
}
.bgColor-red-300 {
  background-color: #e57373;
}
.color-red-400 {
  color: #ef5350;
}
.bgColor-red-400 {
  background-color: #ef5350;
}
.color-red-500 {
  color: #f44336;
}
.bgColor-red-500 {
  background-color: #f44336;
}
.color-red-600 {
  color: #e53935;
}
.bgColor-red-600 {
  background-color: #e53935;
}
.color-red-700 {
  color: #d32f2f;
}
.bgColor-red-700 {
  background-color: #d32f2f;
}
.color-red-800 {
  color: #c62828;
}
.bgColor-red-800 {
  background-color: #c62828;
}
.color-red-900 {
  color: #b71c1c;
}
.bgColor-red-900 {
  background-color: #b71c1c;
}
.color-red-a100 {
  color: #ff8a80;
}
.bgColor-red-a100 {
  background-color: #ff8a80;
}
.color-red-a200 {
  color: #ff5252;
}
.bgColor-red-a200 {
  background-color: #ff5252;
}
.color-red-a400 {
  color: #ff1744;
}
.bgColor-red-a400 {
  background-color: #ff1744;
}
.color-red-a700 {
  color: #d50000;
}
.bgColor-red-a700 {
  background-color: #d50000;
}
.color-pink-50 {
  color: #fce4ec;
}
.bgColor-pink-50 {
  background-color: #fce4ec;
}
.color-pink-100 {
  color: #f8bbd0;
}
.bgColor-pink-100 {
  background-color: #f8bbd0;
}
.color-pink-200 {
  color: #f48fb1;
}
.bgColor-pink-200 {
  background-color: #f48fb1;
}
.color-pink-300 {
  color: #f06292;
}
.bgColor-pink-300 {
  background-color: #f06292;
}
.color-pink-400 {
  color: #ec407a;
}
.bgColor-pink-400 {
  background-color: #ec407a;
}
.color-pink-500 {
  color: #e91e63;
}
.bgColor-pink-500 {
  background-color: #e91e63;
}
.color-pink-600 {
  color: #d81b60;
}
.bgColor-pink-600 {
  background-color: #d81b60;
}
.color-pink-700 {
  color: #c2185b;
}
.bgColor-pink-700 {
  background-color: #c2185b;
}
.color-pink-800 {
  color: #ad1457;
}
.bgColor-pink-800 {
  background-color: #ad1457;
}
.color-pink-900 {
  color: #880e4f;
}
.bgColor-pink-900 {
  background-color: #880e4f;
}
.color-pink-a100 {
  color: #ff80ab;
}
.bgColor-pink-a100 {
  background-color: #ff80ab;
}
.color-pink-a200 {
  color: #ff4081;
}
.bgColor-pink-a200 {
  background-color: #ff4081;
}
.color-pink-a400 {
  color: #f50057;
}
.bgColor-pink-a400 {
  background-color: #f50057;
}
.color-pink-a700 {
  color: #c51162;
}
.bgColor-pink-a700 {
  background-color: #c51162;
}
.color-purple-50 {
  color: #f3e5f5;
}
.bgColor-purple-50 {
  background-color: #f3e5f5;
}
.color-purple-100 {
  color: #e1bee7;
}
.bgColor-purple-100 {
  background-color: #e1bee7;
}
.color-purple-200 {
  color: #ce93d8;
}
.bgColor-purple-200 {
  background-color: #ce93d8;
}
.color-purple-300 {
  color: #ba68c8;
}
.bgColor-purple-300 {
  background-color: #ba68c8;
}
.color-purple-400 {
  color: #ab47bc;
}
.bgColor-purple-400 {
  background-color: #ab47bc;
}
.color-purple-500 {
  color: #9c27b0;
}
.bgColor-purple-500 {
  background-color: #9c27b0;
}
.color-purple-600 {
  color: #8e24aa;
}
.bgColor-purple-600 {
  background-color: #8e24aa;
}
.color-purple-700 {
  color: #7b1fa2;
}
.bgColor-purple-700 {
  background-color: #7b1fa2;
}
.color-purple-800 {
  color: #6a1b9a;
}
.bgColor-purple-800 {
  background-color: #6a1b9a;
}
.color-purple-900 {
  color: #4a148c;
}
.bgColor-purple-900 {
  background-color: #4a148c;
}
.color-purple-a100 {
  color: #ea80fc;
}
.bgColor-purple-a100 {
  background-color: #ea80fc;
}
.color-purple-a200 {
  color: #e040fb;
}
.bgColor-purple-a200 {
  background-color: #e040fb;
}
.color-purple-a400 {
  color: #d500f9;
}
.bgColor-purple-a400 {
  background-color: #d500f9;
}
.color-purple-a700 {
  color: #aa00ff;
}
.bgColor-purple-a700 {
  background-color: #aa00ff;
}
.color-deep-purple-50 {
  color: #ede7f6;
}
.bgColor-deep-purple-50 {
  background-color: #ede7f6;
}
.color-deep-purple-100 {
  color: #d1c4e9;
}
.bgColor-deep-purple-100 {
  background-color: #d1c4e9;
}
.color-deep-purple-200 {
  color: #b39ddb;
}
.bgColor-deep-purple-200 {
  background-color: #b39ddb;
}
.color-deep-purple-300 {
  color: #9575cd;
}
.bgColor-deep-purple-300 {
  background-color: #9575cd;
}
.color-deep-purple-400 {
  color: #7e57c2;
}
.bgColor-deep-purple-400 {
  background-color: #7e57c2;
}
.color-deep-purple-500 {
  color: #673ab7;
}
.bgColor-deep-purple-500 {
  background-color: #673ab7;
}
.color-deep-purple-600 {
  color: #5e35b1;
}
.bgColor-deep-purple-600 {
  background-color: #5e35b1;
}
.color-deep-purple-700 {
  color: #512da8;
}
.bgColor-deep-purple-700 {
  background-color: #512da8;
}
.color-deep-purple-800 {
  color: #4527a0;
}
.bgColor-deep-purple-800 {
  background-color: #4527a0;
}
.color-deep-purple-900 {
  color: #311b92;
}
.bgColor-deep-purple-900 {
  background-color: #311b92;
}
.color-deep-purple-a100 {
  color: #b388ff;
}
.bgColor-deep-purple-a100 {
  background-color: #b388ff;
}
.color-deep-purple-a200 {
  color: #7c4dff;
}
.bgColor-deep-purple-a200 {
  background-color: #7c4dff;
}
.color-deep-purple-a400 {
  color: #651fff;
}
.bgColor-deep-purple-a400 {
  background-color: #651fff;
}
.color-deep-purple-a700 {
  color: #6200ea;
}
.bgColor-deep-purple-a700 {
  background-color: #6200ea;
}
.color-indigo-50 {
  color: #e8eaf6;
}
.bgColor-indigo-50 {
  background-color: #e8eaf6;
}
.color-indigo-100 {
  color: #c5cae9;
}
.bgColor-indigo-100 {
  background-color: #c5cae9;
}
.color-indigo-200 {
  color: #9fa8da;
}
.bgColor-indigo-200 {
  background-color: #9fa8da;
}
.color-indigo-300 {
  color: #7986cb;
}
.bgColor-indigo-300 {
  background-color: #7986cb;
}
.color-indigo-400 {
  color: #5c6bc0;
}
.bgColor-indigo-400 {
  background-color: #5c6bc0;
}
.color-indigo-500 {
  color: #3f51b5;
}
.bgColor-indigo-500 {
  background-color: #3f51b5;
}
.color-indigo-600 {
  color: #3949ab;
}
.bgColor-indigo-600 {
  background-color: #3949ab;
}
.color-indigo-700 {
  color: #303f9f;
}
.bgColor-indigo-700 {
  background-color: #303f9f;
}
.color-indigo-800 {
  color: #283593;
}
.bgColor-indigo-800 {
  background-color: #283593;
}
.color-indigo-900 {
  color: #1a237e;
}
.bgColor-indigo-900 {
  background-color: #1a237e;
}
.color-indigo-a100 {
  color: #8c9eff;
}
.bgColor-indigo-a100 {
  background-color: #8c9eff;
}
.color-indigo-a200 {
  color: #536dfe;
}
.bgColor-indigo-a200 {
  background-color: #536dfe;
}
.color-indigo-a400 {
  color: #3d5afe;
}
.bgColor-indigo-a400 {
  background-color: #3d5afe;
}
.color-indigo-a700 {
  color: #304ffe;
}
.bgColor-indigo-a700 {
  background-color: #304ffe;
}
.color-blue-50 {
  color: #e3f2fd;
}
.bgColor-blue-50 {
  background-color: #e3f2fd;
}
.color-blue-100 {
  color: #bbdefb;
}
.bgColor-blue-100 {
  background-color: #bbdefb;
}
.color-blue-200 {
  color: #90caf9;
}
.bgColor-blue-200 {
  background-color: #90caf9;
}
.color-blue-300 {
  color: #64b5f6;
}
.bgColor-blue-300 {
  background-color: #64b5f6;
}
.color-blue-400 {
  color: #42a5f5;
}
.bgColor-blue-400 {
  background-color: #42a5f5;
}
.color-blue-500 {
  color: #2196f3;
}
.bgColor-blue-500 {
  background-color: #2196f3;
}
.color-blue-600 {
  color: #1e88e5;
}
.bgColor-blue-600 {
  background-color: #1e88e5;
}
.color-blue-700 {
  color: #1976d2;
}
.bgColor-blue-700 {
  background-color: #1976d2;
}
.color-blue-800 {
  color: #1565c0;
}
.bgColor-blue-800 {
  background-color: #1565c0;
}
.color-blue-900 {
  color: #0d47a1;
}
.bgColor-blue-900 {
  background-color: #0d47a1;
}
.color-blue-a100 {
  color: #82b1ff;
}
.bgColor-blue-a100 {
  background-color: #82b1ff;
}
.color-blue-a200 {
  color: #448aff;
}
.bgColor-blue-a200 {
  background-color: #448aff;
}
.color-blue-a400 {
  color: #2979ff;
}
.bgColor-blue-a400 {
  background-color: #2979ff;
}
.color-blue-a700 {
  color: #2962ff;
}
.bgColor-blue-a700 {
  background-color: #2962ff;
}
.color-light-blue-50 {
  color: #e1f5fe;
}
.bgColor-light-blue-50 {
  background-color: #e1f5fe;
}
.color-light-blue-100 {
  color: #b3e5fc;
}
.bgColor-light-blue-100 {
  background-color: #b3e5fc;
}
.color-light-blue-200 {
  color: #81d4fa;
}
.bgColor-light-blue-200 {
  background-color: #81d4fa;
}
.color-light-blue-300 {
  color: #4fc3f7;
}
.bgColor-light-blue-300 {
  background-color: #4fc3f7;
}
.color-light-blue-400 {
  color: #29b6f6;
}
.bgColor-light-blue-400 {
  background-color: #29b6f6;
}
.color-light-blue-500 {
  color: #03a9f4;
}
.bgColor-light-blue-500 {
  background-color: #03a9f4;
}
.color-light-blue-600 {
  color: #039be5;
}
.bgColor-light-blue-600 {
  background-color: #039be5;
}
.color-light-blue-700 {
  color: #0288d1;
}
.bgColor-light-blue-700 {
  background-color: #0288d1;
}
.color-light-blue-800 {
  color: #0277bd;
}
.bgColor-light-blue-800 {
  background-color: #0277bd;
}
.color-light-blue-900 {
  color: #01579b;
}
.bgColor-light-blue-900 {
  background-color: #01579b;
}
.color-light-blue-a100 {
  color: #80d8ff;
}
.bgColor-light-blue-a100 {
  background-color: #80d8ff;
}
.color-light-blue-a200 {
  color: #40c4ff;
}
.bgColor-light-blue-a200 {
  background-color: #40c4ff;
}
.color-light-blue-a400 {
  color: #00b0ff;
}
.bgColor-light-blue-a400 {
  background-color: #00b0ff;
}
.color-light-blue-a700 {
  color: #0091ea;
}
.bgColor-light-blue-a700 {
  background-color: #0091ea;
}
.color-cyan-50 {
  color: #e0f7fa;
}
.bgColor-cyan-50 {
  background-color: #e0f7fa;
}
.color-cyan-100 {
  color: #b2ebf2;
}
.bgColor-cyan-100 {
  background-color: #b2ebf2;
}
.color-cyan-200 {
  color: #80deea;
}
.bgColor-cyan-200 {
  background-color: #80deea;
}
.color-cyan-300 {
  color: #4dd0e1;
}
.bgColor-cyan-300 {
  background-color: #4dd0e1;
}
.color-cyan-400 {
  color: #26c6da;
}
.bgColor-cyan-400 {
  background-color: #26c6da;
}
.color-cyan-500 {
  color: #00bcd4;
}
.bgColor-cyan-500 {
  background-color: #00bcd4;
}
.color-cyan-600 {
  color: #00acc1;
}
.bgColor-cyan-600 {
  background-color: #00acc1;
}
.color-cyan-700 {
  color: #0097a7;
}
.bgColor-cyan-700 {
  background-color: #0097a7;
}
.color-cyan-800 {
  color: #00838f;
}
.bgColor-cyan-800 {
  background-color: #00838f;
}
.color-cyan-900 {
  color: #006064;
}
.bgColor-cyan-900 {
  background-color: #006064;
}
.color-cyan-a100 {
  color: #84ffff;
}
.bgColor-cyan-a100 {
  background-color: #84ffff;
}
.color-cyan-a200 {
  color: #18ffff;
}
.bgColor-cyan-a200 {
  background-color: #18ffff;
}
.color-cyan-a400 {
  color: #00e5ff;
}
.bgColor-cyan-a400 {
  background-color: #00e5ff;
}
.color-cyan-a700 {
  color: #00b8d4;
}
.bgColor-cyan-a700 {
  background-color: #00b8d4;
}
.color-teal-50 {
  color: #e0f2f1;
}
.bgColor-teal-50 {
  background-color: #e0f2f1;
}
.color-teal-100 {
  color: #b2dfdb;
}
.bgColor-teal-100 {
  background-color: #b2dfdb;
}
.color-teal-200 {
  color: #80cbc4;
}
.bgColor-teal-200 {
  background-color: #80cbc4;
}
.color-teal-300 {
  color: #4db6ac;
}
.bgColor-teal-300 {
  background-color: #4db6ac;
}
.color-teal-400 {
  color: #26a69a;
}
.bgColor-teal-400 {
  background-color: #26a69a;
}
.color-teal-500 {
  color: #009688;
}
.bgColor-teal-500 {
  background-color: #009688;
}
.color-teal-600 {
  color: #00897b;
}
.bgColor-teal-600 {
  background-color: #00897b;
}
.color-teal-700 {
  color: #00796b;
}
.bgColor-teal-700 {
  background-color: #00796b;
}
.color-teal-800 {
  color: #00695c;
}
.bgColor-teal-800 {
  background-color: #00695c;
}
.color-teal-900 {
  color: #004d40;
}
.bgColor-teal-900 {
  background-color: #004d40;
}
.color-teal-a100 {
  color: #a7ffeb;
}
.bgColor-teal-a100 {
  background-color: #a7ffeb;
}
.color-teal-a200 {
  color: #64ffda;
}
.bgColor-teal-a200 {
  background-color: #64ffda;
}
.color-teal-a400 {
  color: #1de9b6;
}
.bgColor-teal-a400 {
  background-color: #1de9b6;
}
.color-teal-a700 {
  color: #00bfa5;
}
.bgColor-teal-a700 {
  background-color: #00bfa5;
}
.color-green-50 {
  color: #e8f5e9;
}
.bgColor-green-50 {
  background-color: #e8f5e9;
}
.color-green-100 {
  color: #c8e6c9;
}
.bgColor-green-100 {
  background-color: #c8e6c9;
}
.color-green-200 {
  color: #a5d6a7;
}
.bgColor-green-200 {
  background-color: #a5d6a7;
}
.color-green-300 {
  color: #81c784;
}
.bgColor-green-300 {
  background-color: #81c784;
}
.color-green-400 {
  color: #66bb6a;
}
.bgColor-green-400 {
  background-color: #66bb6a;
}
.color-green-500 {
  color: #4caf50;
}
.bgColor-green-500 {
  background-color: #4caf50;
}
.color-green-600 {
  color: #43a047;
}
.bgColor-green-600 {
  background-color: #43a047;
}
.color-green-700 {
  color: #388e3c;
}
.bgColor-green-700 {
  background-color: #388e3c;
}
.color-green-800 {
  color: #2e7d32;
}
.bgColor-green-800 {
  background-color: #2e7d32;
}
.color-green-900 {
  color: #1b5e20;
}
.bgColor-green-900 {
  background-color: #1b5e20;
}
.color-green-a100 {
  color: #b9f6ca;
}
.bgColor-green-a100 {
  background-color: #b9f6ca;
}
.color-green-a200 {
  color: #69f0ae;
}
.bgColor-green-a200 {
  background-color: #69f0ae;
}
.color-green-a400 {
  color: #00e676;
}
.bgColor-green-a400 {
  background-color: #00e676;
}
.color-green-a700 {
  color: #00c853;
}
.bgColor-green-a700 {
  background-color: #00c853;
}
.color-light-green-50 {
  color: #f1f8e9;
}
.bgColor-light-green-50 {
  background-color: #f1f8e9;
}
.color-light-green-100 {
  color: #dcedc8;
}
.bgColor-light-green-100 {
  background-color: #dcedc8;
}
.color-light-green-200 {
  color: #c5e1a5;
}
.bgColor-light-green-200 {
  background-color: #c5e1a5;
}
.color-light-green-300 {
  color: #aed581;
}
.bgColor-light-green-300 {
  background-color: #aed581;
}
.color-light-green-400 {
  color: #9ccc65;
}
.bgColor-light-green-400 {
  background-color: #9ccc65;
}
.color-light-green-500 {
  color: #8bc34a;
}
.bgColor-light-green-500 {
  background-color: #8bc34a;
}
.color-light-green-600 {
  color: #7cb342;
}
.bgColor-light-green-600 {
  background-color: #7cb342;
}
.color-light-green-700 {
  color: #689f38;
}
.bgColor-light-green-700 {
  background-color: #689f38;
}
.color-light-green-800 {
  color: #558b2f;
}
.bgColor-light-green-800 {
  background-color: #558b2f;
}
.color-light-green-900 {
  color: #33691e;
}
.bgColor-light-green-900 {
  background-color: #33691e;
}
.color-light-green-a100 {
  color: #ccff90;
}
.bgColor-light-green-a100 {
  background-color: #ccff90;
}
.color-light-green-a200 {
  color: #b2ff59;
}
.bgColor-light-green-a200 {
  background-color: #b2ff59;
}
.color-light-green-a400 {
  color: #76ff03;
}
.bgColor-light-green-a400 {
  background-color: #76ff03;
}
.color-light-green-a700 {
  color: #64dd17;
}
.bgColor-light-green-a700 {
  background-color: #64dd17;
}
.color-lime-50 {
  color: #f9fbe7;
}
.bgColor-lime-50 {
  background-color: #f9fbe7;
}
.color-lime-100 {
  color: #f0f4c3;
}
.bgColor-lime-100 {
  background-color: #f0f4c3;
}
.color-lime-200 {
  color: #e6ee9c;
}
.bgColor-lime-200 {
  background-color: #e6ee9c;
}
.color-lime-300 {
  color: #dce775;
}
.bgColor-lime-300 {
  background-color: #dce775;
}
.color-lime-400 {
  color: #d4e157;
}
.bgColor-lime-400 {
  background-color: #d4e157;
}
.color-lime-500 {
  color: #cddc39;
}
.bgColor-lime-500 {
  background-color: #cddc39;
}
.color-lime-600 {
  color: #c0ca33;
}
.bgColor-lime-600 {
  background-color: #c0ca33;
}
.color-lime-700 {
  color: #afb42b;
}
.bgColor-lime-700 {
  background-color: #afb42b;
}
.color-lime-800 {
  color: #9e9d24;
}
.bgColor-lime-800 {
  background-color: #9e9d24;
}
.color-lime-900 {
  color: #827717;
}
.bgColor-lime-900 {
  background-color: #827717;
}
.color-lime-a100 {
  color: #f4ff81;
}
.bgColor-lime-a100 {
  background-color: #f4ff81;
}
.color-lime-a200 {
  color: #eeff41;
}
.bgColor-lime-a200 {
  background-color: #eeff41;
}
.color-lime-a400 {
  color: #c6ff00;
}
.bgColor-lime-a400 {
  background-color: #c6ff00;
}
.color-lime-a700 {
  color: #aeea00;
}
.bgColor-lime-a700 {
  background-color: #aeea00;
}
.color-yellow-50 {
  color: #fffde7;
}
.bgColor-yellow-50 {
  background-color: #fffde7;
}
.color-yellow-100 {
  color: #fff9c4;
}
.bgColor-yellow-100 {
  background-color: #fff9c4;
}
.color-yellow-200 {
  color: #fff59d;
}
.bgColor-yellow-200 {
  background-color: #fff59d;
}
.color-yellow-300 {
  color: #fff176;
}
.bgColor-yellow-300 {
  background-color: #fff176;
}
.color-yellow-400 {
  color: #ffee58;
}
.bgColor-yellow-400 {
  background-color: #ffee58;
}
.color-yellow-500 {
  color: #ffeb3b;
}
.bgColor-yellow-500 {
  background-color: #ffeb3b;
}
.color-yellow-600 {
  color: #fdd835;
}
.bgColor-yellow-600 {
  background-color: #fdd835;
}
.color-yellow-700 {
  color: #fbc02d;
}
.bgColor-yellow-700 {
  background-color: #fbc02d;
}
.color-yellow-800 {
  color: #f9a825;
}
.bgColor-yellow-800 {
  background-color: #f9a825;
}
.color-yellow-900 {
  color: #f57f17;
}
.bgColor-yellow-900 {
  background-color: #f57f17;
}
.color-yellow-a100 {
  color: #ffff8d;
}
.bgColor-yellow-a100 {
  background-color: #ffff8d;
}
.color-yellow-a200 {
  color: #ffff00;
}
.bgColor-yellow-a200 {
  background-color: #ffff00;
}
.color-yellow-a400 {
  color: #ffea00;
}
.bgColor-yellow-a400 {
  background-color: #ffea00;
}
.color-yellow-a700 {
  color: #ffd600;
}
.bgColor-yellow-a700 {
  background-color: #ffd600;
}
.color-amber-50 {
  color: #fff8e1;
}
.bgColor-amber-50 {
  background-color: #fff8e1;
}
.color-amber-100 {
  color: #ffecb3;
}
.bgColor-amber-100 {
  background-color: #ffecb3;
}
.color-amber-200 {
  color: #ffe082;
}
.bgColor-amber-200 {
  background-color: #ffe082;
}
.color-amber-300 {
  color: #ffd54f;
}
.bgColor-amber-300 {
  background-color: #ffd54f;
}
.color-amber-400 {
  color: #ffca28;
}
.bgColor-amber-400 {
  background-color: #ffca28;
}
.color-amber-500 {
  color: #ffc107;
}
.bgColor-amber-500 {
  background-color: #ffc107;
}
.color-amber-600 {
  color: #ffb300;
}
.bgColor-amber-600 {
  background-color: #ffb300;
}
.color-amber-700 {
  color: #ffa000;
}
.bgColor-amber-700 {
  background-color: #ffa000;
}
.color-amber-800 {
  color: #ff8f00;
}
.bgColor-amber-800 {
  background-color: #ff8f00;
}
.color-amber-900 {
  color: #ff6f00;
}
.bgColor-amber-900 {
  background-color: #ff6f00;
}
.color-amber-a100 {
  color: #ffe57f;
}
.bgColor-amber-a100 {
  background-color: #ffe57f;
}
.color-amber-a200 {
  color: #ffd740;
}
.bgColor-amber-a200 {
  background-color: #ffd740;
}
.color-amber-a400 {
  color: #ffc400;
}
.bgColor-amber-a400 {
  background-color: #ffc400;
}
.color-amber-a700 {
  color: #ffab00;
}
.bgColor-amber-a700 {
  background-color: #ffab00;
}
.color-orange-50 {
  color: #fff3e0;
}
.bgColor-orange-50 {
  background-color: #fff3e0;
}
.color-orange-100 {
  color: #ffe0b2;
}
.bgColor-orange-100 {
  background-color: #ffe0b2;
}
.color-orange-200 {
  color: #ffcc80;
}
.bgColor-orange-200 {
  background-color: #ffcc80;
}
.color-orange-300 {
  color: #ffb74d;
}
.bgColor-orange-300 {
  background-color: #ffb74d;
}
.color-orange-400 {
  color: #ffa726;
}
.bgColor-orange-400 {
  background-color: #ffa726;
}
.color-orange-500 {
  color: #ff9800;
}
.bgColor-orange-500 {
  background-color: #ff9800;
}
.color-orange-600 {
  color: #fb8c00;
}
.bgColor-orange-600 {
  background-color: #fb8c00;
}
.color-orange-700 {
  color: #f57c00;
}
.bgColor-orange-700 {
  background-color: #f57c00;
}
.color-orange-800 {
  color: #ef6c00;
}
.bgColor-orange-800 {
  background-color: #ef6c00;
}
.color-orange-900 {
  color: #e65100;
}
.bgColor-orange-900 {
  background-color: #e65100;
}
.color-orange-a100 {
  color: #ffd180;
}
.bgColor-orange-a100 {
  background-color: #ffd180;
}
.color-orange-a200 {
  color: #ffab40;
}
.bgColor-orange-a200 {
  background-color: #ffab40;
}
.color-orange-a400 {
  color: #ff9100;
}
.bgColor-orange-a400 {
  background-color: #ff9100;
}
.color-orange-a700 {
  color: #ff6d00;
}
.bgColor-orange-a700 {
  background-color: #ff6d00;
}
.color-deep-orange-50 {
  color: #fbe9e7;
}
.bgColor-deep-orange-50 {
  background-color: #fbe9e7;
}
.color-deep-orange-100 {
  color: #ffccbc;
}
.bgColor-deep-orange-100 {
  background-color: #ffccbc;
}
.color-deep-orange-200 {
  color: #ffab91;
}
.bgColor-deep-orange-200 {
  background-color: #ffab91;
}
.color-deep-orange-300 {
  color: #ff8a65;
}
.bgColor-deep-orange-300 {
  background-color: #ff8a65;
}
.color-deep-orange-400 {
  color: #ff7043;
}
.bgColor-deep-orange-400 {
  background-color: #ff7043;
}
.color-deep-orange-500 {
  color: #ff5722;
}
.bgColor-deep-orange-500 {
  background-color: #ff5722;
}
.color-deep-orange-600 {
  color: #f4511e;
}
.bgColor-deep-orange-600 {
  background-color: #f4511e;
}
.color-deep-orange-700 {
  color: #e64a19;
}
.bgColor-deep-orange-700 {
  background-color: #e64a19;
}
.color-deep-orange-800 {
  color: #d84315;
}
.bgColor-deep-orange-800 {
  background-color: #d84315;
}
.color-deep-orange-900 {
  color: #bf360c;
}
.bgColor-deep-orange-900 {
  background-color: #bf360c;
}
.color-deep-orange-a100 {
  color: #ff9e80;
}
.bgColor-deep-orange-a100 {
  background-color: #ff9e80;
}
.color-deep-orange-a200 {
  color: #ff6e40;
}
.bgColor-deep-orange-a200 {
  background-color: #ff6e40;
}
.color-deep-orange-a400 {
  color: #ff3d00;
}
.bgColor-deep-orange-a400 {
  background-color: #ff3d00;
}
.color-deep-orange-a700 {
  color: #dd2c00;
}
.bgColor-deep-orange-a700 {
  background-color: #dd2c00;
}
.color-brown-50 {
  color: #efebe9;
}
.bgColor-brown-50 {
  background-color: #efebe9;
}
.color-brown-100 {
  color: #d7ccc8;
}
.bgColor-brown-100 {
  background-color: #d7ccc8;
}
.color-brown-200 {
  color: #bcaaa4;
}
.bgColor-brown-200 {
  background-color: #bcaaa4;
}
.color-brown-300 {
  color: #a1887f;
}
.bgColor-brown-300 {
  background-color: #a1887f;
}
.color-brown-400 {
  color: #8d6e63;
}
.bgColor-brown-400 {
  background-color: #8d6e63;
}
.color-brown-500 {
  color: #795548;
}
.bgColor-brown-500 {
  background-color: #795548;
}
.color-brown-600 {
  color: #6d4c41;
}
.bgColor-brown-600 {
  background-color: #6d4c41;
}
.color-brown-700 {
  color: #5d4037;
}
.bgColor-brown-700 {
  background-color: #5d4037;
}
.color-brown-800 {
  color: #4e342e;
}
.bgColor-brown-800 {
  background-color: #4e342e;
}
.color-brown-900 {
  color: #3e2723;
}
.bgColor-brown-900 {
  background-color: #3e2723;
}
.color-grey-50 {
  color: #fafafa;
}
.bgColor-grey-50 {
  background-color: #fafafa;
}
.color-grey-100 {
  color: #f5f5f5;
}
.bgColor-grey-100 {
  background-color: #f5f5f5;
}
.color-grey-200 {
  color: #eeeeee;
}
.bgColor-grey-200 {
  background-color: #eeeeee;
}
.color-grey-300 {
  color: #e0e0e0;
}
.bgColor-grey-300 {
  background-color: #e0e0e0;
}
.color-grey-400 {
  color: #bdbdbd;
}
.bgColor-grey-400 {
  background-color: #bdbdbd;
}
.color-grey-500 {
  color: #9e9e9e;
}
.bgColor-grey-500 {
  background-color: #9e9e9e;
}
.color-grey-600 {
  color: #757575;
}
.bgColor-grey-600 {
  background-color: #757575;
}
.color-grey-700 {
  color: #616161;
}
.bgColor-grey-700 {
  background-color: #616161;
}
.color-grey-800 {
  color: #424242;
}
.bgColor-grey-800 {
  background-color: #424242;
}
.color-grey-900 {
  color: #212121;
}
.bgColor-grey-900 {
  background-color: #212121;
}
.color-blue-grey-50 {
  color: #eceff1;
}
.bgColor-blue-grey-50 {
  background-color: #eceff1;
}
.color-blue-grey-100 {
  color: #cfd8dc;
}
.bgColor-blue-grey-100 {
  background-color: #cfd8dc;
}
.color-blue-grey-200 {
  color: #b0bec5;
}
.bgColor-blue-grey-200 {
  background-color: #b0bec5;
}
.color-blue-grey-300 {
  color: #90a4ae;
}
.bgColor-blue-grey-300 {
  background-color: #90a4ae;
}
.color-blue-grey-400 {
  color: #78909c;
}
.bgColor-blue-grey-400 {
  background-color: #78909c;
}
.color-blue-grey-500 {
  color: #607d8b;
}
.bgColor-blue-grey-500 {
  background-color: #607d8b;
}
.color-blue-grey-600 {
  color: #546e7a;
}
.bgColor-blue-grey-600 {
  background-color: #546e7a;
}
.color-blue-grey-700 {
  color: #455a64;
}
.bgColor-blue-grey-700 {
  background-color: #455a64;
}
.color-blue-grey-800 {
  color: #37474f;
}
.bgColor-blue-grey-800 {
  background-color: #37474f;
}
.color-blue-grey-900 {
  color: #263238;
}
.bgColor-blue-grey-900 {
  background-color: #263238;
}
.color-white {
  color: #ffffff;
}
.bgColor-white {
  background: #ffffff;
}
.color-black {
  color: #000000;
}
.bgColor-black {
  background: #000000;
}
/*----------------------------------------
	clearfix
----------------------------------------*/
.container:after, .section:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
body {
  background: #ffffff;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: #000000;
  text-align: center;
  font-weight: 400;
}
body img {
  max-width: 100%;
  height: auto;
}
body * {
  line-height: 160%;
}
body.fixed {
  position: fixed;
  width: 100%;
  z-index: -1;
}
a {
  color: #00a8e7;
  outline: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a * {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover {
  color: #000000;
}
a:active {
  color: #000000;
}
h1, h2, h3, h4, h5, h6, b, strong {
  font-weight: 500;
}
.clearfix {
  min-height: 1px;
  _height: 1%;
}
.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader, .mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
/*.wrapper {
	opacity: 0;
	transition: all 1s ease;
	overflow: hidden;

	&.visible {
		opacity: 1;
	}
}*/
main {
  background: #ffffff;
  position: relative;
  z-index: 0;
}
.container {
  margin: 0 auto;
  width: 1500px;
  text-align: left;
  position: relative;
}
.contentsTitle {
  margin-bottom: 80px;
  width: 100%;
  background: url(img/common/bg_arches.jpg);
}
.contentsTitle__hl {
  margin: 0;
  width: 100%;
  height: 160px;
  line-height: 130%;
  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;
  border-bottom: 1px solid #EEE;
  vertical-align: middle;
  text-align: center;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: normal;
}
.section {
  margin: 100px 0;
}
.section__hl {
  margin: 0 0 40px;
  padding-bottom: 25px;
  line-height: 120%;
  font-size: 30px;
  font-size: 1.875rem;
  position: relative;
  text-align: center;
  font-weight: normal;
}
.section__hl * {
  line-height: 120%;
}
.section__hl:before {
  margin-left: -30px;
  content: "";
  width: 60px;
  height: 1px;
  background: #558b2f;
  position: absolute;
  bottom: 0;
  left: 50%;
}
.section__hl--left {
  text-align: left;
  font-weight: normal;
}
.section__hl--left:before {
  margin-left: 0;
  left: 0;
}
.section__hl--right {
  text-align: right;
  font-weight: normal;
}
.section__hl--right:before {
  margin-left: 0;
  left: inherit;
  right: 0;
}
.rowBox__2elem {
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.rowBox__2elem .boxInner {
  margin: 20px 0;
  width: calc(50% - 20px);
}
.rowBox__2elem--reverse {
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.rowBox__2elem--reverse .boxInner {
  margin: 20px 0;
  width: calc(50% - 20px);
}
.rowBox__3elem {
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.rowBox__3elem:after {
  content: "";
  width: calc(33.333% - 30px);
  display: block;
}
.rowBox__3elem .boxInner {
  margin: 20px 0;
  width: calc(33.333% - 30px);
}
.rowBox__3elem--reverse {
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.rowBox__3elem--reverse:after {
  content: "";
  width: calc(33.333% - 30px);
  display: block;
}
.rowBox__3elem--reverse .boxInner {
  margin: 20px 0;
  width: calc(33.333% - 30px);
}
.rowBox__4elem {
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.rowBox__4elem:before {
  content: "";
  width: calc(25% - 20px);
  display: block;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.rowBox__4elem:after {
  content: "";
  width: calc(25% - 20px);
  display: block;
}
.rowBox__4elem .boxInner {
  margin: 20px 0;
  width: calc(25% - 20px);
}
.rowBox__4elem--reverse {
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.rowBox__4elem--reverse:before {
  content: "";
  width: calc(25% - 20px);
  display: block;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.rowBox__4elem--reverse:after {
  content: "";
  width: calc(25% - 20px);
  display: block;
}
.rowBox__4elem--reverse .boxInner {
  margin: 20px 0;
  width: calc(25% - 20px);
}
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.header.is-scrolled, .header.active {
  background-color: #ffffff;
}
.header__inner {
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.header__logo {
  margin: 0 0 0 40px;
}
.header__logo a {
  display: block;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.header__logo img {
  display: block;
  max-height: 48px;
  width: auto;
  height: auto;
}
.header__siteTitle {
  margin: 0 0 0 36px;
  line-height: 120%;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  color: #000000;
  white-space: nowrap;
  letter-spacing: 0.2rem;
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
}
.header__sns {
  margin: 0 15px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  padding: 0;
  list-style: none;
}
.header__snsLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__snsIcon {
  width: 24px;
  height: 24px;
  fill: #424242;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.header__entryWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 88px;
}
.header__entry {
  padding: 0 16px;
  width: auto;
  min-width: 108px;
  height: 100%;
  line-height: 120%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.header__entry--newgrad {
  background: #dd142b;
}
.header__entry--career {
  background: #06218f;
}
.header__entry--sole {
  background: #373737;
}
.header__menuBtn {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  padding: 0;
  background: #00a8e7;
  border: none;
  cursor: pointer;
  position: relative;
}
.header__menuBtn.active .header__menuBtn--line:nth-child(1) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.header__menuBtn.active .header__menuBtn--line:nth-child(2) {
  opacity: 0;
}
.header__menuBtn.active .header__menuBtn--line:nth-child(3) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.header__menuBtn--line {
  display: block;
  width: 30px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__menuBtn--line:nth-child(1) {
  top: calc(50% - 11px);
  left: calc(50% + 4px);
}
.header__menuBtn--line:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.header__menuBtn--line:nth-child(3) {
  top: calc(50% + 9px);
  left: calc(50% - 4px);
}
.gNav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #00a8e7;
  background-image: url("../images/common/bg_blue.jpg");
  background-position: center center;
  background-repeat: repeat;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 99;
  overflow-y: auto;
}
.gNav.active {
  opacity: 1;
  visibility: visible;
}
.gNav__inner {
  padding: 100px 40px 60px;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.gNav__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
  gap: 60px 40px;
  max-width: 840px;
  width: 100%;
}
.gNav__column:nth-child(1), .gNav__column:nth-child(2) {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}
.gNav__column:nth-child(n+3) {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.gNav__column--other {
  margin-top: 58px;
}
.gNav__column--other .gNavList {
  padding-left: 0;
}
.gNav__hl {
  margin: 0 0 20px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #ffffff;
  text-align: left;
}
.gNav__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  font-size: 1.5rem;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gNavList {
  margin: 0;
  padding: 0 0 0 16px;
  list-style: none;
  text-align: left;
}
.gNavList__item {
  margin-bottom: 12px;
}
.gNavList__item:last-child {
  margin-bottom: 0;
}
.gNavList__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-size: 1.125rem;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gNavList__link::before {
  content: "－";
  margin-right: 8px;
}
.gNav__entryBtn {
  margin-top: 60px;
  padding: 20px 25px;
  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;
  width: 100%;
  max-width: 560px;
  background: #212121;
  color: #ffffff !important;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gNav__entryBtn--text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.gNav__entryBtn--icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: #e60012;
  -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;
}
.gNav__entryBtn--icon svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}
.gNav__sns {
  display: none;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}
.gNav__snsLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gNav__snsIcon {
  width: 24px;
  height: 24px;
  fill: #ffffff;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.footerCta {
  background: #373737;
}
.footerCtaList {
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
.footerCtaList__item {
  list-style: none;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  text-align: left;
}
.footerCtaList__item:first-child {
  border-left: none;
}
.footerCtaList__link {
  padding: 0 40px;
  height: 320px;
  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;
  text-decoration: none;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.footerCtaList__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footerCtaList__text--main {
  line-height: 120%;
  color: #fff;
  font-size: clamp(1.375rem, 1rem + 1.6vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.1em;
}
.footerCtaList__text--sub {
  line-height: 140%;
  color: #fff;
  font-size: clamp(0.875rem, 0.65rem + 0.96vw, 1.25rem);
  font-weight: 500;
  letter-spacing: 0.1em;
}
.footerCtaList__arrow {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #dd142b;
}
.footerCtaList__arrow svg {
  width: 28px;
  height: auto;
  fill: #fff;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.footerVisual {
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.footerVisual__inner {
  width: 100%;
  height: 100%;
  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;
}
.footerVisual__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.footerVisual__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center bottom;
  object-position: center bottom;
}
.footerVisual__text {
  margin: 0 0 6%;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 0 0.3em;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: clamp(3rem, 1.3536585366rem + 7.0243902439vw, 7.5rem);
  letter-spacing: 0.02em;
}
.footerVisual__text--grey {
  line-height: 100%;
  color: #555;
}
.footerVisual__text--blue {
  line-height: 100%;
  color: #00a8e7;
}
.footer {
  padding: 160px 0 50px;
  width: 100%;
  background: #00a8e7 url("../images/common/bg_blue.jpg") center center repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.footer__inner {
  margin: 0 auto;
  max-width: 1500px;
  width: calc(100% - 120px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0 80px;
}
.footer__logo {
  margin-right: 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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  gap: 24px;
}
.footer__logo img {
  height: auto;
}
.footer__logo-link {
  margin: 0 auto;
  display: inline-block;
}
.footer__address {
  margin: 0 auto;
  display: inline-block;
  font-style: normal;
  color: #ffffff;
  text-align: left;
}
.footer__official {
  margin: 0 auto;
  display: inline-block;
}
.footer__official-link {
  margin: 0 auto;
  padding: 0 32px;
  height: 48px;
  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;
  background: #ffffff;
  border-radius: 4px;
  color: #00a8e7 !important;
  text-decoration: none;
}
.footerNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 60px 0;
}
.footerNav__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 60px;
}
.footerNav__column {
  min-width: 200px;
  text-align: left;
}
.footerNav__hl {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: clamp(1.25rem, 1.1rem + 0.64vw, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.footerNav__list {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px 0;
  list-style: none;
}
.footerNav__item {
  list-style: none;
}
.footerNav__link {
  color: #ffffff;
  font-size: clamp(1rem, 0.925rem + 0.32vw, 1.125rem);
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 0.03em;
}
.footerNavChildren__list {
  margin: 0;
  padding: 0 0 0 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px 0;
  list-style: none;
}
.footerNavChildren__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: clamp(1rem, 0.925rem + 0.32vw, 1.125rem);
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footerNavChildren__item:first-child {
  margin-top: 8px;
}
.footerNavChildren__item::before {
  content: "－";
  margin-right: 8px;
}
.footer__copy {
  margin: 80px 0 0;
  width: 100%;
  line-height: 120%;
  text-align: center;
}
.footer__copy small {
  color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
}
/* width */
.w1 {
  width: 1%;
}
.w2 {
  width: 2%;
}
.w3 {
  width: 3%;
}
.w4 {
  width: 4%;
}
.w5 {
  width: 5%;
}
.w6 {
  width: 6%;
}
.w7 {
  width: 7%;
}
.w8 {
  width: 8%;
}
.w9 {
  width: 9%;
}
.w10 {
  width: 10%;
}
.w11 {
  width: 11%;
}
.w12 {
  width: 12%;
}
.w13 {
  width: 13%;
}
.w14 {
  width: 14%;
}
.w15 {
  width: 15%;
}
.w16 {
  width: 16%;
}
.w17 {
  width: 17%;
}
.w18 {
  width: 18%;
}
.w19 {
  width: 19%;
}
.w20 {
  width: 20%;
}
.w21 {
  width: 21%;
}
.w22 {
  width: 22%;
}
.w23 {
  width: 23%;
}
.w24 {
  width: 24%;
}
.w25 {
  width: 25%;
}
.w26 {
  width: 26%;
}
.w27 {
  width: 27%;
}
.w28 {
  width: 28%;
}
.w29 {
  width: 29%;
}
.w30 {
  width: 30%;
}
.w31 {
  width: 31%;
}
.w32 {
  width: 32%;
}
.w33 {
  width: 33%;
}
.w34 {
  width: 34%;
}
.w35 {
  width: 35%;
}
.w36 {
  width: 36%;
}
.w37 {
  width: 37%;
}
.w38 {
  width: 38%;
}
.w39 {
  width: 39%;
}
.w40 {
  width: 40%;
}
.w41 {
  width: 41%;
}
.w42 {
  width: 42%;
}
.w43 {
  width: 43%;
}
.w44 {
  width: 44%;
}
.w45 {
  width: 45%;
}
.w46 {
  width: 46%;
}
.w47 {
  width: 47%;
}
.w48 {
  width: 48%;
}
.w49 {
  width: 49%;
}
.w50 {
  width: 50%;
}
.w55 {
  width: 55%;
}
.w60 {
  width: 60%;
}
.w65 {
  width: 65%;
}
.w70 {
  width: 70%;
}
.w75 {
  width: 75%;
}
.w80 {
  width: 80%;
}
.w85 {
  width: 85%;
}
.w90 {
  width: 90%;
}
.w95 {
  width: 95%;
}
.w100 {
  width: 100%;
}
/* align */
.aLeft {
  text-align: left !important;
}
.aRight {
  text-align: right !important;
}
.aCenter {
  text-align: center !important;
}
.vTop {
  vertical-align: top !important;
}
.vMiddle {
  vertical-align: middle !important;
}
.vBottom {
  vertical-align: bottom !important;
}
/* float */
.fl {
  float: left;
}
.fr {
  float: right;
}
/* visivle style */
.fs-xx-small {
  font-size: 1.0368rem !important;
}
.fs-x-small {
  font-size: 1.152rem !important;
}
.fs-small {
  font-size: 1.44rem !important;
}
.fs-medium {
  font-size: 1.6rem !important;
}
.fs-large {
  font-size: 2.08rem !important;
}
.fs-x-large {
  font-size: 2.704rem !important;
}
.fs-xx-large {
  font-size: 3.5152rem !important;
}
.lts1 {
  letter-spacing: 1em;
}
.ltsm1 {
  letter-spacing: -1em;
}
.lts01 {
  letter-spacing: 0.1em;
}
.ltsm01 {
  letter-spacing: -0.1em;
}
.lts001 {
  letter-spacing: 0.01em;
}
.ltsm001 {
  letter-spacing: -0.01em;
}
.lts2 {
  letter-spacing: 2em;
}
.ltsm2 {
  letter-spacing: -2em;
}
.lts02 {
  letter-spacing: 0.2em;
}
.ltsm02 {
  letter-spacing: -0.2em;
}
.lts002 {
  letter-spacing: 0.02em;
}
.ltsm002 {
  letter-spacing: -0.02em;
}
.lts3 {
  letter-spacing: 3em;
}
.ltsm3 {
  letter-spacing: -3em;
}
.lts03 {
  letter-spacing: 0.3em;
}
.ltsm03 {
  letter-spacing: -0.3em;
}
.lts003 {
  letter-spacing: 0.03em;
}
.ltsm003 {
  letter-spacing: -0.03em;
}
.lts4 {
  letter-spacing: 4em;
}
.ltsm4 {
  letter-spacing: -4em;
}
.lts04 {
  letter-spacing: 0.4em;
}
.ltsm04 {
  letter-spacing: -0.4em;
}
.lts004 {
  letter-spacing: 0.04em;
}
.ltsm004 {
  letter-spacing: -0.04em;
}
.lts5 {
  letter-spacing: 5em;
}
.ltsm5 {
  letter-spacing: -5em;
}
.lts05 {
  letter-spacing: 0.5em;
}
.ltsm05 {
  letter-spacing: -0.5em;
}
.lts005 {
  letter-spacing: 0.05em;
}
.ltsm005 {
  letter-spacing: -0.05em;
}
.lts6 {
  letter-spacing: 6em;
}
.ltsm6 {
  letter-spacing: -6em;
}
.lts06 {
  letter-spacing: 0.6em;
}
.ltsm06 {
  letter-spacing: -0.6em;
}
.lts006 {
  letter-spacing: 0.06em;
}
.ltsm006 {
  letter-spacing: -0.06em;
}
.lts7 {
  letter-spacing: 7em;
}
.ltsm7 {
  letter-spacing: -7em;
}
.lts07 {
  letter-spacing: 0.7em;
}
.ltsm07 {
  letter-spacing: -0.7em;
}
.lts007 {
  letter-spacing: 0.07em;
}
.ltsm007 {
  letter-spacing: -0.07em;
}
.lts8 {
  letter-spacing: 8em;
}
.ltsm8 {
  letter-spacing: -8em;
}
.lts08 {
  letter-spacing: 0.8em;
}
.ltsm08 {
  letter-spacing: -0.8em;
}
.lts008 {
  letter-spacing: 0.08em;
}
.ltsm008 {
  letter-spacing: -0.08em;
}
.lts9 {
  letter-spacing: 9em;
}
.ltsm9 {
  letter-spacing: -9em;
}
.lts09 {
  letter-spacing: 0.9em;
}
.ltsm09 {
  letter-spacing: -0.9em;
}
.lts009 {
  letter-spacing: 0.09em;
}
.ltsm009 {
  letter-spacing: -0.09em;
}
.m-xx-small {
  margin: 0.216em !important;
}
.m-x-small {
  margin: 0.36em !important;
}
.m-small {
  margin: 0.6em !important;
}
.m-medium {
  margin: 1em !important;
}
.m-large {
  margin: 1.4em !important;
}
.m-x-large {
  margin: 1.96em !important;
}
.m-xx-large {
  margin: 2.744em !important;
}
.mt-xx-small {
  margin-top: 0.216em !important;
}
.mt-x-small {
  margin-top: 0.36em !important;
}
.mt-small {
  margin-top: 0.6em !important;
}
.mt-medium {
  margin-top: 1em !important;
}
.mt-large {
  margin-top: 1.4em !important;
}
.mt-x-large {
  margin-top: 1.96em !important;
}
.mt-xx-large {
  margin-top: 2.744em !important;
}
.mb-xx-small {
  margin-bottom: 0.216em !important;
}
.mb-x-small {
  margin-bottom: 0.36em !important;
}
.mb-small {
  margin-bottom: 0.6em !important;
}
.mb-medium {
  margin-bottom: 1em !important;
}
.mb-large {
  margin-bottom: 1.4em !important;
}
.mb-x-large {
  margin-bottom: 1.96em !important;
}
.mb-xx-large {
  margin-bottom: 2.744em !important;
}
.ml-xx-small {
  margin-left: 0.216em !important;
}
.ml-x-small {
  margin-left: 0.36em !important;
}
.ml-small {
  margin-left: 0.6em !important;
}
.ml-medium {
  margin-left: 1em !important;
}
.ml-large {
  margin-left: 1.4em !important;
}
.ml-x-large {
  margin-left: 1.96em !important;
}
.ml-xx-large {
  margin-left: 2.744em !important;
}
.mr-xx-small {
  margin-right: 0.216em !important;
}
.mr-x-small {
  margin-right: 0.36em !important;
}
.mr-small {
  margin-right: 0.6em !important;
}
.mr-medium {
  margin-right: 1em !important;
}
.mr-large {
  margin-right: 1.4em !important;
}
.mr-x-large {
  margin-right: 1.96em !important;
}
.mr-xx-large {
  margin-right: 2.744em !important;
}
.p-xx-small {
  padding: 0.216em !important;
}
.p-x-small {
  padding: 0.36em !important;
}
.p-small {
  padding: 0.6em !important;
}
.p-medium {
  padding: 1em !important;
}
.p-large {
  padding: 1.4em !important;
}
.p-x-large {
  padding: 1.96em !important;
}
.p-xx-large {
  padding: 2.744em !important;
}
.pt-xx-small {
  padding-top: 0.216em !important;
}
.pt-x-small {
  padding-top: 0.36em !important;
}
.pt-small {
  padding-top: 0.6em !important;
}
.pt-medium {
  padding-top: 1em !important;
}
.pt-large {
  padding-top: 1.4em !important;
}
.pt-x-large {
  padding-top: 1.96em !important;
}
.pt-xx-large {
  padding-top: 2.744em !important;
}
.pb-xx-small {
  padding-bottom: 0.216em !important;
}
.pb-x-small {
  padding-bottom: 0.36em !important;
}
.pb-small {
  padding-bottom: 0.6em !important;
}
.pb-medium {
  padding-bottom: 1em !important;
}
.pb-large {
  padding-bottom: 1.4em !important;
}
.pb-x-large {
  padding-bottom: 1.96em !important;
}
.pb-xx-large {
  padding-bottom: 2.744em !important;
}
.pl-xx-small {
  padding-left: 0.216em !important;
}
.pl-x-small {
  padding-left: 0.36em !important;
}
.pl-small {
  padding-left: 0.6em !important;
}
.pl-medium {
  padding-left: 1em !important;
}
.pl-large {
  padding-left: 1.4em !important;
}
.pl-x-large {
  padding-left: 1.96em !important;
}
.pl-xx-large {
  padding-left: 2.744em !important;
}
.pr-xx-small {
  padding-right: 0.216em !important;
}
.pr-x-small {
  padding-right: 0.36em !important;
}
.pr-small {
  padding-right: 0.6em !important;
}
.pr-medium {
  padding-right: 1em !important;
}
.pr-large {
  padding-right: 1.4em !important;
}
.pr-x-large {
  padding-right: 1.96em !important;
}
.pr-xx-large {
  padding-right: 2.744em !important;
}
.btn {
  width: 100%;
  max-width: 320px;
  margin: 30px auto 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 130%;
  text-align: center;
  background: #00a8e7;
  color: #fff;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
.btn a::before {
  display: block;
  content: "";
  width: 18px;
  aspect-ratio: 1/1;
  background: url("../images/common/icon_arrow_right.svg") center no-repeat;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn a:hover {
  opacity: 0.6;
}
.btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn__more, .btn__more:focus {
  margin: 0 auto;
  width: calc(100% - 40px);
  max-width: 220px;
  background: -webkit-gradient(linear, right bottom, left top, from(#00a8e7), to(#dd142b));
  background: linear-gradient(to top left, #00a8e7 0%, #dd142b 100%);
  border: none;
  color: #ffffff !important;
  font-weight: 700;
}
.btn__more:hover {
  opacity: 1;
  letter-spacing: 0.1em;
}
.btn__entry, .btn__entry:focus {
  margin: 0 auto;
  width: calc(100% - 40px);
  max-width: 420px;
  background: -webkit-gradient(linear, right bottom, left top, from(#00a8e7), to(#dd142b));
  background: linear-gradient(to top left, #00a8e7 0%, #dd142b 100%);
  border: none;
  color: #ffffff !important;
  font-weight: 700;
}
.btn__entry:hover {
  opacity: 1;
  letter-spacing: 0.1em;
}
.btn__send, .btn__send:focus {
  margin: 0 auto;
  width: 360px;
  background: -webkit-gradient(linear, right bottom, left top, from(#00a8e7), to(#dd142b));
  background: linear-gradient(to top left, #00a8e7 0%, #dd142b 100%);
  border: none;
  color: #ffffff !important;
  font-weight: 700;
}
.btn__send:disabled {
  pointer-events: none;
  opacity: 0.3;
}
.btn__send:hover {
  opacity: 1;
  letter-spacing: 0.1em;
}
.btn__back, .btn__back:focus {
  margin: 0 auto;
  width: 180px;
  background: #757575;
  border: none;
  color: #ffffff !important;
  font-weight: 500;
}
.btn__back:hover {
  opacity: 1;
  letter-spacing: 0.1em;
}
.mwform-checkbox-field > label {
  margin-right: 20px;
  padding-left: 5px;
  position: relative;
  white-space: nowrap;
  top: -1px;
}
.mwform-checkbox-field > label:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: #eceff1;
  -webkit-box-shadow: 0 0 0 2px white inset;
  box-shadow: 0 0 0 2px white inset;
  border: 1px solid #b0bec5;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 5px;
  left: 0;
  cursor: pointer;
}
.checkboxInput {
  visibility: hidden;
  height: 0;
}
.checkboxInput:checked + .mwform-checkbox-field-text {
  color: #00a8e7;
}
.checkboxInput:checked + .mwform-checkbox-field-text:after {
  content: "";
  width: 6px;
  height: 12px;
  display: block;
  border-bottom: 4px solid #00a8e7;
  border-right: 4px solid #00a8e7;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  position: absolute;
  top: 0;
  left: 5px;
  cursor: pointer;
}
.wpcf7-form-control-wrap input[type=checkbox] {
  display: none;
}
.wpcf7-form-control-wrap input[type=checkbox] + span {
  padding-left: 22px;
  position: relative;
  white-space: nowrap;
  top: -1px;
}
.wpcf7-form-control-wrap input[type=checkbox] + span:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: #eceff1;
  -webkit-box-shadow: 0 0 0 2px white inset;
  box-shadow: 0 0 0 2px white inset;
  border: 1px solid #b0bec5;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: calc(50% + 1px);
  left: 0;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.wpcf7-form-control-wrap input[type=checkbox]:checked + span {
  color: #00a8e7;
}
.wpcf7-form-control-wrap input[type=checkbox]:checked + span:after {
  content: "";
  width: 6px;
  height: 12px;
  display: block;
  border-bottom: 4px solid #00a8e7;
  border-right: 4px solid #00a8e7;
  position: absolute;
  top: calc(50% - 3px);
  left: 5px;
  cursor: pointer;
  -webkit-transform: translate(0, -50%) rotate(40deg);
  transform: translate(0, -50%) rotate(40deg);
}
.mwform-radio-field > label {
  margin-right: 20px;
  padding-left: 5px;
  position: relative;
  white-space: nowrap;
}
.mwform-radio-field > label:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: #eceff1;
  -webkit-box-shadow: 0 0 0 2px white inset;
  box-shadow: 0 0 0 2px white inset;
  border: 1px solid #b0bec5;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 5px;
  left: 0;
  cursor: pointer;
}
.radioInput {
  visibility: hidden;
  height: 0;
}
.radioInput:checked + .mwform-radio-field-text {
  color: #00a8e7;
}
.radioInput:checked + .mwform-radio-field-text:after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  background: #00a8e7;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 3px;
  cursor: pointer;
}
.wpcf7-form-control-wrap input[type=radio] {
  display: none;
}
.wpcf7-form-control-wrap input[type=radio] + span {
  margin-right: 20px;
  padding-left: 22px;
  position: relative;
  white-space: nowrap;
}
.wpcf7-form-control-wrap input[type=radio] + span:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: #eceff1;
  -webkit-box-shadow: 0 0 0 2px white inset;
  box-shadow: 0 0 0 2px white inset;
  border: 1px solid #b0bec5;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: calc(50% + 1px);
  left: 0;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.wpcf7-form-control-wrap input[type=radio]:checked + span {
  color: #00a8e7;
}
.wpcf7-form-control-wrap input[type=radio]:checked + span:after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  background: #00a8e7;
  border-radius: 50%;
  position: absolute;
  top: calc(50% + 1px);
  left: 3px;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.headline {
  margin: 40px auto;
  line-height: 120%;
  font-size: 30px;
  font-size: 1.875rem;
  position: relative;
  text-align: center;
  color: #000000;
  font-weight: normal;
}
.headline * {
  line-height: 120%;
}
.headline--left {
  text-align: left;
}
.headline--center {
  text-align: center;
}
.headline--right {
  text-align: right;
}
.headline__underline {
  padding-bottom: 25px;
}
.headline__underline:before {
  margin-left: -30px;
  content: "";
  width: 60px;
  height: 1px;
  background: #00a8e7;
  position: absolute;
  bottom: 0;
  left: 50%;
}
.headline__underline--left {
  padding-bottom: 25px;
  text-align: left;
  font-weight: normal;
}
.headline__underline--left:before {
  margin-left: 0;
  content: "";
  width: 60px;
  height: 1px;
  background: #00a8e7;
  position: absolute;
  bottom: 0;
  left: 0;
}
.headline__underline--left * {
  text-align: left;
}
.headline__underline--right {
  padding-bottom: 25px;
  text-align: right;
  font-weight: normal;
}
.headline__underline--right:before {
  margin-left: 0;
  content: "";
  width: 60px;
  height: 1px;
  background: #00a8e7;
  position: absolute;
  bottom: 0;
  left: inherit;
  right: 0;
}
.headline__underline--right * {
  text-align: right;
}
.headline__border {
  padding: 0.4em 0.6em;
  line-height: 120%;
  border-radius: 3px;
  border: 1px solid #212121;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}
.headline__sideBorder {
  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;
}
.headline__sideBorder--text {
  margin: 0 20px;
  display: block;
}
.headline__sideBorder--line {
  width: 40px;
  height: 1px;
  display: block;
  background-color: #212121;
}
.headline__fs--xs {
  font-size: 18px;
  font-size: 1.125rem;
}
.headline__fs--s {
  font-size: 24px;
  font-size: 1.5rem;
}
.headline__fs--m {
  font-size: 30px;
  font-size: 1.875rem;
}
.headline__fs--l {
  font-size: 36px;
  font-size: 2.25rem;
}
.headline__fs--xl {
  font-size: 42px;
  font-size: 2.625rem;
}
.headline__sub {
  margin-top: 0.4em;
  display: block;
  width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
}
.pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}
.pagetop a {
  width: 46px;
  height: 46px;
  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: #558b2f;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  position: relative;
}
.pagetop a:hover {
  opacity: 0.5;
}
.pagetop a i {
  font-size: 22px;
  font-size: 1.375rem;
  color: #ffffff;
}
.scrollAnimation-obj {
  opacity: 0;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}
.scrollAnimation-up {
  opacity: 0;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
  -webkit-transform: translate(0, 60px);
  transform: translate(0, 60px);
}
.scrollAnimation-down {
  opacity: 0;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
  -webkit-transform: translate(0, -60px);
  transform: translate(0, -60px);
}
.scrollAnimation-left {
  opacity: 0;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
  -webkit-transform: translate(-60px, 0);
  transform: translate(-60px, 0);
}
.scrollAnimation-right {
  opacity: 0;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
  -webkit-transform: translate(60px, 0);
  transform: translate(60px, 0);
}
.scrollAnimation-parallax-y-down {
  -webkit-transition: all 1200ms cubic-bezier(0.2, 0.6, 0.3, 1) 0ms;
  transition: all 1200ms cubic-bezier(0.2, 0.6, 0.3, 1) 0ms;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.scrollAnimation-parallax-y-up {
  -webkit-transition: all 1200ms cubic-bezier(0.2, 0.6, 0.3, 1) 0ms;
  transition: all 1200ms cubic-bezier(0.2, 0.6, 0.3, 1) 0ms;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.scrollAnimation-mask {
  position: relative;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.scrollAnimation-mask:before {
  content: "";
  width: 200%;
  height: 100%;
  display: block;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: translate(-25%, 0) skewX(15deg);
  transform: translate(-25%, 0) skewX(15deg);
  -webkit-transition: all 2s cubic-bezier(0.58, 0.36, 0, 1) 0s;
  transition: all 2s cubic-bezier(0.58, 0.36, 0, 1) 0s;
  position: absolute;
  top: 0;
  z-index: 1;
}
.scrollAnimation-mask:after {
  content: "";
  width: 200%;
  height: 100%;
  display: block;
  background: white;
  -webkit-transform: translate(-25%, 0) skewX(15deg);
  transform: translate(-25%, 0) skewX(15deg);
  -webkit-transition: all 1s cubic-bezier(0.75, 0.08, 0.74, 1) 0.08s;
  transition: all 1s cubic-bezier(0.75, 0.08, 0.74, 1) 0.08s;
  position: absolute;
  top: 0;
  z-index: 2;
}
.scrollAnimation-mask.active {
  opacity: 1;
}
.scrollAnimation-mask.active:before {
  background: rgba(255, 255, 255, 0.1);
  -webkit-transform: translate(-110%, 0) skewX(15deg);
  transform: translate(-110%, 0) skewX(15deg);
}
.scrollAnimation-mask.active:after {
  background: rgba(255, 255, 255, 0.1);
  -webkit-transform: translate(-115%, 0) skewX(15deg);
  transform: translate(-115%, 0) skewX(15deg);
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table caption, table th {
  text-align: left;
}
.baseTable {
  width: 100%;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.baseTable th, .baseTable td {
  padding: 20px 16px;
  line-height: 130%;
  border: 1px solid #eeeeee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}
.baseTable td {
  background: #ffffff;
  color: #000000;
  vertical-align: middle;
}
.baseTable th {
  width: 28%;
  background: #fafafa;
  color: #000000;
  font-weight: 500;
  text-align: left;
}
.wpBaseTable table {
  width: 100%;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.wpBaseTable table th, .wpBaseTable table td {
  padding: 16px;
  line-height: 120%;
  border: 1px solid #e0e0e0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}
.required {
  margin-right: 10px;
  padding: 2px 8px;
  height: 23px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  background: #00a8e7;
  color: #ffffff !important;
  font-size: 13px;
  font-size: 0.8125rem;
  white-space: nowrap;
  position: relative;
  top: -1px;
}
.optional {
  margin-right: 10px;
  padding: 2px 8px;
  height: 23px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  background: #212121;
  color: #ffffff !important;
  font-size: 13px;
  font-size: 0.8125rem;
  white-space: nowrap;
  position: relative;
  top: -1px;
}
.breadcrumb {
  width: 100%;
  background: #fafafa;
  text-align: left;
  position: relative;
}
.breadcrumb:before {
  content: "";
  width: 50px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(250, 250, 250, 0)), color-stop(80%, #fafafa), to(#fafafa));
  background: linear-gradient(to right, rgba(250, 250, 250, 0) 0%, #fafafa 80%, #fafafa 100%);
  z-index: 1;
}
.breadcrumbList {
  margin: 0 auto;
  padding: 17px 20px !important;
  white-space: nowrap;
  overflow-x: auto;
  position: relative;
}
.breadcrumbList__item {
  margin: 0 5px;
  display: inline-block;
  text-decoration: none;
}
.breadcrumbList__item i, .breadcrumbList__item span {
  color: #000000;
}
.breadcrumbList__item a {
  color: #000000;
  text-decoration: none;
}
.breadcrumbList__item a:hover i, .breadcrumbList__item a:hover span {
  color: #00a8e7;
}
input, select {
  padding: 2px 6px;
  height: 46px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  vertical-align: top;
  color: #000000;
}
input::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: #bdbdbd;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  top: -2px;
}
input::-moz-placeholder, select::-moz-placeholder {
  color: #bdbdbd;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  top: -2px;
}
input:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #bdbdbd;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  top: -2px;
}
input::-ms-input-placeholder, select::-ms-input-placeholder {
  color: #bdbdbd;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  top: -2px;
}
input::placeholder, select::placeholder {
  color: #bdbdbd;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  top: -2px;
}
input:focus, select:focus {
  outline: 0;
  background: rgba(0, 168, 231, 0.05);
  border: 1px solid #00a8e7;
}
input:not([type=radio]):not([type=checkbox]), select:not([type=radio]):not([type=checkbox]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=search], select[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=time], select[type=time] {
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
}
input[type=text], input[type=email], select[type=text], select[type=email] {
  width: 100%;
}
label {
  cursor: pointer;
}
textarea {
  padding: 4px 6px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  color: #000000;
}
textarea::-webkit-input-placeholder {
  color: #bdbdbd;
}
textarea::-moz-placeholder {
  color: #bdbdbd;
}
textarea:-ms-input-placeholder {
  color: #bdbdbd;
}
textarea::-ms-input-placeholder {
  color: #bdbdbd;
}
textarea::placeholder {
  color: #bdbdbd;
}
textarea:focus {
  outline: 0;
  background: rgba(0, 168, 231, 0.05);
  border: 1px solid #00a8e7;
}
.postNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.postNav__link {
  line-height: 120%;
}
.postNav__link a {
  line-height: 120%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration: none;
}
.postNav__link a:hover {
  color: #000000;
}
.postNav__link a:hover .mdi {
  color: #000000;
}
.postNav__link .mdi {
  margin: 0 5px;
  font-size: 22px;
  font-size: 1.375rem;
  color: #00a8e7;
  position: relative;
  top: 2px;
}
.postNav__link--prev {
  margin-right: auto;
}
.postNav__link--next {
  margin-left: auto;
}
.postNav__link--archive {
  margin: 0 auto;
}
.wp-pagenavi {
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wp-pagenavi a, .wp-pagenavi span {
  margin: 0 8px;
  padding: 0 8px;
  min-width: 42px;
  min-height: 42px;
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #00a8e7;
  background: #00a8e7;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  color: #ffffff;
}
.wp-pagenavi a:hover, .wp-pagenavi .current {
  background: #ffffff;
  color: #00a8e7;
}
.wp-pagenavi .pages {
  margin-left: 0;
  padding: 0 6px;
  width: auto;
  background: #ffffff;
  color: #00a8e7;
}
.wp-pagenavi .current {
  font-weight: 700;
  border: 1px solid #00a8e7 !important;
}
.wp-pagenavi .extend {
  width: auto;
  border: none;
  background: none;
  color: #00a8e7;
}
.aligncenter {
  margin: 0 auto;
  display: block;
  text-align: center;
}
.alignright {
  margin: 0 0 10px 20px;
  float: right;
}
.alignleft {
  margin: 0 20px 10px 0;
  float: left;
}
.wp-block-table {
  margin: 1em 0;
}
.wp-block-image {
  margin: 1em 0;
}
hr.wp-block-separator {
  max-width: none !important;
  border: 1px solid #e0e0e0;
  border-bottom: none;
  border-right: none;
  border-left: none;
}
.wp-block-coblocks-row__inner.is-stacked-on-mobile.has-medium-gutter > [class*=wp-block]:not(:last-child) {
  margin-bottom: 1em;
}
/*.block-editor-block-list__layout {
	.block-editor-block-list__block {
		margin-top: 0;
		margin-bottom: 0;
	}
}*/
.has-medium-gutter > [class*=wp-block-coblocks-column]:last-child {
  margin-right: 0;
}
.mainVisual {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
}
.mainVisual__hl {
  margin: 0;
  position: absolute;
  right: 5%;
  bottom: 10%;
  z-index: 20;
  opacity: 0;
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
}
.mainVisual.is-loaded .mainVisual__hl {
  -webkit-animation: mainVisualHlSlideIn 0.8s ease-out 2s forwards;
  animation: mainVisualHlSlideIn 0.8s ease-out 2s forwards;
}
.mainVisual__hl picture {
  display: block;
}
.mainVisual__hl img {
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
  max-height: 200px;
}
@-webkit-keyframes mainVisualHlSlideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes mainVisualHlSlideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.mainVisual__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  overflow: hidden;
}
.mainVisual__canvas {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mainVisual__layer {
  display: block;
  position: absolute;
  opacity: 0;
}
.mainVisual__layer img {
  display: block;
  width: 100%;
  height: auto;
}
.mainVisual__layer--bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.mainVisual.is-loaded .mainVisual__layer--bg {
  -webkit-animation: mvFadeIn 0.6s ease-out forwards;
  animation: mvFadeIn 0.6s ease-out forwards;
}
.mainVisual__layer--bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center bottom;
  object-position: center bottom;
}
.mainVisual__layer--cloud {
  width: 73.5%;
  top: -10%;
  left: 0;
  z-index: 4;
}
.mainVisual.is-loaded .mainVisual__layer--cloud {
  -webkit-animation: mvFadeIn 0.6s ease-out 0.2s forwards;
  animation: mvFadeIn 0.6s ease-out 0.2s forwards;
}
.mainVisual__layer--textSpotlight {
  width: 72%;
  top: -5%;
  left: 10%;
  z-index: 2;
  mix-blend-mode: overlay;
}
.mainVisual.is-loaded .mainVisual__layer--textSpotlight {
  -webkit-animation: mvSlideInFromLeft 0.8s ease-out 0.4s forwards;
  animation: mvSlideInFromLeft 0.8s ease-out 0.4s forwards;
}
.mainVisual__layer--textLogistics {
  width: 66%;
  top: 32%;
  left: 24%;
  z-index: 3;
  mix-blend-mode: overlay;
}
.mainVisual.is-loaded .mainVisual__layer--textLogistics {
  -webkit-animation: mvSlideInFromLeft 0.8s ease-out 1.2s forwards;
  animation: mvSlideInFromLeft 0.8s ease-out 1.2s forwards;
}
.mainVisual__layer--truck {
  width: 44%;
  bottom: 0;
  right: -10%;
  z-index: 5;
}
.mainVisual.is-loaded .mainVisual__layer--truck {
  -webkit-animation: mvSlideInFromRight 0.8s ease-out 2s forwards;
  animation: mvSlideInFromRight 0.8s ease-out 2s forwards;
}
.mainVisual__layer--person01 {
  width: 26.6%;
  bottom: 24%;
  right: -1%;
  z-index: 7;
}
.mainVisual.is-loaded .mainVisual__layer--person01 {
  -webkit-animation: mvSlideInFromRight 0.8s ease-out 2s forwards;
  animation: mvSlideInFromRight 0.8s ease-out 2s forwards;
}
.mainVisual__layer--person02 {
  width: 29.2%;
  bottom: 49%;
  right: 19%;
  z-index: 6;
}
.mainVisual.is-loaded .mainVisual__layer--person02 {
  -webkit-animation: mvSlideInFromRight 0.8s ease-out 2s forwards;
  animation: mvSlideInFromRight 0.8s ease-out 2s forwards;
}
.mainVisual__layer--person03 {
  width: 20.8%;
  top: 1%;
  right: 50%;
  z-index: 8;
}
.mainVisual.is-loaded .mainVisual__layer--person03 {
  -webkit-animation: mvSlideInFromRight 0.8s ease-out 2s forwards;
  animation: mvSlideInFromRight 0.8s ease-out 2s forwards;
}
.mainVisual__layer--person04 {
  width: 24.2%;
  top: 10%;
  left: 3%;
  z-index: 9;
}
.mainVisual.is-loaded .mainVisual__layer--person04 {
  -webkit-animation: mvSlideInFromRight 0.8s ease-out 2s forwards;
  animation: mvSlideInFromRight 0.8s ease-out 2s forwards;
}
.mainVisual__layer--person05 {
  width: 71.4%;
  bottom: -5%;
  left: 0%;
  z-index: 10;
}
.mainVisual.is-loaded .mainVisual__layer--person05 {
  -webkit-animation: mvSlideInFromRight 0.8s ease-out 2s forwards;
  animation: mvSlideInFromRight 0.8s ease-out 2s forwards;
}
@-webkit-keyframes mvFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mvFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes mvSlideInFromLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes mvSlideInFromLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes mvSlideInFromRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes mvSlideInFromRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.recruitBnr {
  padding: 48px 0;
  background: #F5F5EE;
  overflow: hidden;
}
.recruitBnrList {
  margin: 0 auto;
  padding: 0;
  width: calc(100% - 120px);
  max-width: 1500px;
  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: 16px 28px;
}
.recruitBnrList__item {
  list-style: none;
}
.recruitBnrList__link {
  display: block;
  position: relative;
}
.recruitBnrList__img {
  display: block;
}
.recruitBnrList__img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.recruitBnrList__img--hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.topMessage {
  padding: 108px 0;
  position: relative;
  overflow: hidden;
}
.topMessage__hl {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  white-space: nowrap;
  line-height: 100%;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(3.75rem, -3.5625rem + 31.2vw, 15.9375rem);
  color: #00a8e7;
  letter-spacing: 0.6rem;
  pointer-events: none;
}
.topMessage__hl--inner {
  display: inline-block;
  padding-right: 2rem;
}
.topMessage__img {
  margin: 0 auto;
  width: calc(100% - 320px);
  max-width: 1200px;
  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;
  position: relative;
  z-index: 1;
}
.topAbout {
  padding: 80px 0 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #00a8e7 url("../images/common/bg_blue.jpg") center center repeat;
  overflow: hidden;
}
.topAbout__hl {
  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-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  color: #FFF;
}
.topAbout__hl--main {
  font-size: 108px;
  font-size: 6.75rem;
  font-weight: 700;
  letter-spacing: 0.6rem;
}
.topAbout__hl--sub {
  font-size: 44px;
  font-size: 2.75rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
}
.topAbout__hl--dot {
  margin: 0 -1rem;
}
.topAbout__en {
  margin: 0 auto;
  display: block;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.topAbout__read {
  line-height: 180%;
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: 0.2rem;
  color: #FFF;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.topAbout__btn {
  margin: 80px auto 0;
  width: 100%;
  max-width: 372px;
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.topAbout__link {
  padding: 0 40px;
  width: 100%;
  height: 92px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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;
  background: #fff;
  color: #dd142b;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.topAbout__link:hover {
  background: #dd142b;
  color: #fff;
}
.topAbout__link:hover .topAbout__link--icon svg {
  fill: #fff;
}
.topAbout__link--icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.topAbout__link--icon svg {
  fill: #dd142b;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.topJobType, .topInterview {
  padding: 148px 0 120px;
  background: #F5F5EE;
  overflow: hidden;
}
.topJobType__hl, .topInterview__hl {
  margin: 0 auto 20px;
  width: calc(100% - 180px);
  max-width: 1506px;
  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;
}
.topJobType__hl--en, .topInterview__hl--en {
  line-height: 100%;
  font-size: clamp(2.75rem, -2.0875rem + 20.64vw, 10.8125rem);
  color: #00a8e7;
  font-family: "Bebas Neue", sans-serif;
}
.topJobType__hl--jp, .topInterview__hl--jp {
  font-size: clamp(0.9375rem, 0rem + 4vw, 2.5rem);
  font-weight: 700;
}
.topJobTypeList {
  margin: 0 auto;
  width: calc(100% - 80px);
  max-width: 1744px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px 0;
}
.topJobTypeList__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  background: #fff;
}
.topJobTypeList__summary {
  padding: 0 0 16px 28px;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  text-align: left;
}
.topJobTypeList__img {
  width: 50%;
  overflow: hidden;
}
.topJobTypeList__img img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
  object-fit: cover;
}
.topJobTypeList__hl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 700;
}
.topJobTypeList__hl--sub {
  margin-bottom: 16px;
  line-height: 120%;
  font-size: 30px;
  font-size: 1.875rem;
}
.topJobTypeList__hl--main {
  line-height: 120%;
  font-size: 48px;
  font-size: 3rem;
}
.topJobTypeList__item--newgrad .topJobTypeList__hl {
  color: #dd142b;
}
.topJobTypeList__item--career .topJobTypeList__hl {
  color: #06218f;
}
.topJobTypeList__item--sole .topJobTypeList__hl {
  color: #373737;
}
.topJobTypeList__link {
  text-decoration: none;
}
.topJobTypeList__read {
  margin: 0;
  padding-right: 106px;
  color: #000000;
  font-size: 18px;
  font-size: 1.125rem;
}
.topJobTypeList__arrow {
  width: 96px;
  height: 96px;
  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;
  position: absolute;
  right: 0;
  bottom: 0;
}
.topJobTypeList__arrow svg {
  fill: #fff;
}
.topJobTypeList__item--newgrad .topJobTypeList__arrow {
  background: #dd142b;
}
.topJobTypeList__item--career .topJobTypeList__arrow {
  background: #06218f;
}
.topJobTypeList__item--sole .topJobTypeList__arrow {
  background: #373737;
}
.topInterview {
  background: #fff;
  overflow: hidden;
}
.topInterview__read {
  margin: -16px auto 0;
  width: calc(100% - 180px);
  line-height: 180%;
  max-width: 1506px;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: left;
}
.topInterviewList {
  margin: 108px 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  will-change: transform;
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.topInterviewList:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.topInterviewList__item {
  list-style: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.topInterviewList__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: 12px 0;
  position: relative;
  color: #000000;
  text-decoration: none;
}
.topInterviewList__numtype {
  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;
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
}
.topInterviewList__num {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.topInterviewList__link--newgrad .topInterviewList__num {
  color: #dd142b;
}
.topInterviewList__link--career .topInterviewList__num {
  color: #00a8e7;
}
.topInterviewList__link--sole .topInterviewList__num {
  color: #06218f;
}
.topInterviewList__num--hash {
  margin-right: 4px;
  line-height: 100%;
  font-family: "Bebas Neue", sans-serif;
  font-size: 46px;
  font-size: 2.875rem;
}
.topInterviewList__num--text {
  line-height: 80%;
  font-family: "Bebas Neue", sans-serif;
  font-size: 84px;
  font-size: 5.25rem;
}
.topInterviewList__type {
  padding: 2px 0 4px;
  width: 94px;
  line-height: 100%;
  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;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
}
.topInterviewList__link--newgrad .topInterviewList__type {
  background: #dd142b;
}
.topInterviewList__link--career .topInterviewList__type {
  background: #00a8e7;
}
.topInterviewList__link--sole .topInterviewList__type {
  background: #06218f;
}
.topInterviewList__comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0 8px;
  position: absolute;
  top: -32px;
  right: -16px;
  z-index: 1;
}
.topInterviewList__comment--text {
  padding: 12px 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #fff;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  border: 1px solid #000000;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.2em;
}
.topInterviewList__img {
  width: 380px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  aspect-ratio: 380/405;
  overflow: hidden;
  z-index: 0;
  position: relative;
}
.topInterviewList__img--hover {
  opacity: 0;
}
.topInterviewList__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: bottom;
}
.topInterviewList__caption {
  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;
}
.topInterviewList__caption--name {
  line-height: 140%;
  font-size: 40px;
  font-size: 2.5rem;
}
.topInterviewList__caption--job {
  line-height: 140%;
  font-size: 22px;
  font-size: 1.375rem;
}
.topInterview__btn {
  margin: 80px auto 0;
  width: 100%;
  max-width: 490px;
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.topInterview__link {
  padding: 0 40px;
  width: 100%;
  height: 92px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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;
  background: #dd142b;
  color: #FFF;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.topInterview__link:hover {
  background: #00a8e7;
  color: #fff;
}
.topInterview__link:hover .topInterview__link--icon svg {
  fill: #fff;
}
.topInterview__link--icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.topInterview__link--icon svg {
  fill: #FFF;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.topData {
  background: #F5F5EE;
  overflow: hidden;
}
.topData__inner {
  margin: 0 auto;
  padding: 80px 5%;
  width: calc(100% - 120px);
  max-width: 1500px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 0 auto;
  grid-template-areas: "outline display" "more display";
  gap: 0 60px;
  position: relative;
  z-index: 1;
}
.topData__inner::before {
  content: "";
  width: 1000vh;
  height: 100%;
  display: block;
  background: #00a8e7 url("../images/common/bg_blue.jpg") center center repeat;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.topData__outline {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  padding-top: 16px;
  grid-area: outline;
  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;
}
.topData__hl {
  margin: 0 0 24px;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
}
.topData__hl--lg {
  line-height: 120%;
  font-size: clamp(2.25rem, 0.9rem + 5.76vw, 4.5rem);
}
.topData__hl--sm {
  line-height: 120%;
  font-size: clamp(2rem, 1.025rem + 4.16vw, 3.625rem);
}
.topData__read {
  line-height: 180%;
  color: #fff;
  font-size: clamp(1rem, 0.775rem + 0.96vw, 1.375rem);
  text-align: left;
}
.topData__more {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: more;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.topData__btn {
  margin: 0;
  width: 100%;
  max-width: 372px;
}
.topData__link {
  padding: 0 40px;
  width: 100%;
  height: 92px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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;
  background: #FFF;
  color: #000000;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.topData__link--icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.topData__link--icon svg {
  fill: #dd142b;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.topData__display {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: display;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px 0;
}
.topData__card {
  margin: 0;
  padding: 48px 16px 20px;
  height: 360px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border-radius: 4px;
  position: relative;
}
.topData__card-panel {
  padding: inherit;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.topData__card-panel.is-active {
  opacity: 1;
  pointer-events: auto;
}
.topData__card-hl {
  margin: 0 0 32px;
  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;
  text-align: center;
}
.topData__card-hl--en {
  line-height: 140%;
  color: #00a8e7;
  font-size: clamp(0.75rem, 0.525rem + 0.96vw, 1.125rem);
  font-weight: 400;
}
.topData__card-hl--jp {
  line-height: 140%;
  font-size: clamp(1.125rem, 0.525rem + 2.56vw, 2.125rem);
  font-weight: 700;
}
.topData__card-content {
  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;
  gap: 0 8px;
  position: relative;
}
.topData__card-img--employees {
  margin: 0;
}
.topData__card-img--paidLeave {
  margin: 0 8px;
}
.topData__card-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #00a8e7;
}
.topData__card-data--num {
  line-height: 100%;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(5rem, 1.625rem + 14.4vw, 10.625rem);
}
.topData__card-data--percent {
  line-height: 100%;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.5rem, 0.775rem + 7.36vw, 5.375rem);
}
.topData__card-data--sm {
  line-height: 100%;
  font-size: clamp(2rem, 0.2rem + 7.68vw, 5rem);
  font-weight: 700;
}
.topData__card-multiple {
  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;
  white-space: nowrap;
}
.topData__card-multiple:first-child {
  margin-right: 16px;
}
.topData__card-multiple--text {
  padding: 2px 20px 3px;
  line-height: 100%;
  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;
  background: #00a8e7;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
}
.topData__card-multiple--horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 0 4px;
}
.topData__card-multiple--num {
  line-height: 100%;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(3.75rem, 1.875rem + 8vw, 6.875rem);
}
.topData__card-multiple--percent {
  line-height: 100%;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.25rem, 1.65rem + 2.56vw, 3.25rem);
}
.topData__card-multiple--sm {
  line-height: 100%;
  font-size: clamp(1.75rem, 1rem + 3.2vw, 3rem);
  font-weight: 700;
}
.topData__displayList {
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 24px;
}
.topData__displayList--item {
  padding: 12px 16px;
  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;
  list-style: none;
  border: 1px solid #00a8e7;
  background: #fff;
  border-radius: 4px;
  line-height: 120%;
  color: #00a8e7;
  font-size: clamp(0.75rem, 0.6rem + 0.64vw, 1rem);
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}
.topData__displayList--item.is-active {
  background: #00a8e7;
  border: 1px solid #FFF;
  color: #fff;
}
.topEnvironment {
  padding: 120px 0;
  background: #F5F5EE;
}
.topEnvironment__inner {
  margin: 0 auto;
  width: calc(100% - 120px);
  max-width: 1500px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.topEnvironment__hl {
  margin: 0 auto 48px;
  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;
}
.topEnvironment__hl--en {
  line-height: 140%;
  color: #00a8e7;
  font-size: clamp(0.875rem, 0.275rem + 2.56vw, 1.875rem);
  letter-spacing: 0.1em;
}
.topEnvironment__hl--jp {
  line-height: 120%;
  color: #00a8e7;
  font-size: clamp(1.75rem, 0.1rem + 7.04vw, 4.5rem);
}
.topEnvironmentList {
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 0 40px;
}
.topEnvironmentList__item {
  list-style: none;
}
.topEnvironmentList__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
}
.topEnvironmentList__img {
  width: 100%;
  aspect-ratio: 430/288;
  overflow: hidden;
}
.topEnvironmentList__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: bottom;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.topEnvironmentList__title {
  margin-top: 16px;
  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;
}
.topEnvironmentList__title--text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000000;
  font-size: clamp(1rem, 0.775rem + 0.96vw, 1.375rem);
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.08em;
}
.topEnvironmentList__title--arrow {
  width: 56px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #dd142b;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.topEnvironmentList__title--arrow svg {
  width: 20px;
  height: auto;
  fill: #fff;
}
.cnt_wrap .container {
  max-width: 1200px;
}
.cnt_wrap * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cnt_wrap ul {
  list-style: none;
  margin: 0;
}
.cnt_wrap picture img {
  display: block;
  width: 100%;
}
.cnt_wrap .wp-block-columns {
  margin-bottom: 0;
}
.underH2__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
}
.underH2__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  padding: 140px 10.4vw 60px;
}
.underH2__sub {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 68px;
  font-size: 4.25rem;
  font-weight: 700;
  line-height: 80%;
  text-transform: uppercase;
  color: #00a8e7;
  margin: 0;
}
.underH2__ttl {
  font-weight: 500;
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0;
}
.underH2__img {
  display: block;
  width: 100%;
  height: 25vw;
  overflow: hidden;
}
.underH2__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.underH3__block {
  display: table;
  margin: 0 auto 80px;
  text-align: center;
  position: relative;
}
.underH3__eng {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 100px;
  font-size: 6.25rem;
  font-weight: bold;
  color: #E1E1E1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.underH3__txt {
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.band__h3 {
  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: 16px;
  font-size: clamp(2.4rem, 1.671rem + 1.52vw, 3rem);
  font-weight: bold;
  text-align: center;
  line-height: 120%;
}
.band__h3 span {
  line-height: 120%;
  padding: 10px 16px;
  background: #00a8e7;
  color: #fff;
}
.cnt_wrap.staff {
  padding-bottom: 160px;
}
.interviewWrap.interview {
  padding: 0;
}
.interviewWrap.interview .container {
  max-width: none;
}
.interviewWrap.interview .underH2__block {
  display: none;
}
.interviewFV__block {
  padding-top: 80px;
  position: relative;
  overflow: hidden;
}
.interviewFV__block::before {
  display: block;
  content: "";
  width: 320px;
  height: 100%;
  background: #dd142b;
  position: absolute;
  top: 0;
  left: 70%;
  -webkit-transform: skew(-45deg, 0deg);
  transform: skew(-45deg, 0deg);
}
.interviewFV__inner {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding-inline: 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 5%;
  padding-top: 30px;
  position: relative;
  z-index: 1;
}
.interviewFV__box {
  width: 55%;
  padding-bottom: 14.8vw;
}
.interviewFV__type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  gap: 28px;
}
.interviewFV__num {
  font-family: "Bebas Neue", sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: #dd142b;
  margin: 0;
}
.interviewFV__num span {
  font-size: 86px;
  font-size: 5.375rem;
  margin-left: 4px;
}
.interviewFV__category {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 120%;
  color: #fff;
  background: #dd142b;
  padding: 4px 12px;
}
.interviewFV__catch {
  font-size: clamp(3.5rem, 1.677rem + 3.8vw, 5rem);
  font-weight: bold;
  white-space: nowrap;
  line-height: 120%;
  letter-spacing: 2px;
  text-align: left;
  color: #dd142b;
  -webkit-transform: skew(-5deg, 0deg);
  transform: skew(-5deg, 0deg);
  margin: 0 0 60px;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
.interviewFV__name {
  font-size: clamp(1rem, 0.514rem + 1.01vw, 1.4rem);
  font-weight: bold;
  line-height: 120%;
  text-align: left;
}
.interviewFV__name em {
  font-style: normal;
  font-size: 0.85em;
}
.interviewFV__name span {
  font-size: 1.5em;
  margin-left: 6px;
}
.interviewFV__img {
  width: 40%;
}
.interviewQue__block {
  padding: 180px 0;
  position: relative;
  background: #dd142b url("../images/interview/bg_new.jpg.webp") no-repeat top left/cover;
}
.interviewQue__block::before {
  display: block;
  content: "";
  width: 100%;
  height: 600px;
  background: #dd142b;
  mix-blend-mode: multiply;
  position: absolute;
  bottom: 0;
  left: 0;
}
.interviewQue__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-inline: 3%;
  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;
  gap: 100px;
  position: relative;
  z-index: 1;
}
.interviewQue__img {
  width: 36%;
}
.interviewQue__img img {
  width: auto;
  height: 100%;
}
.interviewQue__box {
  width: 53%;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 70px;
}
.interviewQue__item {
  border-left: 10px solid #fff;
  padding: 10px 0 15px 2.6vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.interviewQue__num {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(4rem, 1.266rem + 5.7vw, 6.25rem);
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 4px;
}
.interviewQue__ttl {
  font-size: clamp(1.6rem, 0.354rem + 2.59vw, 2.625rem);
  font-weight: 700;
  line-height: 130%;
  white-space: nowrap;
  margin: 0 0 1.8vw;
}
.interviewQue__txt {
  margin: 0;
}
.interviewStory__block {
  padding: 160px 0;
  background: url("../images/interview/bg_wall.jpg.webp") no-repeat top left/cover;
}
.interviewStory__h3 {
  display: table;
  padding: 16px 20px;
  margin: 0 auto 80px;
  background: #fff;
  border: 2px solid #dd142b;
}
.interviewStory__h3 span {
  font-size: clamp(2.6rem, 1.203rem + 2.91vw, 3.75rem);
  font-weight: bold;
  line-height: 100%;
  color: #dd142b;
  display: block;
  -webkit-transform: skew(-5deg, 0deg);
  transform: skew(-5deg, 0deg);
}
.interviewCareer__area {
  position: relative;
  margin-bottom: 120px;
}
.interviewCareer__up {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(5rem, 1.962rem + 6.33vw, 7.5rem);
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 4px;
  color: #dd142b;
  white-space: nowrap;
  margin: 0;
  padding-bottom: 30px;
  position: absolute;
  top: 0;
  left: 7.2vw;
}
.interviewCareer__up::before {
  display: block;
  content: "";
  width: 100%;
  aspect-ratio: 110/7;
  background: url("../images/interview/line_new.png.webp") no-repeat top left/cover;
  position: absolute;
  bottom: 0;
  left: 0;
}
.interviewCareer__arrow {
  width: 48%;
  margin: 0;
  position: absolute;
  bottom: 0;
  right: 4.6vw;
}
.interviewCareer__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2.8vw;
  padding-inline: 2vw;
  position: relative;
}
.interviewCareer__item {
  width: calc((100% - 8.4vw) / 4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  text-align: left;
}
.interviewCareer__item:nth-child(1) {
  padding-top: 360px;
}
.interviewCareer__item:nth-child(2) {
  padding-top: 240px;
}
.interviewCareer__item:nth-child(3) {
  padding-top: 120px;
}
.interviewCareer__img {
  display: block;
  width: 100%;
}
.interviewCareer__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.4vw;
}
.interviewCareer__num {
  display: block;
  width: 180px;
  margin: 0;
}
.interviewCareer__sub {
  font-size: clamp(1rem, 0.757rem + 0.51vw, 1.2rem);
  font-weight: 500;
  line-height: 100%;
  color: #fff;
  white-space: nowrap;
  background: #dd142b;
  padding: 6px 8px;
  margin: 0;
}
.interviewCareer__h4 {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 140%;
  margin: 0;
}
.interviewCareer__txt {
  margin: 0;
  padding-top: 24px;
  border-top: 1px solid #AAAAAA;
}
.interviewValue__area {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 60px;
}
.interviewValue__area .btn a {
  background: #dd142b;
}
.interviewValue__h4 {
  font-size: clamp(2.3rem, 0.994rem + 2.72vw, 3.375rem);
  font-weight: 700;
  line-height: 140%;
  margin: 0 auto;
}
.interviewValue__cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6%;
  text-align: left;
}
.interviewValue__box {
  width: 48%;
}
.interviewValue__ttl {
  display: inline-block;
  font-size: clamp(1.4rem, 0.823rem + 1.2vw, 1.875rem);
  font-weight: bold;
  line-height: 140%;
  background: #000000;
  color: #fff;
  padding: 8px 16px;
  margin: 0;
}
.interviewValue__txt {
  margin: 24px 0 0;
}
.interviewValue__goal {
  width: 46%;
}
.interviewValue__goal .interviewValue__ttl {
  background: #dd142b;
}
.interviewValue__listbox {
  padding: 32px;
  background: #FFF0F1;
}
.interviewValue__list {
  padding: 0;
}
.interviewValue__list li {
  font-size: 1.2rem;
  padding-left: 26px;
  position: relative;
}
.interviewValue__list li::before {
  display: block;
  content: "";
  width: 16px;
  aspect-ratio: 1/1;
  background: #dd142b;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 0;
}
.interviewValue__list li + li {
  margin-top: 10px;
}
.interviewFaq__block {
  padding: 160px 0;
  background: url("../images/interview/faq_suenaga.jpg.webp") no-repeat top center/cover;
  background-attachment: fixed;
  position: relative;
}
.interviewFaq__block::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
}
.interviewFaq__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-inline: 3%;
  color: #fff;
  position: relative;
  z-index: 1;
}
.interviewFaq__h3 {
  font-size: clamp(2.6rem, 1.203rem + 2.91vw, 3.75rem);
  font-weight: bold;
  line-height: 150%;
  margin: 0 auto 80px;
}
.interviewFaq__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 46px;
}
.interviewFaq__item {
  width: 100%;
  padding: 32px 60px;
  margin: 0 auto;
  border: 2px solid #fff;
  border-radius: 12px;
  text-align: left;
}
.interviewFaq__ttl {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
}
.interviewFaq__ttl span {
  font-family: "Bebas Neue", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 100%;
  margin-right: 16px;
  vertical-align: bottom;
}
.interviewFaq__txt {
  margin: 16px 0 0;
}
.interviewInfo__block {
  padding: 160px 0;
}
.interviewInfo__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-inline: 3%;
}
.interviewHoliday__area {
  position: relative;
  margin-bottom: 160px;
}
.interviewHoliday__img {
  display: block;
  width: 68%;
}
.interviewHoliday__box {
  width: 52%;
  background: #fff;
  border-top: 4px solid #dd142b;
  padding: 46px 0 0 46px;
  text-align: left;
  position: absolute;
  bottom: 0;
  right: 0;
}
.interviewHoliday__h3 {
  font-size: clamp(2rem, 1.241rem + 1.58vw, 2.625rem);
  font-weight: bold;
  margin: 0 0 10px;
}
.interviewHoliday__hobby {
  margin: 32px 0 0;
}
.interviewHoliday__ttl {
  display: inline-block;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 100%;
  color: #dd142b;
  padding: 8px 20px;
  border: 2px solid #dd142b;
  margin: 0 0 12px;
}
.interviewHoliday__txt {
  margin: 0;
}
.interviewHoliday__eng {
  font-family: "Bebas Neue", sans-serif;
  font-size: 70px;
  font-size: 4.375rem;
  font-weight: 700;
  line-height: 100%;
  color: #dd142b;
  margin: 0;
  -webkit-transform: skewX(-5deg);
  transform: skewX(-5deg);
  position: absolute;
  top: -58px;
  right: 10px;
}
.interviewMenter__area {
  position: relative;
}
.interviewMenter__box {
  width: 84%;
  position: relative;
}
.interviewMenter__h3 {
  display: inline-block;
  font-size: clamp(1.9rem, 1.475rem + 0.89vw, 2.25rem);
  font-weight: bold;
  line-height: 120%;
  text-align: left;
  color: #fff;
  background: #dd142b;
  padding: 16px;
  margin: 0;
  -webkit-transform: skewX(-5deg);
  transform: skewX(-5deg);
  position: absolute;
  top: -10px;
  left: -10px;
}
.interviewMenter__txtbox {
  background: #F9F7F2;
  padding: 100px 28% 50px 5%;
  text-align: left;
}
.interviewMenter__txt {
  margin: 0;
}
.interviewMenter__name {
  padding-top: 16px;
  margin: 16px 0 0;
  text-align: right;
  font-weight: bold;
  border-top: 1px solid #AAAAAA;
}
.interviewMenter__name span {
  font-size: 24px;
  font-size: 1.5rem;
  margin-left: 6px;
}
.interviewMenter__img {
  display: block;
  width: 36%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 8px solid #dd142b;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.interviewComment__block {
  padding: 200px 0;
  background: #dd142b;
  position: relative;
}
.interviewComment__block::before {
  display: block;
  content: "";
  width: 100px;
  height: 50px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #fff;
  position: absolute;
  top: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.interviewComment__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-inline: 3%;
  color: #fff;
}
.interviewComment__h3 {
  font-size: clamp(3rem, 1.329rem + 3.48vw, 4.375rem);
  font-weight: bold;
  line-height: 120%;
  margin: 0;
  -webkit-transform: skewX(-5deg);
  transform: skewX(-5deg);
}
.interviewComment__h3.mini {
  font-size: clamp(2.8rem, 1.342rem + 3.04vw, 4rem);
}
.interviewComment__txt {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 180%;
  text-align: left;
  padding-top: 60px;
  margin-top: 32px;
  border-top: 4px solid #fff;
}
/* スタッフ馬場
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.interviewWrap.staff_baba .interviewFaq__block {
  background-image: url("../images/interview/faq_baba.jpg.webp");
}
/* 中途採用（ネイビー）
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.interviewWrap.mid-career .interviewFV__block::before, .interviewWrap.mid-career .interviewFV__category {
  background: #06218f;
}
.interviewWrap.mid-career .interviewFV__num, .interviewWrap.mid-career .interviewFV__catch {
  color: #06218f;
}
.interviewWrap.mid-career .interviewQue__block {
  background: #06218f url("../images/interview/bg_mid.jpg.webp") no-repeat top left/cover;
}
.interviewWrap.mid-career .interviewQue__block::before {
  background: #06218f;
}
.interviewWrap.mid-career .interviewStory__h3 {
  border-color: #06218f;
}
.interviewWrap.mid-career .interviewStory__h3 span {
  color: #06218f;
}
.interviewWrap.mid-career .interviewCareer__up {
  color: #06218f;
}
.interviewWrap.mid-career .interviewCareer__up::before {
  background-image: url("../images/interview/line_mid.png.webp");
}
.interviewWrap.mid-career .interviewCareer__sub {
  background: #06218f;
}
.interviewWrap.mid-career .interviewValue__goal .interviewValue__ttl {
  background: #06218f;
}
.interviewWrap.mid-career .interviewValue__listbox {
  background: #E6E9F4;
}
.interviewWrap.mid-career .interviewValue__list li::before {
  background: #06218f;
}
.interviewWrap.mid-career .interviewValue__area .btn a {
  background: #06218f;
}
.interviewWrap.mid-career .interviewHoliday__box {
  border-top-color: #06218f;
}
.interviewWrap.mid-career .interviewHoliday__ttl {
  color: #06218f;
  border-color: #06218f;
}
.interviewWrap.mid-career .interviewHoliday__eng {
  color: #06218f;
}
.interviewWrap.mid-career .interviewMenter__h3 {
  background: #06218f;
}
.interviewWrap.mid-career .interviewMenter__img {
  border-color: #06218f;
}
.interviewWrap.mid-career .interviewComment__block {
  background: #06218f;
}
/* スタッフ西村（staff01）
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.interviewWrap.staff_nishimura .interviewFaq__block {
  background-image: url("../images/interview/faq_nishimura.jpg.webp");
}
/* スタッフ曽根（staff02）
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.interviewWrap.staff_sone .interviewFaq__block {
  background-image: url("../images/interview/faq_sone.jpg.webp");
}
/* キャリアストーリー（3つのとき）
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.interviewCareer__box.triple .interviewCareer__item {
  width: calc((100% - 5.6vw) / 3);
}
/* スタッフ楠（staff03）
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.interviewWrap.staff_kusunoki .interviewFaq__block {
  background-image: url("../images/interview/faq_kusunoki.jpg.webp");
}
/* 個人事業主（ブラック）
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.interviewWrap.business-owner .interviewFV__block::before, .interviewWrap.business-owner .interviewFV__category {
  background: #373737;
}
.interviewWrap.business-owner .interviewFV__num, .interviewWrap.business-owner .interviewFV__catch {
  color: #373737;
}
.interviewWrap.business-owner .interviewQue__block {
  background: #373737 url("../images/interview/bg_owner.jpg.webp") no-repeat top left/cover;
}
.interviewWrap.business-owner .interviewQue__block::before {
  background: #373737;
}
.interviewWrap.business-owner .interviewStory__h3 {
  border-color: #373737;
}
.interviewWrap.business-owner .interviewStory__h3 span {
  color: #373737;
}
.interviewWrap.business-owner .interviewValue__area .btn {
  max-width: 350px;
  margin-top: 0;
}
.interviewWrap.business-owner .interviewValue__area .btn a {
  background: #373737;
}
.interviewWrap.business-owner .interviewCareer__area {
  padding-bottom: 0;
  margin-bottom: 80px;
}
.interviewWrap.business-owner .interviewCareer__box {
  padding-top: 0;
}
.interviewWrap.business-owner .interviewCareer__up {
  color: #373737;
}
.interviewWrap.business-owner .interviewCareer__sub {
  background: #373737;
}
.interviewWrap.business-owner .interviewCareer__item {
  padding-top: 0 !important;
}
.interviewWrap.business-owner .interviewMenter__h3 {
  background: #373737;
}
.interviewWrap.business-owner .interviewMenter__img {
  border-color: #373737;
}
.interviewWrap.business-owner .interviewComment__block {
  background: #262626;
}
/* スタッフ富田（staff06）
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.interviewWrap.staff_tomita .interviewFaq__block {
  background-image: url("../images/interview/faq_tomita.jpg.webp");
}
.interviewWrap.staff_tomita .interviewCareer__step {
  -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: 1vw;
}
.contents.newgraduate .underH2__sub {
  color: #dd142b;
}
.contents.halfway .underH2__sub {
  color: #06218f;
}
.about__h3 {
  font-size: clamp(2.6rem, 1.203rem + 2.91vw, 3.75rem);
  font-weight: bold;
  line-height: 140%;
  text-align: center;
  color: #dd142b;
  margin: 0 auto 120px;
}
.about__h3.ms {
  font-size: clamp(2rem, 1.392rem + 1.27vw, 2.5rem);
  text-align: center;
  color: #06218f;
  margin-bottom: 50px;
}
.about__h3.ms span {
  font-size: clamp(1rem, 0.544rem + 0.95vw, 1.375rem);
  font-weight: bold;
  line-height: 120%;
  color: #06218f;
  display: table;
  padding: 10px 28px;
  margin: 0 auto 24px;
  border: 2px solid #06218f;
}
.aboutMain__block {
  position: relative;
}
.aboutMain__ttl {
  font-size: clamp(2.6rem, 1.658rem + 1.96vw, 3.375rem);
  font-weight: bold;
  line-height: 140%;
  color: #fff;
  margin: 0;
  position: absolute;
  bottom: 3.8vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.aboutMain__logo {
  width: 9.6vw;
  max-width: 166px;
  position: absolute;
  top: 2.4vw;
  right: 2.4vw;
}
.aboutIntro__block {
  padding: 120px 0 60px;
  background: #dd142b url("../images/interview/bg_new.jpg.webp") repeat center/100% auto;
  position: relative;
}
.aboutIntro__block::before {
  display: block;
  content: "";
  width: 100%;
  height: 37vw;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.aboutIntro__block .container {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding-inline: 4vw;
  text-align: center;
  position: relative;
  z-index: 1;
}
.aboutIntro__block .about__h3 {
  font-size: clamp(2.2rem, 1.38rem + 1.71vw, 2.875rem);
}
.aboutIntro__imgbox {
  position: relative;
  margin-bottom: 120px;
}
.aboutIntro__lead {
  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;
  gap: 12px;
  margin: 0;
  position: absolute;
  bottom: 3.2vw;
  left: 3.2vw;
}
.aboutIntro__lead span {
  font-size: clamp(2.4rem, 1.063rem + 2.78vw, 3.5rem);
  font-weight: bold;
  line-height: 120%;
  text-align: left;
  color: #fff;
  padding: 6px 12px;
  background: #dd142b url("../images/interview/bg_new.jpg.webp") repeat center/200%;
}
.aboutIntro__lead span.bk {
  background: #373737 url("../images/outsourcing/outsourcing_bg.jpg.webp") repeat center/200%;
}
.aboutIntro__txt {
  font-size: clamp(1.8rem, 0.949rem + 1.77vw, 2.5rem);
  font-weight: bold;
  margin: 0 auto 60px;
  color: #fff;
}
.aboutIntro__txt.ls {
  font-size: clamp(2.4rem, 1.519rem + 1.84vw, 3.125rem);
  padding-bottom: 220px;
  position: relative;
}
.aboutIntro__txt.ls::after {
  display: block;
  content: "";
  width: 2px;
  height: 160px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.aboutIntro__txt:last-child {
  margin-bottom: 0;
}
.aboutFeat__block {
  padding: 8.3333vw 0;
  background: url("../images/newgraduate/newgraduate_feature.jpg.webp") no-repeat top center/cover;
  background-attachment: fixed;
}
.aboutFeat__block .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3.6vw;
}
.aboutFeat__txtbox {
  border: 1px solid #fff;
  padding: 3.6vw 20px;
  border-radius: 12px;
  color: #fff;
  font-size: clamp(1.5rem, 1.044rem + 0.95vw, 1.875rem);
  text-align: center;
}
.aboutFeat__txtbox span {
  font-weight: bold;
}
.aboutPhilo__block {
  padding: 120px 0 70px;
}
.aboutPhilo__block .container {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding-inline: 20px;
}
.aboutPhilo__lead {
  font-size: 62px;
  font-size: 3.875rem;
}
.aboutPhilo__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6.2vw;
}
.aboutPhilo__ttl {
  font-size: clamp(2.2rem, 1.38rem + 1.71vw, 2.875rem);
  font-weight: bold;
  line-height: 140%;
  color: #dd142b;
  margin: 0;
}
.aboutPhilo__eng {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0;
  position: relative;
}
.aboutPhilo__eng::before {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #dd142b;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.aboutPhilo__eng span {
  font-family: "Bebas Neue", sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 120%;
  color: #dd142b;
  padding: 6px 12px;
  background: #fff;
  position: relative;
  z-index: 1;
}
.aboutPhilo__txt {
  font-size: clamp(1.2rem, 0.835rem + 0.76vw, 1.5rem);
  margin: 0;
}
.aboutStep__block {
  background: #F9F7F2;
  padding: 120px 0;
  margin-bottom: 120px;
  position: relative;
}
.aboutStep__block::before {
  display: block;
  content: "";
  width: calc((100% - 1500px) / 2);
  min-width: 2vw;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.aboutStep__block .container {
  padding-inline: 4vw;
}
.aboutStep__boxwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 80px;
  position: relative;
}
.aboutStep__boxwrap::before {
  display: block;
  content: "";
  width: 2px;
  height: 100%;
  background: #000000;
  position: absolute;
  top: 0;
  left: 10px;
}
.aboutStep__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3.2vw;
  padding-left: 6.25vw;
  position: relative;
}
.aboutStep__box::before {
  display: block;
  content: "";
  width: 20px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #dd142b;
  position: absolute;
  top: 0;
  left: 0;
}
.aboutStep__catch {
  min-width: 230px;
}
.aboutStep__num {
  display: block;
  width: 140px;
}
.aboutStep__eng {
  font-family: "Bebas Neue", sans-serif;
  font-size: 90px;
  font-size: 5.625rem;
  font-weight: bold;
  line-height: 80%;
  color: #dd142b;
  margin: 10px 0 30px;
}
.aboutStep__eng.jp {
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 56px;
  font-size: 3.5rem;
}
.aboutStep__sub {
  display: inline-block;
  font-size: clamp(1.2rem, 0.835rem + 0.76vw, 1.5rem);
  font-weight: bold;
  line-height: 120%;
  padding: 4px 20px;
  margin: 0;
  background: #dd142b;
  color: #fff;
}
.aboutStep__ttl {
  font-size: clamp(1.6rem, 0.886rem + 1.49vw, 2.188rem);
  font-weight: bold;
  line-height: 120%;
  color: #dd142b;
  margin: 0 0 24px;
}
.aboutStep__txt {
  font-size: clamp(1.2rem, 0.835rem + 0.76vw, 1.5rem);
  margin: 0;
}
.aboutCareer__block {
  background: #dd142b url("../images/interview/bg_new.jpg.webp") repeat center/50%;
  color: #fff;
  padding: 120px 0;
  position: relative;
}
.aboutCareer__block::before {
  display: block;
  content: "";
  width: 10.4vw;
  min-width: 2vw;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
.aboutCareer__block .about__h3 {
  color: #fff;
  text-align: left;
  margin: 0;
  white-space: nowrap;
}
.aboutCareer__block .about__h3 span {
  display: block;
  font-size: clamp(2rem, 0.937rem + 2.22vw, 2.875rem);
}
.aboutCareer__inner {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3.2vw;
}
.aboutCareer__box {
  width: calc(100% - 38vw - 3.2vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3.2vw;
  padding-left: 10.4vw;
  position: relative;
  z-index: 1;
}
.aboutCareer__img {
  width: 38vw;
  position: relative;
  z-index: 1;
}
.aboutCareer__listwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2vw;
  padding: 0;
}
.aboutCareer__list {
  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;
  width: calc((100% - 3.6vw) / 4);
  max-width: 200px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #C21823;
  font-size: clamp(1.2rem, 0.835rem + 0.76vw, 1.5rem);
  font-weight: bold;
  line-height: 120%;
  padding: 10px;
}
.aboutCareer__num {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 1px;
}
.aboutCareer__itembox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.6vw;
}
.aboutCareer__itemwrap {
  width: calc((100% - 2.6vw) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.6vw;
  padding: 0;
}
.aboutCareer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2vw;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 140%;
  text-align: left;
}
.aboutCareer__itemnum {
  font-family: "Roboto", sans-serif;
  font-size: 70px;
  font-size: 4.375rem;
  letter-spacing: 1px;
  line-height: 80%;
}
.aboutCulture__block {
  padding: 180px 0 120px;
}
.aboutCulture__block .about__h3 {
  margin-bottom: 50px;
}
.aboutCulture__ttl {
  font-size: clamp(2rem, 0.937rem + 2.22vw, 2.875rem);
  font-weight: bold;
  line-height: 120%;
  text-align: center;
  margin: 0 auto 40px;
}
.aboutCulture__txt {
  font-size: clamp(1.2rem, 0.835rem + 0.76vw, 1.5rem);
  text-align: center;
  margin: 0 auto;
}
.aboutSlide__block {
  padding-inline: 2vw;
}
.aboutSlide__block .container {
  max-width: calc(100% - 11.6vw);
  margin: 0 auto;
}
.aboutSlide__card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4%;
  padding: 4.5vw 4.3%;
  background: #F9F7F2;
}
.aboutSlide__img {
  display: block;
  width: 35%;
}
.aboutSlide__box {
  width: 61%;
  text-align: left;
}
.aboutSlide__sub {
  display: inline-block;
  font-size: clamp(1.2rem, 0.835rem + 0.76vw, 1.5rem);
  font-weight: bold;
  line-height: 120%;
  background: #dd142b;
  color: #fff;
  padding: 6px 12px;
  margin: 0 0 20px;
}
.aboutSlide__ttl {
  font-size: clamp(1.8rem, 0.949rem + 1.77vw, 2.5rem);
  font-weight: bold;
  line-height: 130%;
  color: #dd142b;
  margin: 0 0 30px;
}
.aboutSlide__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: 12px;
  padding: 0;
}
.aboutSlide__item {
  font-size: clamp(1rem, 0.696rem + 0.63vw, 1.25rem);
  padding-left: 24px;
  position: relative;
}
.aboutSlide__item::before {
  display: block;
  content: "";
  width: 16px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #dd142b;
  position: absolute;
  top: 8px;
  left: 0;
}
.aboutSlide__block .splide__arrow {
  width: 5.8vw;
  max-width: 110px;
  height: auto;
  aspect-ratio: 1/1;
  background: #dd142b;
  border-radius: 0;
  opacity: 1;
}
.aboutSlide__block .splide__arrow svg {
  display: none;
}
.aboutSlide__block .splide__arrow::before {
  display: block;
  content: "";
  width: 2vw;
  aspect-ratio: 1/1;
  background: url("../images/common/icon_arrow_right.svg") no-repeat top center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.aboutSlide__block .splide__arrow--prev {
  left: -5.8vw;
}
.aboutSlide__block .splide__arrow--prev::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}
.aboutSlide__block .splide__arrow--next {
  right: -5.8vw;
}
.aboutInterview__block {
  padding: 160px 0 120px;
}
.aboutInterview__block .about__h3 {
  position: relative;
}
.aboutInterview__block .about__h3 .eng {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(9rem, 4.747rem + 8.86vw, 12.5rem);
  font-weight: bold;
  line-height: 100%;
  color: #E1E1E1;
  position: absolute;
  top: 20%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.aboutInterview__block .about__h3 .sub {
  font-size: clamp(1rem, 0.544rem + 0.95vw, 1.375rem);
  font-weight: bold;
  line-height: 120%;
  color: #dd142b;
  min-width: 320px;
  display: table;
  padding: 10px;
  margin: 0 auto;
  border: 2px solid #dd142b;
}
.aboutInterview__cardlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8.33333vw;
}
.aboutInterview__card a {
  display: block;
  width: 100%;
  aspect-ratio: 3/1;
  padding: 6.6666% 4.2% 3%;
  background: #FDDDE0;
  text-decoration: none;
  position: relative;
}
.aboutInterview__card a::before {
  display: block;
  content: "";
  width: 200px;
  height: 100%;
  background: #dd142b;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: skew(-30deg, 0deg) translateX(-50%);
  transform: skew(-30deg, 0deg) translateX(-50%);
}
.aboutInterview__card a:hover {
  -webkit-filter: brightness(1.05);
  filter: brightness(1.05);
}
.aboutInterview__card a:hover .aboutInterview__img {
  -webkit-transform: translate(-50%, -50%) rotate(2deg);
  transform: translate(-50%, -50%) rotate(2deg);
}
.aboutInterview__bg {
  display: block;
  width: auto;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.aboutInterview__bg img {
  width: auto !important;
  max-width: none;
  height: 100%;
}
.aboutInterview__box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
.aboutInterview__lead {
  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;
  gap: 10px;
  margin: 0;
}
.aboutInterview__lead span {
  font-size: clamp(1.2rem, 0.38rem + 1.71vw, 1.875rem);
  font-weight: 600;
  line-height: 120%;
  padding: 6px 12px;
  background: #dd142b url("../images/interview/bg_new.jpg.webp") repeat center/200%;
  color: #fff;
}
.aboutInterview__lead span.bk {
  background: #373737 url("../images/outsourcing/outsourcing_bg.jpg.webp") repeat center/200%;
}
.aboutInterview__sub {
  font-size: clamp(1.2rem, 0.835rem + 0.76vw, 1.5rem);
  font-weight: 500;
  line-height: 120%;
  color: #000000;
  margin: 0;
}
.aboutInterview__sub span {
  font-size: 0.75em;
  margin-left: 4px;
}
.aboutInterview__img {
  display: block;
  width: 15%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: none !important;
  transition: none !important;
}
.aboutCta__block {
  padding: 80px 0;
  background: #dd142b url("../images/interview/bg_new.jpg.webp") repeat center/100% auto;
}
.aboutCta__block .container {
  max-width: 880px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
.aboutCta__block .container::after {
  display: none;
}
.aboutCta__btn a {
  display: block;
  width: 100%;
  font-size: clamp(1.2rem, 0.835rem + 0.76vw, 1.5rem);
  font-weight: bold;
  line-height: 120%;
  text-align: center;
  background: #fff;
  color: #000000;
  text-decoration: none;
  padding: 30px 60px;
  position: relative;
}
.aboutCta__btn a::before, .aboutCta__btn a::after {
  display: block;
  content: "";
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.aboutCta__btn a::before {
  width: 6%;
  background: #dd142b;
  right: 2.3%;
}
.aboutCta__btn a::after {
  width: 2.8%;
  background: url("../images/common/icon_arrow_right.svg") no-repeat top center/contain;
  right: 3.8%;
}
.aboutCta__btn a:hover {
  background: #000000;
  color: #fff;
}
/* 中途採用の方
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.cnt_wrap.halfway .aboutIntro__block {
  padding: 30px 0 70px;
  background: #06218f;
}
.cnt_wrap.halfway .aboutIntro__block::before {
  max-height: 540px;
}
.cnt_wrap.halfway .aboutIntro__block .about__h3 {
  color: #06218f;
  margin-bottom: 40px;
}
.cnt_wrap.halfway .aboutIntro__imgbox {
  margin-bottom: 60px;
}
.cnt_wrap.halfway .aboutIntro__txt {
  font-size: clamp(1.3rem, 0.905rem + 0.82vw, 1.625rem);
}
.cnt_wrap.halfway .aboutCta__block {
  background: #00a8e7 url("../images/common/bg_blue.jpg") center center repeat;
  position: relative;
}
.cnt_wrap.halfway .aboutCta__block::before {
  display: block;
  content: "";
  width: 5.2vw;
  height: 2.6vw;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #06218f;
  position: absolute;
  top: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cnt_wrap.halfway .aboutCta__block .container {
  gap: 20px;
  width: 90%;
  margin: 0 auto;
}
.cnt_wrap.halfway .aboutCta__block.btm {
  background: #06218f;
}
.cnt_wrap.halfway .aboutCta__block.btm::before {
  display: none;
}
.cnt_wrap.halfway .aboutCta__txt {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin: 0;
}
.cnt_wrap.halfway .aboutCta__btn a {
  position: relative;
}
.cnt_wrap.halfway .aboutCta__btn a::before {
  background: #06218f;
}
.cnt_wrap.halfway .aboutCta__img {
  width: 11.4vw;
  max-width: 220px;
  position: absolute;
  top: -6vw;
  left: -5vw;
}
.cnt_wrap.halfway .aboutFeat__block {
  background-image: url("../images/halfway/halfway_feature.jpg.webp");
}
.cnt_wrap.halfway .aboutFeat__txtbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cnt_wrap.halfway .aboutFeat__ttl {
  width: 30%;
  margin: 0;
  text-align: left;
  font-weight: bold;
  padding-right: 2vw;
}
.cnt_wrap.halfway .aboutFeat__cnt {
  width: 70%;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: left;
}
.cnt_wrap.halfway .aboutFeat__cnt dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
}
.cnt_wrap.halfway .aboutFeat__cnt dl dt {
  width: 13%;
  font-size: clamp(1rem, 0.848rem + 0.32vw, 1.125rem);
  font-weight: bold;
  text-align: center;
  padding: 10px;
  background: #fff;
  color: #06218f;
  position: relative;
}
.cnt_wrap.halfway .aboutFeat__cnt dl dt::before {
  display: block;
  content: "";
  width: 12px;
  height: 20px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #fff;
  position: absolute;
  top: 50%;
  right: -11px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cnt_wrap.halfway .aboutFeat__cnt dl dd {
  width: 87%;
  font-size: clamp(1rem, 0.544rem + 0.95vw, 1.375rem);
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
}
.cnt_wrap.halfway .aboutCareer__block {
  background: #F9F7F2;
  color: #000000;
}
.cnt_wrap.halfway .aboutCareer__block .about__h3 {
  color: #06218f;
}
.cnt_wrap.halfway .aboutCareer__inner {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cnt_wrap.halfway .aboutCareer__txt {
  font-size: clamp(1rem, 0.696rem + 0.63vw, 1.25rem);
  text-align: left;
  margin: 0;
}
.cnt_wrap.halfway .aboutCareer__ttl {
  font-size: clamp(1.6rem, 1.266rem + 0.7vw, 1.875rem);
  font-weight: bold;
  text-align: left;
  color: #06218f;
  margin: 2vw 0 0;
}
.cnt_wrap.halfway .aboutCareer__itemwrap {
  width: 100%;
}
.cnt_wrap.halfway .aboutCareer__item span {
  color: #00a8e7;
}
.cnt_wrap.halfway .aboutCulture__block .about__h3 {
  color: #06218f;
}
.cnt_wrap.halfway .aboutSlide__block {
  padding-bottom: 160px;
}
.cnt_wrap.halfway .aboutSlide__block .splide__arrow {
  background: #06218f;
}
.cnt_wrap.halfway .aboutSlide__ttl {
  color: #06218f;
}
.aboutReason__block {
  padding: 120px 0 140px;
  background: #F9F7F2;
}
.aboutReason__boxwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4vw;
}
.aboutReason__box {
  width: calc((100% - 4.8vw) / 3);
  border-radius: 12px;
  background: #00a8e7;
  color: #fff;
  border: 1px solid #06218f;
  border-bottom-width: 3px;
  overflow: hidden;
}
.aboutReason__cnt {
  padding: 28px;
}
.aboutReason__ttl {
  font-size: clamp(1.2rem, 0.835rem + 0.76vw, 1.5rem);
  font-weight: bold;
  text-align: center;
  margin: 0 auto 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #fff;
}
.aboutReason__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: 10px;
  padding: 0;
}
.aboutReason__list li {
  position: relative;
  padding-left: 24px;
}
.aboutReason__list li::before {
  display: block;
  content: "";
  width: 16px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #E1E1E1;
  position: absolute;
  top: 6px;
  left: 0;
}
.aboutReason__btn {
  margin-top: 70px;
}
.aboutReason__btn a {
  background: #06218f;
}
.aboutPerson__block {
  padding: 0px 0 70px;
  background: #F9F7F2;
}
.aboutPerson__block .about__h3 span {
  color: #00a8e7;
  border-color: #00a8e7;
}
.aboutPerson__txt {
  font-size: clamp(1rem, 0.544rem + 0.95vw, 1.375rem);
  line-height: 180%;
  text-align: center;
}
.aboutTrial__block {
  padding: 140px 0;
}
.aboutTrial__block .about__h3 span {
  color: #00a8e7;
  border-color: #00a8e7;
}
.aboutTrial__txt {
  font-size: clamp(1.1rem, 0.766rem + 0.7vw, 1.375rem);
  line-height: 180%;
  text-align: center;
  margin-bottom: 60px;
}
.aboutTrial__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4%;
  padding: 0;
}
.aboutTrial__list li {
  width: 29.3333333333%;
  position: relative;
}
.aboutTrial__list li:last-child .aboutTrial__item::before {
  display: none;
}
.aboutTrial__item {
  padding: 3vw 1vw;
  border: 2px solid #00a8e7;
  color: #00a8e7;
  font-size: clamp(1.2rem, 0.684rem + 1.08vw, 1.625rem);
  font-weight: bold;
  text-align: center;
  margin: 0;
}
.aboutTrial__item span {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(1.4rem, 0.823rem + 1.2vw, 1.875rem);
  font-weight: bold;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 64px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #00a8e7;
  color: #fff;
  position: absolute;
  top: -32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.aboutTrial__item::before {
  display: block;
  content: "";
  width: 6%;
  aspect-ratio: 1/2;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #00a8e7;
  position: absolute;
  top: 3.5vw;
  right: -12%;
}
.aboutTrial__sub {
  margin: 8px 0 0;
}
.aboutSchedule__wrap {
  margin-top: 3.2vw;
  max-width: 1200px;
  padding-left: 10.4vw;
  position: relative;
  z-index: 1;
}
.aboutSchedule__cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  position: relative;
}
.aboutSchedule__cnt::before {
  display: block;
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 6.2vw);
  background: #000000;
  top: 50%;
  left: 48px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.aboutSchedule__box {
  padding: 1.6vw 1.6vw 1.6vw 70px;
  margin: 0;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}
.aboutSchedule__ttl {
  width: 50%;
  font-size: clamp(1.2rem, 0.835rem + 0.76vw, 1.5rem);
  font-weight: bold;
  line-height: 120%;
  color: #00a8e7;
}
.aboutSchedule__ttl span {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(1.3rem, 0.905rem + 0.82vw, 1.625rem);
  margin-right: 1vw;
  position: relative;
}
.aboutSchedule__ttl span::before {
  display: block;
  content: "";
  width: 16px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #00a8e7;
  position: absolute;
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.aboutSchedule__txt {
  width: 50%;
  margin: 0;
}
.aboutSchedule__sub {
  margin: 24px 0 0;
  text-align: left;
}
.aboutInterview__block.halfway .about__h3 {
  color: #06218f;
}
.aboutInterview__block.halfway .about__h3 .sub {
  color: #06218f;
  border-color: #06218f;
}
.aboutInterview__block.halfway .aboutInterview__card a {
  background: #DCDFEE;
}
.aboutInterview__block.halfway .aboutInterview__card a::before {
  background: #06218f;
}
.aboutInterview__block.halfway .aboutInterview__lead span:not(.bk) {
  background: #06218f url("../images/interview/bg_mid.jpg.webp") repeat center/200%;
}
.aboutInterview__block.outsourcing {
  padding-bottom: 0;
}
.aboutInterview__block.outsourcing .about__h3 {
  color: #373737;
}
.aboutInterview__block.outsourcing .about__h3 .sub {
  color: #373737;
  border-color: #373737;
}
.aboutInterview__block.outsourcing .aboutInterview__card a {
  background: #E1E1E1;
}
.aboutInterview__block.outsourcing .aboutInterview__card a::before {
  background: #373737;
}
.welfareIntro__block {
  background: #F9F7F2;
  padding: 120px 0;
}
.welfareIntro__txt {
  font-size: clamp(1.1rem, 0.766rem + 0.7vw, 1.375rem);
  text-align: center;
}
.benefit__block {
  padding: 160px 0;
}
.benefit__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4.2%;
}
.benefit__item {
  width: 21.85%;
}
.benefit__img {
  display: block;
  width: 100%;
  aspect-ratio: 13/8;
}
.benefit__h4 {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  margin: 30px auto 20px;
  padding-top: 20px;
  border-top: 2px solid #00a8e7;
  position: relative;
}
.benefit__h4::before {
  display: block;
  content: "";
  width: 16px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #00a8e7;
  position: absolute;
  top: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.benefit__txt span {
  display: block;
  font-size: 0.8em;
  margin-top: 5px;
  color: #373737;
}
.community__block {
  padding: 160px 0 120px;
  background: #F9F7F2;
}
.community__inner {
  width: 100%;
  max-width: 1500px;
  padding-inline: 4vw;
  margin: 0 auto;
}
.community__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4%;
}
.community__item {
  width: 29.3333333333%;
}
.community__hd {
  position: relative;
  margin-bottom: 30px;
}
.community__img {
  display: block;
  width: 100%;
  aspect-ratio: 23/14;
}
.community__img img {
  border: 4px solid #00a8e7;
  border-radius: 12px;
}
.community__h4 {
  width: 80%;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 120%;
  padding: 10px;
  border-radius: 6px;
  background: #00a8e7;
  color: #fff;
  margin: 0;
  position: absolute;
  bottom: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.community__txt {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 150%;
  font-weight: 600;
  text-align: center;
}
.wellness__block {
  padding: 0 0 160px;
  background: #F9F7F2;
}
.wellness__inner {
  width: 100%;
  max-width: 1500px;
  padding-inline: 4vw;
  margin: 0 auto;
}
.wellness__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4%;
}
.wellness__item {
  width: 22%;
}
.wellness__img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.wellness__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 4px solid #fff;
  border-radius: 50%;
}
.wellness__h4 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 140%;
  text-align: center;
}
.wellness__h4 span {
  font-size: 0.8em;
}
.contents.job_assortment .underH2__img {
  height: 34vw;
}
.cnt_wrap.job_assortment {
  padding: 160px 0;
  background: url("../images/job_assortment/bg_job.jpg.webp") no-repeat top center/cover;
  background-attachment: fixed;
  color: #fff;
  position: relative;
}
.cnt_wrap.job_assortment::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
}
.cnt_wrap.job_assortment .container {
  max-width: 1440px;
}
.jobIntro__block {
  text-align: center;
  margin-bottom: 8.3333vw;
}
.jobIntro__lead {
  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: 16px;
  margin-bottom: 50px;
}
.jobIntro__lead span {
  font-size: clamp(2rem, 0.785rem + 2.53vw, 3rem);
  font-weight: bold;
  color: #00a8e7;
  background: #fff;
  padding-left: 20px;
  -webkit-transform: skew(-5deg);
  transform: skew(-5deg);
}
.jobItem__block {
  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: 12.5vw;
}
.jobItem__img {
  display: block;
  width: 62.5vw;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.jobItem__txtbox {
  width: 75vw;
  max-width: 1440px;
  margin: -9vw auto 0;
  padding: 12.5vw 9vw 5.2vw;
  background: #00a8e7;
  position: relative;
}
.jobItem__h3 {
  font-size: clamp(2rem, 0.785rem + 2.53vw, 3rem);
  font-weight: bold;
  text-align: center;
  margin: 0 auto 2.2vw;
  padding-bottom: 1.8vw;
  border-bottom: 1px solid #fff;
}
.jobItem__h3 span {
  font-size: 0.9em;
}
.jobItem__txt {
  margin: 0 auto;
}
.jobItem__eng {
  display: block;
  width: 62.5vw;
  max-width: 1200px;
  position: absolute;
  bottom: -2.5vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cnt_wrap.numbers {
  padding: 160px 0;
}
.cnt_wrap.numbers .container {
  display: block;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
.numberIntro__block {
  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;
  gap: 30px;
  margin-bottom: 120px;
}
.numberIntro__img {
  display: block;
  width: 150px;
}
.numberIntro__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}
.numberIntro__lead {
  font-size: clamp(2.4rem, 0.911rem + 3.1vw, 3.625rem);
  font-weight: bold;
  line-height: 120%;
  margin: 0;
}
.numberIntro__txt {
  width: 96%;
  font-size: clamp(1.2rem, 0.684rem + 1.08vw, 1.625rem);
  font-weight: bold;
  line-height: 120%;
  text-align: center;
  padding: 6px;
  background: #00a8e7;
  color: #fff;
  margin: 0;
}
.numberArea__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 120px;
}
.numberHead__block {
  position: relative;
  overflow: hidden;
}
.numberHead__img {
  display: block;
  width: 100%;
}
.numberHead__ttl {
  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;
  gap: 1vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.numberHead__eng {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(6rem, 1.899rem + 8.54vw, 9.375rem);
  font-weight: bold;
  line-height: 80%;
  color: #00a8e7;
  white-space: nowrap;
  margin: 0 auto;
}
.numberHead__h3 {
  width: 100%;
  font-size: clamp(1.4rem, 0.215rem + 2.47vw, 2.375rem);
  font-weight: bold;
  text-align: center;
  line-height: 120%;
  padding: 8px;
  background: #fff;
  margin: 0 auto;
}
.numberItem__block {
  width: 94%;
  max-width: 1200px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 3.3333%;
  margin: -3.3333% auto 0;
  background: #fff;
  position: relative;
  z-index: 1;
}
.numberItem__box {
  border: 10px solid #CCEEFA;
  padding: 32px;
}
.numberItem__box.itemDouble {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.numberItem__box.imageOnly {
  display: block;
  border: none;
  padding: 0;
  position: relative;
}
.numberItem__box.imageOnly img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.numberItem__h4 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  text-align: center;
  line-height: 120%;
  white-space: nowrap;
  padding: 14px 0;
  margin: 0 auto 24px;
  border-bottom: 1px solid #00a8e7;
}
.numberItem__inner {
  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;
}
.numberItem__txt {
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 120%;
  margin: 0;
  color: #00a8e7;
}
.numberItem__txt i {
  display: block;
  font-size: 0.4em;
  font-weight: normal;
  font-style: normal;
  line-height: 120%;
  margin-top: 8px;
}
.numberItem__num {
  font-family: "Bebas Neue", sans-serif;
  font-size: 110px;
  font-size: 6.875rem;
  line-height: 80%;
  margin-right: 6px;
  white-space: nowrap;
}
.numberItem__list li {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 120%;
  color: #00a8e7;
  position: relative;
  padding-left: 24px;
}
.numberItem__list li::before {
  display: block;
  content: "";
  width: 18px;
  aspect-ratio: 1/1;
  background: #00a8e7;
  border-radius: 50%;
  position: absolute;
  top: 17px;
  left: 0;
}
.numberItem__list li span {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.4em;
  margin-left: 5px;
}
.numberItem__list li i {
  display: block;
  font-size: 0.6em;
  font-style: normal;
  margin-top: -8px;
}
.numberItem__subwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2vw;
}
.numberItem__subbox {
  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: 1vw;
}
.numberItem__subttl {
  width: 100%;
  max-width: 100px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 100%;
  margin: 0;
  padding: 4px 10px;
  background: #00a8e7;
  color: #fff;
  text-align: center;
}
.numberItem__comment {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 130%;
  white-space: nowrap;
  padding: 10px 16px;
  border-radius: 12px;
  background: #00a8e7;
  color: #fff;
  margin: 0;
  position: absolute;
  bottom: -15px;
  left: -25px;
}
.numberItem__comment::before {
  display: block;
  content: "";
  width: 20px;
  aspect-ratio: 1/2;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background: #00a8e7;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  position: absolute;
  top: -28px;
  right: 30%;
}
/* アイテム01
ーーーーーーーーーーーーーーーーーーーーー*/
.numberItem01 .numberItem__txt {
  text-align: center;
}
.numberItem01 .numberItem__num {
  font-size: 130px;
  font-size: 8.125rem;
}
.numberItem01 .numberItem__img.end {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
/* アイテム02
ーーーーーーーーーーーーーーーーーーーーー*/
.numberItem02 .numberItem__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.numberItem02 .numberItem__txt {
  width: 100%;
}
.numberItem02 .numberItem__num {
  font-size: 90px;
  font-size: 5.625rem;
}
.numberItem02 .numberItem__img {
  width: 62%;
}
/* アイテム03
ーーーーーーーーーーーーーーーーーーーーー*/
.numberItem03 .numberItem__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.numberItem03 .numberItem__txt {
  width: 100%;
  text-align: center;
}
.numberItem03 .numberItem__num {
  font-size: 90px;
  font-size: 5.625rem;
}
.numberItem03 .numberItem__img {
  width: 48%;
}
/* アイテム04
ーーーーーーーーーーーーーーーーーーーーー*/
.numberItem04 .numberItem__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.numberItem04 .numberItem__txt {
  width: 100%;
}
.numberItem04 .numberItem__img {
  width: 54%;
  margin-top: -20px;
}
/* アイテム05
ーーーーーーーーーーーーーーーーーーーーー*/
.numberItem05 .numberItem__num {
  font-size: 130px;
  font-size: 8.125rem;
}
.numberItem05 .numberItem__img {
  width: 31%;
}
/* アイテム07
ーーーーーーーーーーーーーーーーーーーーー*/
.numberItem07 .numberItem__inner {
  gap: 20px;
}
.numberItem07 .numberItem__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.numberItem07 .numberItem__num {
  font-size: 90px;
  font-size: 5.625rem;
}
.numberItem07 .numberItem__img {
  width: 50%;
}
/* アイテム08
ーーーーーーーーーーーーーーーーーーーーー*/
.numberItem08 .numberItem__inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 7%;
}
.numberItem08 .numberItem__img {
  width: 56%;
}
.numberItem08 .numberItem__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
/* アイテム09
ーーーーーーーーーーーーーーーーーーーーー*/
.numberItem09 .numberItem__inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7%;
}
.numberItem09 .numberItem__img {
  width: 52%;
}
/* アイテム10
ーーーーーーーーーーーーーーーーーーーーー*/
.numberItem10 .numberItem__inner {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
}
.numberItem10 .numberItem__img {
  width: 56%;
}
.numberItem10 .numberItem__txt {
  padding-top: 4vw;
}
/* アイテム12
ーーーーーーーーーーーーーーーーーーーーー*/
.numberItem12 .numberItem__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.numberItem12 .numberItem__txt {
  width: 100%;
}
.numberItem12 .numberItem__num {
  font-size: 130px;
  font-size: 8.125rem;
}
.numberItem12 .numberItem__img {
  width: 42%;
}
/* アイテム13
ーーーーーーーーーーーーーーーーーーーーー*/
.numberItem13 .numberItem__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
}
.numberItem13 .numberItem__img {
  width: 32%;
}
.numberItem13 .numberItem__num {
  font-size: 70px;
  font-size: 4.375rem;
}
/* アイテム14
ーーーーーーーーーーーーーーーーーーーーー*/
.numberItem14 .numberItem__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 90%;
  margin: 0 auto;
}
.numberItem14 .numberItem__img {
  width: 54%;
}
.numberItem14 .numberItem__txt {
  width: 100%;
  margin-top: -30px;
}
.numberItem14 .numberItem__num {
  font-size: 130px;
  font-size: 8.125rem;
}
/* アイテム15
ーーーーーーーーーーーーーーーーーーーーー*/
.numberItem15 .numberItem__inner {
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 2vw;
}
.numberItem15 .numberItem__img {
  width: 42%;
}
/* アイテム17
ーーーーーーーーーーーーーーーーーーーーー*/
.numberItem17 .numberItem__inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.numberItem17 .numberItem__img {
  width: 34%;
}
/* アイテム18
ーーーーーーーーーーーーーーーーーーーーー*/
.numberItem18 .numberItem__inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  padding-top: 1vw;
}
.numberItem18 .numberItem__img {
  width: 46%;
}
.numberItem18 .numberItem__num {
  font-size: 90px;
  font-size: 5.625rem;
}
.numberItem18 .numberItem__txt.ms {
  margin-top: -10px;
}
.numberItem18 .numberItem__txt.ms .numberItem__num {
  font-size: 54px;
  font-size: 3.375rem;
}
/* アイテム19
ーーーーーーーーーーーーーーーーーーーーー*/
.numberItem19 .numberItem__comment {
  bottom: auto;
  top: -25px;
}
.numberItem19 .numberItem__comment::before {
  top: auto;
  bottom: -28px;
  -webkit-transform: rotate(-30deg) scale(-1, -1);
  transform: rotate(-30deg) scale(-1, -1);
}
/* アイテム20
ーーーーーーーーーーーーーーーーーーーーー*/
.numberItem20 .numberItem__inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 3vw;
}
.numberItem20 .numberItem__img {
  width: 34%;
}
/* アイテム21
ーーーーーーーーーーーーーーーーーーーーー*/
.numberItem21 .numberItem__inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.numberItem21 .numberItem__img {
  width: 70%;
  margin-top: 1vw;
}
.numberItem21 .numberItem__txt {
  width: 30%;
}
/* アイテム22
ーーーーーーーーーーーーーーーーーーーーー*/
.numberItem22 .numberItem__inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.numberItem22 .numberItem__txt {
  width: 40%;
}
.numberItem22 .numberItem__img {
  width: 60%;
  margin-top: 3vw;
}
/* アイテム23
ーーーーーーーーーーーーーーーーーーーーー*/
.numberItem23 .numberItem__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.numberItem23 .numberItem__img {
  width: 44%;
}
.numberItem23 .numberItem__txt {
  width: 100%;
  margin-top: -20px;
}
/* アイテム24
ーーーーーーーーーーーーーーーーーーーーー*/
.numberItem24 .numberItem__inner {
  gap: 4vw;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.numberItem24 .numberItem__img {
  width: 30%;
}
.numberItem24 .numberItem__num {
  font-size: 150px;
  font-size: 9.375rem;
}
/* アイテム25
ーーーーーーーーーーーーーーーーーーーーー*/
.dnaIntro__block {
  padding: 120px 0 200px;
  background: #00a8e7 url("../images/dna/bg_blue.jpg.webp") no-repeat top center/cover;
  color: #fff;
  overflow: hidden;
  position: relative;
}
.dnaIntro__hd {
  padding-inline: 4vw;
  margin-bottom: 80px;
}
.dnaIntro__h3 {
  font-size: clamp(3rem, 1.785rem + 2.53vw, 4rem);
  font-weight: bold;
  line-height: 140%;
  margin: 0 auto 24px;
}
.dnaIntro__lead {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 140%;
}
.dnaIntro__btm {
  padding: 80px 24px 0;
}
.dnaIntro__h4 {
  margin: 0 auto 30px;
}
.dnaIntro__h4 span {
  background: #fff;
  color: #00a8e7;
}
.dnaIntro__eng {
  width: 50vw;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.dna2-splide {
  margin-top: 16px;
}
.dnaMessage__block {
  padding-top: 120px;
  position: relative;
  overflow: hidden;
}
.dnaMessage__block::before {
  display: block;
  content: "";
  width: 320px;
  height: 100%;
  background: #00a8e7;
  position: absolute;
  top: 0;
  left: 70%;
  -webkit-transform: skew(-45deg, 0deg);
  transform: skew(-45deg, 0deg);
}
.dnaMessage__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-inline: 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  z-index: 1;
}
.dnaMessage__box {
  width: 56%;
  text-align: left;
  padding-bottom: 12vw;
}
.dnaMessage__h3 {
  margin-left: 0;
  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;
  margin-bottom: 60px;
}
.dnaMessage__h3 .underH3__eng {
  position: relative;
  inset: 0;
  -webkit-transform: none;
  transform: none;
  line-height: 100%;
}
.dnaMessage__lead {
  font-size: clamp(3rem, 0.813rem + 4.56vw, 4.8rem);
  font-weight: bold;
  white-space: nowrap;
  line-height: 120%;
  letter-spacing: 2px;
  text-align: left;
  color: #00a8e7;
  -webkit-transform: skew(-5deg, 0deg);
  transform: skew(-5deg, 0deg);
  margin: 0 0 60px;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
.dnaMessage__txt {
  width: 90%;
  font-size: clamp(1.1rem, 0.766rem + 0.7vw, 1.375rem);
  margin-bottom: 50px;
}
.dnaMessage__name {
  font-size: clamp(1rem, 0.514rem + 1.01vw, 1.4rem);
  font-weight: bold;
  line-height: 120%;
  text-align: left;
}
.dnaMessage__name span {
  font-size: 1.5em;
  margin-left: 16px;
}
.dnaMessage__img {
  width: 44%;
}
.dnaAward__block {
  padding: 0 0 160px;
}
.dnaAward__inner {
  padding-inline: 8.2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 80px;
}
.dnaAward__box {
  width: 100%;
  padding: 60px 40px;
  background: #E5F6FD;
  overflow: hidden;
}
.dnaAward__h3 {
  margin-bottom: 60px;
}
.dnaAward__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4%;
  padding-inline: 12vw;
}
.dnaAward__list.awardList {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2%;
  padding-inline: 0;
}
.dnaAward__list.mediaList {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5.12%;
}
.dnaAward__item.awardItem {
  width: 23.5%;
}
.dnaAward__item.mediaItem {
  width: 21.16%;
}
.dnaAward__txt {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  margin: 20px auto 0;
}
.dnaPerson__block {
  padding: 160px 0;
  background: #F9F7F2;
  position: relative;
}
.dnaPerson__block::before {
  display: block;
  content: "";
  width: 100%;
  height: 60%;
  background: #00a8e7;
  position: absolute;
  bottom: 0;
  left: 0;
}
.dnaPerson__cnt {
  position: relative;
  z-index: 1;
}
.dnaPerson__lead {
  text-align: center;
  margin-bottom: 80px;
}
.dnaPerson__h4 {
  font-size: clamp(2.4rem, 1.671rem + 1.52vw, 3rem);
  font-weight: bold;
  line-height: 140%;
  margin-bottom: 30px;
}
.dnaPerson__txt {
  margin: 0 auto;
}
.dnaPerson__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3.2vw;
}
.dnaPerson__item {
  width: calc((100% - 6.4vw) / 2);
}
.dnaPerson__hd {
  position: relative;
  padding-bottom: 30px;
}
.dnaPerson__h5 {
  text-align: center;
  width: 70%;
  font-size: clamp(1.6rem, 1.114rem + 1.01vw, 2rem);
  font-weight: bold;
  line-height: 120%;
  padding: 12px;
  background: #fff;
  color: #00a8e7;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.dnaPerson__cap {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  line-height: 140%;
  color: #fff;
}
.dnaMovie__block {
  padding: 0 0 160px;
  position: relative;
}
.dnaMovie__block::after {
  content: "";
  width: 40%;
  aspect-ratio: 1/1.3;
  clip-path: polygon(100% 100%, 0 100%, 100% 0);
  background: #E5F6FD;
  position: absolute;
  right: 0;
  bottom: 0;
}
.dnaMovie__cnt {
  position: relative;
  z-index: 1;
}
.dnaMovie__h3 {
  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: 50px;
}
.dnaMovie__h3 .underH3__eng {
  position: relative;
  inset: 0;
  -webkit-transform: none;
  transform: none;
  line-height: 60%;
  font-size: 180px;
  font-size: 11.25rem;
  color: #00a8e7;
  opacity: 0.4;
}
.dnaMovie__youtube {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.contents.halfway .underH2__sub {
  color: #06218f;
}
.contents.newgraduate .underH2__sub {
  color: #dd142b;
}
.contents.outsourcing .underH2__sub {
  color: #373737;
}
.cnt_wrap.recruit {
  padding: 160px 0;
}
.recruitHead__block {
  border: 4px solid #06218f;
  background: #F5F5F5;
  padding: 60px;
  margin-top: -8vw;
  text-align: center;
  position: relative;
}
.recruitHead__block::before, .recruitHead__block::after {
  content: "";
  position: absolute;
  width: 10%;
  aspect-ratio: 1/2;
  background: #06218f;
}
.recruitHead__block::before {
  top: -1px;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.recruitHead__block::after {
  right: -1px;
  bottom: -1px;
  clip-path: polygon(100% 100%, 0 100%, 100% 0);
}
.recruitHead__ttl {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(3.5rem, 2.437rem + 2.22vw, 4.375rem);
  font-weight: 800;
  color: #06218f;
}
.recruitHead__ttl span {
  margin-left: 16px;
}
.recruitHead__btn {
  width: 100%;
  max-width: 640px;
  margin: 10px auto 0;
}
.recruitHead__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  padding: 32px 70px;
  background: #dd142b;
  color: #fff;
  text-decoration: none;
  text-align: left;
  position: relative;
}
.recruitHead__btn a::before, .recruitHead__btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.recruitHead__btn a::before {
  width: 40px;
  aspect-ratio: 1/1;
  background: #000000;
  right: 30px;
}
.recruitHead__btn a::after {
  width: 18px;
  aspect-ratio: 1/1;
  background: url("../images/common/icon_arrow_right.svg") center no-repeat;
  right: 40px;
}
.recruitHead__btn a:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}
.recruitHead__sub {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 80%;
}
.recruitHead__txt {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 120%;
}
.recruitCnt__block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4vw;
  margin-top: 80px;
}
.recruitCnt__box {
  width: calc((100% - 4vw) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F9F7F2;
  padding: 1.6vw;
}
.recruitCnt__inner {
  background: #fff;
  padding: 1.2vw;
}
.recruitCnt__h3 {
  font-size: clamp(1.2rem, 0.957rem + 0.51vw, 1.4rem);
  font-weight: bold;
  padding: 6px 16px;
  margin-top: 0;
  background: #F5F5F5;
  color: #06218f;
}
.recruitCnt__img {
  width: 100%;
  margin: 0;
  aspect-ratio: 47/18;
  overflow: hidden;
}
.recruitCnt__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.recruitCnt__table {
  width: 100%;
  border-top: 1px solid #F5F5F5;
  margin-top: 20px;
}
.recruitCnt__table tr {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 0;
  border-bottom: 1px solid #F5F5F5;
}
.recruitCnt__table th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20%;
  background: #06218f;
  color: #fff;
  padding: 16px 10px;
}
.recruitCnt__table td {
  width: 80%;
  padding: 16px 20px;
}
.recruitCnt__table td p {
  margin: 0;
}
.recruitCnt__table td p.ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
}
.container.recruitDetail {
  max-width: 1000px;
}
.recruitDetail__block .btn {
  margin-top: 5vw;
}
.recruitDetail__block .btn a {
  background: #AAAAAA;
}
.recruitDetail__h3 {
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: bold;
  text-align: center;
  color: #06218f;
  margin-top: 0;
}
.recruitDetail__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  padding: 60px;
  background: #F9F7F2;
}
.recruitDetail__inner {
  padding: 40px;
  background: #fff;
}
.recruitDetail__h4 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  padding: 20px;
  margin: 0 auto;
  background: #F5F5F5;
}
/* 新卒採用
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.cnt_wrap.newgraduate .recruitHead__block {
  border-color: #dd142b;
}
.cnt_wrap.newgraduate .recruitHead__block::before, .cnt_wrap.newgraduate .recruitHead__block::after {
  background: #dd142b;
}
.cnt_wrap.newgraduate .recruitHead__ttl {
  color: #dd142b;
}
.cnt_wrap.newgraduate .recruitCnt__h3 {
  color: #dd142b;
}
.cnt_wrap.newgraduate .recruitCnt__table th {
  background: #dd142b;
}
.cnt_wrap.newgraduate .recruitDetail__h3 {
  color: #dd142b;
}
/* 個人事業主
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.cnt_wrap.outsourcing .recruitHead__block {
  border-color: #373737;
}
.cnt_wrap.outsourcing .recruitHead__block::before, .cnt_wrap.outsourcing .recruitHead__block::after {
  background: #373737;
}
.cnt_wrap.outsourcing .recruitHead__ttl {
  color: #373737;
}
.cnt_wrap.outsourcing .recruitCnt__h3 {
  color: #373737;
}
.cnt_wrap.outsourcing .recruitCnt__table th {
  background: #373737;
}
.cnt_wrap.outsourcing .recruitDetail__h3 {
  color: #373737;
}
.cnt_wrap.faq {
  padding: 160px 0;
}
.faqPage__anchorList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 3%;
  padding-left: 0;
}
.faqPage__anchorList .btn {
  width: 30%;
  max-width: none;
  margin-inline: 0;
  margin-top: 0;
}
.faqPage__anchorList .btn a {
  padding: 20px 46px;
}
.faqPage__anchorList .btn a::before {
  right: 10px !important;
}
.faqPage__block + .faqPage__block {
  margin-top: 80px;
}
.faqPage__h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  padding: 20px;
  margin: 0 auto 40px;
  background: #F5F5F5;
}
.faqPage__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 1px solid #F5F5F5;
}
.faqPage__item {
  border-bottom: 1px solid #F5F5F5;
}
.faqPage__item dt, .faqPage__item dd {
  position: relative;
}
.faqPage__item dt span, .faqPage__item dd span {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: bold;
  line-height: 100%;
  color: #00a8e7;
  position: absolute;
  top: 25px;
  left: 10px;
}
.faqPage__item dt {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 130%;
  padding: 30px 80px 30px 50px;
  cursor: pointer;
}
.faqPage__item dt::before, .faqPage__item dt::after {
  display: block;
  content: "";
  aspect-ratio: 1/1;
  position: absolute;
}
.faqPage__item dt::before {
  width: 50px;
  background: #000000;
  top: 25px;
  right: 0;
}
.faqPage__item dt::after {
  width: 20px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 34px;
  right: 13px;
}
.faqPage__item dt.open::after {
  top: 46px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.faqPage__item dd {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: grid-template-rows 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: grid-template-rows 0.4s cubic-bezier(0.4, 0, 0.2, 1), -ms-grid-rows 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  margin: 0;
}
.faqPage__item dd.open {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
.faqPage__item dd.open > div {
  padding: 10px 50px 30px;
}
.faqPage__item dd > div {
  min-height: 0;
  padding: 0 50px;
  -webkit-transition: padding 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: padding 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.faqPage__item dd span {
  color: #06218f;
  top: 0;
}
.cnt_wrap.company {
  padding: 160px 0;
}
.cnt_wrap.company .about__h3 {
  color: #000000;
  font-size: 2.6em;
  margin-bottom: 50px;
}
.companyCnt__table {
  margin-bottom: 80px;
}
.companyCnt__table table.has-fixed-layout {
  width: 100%;
  border-top: 1px solid #F5F5F5;
  margin-top: 20px;
}
.companyCnt__table table.has-fixed-layout tr {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 0;
  border-bottom: 1px solid #F5F5F5;
}
.companyCnt__table table.has-fixed-layout th, .companyCnt__table table.has-fixed-layout td {
  border: none !important;
}
.companyCnt__table table.has-fixed-layout th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20%;
  background: #00a8e7 !important;
  color: #fff;
  padding: 16px 10px !important;
}
.companyCnt__table table.has-fixed-layout td {
  width: 80%;
  padding: 16px 20px !important;
}
.companyCnt__table table.has-fixed-layout td p {
  margin: 0;
}
.companyCnt__map {
  width: 100%;
  height: auto;
  aspect-ratio: 2/0.8;
}
#contact {
  width: 100%;
  background: #fff;
  margin: 0 auto;
  text-align: left;
}
#contact dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-bottom: 1px solid #999;
}
#contact dl:last-child {
  border: none;
}
#contact dl.last {
  margin-bottom: 0;
}
#contact dl dt {
  width: 33%;
  padding: 1.5vw 0.8vw;
  line-height: 120%;
}
#contact dl dt p {
  margin: 0 !important;
  padding-left: 60px;
  position: relative;
}
#contact dl dt span.attention {
  font-size: 13px;
  color: #1e2a34;
  padding: 0;
  margin-right: 0;
}
#contact dl dt span {
  padding: 4px 8px;
  color: #fff;
  margin-right: 10px;
  font-size: 12px;
}
#contact dl dt span.required {
  background: #dd142b;
  line-height: 100%;
  padding: 6px 8px;
  border-radius: 0;
  position: absolute;
  top: 2px;
  left: 0;
}
#contact dl dt span.any {
  background: #AAAAAA;
  line-height: 100%;
  padding: 6px 8px;
  border-radius: 0;
  position: absolute;
  top: 2px;
  left: 0;
}
#contact dl dd {
  width: 67%;
  padding: 1.5vw 0.8vw;
  margin: 0;
  line-height: 1.5;
}
#contact dl dd p {
  margin-top: 0 !important;
}
#contact dl dd p + p {
  margin-top: 10px !important;
}
#contact dl dd .sub {
  font-size: 0.8em;
}
#contact dl dd input[type=text], #contact dl dd input[type=email], #contact dl dd input[type=tel] {
  width: 100%;
  padding: 10px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  border: none;
  background: #F5F5F5;
}
#contact dl dd input.tel {
  width: 60%;
  padding: 10px;
  font-size: 18px;
  font-size: 1.125rem;
  border: none;
  background: #F5F5F5;
}
#contact dl dd input.zip {
  width: 17%;
  margin-bottom: 10px;
}
#contact dl dd input.age {
  width: 17%;
}
#contact dl dd textarea {
  width: 100%;
  height: 120px;
  padding: 10px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  border: none;
  background: #F5F5F5;
}
#contact dl dd ::-webkit-input-placeholder {
  font-size: 14px;
}
#contact dl dd ::-moz-placeholder {
  font-size: 14px;
}
#contact dl dd :-ms-input-placeholder {
  font-size: 14px;
}
#contact dl dd ::-ms-input-placeholder {
  font-size: 14px;
}
#contact dl dd ::placeholder {
  font-size: 14px;
}
#contact dl dd select {
  padding: 10px;
  border: none;
  background: #F5F5F5;
}
#contact p, #contact dl {
  margin: 0 auto;
}
.placeholder {
  display: block;
  text-align: left;
  color: #999;
  font-size: 0.8em;
}
.placeholder.txt {
  color: #dd142b;
  margin-bottom: 5px;
}
.form-attention {
  background: #f1f1f1;
  padding: 20px;
  text-align: center;
  line-height: 150%;
}
.form-policy {
  background: #fff;
  border: 1px solid #dd142b;
  padding: 20px;
  margin: 20px auto 50px;
}
.form-policy .ttl {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #dd142b;
  margin-bottom: 15px;
}
.form-policy ul {
  margin: 0 auto;
  max-width: 600px;
  list-style: disc;
}
.your-agree {
  text-align: center;
  line-height: 140%;
  margin: 2.4vw auto;
}
.your-agree .required {
  padding: 4px 8px;
  color: #fff;
  margin-right: 10px;
  font-size: 12px;
  background: #dd142b;
  border-radius: 0;
}
.your-agree p + p {
  font-size: 0.7em;
  line-height: 130%;
  margin-top: 0 !important;
}
.radio-plan .wpcf7-list-item {
  margin: 0;
}
.radio-plan .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.wpcf7-list-item label:hover {
  cursor: pointer;
}
span.select-box {
  position: relative;
}
span.select-box select.wpcf7-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 18px;
  font-size: 1.125rem;
  width: 100%;
  padding: 10px 30px 10px 10px !important;
}
span.select-box::after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #AAAAAA;
  border-bottom: 1px solid #AAAAAA;
  position: absolute;
  top: 40%;
  right: 16px;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
.submit-area {
  text-align: center;
}
.submit-area input[type=submit], .submit-area input[type=button] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 380px;
  height: 80px;
  color: #fff;
  background: #dd142b;
  border: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 auto;
  padding: 0;
  cursor: pointer;
}
.submit-area input[type=submit]:hover, .submit-area input[type=button]:hover {
  background: #00a8e7;
  color: #fff;
}
.submit-area input[type=button] {
  background: #999;
  margin-bottom: 20px;
}
.submit-area input[type=button]:hover {
  background: #666;
}
.form_att p {
  padding: 10px;
  color: #fff;
  background: #00a8e7;
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  line-height: 1.3;
  font-size: 14px;
}
.wpcf7-response-output {
  border-color: #dd142b !important;
  padding: 1em !important;
  text-align: center;
}
.wpcf7-list-item {
  margin: 0 1em 5px 0;
}
.kana-input span.wpcf7-not-valid-tip, .kana-input .wpcf7-response-output {
  display: none !important;
}
#contact .formError.inline .formErrorContent {
  display: block;
  line-height: 1.3;
  font-size: 16px;
  color: #dd142b;
  background-color: transparent;
}
.thanks-wrap {
  text-align: center;
}
.thanks-wrap .btn {
  margin: 60px auto 0 !important;
}
.thanks-wrap .btn a {
  background: #00a8e7;
  border: 2px solid #00a8e7;
  color: #fff;
}
.thanks-wrap .btn a:hover {
  background: #fff;
  color: #00a8e7;
}
.notfound {
  padding: 20px 10.4vw 60px;
  text-align: left;
}
@media only screen and (min-width: 500px) and (max-width: 1119px){
  a:hover {
    opacity: 1 !important;
  }
  a:hover img {
    opacity: 1 !important;
  }
  .container {
    width: auto;
    margin: 0 20px;
  }
  .section {
    margin: 60px 0;
  }
  .header {
    background-color: #ffffff;
  }
  .header__siteTitle {
    font-size: 16px;
    font-size: 1rem;
  }
  .footerVisual__text {
    margin: 0 0 10%;
  }
  .footer__inner {
    width: calc(100% - 80px);
    -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: 80px 0;
  }
  .footer__logo {
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .tabNone {
    display: none !important;
  }
  .tabSpNone {
    display: none !important;
  }
  .spVisible {
    display: none;
  }
  .pcVisible {
    display: none;
  }
  .mainVisual {
    height: 560px;
    min-height: initial;
  }
  .mainVisual__hl {
    right: 3%;
    bottom: 8%;
  }
  .mainVisual__hl img {
    max-height: 140px;
  }
}
@media only screen and (min-width: 500px) and (max-width: 787px){
  body {
    padding-bottom: 56px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .contentsTitle {
    margin-bottom: 60px;
  }
  .contentsTitle__hl {
    height: 130px;
    font-size: 26px;
    font-size: 1.625rem;
  }
  .section__hl {
    margin: 0 0 30px;
    padding-bottom: 15px;
    font-size: 24px;
    font-size: 1.5rem;
  }
  .section__hl--left {
    margin: 0 0 30px;
    padding-bottom: 15px;
    font-size: 24px;
    font-size: 1.5rem;
  }
  .section__hl--right {
    margin: 0 0 30px;
    padding-bottom: 15px;
    font-size: 24px;
    font-size: 1.5rem;
  }
  .rowBox__2elem {
    margin: 0;
    display: block;
  }
  .rowBox__2elem .boxInner {
    margin: 20px 0 40px;
    width: 100%;
  }
  .rowBox__2elem--reverse {
    margin: 0;
    display: block;
  }
  .rowBox__2elem--reverse .boxInner {
    margin: 20px 0 40px;
    width: 100%;
  }
  .rowBox__3elem {
    margin: 0;
    display: block;
  }
  .rowBox__3elem:after {
    display: none;
  }
  .rowBox__3elem .boxInner {
    margin: 20px 0 40px;
    width: 100%;
  }
  .rowBox__3elem--reverse {
    margin: 0;
    display: block;
  }
  .rowBox__3elem--reverse:after {
    display: none;
  }
  .rowBox__3elem--reverse .boxInner {
    margin: 20px 0 40px;
    width: 100%;
  }
  .rowBox__4elem {
    margin: 0;
    display: block;
  }
  .rowBox__4elem:before {
    display: none;
  }
  .rowBox__4elem:after {
    display: none;
  }
  .rowBox__4elem .boxInner {
    margin: 20px 0 40px;
    width: 100%;
  }
  .rowBox__4elem--reverse {
    margin: 0;
    display: block;
  }
  .rowBox__4elem--reverse:before {
    display: none;
  }
  .rowBox__4elem--reverse:after {
    display: none;
  }
  .rowBox__4elem--reverse .boxInner {
    margin: 20px 0 40px;
    width: 100%;
  }
  .header__logo {
    margin: 0 0 0 24px;
  }
  .header__siteTitle {
    margin: 0 16px;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: normal;
  }
  .header__sns {
    gap: 10px;
  }
  .header__snsLink {
    width: 28px;
    height: 28px;
  }
  .header__entryWrap {
    width: 100%;
    height: 56px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
  }
  .header__entry {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .header__menuBtn {
    width: 64px;
    height: 64px;
  }
  .header__menuBtn--line {
    width: 24px;
  }
  .gNav__content {
    gap: 40px 60px;
  }
  .footerCtaList__link {
    padding: 32px 20px;
    height: auto;
  }
  .footerCtaList__text--main {
    font-size: 21px;
    font-size: 1.3125rem;
  }
  .footerCtaList__text--sub {
    font-size: 16px;
    font-size: 1rem;
  }
  .footerCtaList__arrow {
    width: 40px;
    height: 40px;
  }
  .footerCtaList__arrow svg {
    width: 20px;
  }
  .footerVisual {
    height: 400px;
  }
  .footer {
    padding: 60px 0 40px;
  }
  .footerNav {
    gap: 40px 0;
  }
  .footerNav__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px 0;
  }
  .footerNav__column {
    min-width: auto;
  }
  .footer__copy {
    margin-top: 60px;
  }
  .fl {
    float: none;
  }
  .fr {
    float: none;
  }
  .fs-large {
    font-size: 1.9968rem !important;
  }
  .fs-x-large {
    font-size: 2.5688rem !important;
  }
  .fs-xx-large {
    font-size: 3.33944rem !important;
  }
  .headline {
    margin: 30px auto;
    font-size: 24px;
    font-size: 1.5rem;
  }
  .headline__underline {
    padding-bottom: 15px;
    font-size: 24px;
    font-size: 1.5rem;
  }
  .headline__underline--left {
    margin: 30px auto;
    padding-bottom: 15px;
    font-size: 24px;
    font-size: 1.5rem;
  }
  .headline__underline--right {
    margin: 30px auto;
    padding-bottom: 15px;
    font-size: 24px;
    font-size: 1.5rem;
  }
  .headline__sideBorder--text {
    margin: 0 15px;
  }
  .headline__sideBorder--line {
    width: 30px;
  }
  .headline__fs--xs {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  .headline__fs--s {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .headline__fs--m {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .headline__fs--l {
    font-size: 31px;
    font-size: 1.9375rem;
  }
  .headline__fs--xl {
    font-size: 36px;
    font-size: 2.25rem;
  }
  .headline__sub {
    font-size: 16px;
    font-size: 1rem;
  }
  .pagetop a {
    width: 42px;
    height: 42px;
  }
  .baseTable__sp tr {
    display: block;
    width: 100%;
  }
  .baseTable__sp th, .baseTable__sp td {
    margin-top: -1px;
    display: block;
    width: 100%;
  }
  .wpBaseTable__sp table tr {
    display: block;
    width: 100%;
  }
  .wpBaseTable__sp table th, .wpBaseTable__sp table td {
    margin-top: -1px;
    display: block;
    width: 100%;
  }
  .postNav {
    margin: 15px auto 0;
    width: 100%;
  }
  .wp-pagenavi {
    margin-bottom: 80px;
  }
  .wp-pagenavi a, .wp-pagenavi span {
    margin: 5px;
    min-width: 36px;
    min-height: 36px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .mainVisual {
    height: 440px;
    min-height: initial;
  }
  .mainVisual__hl {
    right: 3%;
    bottom: 8%;
  }
  .mainVisual__hl img {
    max-height: 120px;
  }
  .recruitBnr {
    padding: 16px 0;
  }
  .recruitBnrList {
    width: calc(100% - 32px);
    gap: 16px;
  }
  .recruitBnrList__img--hover {
    opacity: 1;
  }
  .topMessage {
    padding: 80px 0;
  }
  .topMessage__hl {
    letter-spacing: 0.4rem;
  }
  .topMessage__img {
    width: calc(100% - 160px);
  }
  .topAbout {
    padding: 60px 0 80px;
  }
  .topAbout__hl--main {
    font-size: 52px;
    font-size: 3.25rem;
  }
  .topAbout__hl--sub {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .topAbout__read {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0;
  }
  .topAbout__btn {
    margin: 60px auto 0;
  }
  .topJobType, .topInterview {
    padding: 100px 0 80px;
  }
  .topJobType__hl, .topInterview__hl {
    width: calc(100% - 80px);
  }
  .topJobTypeList__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .topJobTypeList__summary {
    padding: 8px 0 20px 20px;
    width: 100%;
  }
  .topJobTypeList__img {
    width: 100%;
  }
  .topJobTypeList__hl--sub {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .topJobTypeList__hl--main {
    font-size: 32px;
    font-size: 2rem;
    letter-spacing: -0.05em;
  }
  .topJobTypeList__read {
    padding-right: 76px;
    font-size: 16px;
    font-size: 1rem;
  }
  .topJobTypeList__arrow {
    width: 66px;
    height: 66px;
  }
  .topInterview__read {
    margin: 0 auto;
    width: calc(100% - 80px);
  }
  .topInterviewList {
    gap: 70px;
  }
  .topInterviewList__num--hash {
    font-size: 38px;
    font-size: 2.375rem;
  }
  .topInterviewList__num--text {
    font-size: 70px;
    font-size: 4.375rem;
  }
  .topInterviewList__type {
    width: 80px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .topInterviewList__comment--text {
    font-size: 16px;
    font-size: 1rem;
  }
  .topInterviewList__img {
    width: 300px;
  }
  .topInterviewList__img--hover {
    opacity: 1;
  }
  .topInterviewList__caption--name {
    font-size: 32px;
    font-size: 2rem;
  }
  .topInterviewList__caption--job {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .topInterview__btn {
    width: calc(100% - 80px);
    max-width: none;
  }
  .topData__inner {
    padding: 60px 40px;
    width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 40px auto 40px auto;
    grid-template-areas: "outline" "display" "more";
    gap: 40px 0;
    background: #00a8e7 url("../images/common/bg_blue.jpg") center center repeat;
  }
  .topData__inner::before {
    display: none;
  }
  .topData__hl {
    margin: 0;
  }
  .topData__btn {
    max-width: 100%;
  }
  .topData__outline {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .topData__more {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .topData__display {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .topData__card {
    padding: 28px 16px 20px;
    height: 240px;
  }
  .topData__card-hl {
    margin: 0 0 24px;
  }
  .topData__card-img {
    zoom: 0.8;
  }
  .topData__card-img--paidLeave {
    margin: 0;
  }
  .topData__card-data {
    margin: 0;
  }
  .topEnvironment {
    padding: 80px 0;
  }
  .topEnvironment__inner {
    width: calc(100% - 80px);
  }
  .topEnvironment__hl {
    margin: 0 0 32px;
  }
  .topEnvironmentList {
    gap: 0 16px;
  }
  .topEnvironmentList__title--text {
    font-size: 15px;
    font-size: 0.9375rem;
    letter-spacing: normal;
  }
  .topEnvironmentList__title--arrow {
    width: 28px;
    height: 28px;
  }
  .topEnvironmentList__title--arrow svg {
    width: 16px;
  }
}
@media only screen and (min-width: 788px) and (max-width: 1119px){
  .underH3__eng {
    font-size: 85px;
    font-size: 5.3125rem;
  }
  .underH3__txt {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .sp-br {
    display: none !important;
  }
  .interviewFV__inner {
    gap: 0;
  }
  .interviewFV__name span {
    display: block;
    margin: 0;
  }
  .interviewQue__inner {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .interviewQue__img {
    padding-bottom: 300px;
  }
  .interviewStory__block {
    padding-inline: 3%;
  }
  .interviewCareer__area {
    padding-bottom: 80px;
  }
  .interviewCareer__arrow {
    width: 60%;
  }
  .interviewCareer__box {
    gap: 0 4vw;
  }
  .interviewCareer__item {
    width: calc((100% - 4vw) / 2);
  }
  .interviewCareer__item:nth-child(1) {
    padding-top: 240px;
  }
  .interviewCareer__item:nth-child(2) {
    padding-top: 120px;
  }
  .interviewCareer__item:nth-child(3) {
    padding-top: 120px;
  }
  .interviewValue__listbox {
    padding: 24px;
  }
  .interviewWrap.staff_baba .interviewFV__inner {
    gap: 0;
  }
  .interviewWrap.staff_nishimura .interviewFV__inner {
    gap: 0;
  }
  .interviewWrap.staff_nishimura .interviewFV__catch {
    font-size: clamp(3rem, 0.224rem + 5.78vw, 4.2rem);
  }
  .interviewWrap.staff_nishimura .interviewFV__box {
    width: 50%;
  }
  .interviewWrap.staff_nishimura .interviewFV__img {
    width: 50%;
  }
  .interviewWrap.staff_sone .interviewFV__inner {
    gap: 0;
  }
  .interviewWrap.staff_sone .interviewFV__catch {
    font-size: clamp(3rem, 0.224rem + 5.78vw, 4.2rem);
  }
  .interviewWrap.staff_sone .interviewFV__box {
    width: 50%;
  }
  .interviewWrap.staff_sone .interviewFV__img {
    width: 50%;
  }
  .interviewCareer__box.triple .interviewCareer__item {
    width: calc((100% - 8vw) / 3);
  }
  .interviewCareer__box.triple .interviewCareer__item:nth-child(2) {
    padding-top: 180px;
  }
  .interviewCareer__box.triple .interviewCareer__item:nth-child(3) {
    padding-top: 100px;
  }
  .interviewWrap.staff_kusunoki .interviewFV__inner {
    gap: 0;
  }
  .interviewWrap.staff_kusunoki .interviewFV__catch {
    font-size: clamp(3rem, 0.224rem + 5.78vw, 4.2rem);
  }
  .interviewWrap.staff_kusunoki .interviewFV__box {
    width: 54%;
  }
  .interviewWrap.staff_kusunoki .interviewFV__img {
    width: 46%;
  }
  .interviewWrap.staff_tomita .interviewFV__inner {
    gap: 0;
  }
  .interviewWrap.staff_tomita .interviewFV__catch {
    font-size: clamp(3rem, 0.224rem + 5.78vw, 4.2rem);
  }
  .interviewWrap.staff_tomita .interviewFV__box {
    width: 54%;
  }
  .interviewWrap.staff_tomita .interviewFV__img {
    width: 46%;
  }
  .aboutCareer__box {
    padding-left: 4vw;
  }
  .aboutCareer__listwrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 3vw;
  }
  .aboutCareer__list {
    width: 36%;
  }
  .aboutTrial__item span {
    width: 6vw;
    top: -3vw;
  }
  .aboutSchedule__wrap {
    max-width: 80%;
    padding-left: 4vw;
  }
  .aboutSchedule__cnt::before {
    height: calc(100% - 8vw);
  }
  .benefit__h4 {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .cnt_wrap.job_assortment {
    padding: 120px 0;
  }
  .cnt_wrap.numbers {
    padding: 120px 0;
  }
  .numberItem__block {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    padding: 2.4%;
  }
  .numberItem25.pcspOnly {
    display: none;
  }
  .numberItem25.tabletOnly {
    display: block;
  }
  .dnaIntro__eng {
    width: 85vw;
  }
  .dnaMessage__inner {
    gap: 0;
  }
  .dnaMessage__name span {
    display: block;
    margin: 0;
  }
  .dnaAward__inner {
    padding-inline: 4vw;
  }
  .dnaMovie__h3 .underH3__eng {
    font-size: 120px;
    font-size: 7.5rem;
  }
}
@media only screen and (min-width: 788px) and (max-width: 999px){
  .header__siteTitle {
    margin: 0 20px;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: normal;
  }
  .header__sns {
    margin: 0 12px 0 0;
    gap: 8px;
  }
  .header__entryWrap {
    height: 88px;
  }
  .header__entry {
    padding: 0 8px;
    min-width: 96px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .footerCtaList__link {
    padding: 32px 24px;
    height: 180px;
  }
  .footerCtaList__text--main {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .footerCtaList__text--sub {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .footerCtaList__arrow {
    width: 48px;
    height: 48px;
  }
  .footer {
    padding: 100px 0 40px;
  }
  .postNav {
    margin: 15px auto 0;
    width: 100%;
  }
  .recruitBnr {
    padding: 32px 0;
  }
  .recruitBnrList {
    width: calc(100% - 64px);
    gap: 16px 32px;
  }
  .recruitBnrList__img--hover {
    opacity: 1;
  }
  .topMessage {
    padding: 96px 0;
  }
  .topAbout__hl--main {
    font-size: 84px;
    font-size: 5.25rem;
  }
  .topAbout__hl--sub {
    font-size: 36px;
    font-size: 2.25rem;
  }
  .topAbout__read {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .topJobType, .topInterview {
    padding: 120px 0 100px;
  }
  .topJobType__hl, .topInterview__hl {
    width: calc(100% - 80px);
  }
  .topJobTypeList__summary {
    padding: 0 0 16px 24px;
  }
  .topJobTypeList__hl--sub {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .topJobTypeList__hl--main {
    font-size: 32px;
    font-size: 2rem;
    letter-spacing: -0.05em;
    white-space: nowrap;
  }
  .topJobTypeList__read {
    padding-right: 86px;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .topJobTypeList__arrow {
    width: 76px;
    height: 76px;
  }
  .topInterview__read {
    margin: 0 auto;
    width: calc(100% - 80px);
  }
  .topInterviewList__img--hover {
    opacity: 1;
  }
  .topData__inner {
    gap: 0 24px;
  }
  .topData__card-hl--jp {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .topData__card-img {
    display: none;
  }
  .topData__card-data--num {
    font-size: 110px;
    font-size: 6.875rem;
  }
  .topData__card-data--percent {
    font-size: 48px;
    font-size: 3rem;
  }
  .topData__card-data--sm {
    font-size: 44px;
    font-size: 2.75rem;
  }
  .topEnvironmentList {
    gap: 0 28px;
  }
  .topEnvironmentList__title--arrow {
    width: 48px;
    height: 48px;
  }
}
@media only screen and (min-width: 1120px){
  .pcNone {
    display: none !important;
  }
  .spVisible {
    display: none;
  }
  .tabVisible {
    display: none;
  }
  .tabSpVisible {
    display: none;
  }
  .topAbout__hl--main {
    font-size: 125px;
    font-size: 7.8125rem;
  }
  .topAbout__hl--sub {
    font-size: 51px;
    font-size: 3.1875rem;
  }
  .topJobTypeList__summary {
    padding: 0 0 16px 40px;
  }
  .topJobTypeList__hl--sub {
    font-size: 38px;
    font-size: 2.375rem;
  }
  .topJobTypeList__hl--main {
    font-size: 56px;
    font-size: 3.5rem;
  }
  .topJobTypeList__read {
    padding-right: 116px;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .topJobTypeList__arrow {
    width: 106px;
    height: 106px;
  }
  .topData__inner {
    padding: 80px 8%;
  }
  .sp-br {
    display: none !important;
  }
  .interviewWrap.staff_baba .interviewFV__inner {
    gap: 0;
  }
  .interviewWrap.staff_baba .interviewQue__inner {
    max-width: 1440px;
  }
  .interviewWrap.staff_baba .interviewQue__img {
    width: 46%;
  }
  .interviewWrap.staff_baba .interviewQue__box {
    width: 44%;
  }
  .interviewWrap.staff_nishimura .interviewFV__inner {
    gap: 2%;
    max-width: 1580px;
  }
  .interviewWrap.staff_nishimura .interviewFV__box {
    width: 42%;
  }
  .interviewWrap.staff_nishimura .interviewFV__img {
    width: 56%;
  }
  .interviewWrap.staff_nishimura .interviewQue__inner {
    max-width: 1300px;
  }
  .interviewWrap.staff_nishimura .interviewQue__img {
    width: 47%;
  }
  .interviewWrap.staff_nishimura .interviewQue__box {
    width: 43%;
  }
  .interviewWrap.staff_sone .interviewFV__inner {
    gap: 0;
    max-width: 1380px;
  }
  .interviewWrap.staff_sone .interviewFV__box {
    width: 51%;
  }
  .interviewWrap.staff_sone .interviewFV__img {
    width: 49%;
  }
  .interviewWrap.staff_sone .interviewQue__inner {
    max-width: 1300px;
  }
  .interviewWrap.staff_sone .interviewQue__img {
    width: 47%;
  }
  .interviewWrap.staff_sone .interviewQue__box {
    width: 43%;
  }
  .interviewWrap.staff_sone .interviewCareer__area {
    padding-bottom: 5vw;
  }
  .interviewWrap.staff_kusunoki .interviewFV__inner {
    gap: 0;
    max-width: 1380px;
  }
  .interviewWrap.staff_kusunoki .interviewFV__box {
    width: 54%;
  }
  .interviewWrap.staff_kusunoki .interviewFV__img {
    width: 46%;
  }
  .interviewWrap.staff_kusunoki .interviewQue__inner {
    max-width: 1300px;
  }
  .interviewWrap.staff_kusunoki .interviewQue__img {
    width: 47%;
  }
  .interviewWrap.staff_kusunoki .interviewQue__box {
    width: 43%;
  }
  .interviewWrap.staff_tomita .interviewFV__inner {
    gap: 0;
    max-width: 1380px;
  }
  .interviewWrap.staff_tomita .interviewFV__box {
    width: 50%;
  }
  .interviewWrap.staff_tomita .interviewFV__img {
    width: 50%;
  }
  .interviewWrap.staff_tomita .interviewQue__inner {
    max-width: 1300px;
  }
  .interviewWrap.staff_tomita .interviewQue__img {
    width: 42%;
  }
  .interviewWrap.staff_tomita .interviewQue__box {
    width: 48%;
  }
  .numberItem25.pcspOnly {
    display: block;
  }
  .numberItem25.tabletOnly {
    display: none;
  }
  .cnt_wrap.company .container {
    max-width: 1000px;
  }
}
@media all and (max-width: 900px){
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px){
  /**
  * Remove all paddings around the image on small screen
  */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media only screen and (max-width: 787px){
  .underH2__box {
    padding: 120px 6vw 40px;
    gap: 10px;
  }
  .underH2__sub {
    font-size: 54px;
    font-size: 3.375rem;
  }
  .underH2__ttl {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .underH2__img {
    height: auto;
    aspect-ratio: 2.4/1;
  }
  .underH3__eng {
    font-size: 70px;
    font-size: 4.375rem;
  }
  .underH3__txt {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .band__h3 {
    font-size: clamp(2rem, 1.857rem + 0.72vw, 2.2rem);
  }
  .pc-br {
    display: none !important;
  }
  .interviewFV__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 24px;
  }
  .interviewFV__box {
    width: 100%;
    padding-bottom: 10vw;
  }
  .interviewFV__type {
    gap: 16px;
  }
  .interviewFV__num {
    font-size: 38px;
    font-size: 2.375rem;
  }
  .interviewFV__num span {
    font-size: 70px;
    font-size: 4.375rem;
  }
  .interviewFV__category {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .interviewFV__catch {
    font-size: clamp(1.9rem, 0.039rem + 9.31vw, 4.5rem);
    letter-spacing: 1px;
    margin-bottom: 30px;
  }
  .interviewFV__name {
    font-size: 0.9rem;
  }
  .interviewFV__name span {
    display: block;
    margin: 0;
  }
  .interviewFV__img {
    width: 100%;
  }
  .interviewQue__block {
    padding: 80px 0;
  }
  .interviewQue__block::before {
    height: 200px;
  }
  .interviewQue__inner {
    padding-inline: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 10vw;
  }
  .interviewQue__img {
    width: auto;
    height: 600px;
  }
  .interviewQue__img img {
    width: auto !important;
    max-width: none !important;
  }
  .interviewQue__box {
    width: 100%;
    gap: 40px;
  }
  .interviewQue__item {
    border-width: 6px;
  }
  .interviewQue__num {
    font-size: 3rem;
  }
  .interviewStory__block {
    padding: 80px 0;
    padding-inline: 24px;
  }
  .interviewStory__h3 {
    margin-bottom: 50px;
  }
  .interviewStory__h3 span {
    font-size: clamp(1.8rem, 1.514rem + 1.43vw, 2.2rem);
    line-height: 120%;
  }
  .interviewCareer__up {
    font-size: clamp(3.5rem, 2.784rem + 3.58vw, 4.5rem);
    padding-bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .interviewCareer__arrow {
    display: none;
  }
  .interviewCareer__box {
    gap: 50px;
    padding-top: 100px;
  }
  .interviewCareer__item {
    width: 100%;
    gap: 16px;
  }
  .interviewCareer__item:nth-child(1), .interviewCareer__item:nth-child(2), .interviewCareer__item:nth-child(3) {
    padding-top: 0;
  }
  .interviewCareer__num {
    width: 140px;
  }
  .interviewCareer__h4 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .interviewCareer__txt {
    padding-top: 16px;
  }
  .interviewValue__area {
    gap: 40px;
  }
  .interviewValue__h4 {
    font-size: 2rem;
    line-height: 120%;
  }
  .interviewValue__cnt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
  .interviewValue__box {
    width: 100%;
  }
  .interviewValue__ttl {
    font-size: 1.2rem;
  }
  .interviewValue__goal {
    width: 100%;
  }
  .interviewValue__listbox {
    padding: 24px;
  }
  .interviewValue__list li {
    font-size: 1.1rem;
    padding-left: 20px;
  }
  .interviewValue__list li::before {
    width: 12px;
    top: 10px;
  }
  .interviewFaq__block {
    padding: 80px 0;
  }
  .interviewFaq__inner {
    padding-inline: 24px;
  }
  .interviewFaq__h3 {
    font-size: clamp(1.8rem, 1.514rem + 1.43vw, 2.2rem);
    margin-bottom: 50px;
    line-height: 130%;
  }
  .interviewFaq__box {
    gap: 30px;
  }
  .interviewFaq__item {
    padding: 24px;
  }
  .interviewFaq__ttl {
    font-size: 24px;
    font-size: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 140%;
  }
  .interviewFaq__ttl span {
    font-size: 32px;
    font-size: 2rem;
    padding-top: 6px;
  }
  .interviewInfo__block {
    padding: 80px 0;
  }
  .interviewInfo__inner {
    padding-inline: 24px;
  }
  .interviewHoliday__area {
    margin-bottom: 80px;
  }
  .interviewHoliday__img {
    width: 100%;
  }
  .interviewHoliday__box {
    position: relative;
    width: 90%;
    padding: 24px;
    margin: -20px 0 0 auto;
  }
  .interviewHoliday__h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .interviewHoliday__eng {
    font-size: 60px;
    font-size: 3.75rem;
    top: -50px;
  }
  .interviewMenter__box {
    width: 100%;
  }
  .interviewMenter__h3 {
    font-size: clamp(1.6rem, 1.514rem + 0.43vw, 1.8rem);
    top: -8px;
    left: -8px;
  }
  .interviewMenter__txtbox {
    padding-inline: 24px;
  }
  .interviewMenter__img {
    width: 70%;
    position: relative;
    inset: 0;
    -webkit-transform: none;
    transform: none;
    margin: -30px auto 0;
  }
  .interviewComment__block {
    padding: 100px 0;
  }
  .interviewComment__inner {
    padding-inline: 24px;
  }
  .interviewComment__h3 {
    font-size: clamp(1.6rem, 0.777rem + 4.12vw, 2.75rem);
  }
  .interviewComment__h3.mini {
    font-size: clamp(1.4rem, 0.684rem + 3.58vw, 2.4rem);
  }
  .interviewComment__txt {
    font-size: 18px;
    font-size: 1.125rem;
    padding-top: 40px;
    border-width: 3px;
  }
  .interviewWrap.staff_nishimura .interviewFaq__block {
    background-position: top right;
  }
  .interviewWrap.staff_sone .interviewFaq__block {
    background-position: top right;
  }
  .interviewCareer__box.triple .interviewCareer__item {
    width: 100%;
  }
  .interviewWrap.staff_kusunoki .interviewFaq__block {
    background-position: top left;
  }
  .interviewWrap.staff_tomita .interviewCareer__step {
    gap: 2vw;
  }
  .interviewWrap.staff_tomita .interviewFaq__block {
    background-position: top left;
  }
  .about__h3 {
    font-size: clamp(1.9rem, 1.399rem + 2.51vw, 2.6rem);
    margin-bottom: 80px;
  }
  .aboutMain__ttl {
    font-size: clamp(1.8rem, 1.227rem + 2.86vw, 2.6rem);
  }
  .aboutIntro__block {
    padding: 80px 0 40px;
  }
  .aboutIntro__block::before {
    height: 32%;
  }
  .aboutIntro__block .about__h3 {
    font-size: clamp(2rem, 1.857rem + 0.72vw, 2.2rem);
  }
  .aboutIntro__imgbox {
    margin-bottom: 80px;
  }
  .aboutIntro__img {
    display: block;
    aspect-ratio: 1/0.8;
  }
  .aboutIntro__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .aboutIntro__lead {
    gap: 8px;
  }
  .aboutIntro__lead span {
    font-size: clamp(1.3rem, 0.513rem + 3.94vw, 2.4rem);
  }
  .aboutIntro__txt {
    font-size: clamp(1.4rem, 1.114rem + 1.43vw, 1.8rem);
    margin-bottom: 40px;
  }
  .aboutIntro__txt.ls {
    font-size: clamp(1.5rem, 0.856rem + 3.22vw, 2.4rem);
    padding-bottom: 120px;
  }
  .aboutIntro__txt.ls::after {
    height: 100px;
  }
  .aboutFeat__block {
    padding: 60px 0;
  }
  .aboutFeat__block .container {
    gap: 30px;
  }
  .aboutFeat__txtbox {
    font-size: clamp(1rem, 0.642rem + 1.79vw, 1.5rem);
  }
  .aboutPhilo__block {
    padding: 80px 0 60px;
  }
  .aboutPhilo__block .about__h3 {
    margin-bottom: 40px;
  }
  .aboutPhilo__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
  .aboutPhilo__ttl {
    font-size: clamp(1.5rem, 0.999rem + 2.51vw, 2.2rem);
  }
  .aboutPhilo__txt {
    font-size: clamp(1rem, 0.857rem + 0.72vw, 1.2rem);
  }
  .aboutStep__block {
    padding: 80px 0;
    margin-bottom: 80px;
  }
  .aboutStep__block .container {
    padding-inline: 4vw;
  }
  .aboutStep__box {
    -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: 30px;
    padding-left: 12vw;
  }
  .aboutStep__num {
    width: 110px;
  }
  .aboutStep__eng {
    font-size: clamp(4rem, 2.837rem + 5.82vw, 5.625rem);
    margin-bottom: 12px;
  }
  .aboutStep__eng.jp {
    font-size: clamp(2.6rem, 1.24rem + 6.8vw, 4.5rem);
    line-height: 110%;
  }
  .aboutStep__sub {
    font-size: clamp(1rem, 0.857rem + 0.72vw, 1.2rem);
  }
  .aboutStep__ttl {
    margin-bottom: 16px;
  }
  .aboutStep__txt {
    font-size: clamp(1rem, 0.857rem + 0.72vw, 1.2rem);
  }
  .aboutCareer__block {
    padding: 80px 0;
  }
  .aboutCareer__block .about__h3 {
    white-space: normal;
  }
  .aboutCareer__block .about__h3 span {
    font-size: clamp(1.4rem, 0.97rem + 2.15vw, 2rem);
  }
  .aboutCareer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 50px;
  }
  .aboutCareer__box {
    width: 100%;
    gap: 50px;
    padding-inline: 20px calc(20px + 10.4vw);
  }
  .aboutCareer__img {
    width: 86%;
  }
  .aboutCareer__listwrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2vw 4%;
  }
  .aboutCareer__list {
    width: 48%;
  }
  .aboutCareer__itembox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
  .aboutCareer__itemwrap {
    width: 100%;
    gap: 24px;
  }
  .aboutCareer__item {
    gap: 20px;
  }
  .aboutCareer__itemnum {
    font-size: clamp(4rem, 3.732rem + 1.34vw, 4.375rem);
  }
  .aboutCulture__block {
    padding: 100px 0 60px;
  }
  .aboutCulture__ttl {
    font-size: clamp(1.5rem, 0.999rem + 2.51vw, 2.2rem);
    margin-bottom: 24px;
  }
  .aboutCulture__txt {
    font-size: clamp(1rem, 0.857rem + 0.72vw, 1.2rem);
  }
  .aboutSlide__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    padding: 8vw 6vw;
  }
  .aboutSlide__img {
    width: 100%;
  }
  .aboutSlide__box {
    width: 100%;
  }
  .aboutSlide__ttl {
    font-size: clamp(2rem, 1.642rem + 1.79vw, 2.5rem);
    margin-bottom: 20px;
  }
  .aboutSlide__block .splide__arrow {
    width: 10vw;
  }
  .aboutSlide__block .splide__arrow::before {
    width: 4vw;
  }
  .aboutSlide__block .splide__arrow--prev {
    left: -7vw;
  }
  .aboutSlide__block .splide__arrow--next {
    right: -7vw;
  }
  .aboutInterview__block {
    padding: 80px 0;
  }
  .aboutInterview__block .about__h3 .eng {
    font-size: clamp(5rem, 2.136rem + 14.32vw, 9rem);
    top: 50%;
  }
  .aboutInterview__block .about__h3 .sub {
    min-width: 200px;
    padding: 6px;
    margin-bottom: 8px;
  }
  .aboutInterview__block .about__h3 span {
    line-height: 110%;
  }
  .aboutInterview__cardlist {
    gap: 20vw;
  }
  .aboutInterview__card a {
    aspect-ratio: 1/1.3;
    padding: 8vw 6vw;
  }
  .aboutInterview__card a::before {
    width: 38vw;
    -webkit-transform: skew(-20deg, 0deg) translateX(-50%);
    transform: skew(-20deg, 0deg) translateX(-50%);
  }
  .aboutInterview__card a:hover .aboutInterview__img {
    -webkit-transform: none;
    transform: none;
  }
  .aboutInterview__bg {
    width: 100%;
    height: auto;
  }
  .aboutInterview__bg img {
    width: 100% !important;
    height: auto;
  }
  .aboutInterview__box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px;
    position: relative;
  }
  .aboutInterview__lead {
    gap: 6px;
  }
  .aboutInterview__sub {
    font-size: clamp(1rem, 0.857rem + 0.72vw, 1.2rem);
    padding: 4px 6px;
    background: #E1E1E1;
  }
  .aboutInterview__img {
    width: 30vw;
    position: relative;
    inset: auto;
    -webkit-transform: none;
    transform: none;
    margin-left: 10vw;
  }
  .aboutCta__btn a::before {
    width: 10%;
    right: 1.5%;
  }
  .aboutCta__btn a::after {
    width: 4%;
    right: 4.5%;
  }
  .cnt_wrap.halfway .aboutIntro__imgbox img {
    -o-object-position: 25% center;
    object-position: 25% center;
  }
  .cnt_wrap.halfway .aboutCta__img {
    width: 30vw;
    top: -4vw;
    left: -5vw;
  }
  .cnt_wrap.halfway .aboutFeat__txtbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    padding: 6vw;
  }
  .cnt_wrap.halfway .aboutFeat__ttl {
    width: 100%;
    padding-right: 0;
    font-size: clamp(1.6rem, 1.266rem + 0.7vw, 1.875rem);
  }
  .cnt_wrap.halfway .aboutFeat__cnt {
    width: 100%;
  }
  .cnt_wrap.halfway .aboutFeat__cnt dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cnt_wrap.halfway .aboutFeat__cnt dl dt {
    width: 100%;
    padding: 4px;
  }
  .cnt_wrap.halfway .aboutFeat__cnt dl dt::before {
    display: none;
  }
  .cnt_wrap.halfway .aboutFeat__cnt dl dd {
    width: 100%;
    padding: 10px;
  }
  .cnt_wrap.halfway .aboutCareer__inner {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .cnt_wrap.halfway .aboutSlide__block {
    padding-bottom: 80px;
  }
  .aboutReason__boxwrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .aboutReason__box {
    width: 100%;
  }
  .aboutReason__ttl {
    font-size: clamp(1.3rem, 1.157rem + 0.72vw, 1.5rem);
  }
  .aboutTrial__block {
    padding: 80px 0;
  }
  .aboutTrial__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16vw;
  }
  .aboutTrial__list li {
    width: 100%;
  }
  .aboutTrial__item {
    padding: 30px 10px 20px;
  }
  .aboutTrial__item span {
    width: 50px;
    top: -25px;
  }
  .aboutTrial__item::before {
    width: 6vw;
    aspect-ratio: 2/1;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    inset: auto;
    bottom: -6vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .aboutTrial__sub {
    text-align: center;
  }
  .aboutSchedule__wrap {
    margin-top: 50px;
    max-width: none;
    width: 100%;
    padding-inline: 20px;
  }
  .aboutSchedule__cnt::before {
    height: calc(100% - 120px);
    top: 30px;
    left: 23px;
    -webkit-transform: none;
    transform: none;
  }
  .aboutSchedule__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    padding: 20px 20px 20px 45px;
  }
  .aboutSchedule__ttl {
    width: 100%;
  }
  .aboutSchedule__ttl span {
    display: block;
  }
  .aboutSchedule__txt {
    width: 100%;
  }
  .welfareIntro__block {
    padding: 80px 0;
  }
  .benefit__block {
    padding: 80px 0;
  }
  .benefit__box {
    gap: 4vw;
  }
  .benefit__item {
    width: calc((100% - 8vw) / 2);
  }
  .benefit__h4 {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 16px auto 12px;
  }
  .benefit__h4::before {
    width: 12px;
    top: -7px;
  }
  .community__block {
    padding: 80px 0 60px;
  }
  .community__box {
    gap: 30px;
  }
  .community__item {
    width: 100%;
  }
  .community__hd {
    margin-bottom: 40px;
  }
  .wellness__block {
    padding: 0 0 80px;
  }
  .wellness__item {
    width: 48%;
  }
  .wellness__h4 {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 12px;
  }
  .wellness__h4 span {
    font-size: 0.6em;
  }
  .contents.job_assortment .underH2__img {
    height: auto;
    aspect-ratio: 2/1;
  }
  .cnt_wrap.job_assortment {
    padding: 80px 0;
  }
  .jobIntro__block {
    margin-bottom: 50px;
  }
  .jobIntro__lead {
    gap: 10px;
    margin-bottom: 30px;
  }
  .jobIntro__lead span {
    font-size: clamp(1.5rem, 1.142rem + 1.79vw, 2rem);
    padding-left: 4vw;
  }
  .jobIntro__lead span:nth-child(2) {
    padding-right: 16px;
  }
  .jobIntro__txt {
    text-align: left;
  }
  .jobItem__img {
    width: 90%;
  }
  .jobItem__txtbox {
    width: 100%;
    padding-bottom: 8vw;
  }
  .jobItem__h3 {
    font-size: clamp(1.5rem, 1.142rem + 1.79vw, 2rem);
  }
  .jobItem__h3 span {
    display: block;
    font-size: 0.8em;
    margin-top: -8px;
  }
  .jobItem__eng {
    width: 90%;
  }
  .cnt_wrap.numbers {
    padding: 80px 0;
  }
  .numberIntro__block {
    margin-bottom: 80px;
  }
  .numberIntro__img {
    width: 20%;
    min-width: 100px;
  }
  .numberIntro__lead {
    font-size: clamp(1.8rem, 1.37rem + 2.15vw, 2.4rem);
  }
  .numberIntro__txt {
    font-size: clamp(1rem, 0.857rem + 0.72vw, 1.2rem);
  }
  .numberHead__img {
    display: block;
    height: 180px;
  }
  .numberHead__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .numberHead__ttl {
    gap: 10px;
  }
  .numberHead__eng {
    font-size: clamp(4.2rem, 2.911rem + 6.44vw, 6rem);
  }
  .numberHead__h3 {
    font-size: clamp(1rem, 0.714rem + 1.43vw, 1.4rem);
    white-space: nowrap;
  }
  .numberItem__block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .numberItem__box.itemDouble {
    grid-column: auto;
  }
  .numberItem__h4 {
    white-space: normal;
    font-size: clamp(1.5rem, 1.321rem + 0.89vw, 1.75rem);
  }
  .numberItem__subbox {
    gap: 16px;
  }
  .numberItem__subttl {
    padding: 6px 12px;
  }
  .numberItem__comment {
    font-size: clamp(1.2rem, 0.985rem + 1.07vw, 1.5rem);
    bottom: -10px;
    left: -15px;
  }
  .numberItem05 .numberItem__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2vw;
  }
  .numberItem05 .numberItem__h4 span {
    display: block;
    font-size: 0.6em;
    margin-top: 4px;
  }
  .numberItem05 .numberItem__num {
    font-size: clamp(6.5rem, 5.337rem + 5.82vw, 8.125rem);
  }
  .numberItem05 .numberItem__img {
    width: 70%;
  }
  .numberItem12 .numberItem__num {
    font-size: clamp(6.5rem, 5.337rem + 5.82vw, 8.125rem);
  }
  .numberItem14 .numberItem__num {
    font-size: clamp(6.5rem, 5.337rem + 5.82vw, 8.125rem);
  }
  .numberItem17 .numberItem__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
  .numberItem17 .numberItem__subwrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
  }
  .numberItem20 .numberItem__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
  .numberItem20 .numberItem__img {
    width: 70%;
  }
  .numberItem24 .numberItem__img {
    width: 50%;
  }
  .numberItem24 .numberItem__num {
    font-size: clamp(6.5rem, 5.337rem + 5.82vw, 8.125rem);
  }
  .numberItem25.pcspOnly {
    display: block;
  }
  .numberItem25.tabletOnly {
    display: none;
  }
  .dnaIntro__block {
    padding: 80px 0 100px;
  }
  .dnaIntro__hd {
    margin-bottom: 60px;
  }
  .dnaIntro__h3 {
    font-size: clamp(2.6rem, 2.314rem + 1.43vw, 3rem);
  }
  .dnaIntro__btm {
    padding-top: 60px;
  }
  .dnaIntro__h4 {
    font-size: clamp(1.5rem, 1.142rem + 1.79vw, 2rem);
  }
  .dnaIntro__h4 span {
    padding: 8px;
  }
  .dnaIntro__eng {
    width: 90vw;
  }
  .dnaMessage__block {
    padding-top: 80px;
  }
  .dnaMessage__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 24px;
  }
  .dnaMessage__box {
    width: 100%;
    padding-bottom: 0;
  }
  .dnaMessage__h3 {
    margin-bottom: 50px;
  }
  .dnaMessage__lead {
    font-size: clamp(2rem, 0.21rem + 8.95vw, 4.5rem);
    margin-bottom: 30px;
  }
  .dnaMessage__txt {
    margin-bottom: 30px;
  }
  .dnaMessage__name {
    font-size: 0.9rem;
  }
  .dnaMessage__name span {
    display: block;
    margin: 0;
  }
  .dnaMessage__img {
    width: 70%;
    margin-top: -15vw;
  }
  .dnaAward__block {
    padding: 0 0 80px;
  }
  .dnaAward__inner {
    padding-inline: 24px;
  }
  .dnaAward__box {
    padding: 50px 24px;
  }
  .dnaAward__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    padding-inline: 0;
  }
  .dnaAward__list.awardList {
    gap: 30px;
  }
  .dnaAward__list.mediaList {
    gap: 5% 10%;
  }
  .dnaAward__item {
    width: calc((100% - 40px) / 2);
  }
  .dnaAward__item.awardItem {
    width: 100%;
  }
  .dnaAward__item.mediaItem {
    width: 40%;
  }
  .dnaAward__txt {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 10px;
  }
  .dnaPerson__block {
    padding: 80px 0;
  }
  .dnaPerson__block::before {
    height: 70%;
  }
  .dnaPerson__lead {
    margin-bottom: 50px;
  }
  .dnaPerson__item {
    width: 100%;
  }
  .dnaPerson__h5 {
    width: 86%;
  }
  .dnaMovie__block {
    padding-bottom: 80px;
  }
  .dnaMovie__h3 {
    gap: 30px;
    margin-bottom: 50px;
  }
  .dnaMovie__h3 .underH3__eng {
    font-size: 100px;
    font-size: 6.25rem;
  }
  .cnt_wrap.recruit {
    padding: 80px 0;
  }
  .recruitHead__block {
    padding: 30px 8vw;
  }
  .recruitHead__ttl {
    font-size: clamp(2.5rem, 1.784rem + 3.58vw, 3.5rem);
    margin-bottom: 30px;
  }
  .recruitHead__ttl span {
    display: block;
    margin-left: 0;
    line-height: 100%;
  }
  .recruitHead__btn a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    padding: 24px 40px;
    text-align: center;
  }
  .recruitHead__btn a::before {
    right: 0;
  }
  .recruitHead__btn a::after {
    right: 10px;
  }
  .recruitHead__txt {
    font-size: 16px;
    font-size: 1rem;
  }
  .recruitCnt__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 40px;
  }
  .recruitCnt__box {
    width: 100%;
    padding: 4vw;
  }
  .recruitCnt__inner {
    padding: 4vw;
  }
  .recruitCnt__table th {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .recruitCnt__table tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .recruitCnt__table th, .recruitCnt__table td {
    width: 100%;
    display: block;
  }
  .recruitCnt__table td {
    padding-inline: 10px;
  }
  .recruitDetail__h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .recruitDetail__box {
    padding: 6vw;
    gap: 20px;
  }
  .recruitDetail__inner {
    padding: 5vw;
  }
  .recruitDetail__h4 {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 15px;
  }
  .cnt_wrap.outsourcing .recruitHead__ttl {
    font-size: clamp(2.2rem, 1.269rem + 4.65vw, 3.5rem);
  }
  .cnt_wrap.faq {
    padding: 80px 0;
  }
  .faqPage__anchorList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
  .faqPage__anchorList .btn {
    width: 100%;
    max-width: 420px;
  }
  .faqPage__anchorList .btn a {
    padding-inline: 42px;
  }
  .faqPage__h3 {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 15px;
    margin-bottom: 30px;
  }
  .faqPage__item dt span, .faqPage__item dd span {
    font-size: 32px;
    font-size: 2rem;
    top: 5vw;
  }
  .faqPage__item dt {
    font-size: 21px;
    font-size: 1.3125rem;
    padding: 5vw 11vw;
  }
  .faqPage__item dt::before {
    width: 36px;
    top: 15px;
  }
  .faqPage__item dt::after {
    width: 14px;
    top: 22px;
    right: 10px;
  }
  .faqPage__item dt.open::after {
    top: 30px;
  }
  .faqPage__item dd.open > div {
    padding: 0 11vw 5vw;
  }
  .faqPage__item dd > div {
    padding: 0 11vw;
  }
  .cnt_wrap.company {
    padding: 80px 0;
  }
  .cnt_wrap.company .about__h3 {
    font-size: 2em;
    margin-bottom: 30px;
  }
  .companyCnt__table {
    margin-bottom: 40px;
  }
  .companyCnt__table table.has-fixed-layout th {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .companyCnt__table table.has-fixed-layout tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .companyCnt__table table.has-fixed-layout th, .companyCnt__table table.has-fixed-layout td {
    width: 100%;
    display: block;
  }
  .companyCnt__table table.has-fixed-layout td {
    padding-inline: 10px !important;
  }
  .companyCnt__map {
    aspect-ratio: 3/2;
  }
  #contact dl dt {
    padding: 20px 10px 15px;
  }
  #contact dl dd {
    padding: 20px 10px;
  }
  #contact dl dd input.age {
    width: 30%;
  }
  #contact dl dd textarea {
    height: 100px;
  }
  .form-policy .ttl {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .form-policy ul {
    padding-left: 20px;
  }
  .your-agree {
    text-align: left;
    margin-left: 0;
    margin: 30px auto;
  }
  .wpcf7-list-item label {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .submit-area input[type=submit], .submit-area input[type=button] {
    font-size: 22px;
    font-size: 1.375rem;
    width: 90%;
    height: 70px;
  }
  .notfound {
    padding: 20px 6vw 40px;
  }
}
@media only screen and (max-width: 767px){
  #contact {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px 20px;
    text-align: left;
  }
  #contact dl {
    display: block;
  }
  #contact dl dt {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #contact dl dt p {
    font-size: 16px;
  }
  #contact dl dd {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  #contact dl dd .wpcf7-list-item-label {
    font-size: 16px;
  }
  #contact dl dd input[type=text],
  #contact dl dd input[type=email] {
    font-size: 16px;
  }
  #contact dl dd textarea {
    font-size: 16px;
  }
  #contact dl dd p {
    font-size: 16px;
  }
  #contact dl dd input.tel {
    width: 100%;
    margin-bottom: 10px;
    font-size: 16px;
  }
  #contact dl dd input.zip {
    width: 60%;
  }
}
@media only screen and (max-width: 499px){
  body {
    padding-bottom: 56px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  a:hover {
    opacity: 1 !important;
  }
  a:hover img {
    opacity: 1 !important;
  }
  .container {
    width: auto;
    margin: 0 15px;
  }
  .contentsTitle {
    margin-bottom: 30px;
  }
  .contentsTitle__hl {
    height: 100px;
    font-size: 22px;
    font-size: 1.375rem;
  }
  .section {
    margin: 40px 0;
  }
  .section__hl {
    margin: 0 0 30px;
    padding-bottom: 15px;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .section__hl:before {
    margin-left: -15px;
    width: 30px;
  }
  .section__hl--left {
    margin: 0 0 30px;
    padding-bottom: 15px;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .section__hl--left:before {
    margin-left: 0;
  }
  .section__hl--right {
    margin: 0 0 30px;
    padding-bottom: 15px;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .section__hl--right:before {
    margin-left: 0;
  }
  .rowBox__2elem {
    margin: 0;
    display: block;
  }
  .rowBox__2elem .boxInner {
    margin: 20px 0 40px;
    width: 100%;
  }
  .rowBox__2elem--reverse {
    margin: 0;
    display: block;
  }
  .rowBox__2elem--reverse .boxInner {
    margin: 20px 0 40px;
    width: 100%;
  }
  .rowBox__3elem {
    margin: 0;
    display: block;
  }
  .rowBox__3elem:after {
    display: none;
  }
  .rowBox__3elem .boxInner {
    margin: 20px 0 40px;
    width: 100%;
  }
  .rowBox__3elem--reverse {
    margin: 0;
    display: block;
  }
  .rowBox__3elem--reverse:after {
    display: none;
  }
  .rowBox__3elem--reverse .boxInner {
    margin: 20px 0 40px;
    width: 100%;
  }
  .rowBox__4elem {
    margin: 0;
    display: block;
  }
  .rowBox__4elem:before {
    display: none;
  }
  .rowBox__4elem:after {
    display: none;
  }
  .rowBox__4elem .boxInner {
    margin: 20px 0 40px;
    width: 100%;
  }
  .rowBox__4elem--reverse {
    margin: 0;
    display: block;
  }
  .rowBox__4elem--reverse:before {
    display: none;
  }
  .rowBox__4elem--reverse:after {
    display: none;
  }
  .rowBox__4elem--reverse .boxInner {
    margin: 20px 0 40px;
    width: 100%;
  }
  .header {
    background-color: #ffffff;
  }
  .header__logo {
    margin: 0 0 0 16px;
  }
  .header__logo img {
    max-height: 40px;
  }
  .header__siteTitle {
    margin: 0 12px;
    font-size: 11px;
    font-size: 0.6875rem;
    letter-spacing: normal;
  }
  .header__sns {
    margin: 0 12px 0 0;
    display: none;
  }
  .header__entryWrap {
    width: 100%;
    height: 56px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
  }
  .header__entry {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0;
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .header__menuBtn {
    width: 64px;
    height: 64px;
  }
  .header__menuBtn--line {
    width: 24px;
  }
  .gNav__inner {
    padding: 80px 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .gNav__content {
    padding-top: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .gNav__column--other {
    margin-top: 20px;
  }
  .gNav__hl {
    margin-bottom: 15px;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .gNav__link {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .gNavList__link {
    font-size: 16px;
    font-size: 1rem;
  }
  .gNav__entryBtn {
    margin-top: 40px;
    padding: 15px 20px;
  }
  .gNav__sns {
    padding-bottom: 60px;
    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;
    gap: 20px;
  }
  .footerCtaList {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .footerCtaList__item {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .footerCtaList__item:first-child {
    border-top: none;
  }
  .footerCtaList__link {
    padding: 28px 20px;
    height: auto;
  }
  .footerCtaList__arrow {
    width: 48px;
    height: 48px;
  }
  .footerCtaList__arrow svg {
    width: 16px;
  }
  .footerVisual {
    height: 280px;
  }
  .footerVisual__text {
    margin: 0 0 10%;
    gap: 0 0.2em;
  }
  .footer {
    padding: 60px 0 40px;
  }
  .footer__inner {
    width: calc(100% - 48px);
    -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: 30px 0;
  }
  .footer__logo {
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer__logo img {
    width: 240px;
  }
  .footer__address {
    text-align: center;
  }
  .footer__official-link {
    height: 36px;
  }
  .footerNav {
    gap: 40px 0;
    display: none;
  }
  .footerNav__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px 0;
  }
  .footerNav__column {
    min-width: auto;
  }
  .footerNav__list {
    gap: 6px 0;
  }
  .footerNavChildren__list {
    gap: 6px 0;
  }
  .footer__copy {
    margin-top: 60px;
  }
  .footer__copy small {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .fl {
    float: none;
  }
  .fr {
    float: none;
  }
  .spNone {
    display: none !important;
  }
  .tabSpNone {
    display: none !important;
  }
  .tabVisible {
    display: none;
  }
  .pcVisible {
    display: none;
  }
  .fs-large {
    font-size: 1.9344rem !important;
  }
  .fs-x-large {
    font-size: 2.4336rem !important;
  }
  .fs-xx-large {
    font-size: 3.16368rem !important;
  }
  .m-xx-small {
    margin: 0.1728em !important;
  }
  .m-x-small {
    margin: 0.288em !important;
  }
  .m-small {
    margin: 0.48em !important;
  }
  .m-medium {
    margin: 0.8em !important;
  }
  .m-large {
    margin: 1.12em !important;
  }
  .m-x-large {
    margin: 1.568em !important;
  }
  .m-xx-large {
    margin: 2.1952em !important;
  }
  .mt-xx-small {
    margin-top: 0.1728em !important;
  }
  .mt-x-small {
    margin-top: 0.288em !important;
  }
  .mt-small {
    margin-top: 0.48em !important;
  }
  .mt-medium {
    margin-top: 0.8em !important;
  }
  .mt-large {
    margin-top: 1.12em !important;
  }
  .mt-x-large {
    margin-top: 1.568em !important;
  }
  .mt-xx-large {
    margin-top: 2.1952em !important;
  }
  .mb-xx-small {
    margin-bottom: 0.1728em !important;
  }
  .mb-x-small {
    margin-bottom: 0.288em !important;
  }
  .mb-small {
    margin-bottom: 0.48em !important;
  }
  .mb-medium {
    margin-bottom: 0.8em !important;
  }
  .mb-large {
    margin-bottom: 1.12em !important;
  }
  .mb-x-large {
    margin-bottom: 1.568em !important;
  }
  .mb-xx-large {
    margin-bottom: 2.1952em !important;
  }
  .ml-xx-small {
    margin-left: 0.1728em !important;
  }
  .ml-x-small {
    margin-left: 0.288em !important;
  }
  .ml-small {
    margin-left: 0.48em !important;
  }
  .ml-medium {
    margin-left: 0.8em !important;
  }
  .ml-large {
    margin-left: 1.12em !important;
  }
  .ml-x-large {
    margin-left: 1.568em !important;
  }
  .ml-xx-large {
    margin-left: 2.1952em !important;
  }
  .mr-xx-small {
    margin-right: 0.1728em !important;
  }
  .mr-x-small {
    margin-right: 0.288em !important;
  }
  .mr-small {
    margin-right: 0.48em !important;
  }
  .mr-medium {
    margin-right: 0.8em !important;
  }
  .mr-large {
    margin-right: 1.12em !important;
  }
  .mr-x-large {
    margin-right: 1.568em !important;
  }
  .mr-xx-large {
    margin-right: 2.1952em !important;
  }
  .p-xx-small {
    padding: 0.1728em !important;
  }
  .p-x-small {
    padding: 0.288em !important;
  }
  .p-small {
    padding: 0.48em !important;
  }
  .p-medium {
    padding: 0.8em !important;
  }
  .p-large {
    padding: 1.12em !important;
  }
  .p-x-large {
    padding: 1.568em !important;
  }
  .p-xx-large {
    padding: 2.1952em !important;
  }
  .pt-xx-small {
    padding-top: 0.1728em !important;
  }
  .pt-x-small {
    padding-top: 0.288em !important;
  }
  .pt-small {
    padding-top: 0.48em !important;
  }
  .pt-medium {
    padding-top: 0.8em !important;
  }
  .pt-large {
    padding-top: 1.12em !important;
  }
  .pt-x-large {
    padding-top: 1.568em !important;
  }
  .pt-xx-large {
    padding-top: 2.1952em !important;
  }
  .pb-xx-small {
    padding-bottom: 0.1728em !important;
  }
  .pb-x-small {
    padding-bottom: 0.288em !important;
  }
  .pb-small {
    padding-bottom: 0.48em !important;
  }
  .pb-medium {
    padding-bottom: 0.8em !important;
  }
  .pb-large {
    padding-bottom: 1.12em !important;
  }
  .pb-x-large {
    padding-bottom: 1.568em !important;
  }
  .pb-xx-large {
    padding-bottom: 2.1952em !important;
  }
  .pl-xx-small {
    padding-left: 0.1728em !important;
  }
  .pl-x-small {
    padding-left: 0.288em !important;
  }
  .pl-small {
    padding-left: 0.48em !important;
  }
  .pl-medium {
    padding-left: 0.8em !important;
  }
  .pl-large {
    padding-left: 1.12em !important;
  }
  .pl-x-large {
    padding-left: 1.568em !important;
  }
  .pl-xx-large {
    padding-left: 2.1952em !important;
  }
  .pr-xx-small {
    padding-right: 0.1728em !important;
  }
  .pr-x-small {
    padding-right: 0.288em !important;
  }
  .pr-small {
    padding-right: 0.48em !important;
  }
  .pr-medium {
    padding-right: 0.8em !important;
  }
  .pr-large {
    padding-right: 1.12em !important;
  }
  .pr-x-large {
    padding-right: 1.568em !important;
  }
  .pr-xx-large {
    padding-right: 2.1952em !important;
  }
  .btn {
    font-size: 16px;
    font-size: 1rem;
  }
  .btn__more, .btn__more:focus {
    max-width: 180px;
  }
  .btn__entry, .btn__entry:focus {
    max-width: 280px;
  }
  .btn__send, .btn__send:focus {
    width: 100%;
    max-width: 280px;
    height: 60px;
  }
  .mwform-checkbox-field > label:before {
    top: 3px;
  }
  .checkboxInput:checked + .mwform-checkbox-field-text:after {
    top: -2px;
  }
  .mwform-radio-field > label:before {
    top: 3px;
  }
  .radioInput:checked + .mwform-radio-field-text:after {
    top: 6px;
  }
  .headline {
    margin: 30px auto;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .headline__underline {
    padding-bottom: 15px;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .headline__underline:before {
    margin-left: -15px;
    width: 30px;
  }
  .headline__underline--left {
    margin: 30px auto;
    padding-bottom: 15px;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .headline__underline--left:before {
    width: 30px;
  }
  .headline__underline--right {
    margin: 30px auto;
    padding-bottom: 15px;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .headline__underline--right:before {
    width: 30px;
  }
  .headline__sideBorder--text {
    margin: 0 10px;
  }
  .headline__sideBorder--line {
    width: 20px;
  }
  .headline__fs--xs {
    font-size: 16px;
    font-size: 1rem;
  }
  .headline__fs--s {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .headline__fs--m {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .headline__fs--l {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .headline__fs--xl {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .headline__sub {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .pagetop {
    bottom: 40px;
    right: 10px;
  }
  .pagetop a {
    width: 40px;
    height: 40px;
  }
  .scrollAnimation-parallax-y-down {
    -webkit-transition: none;
    transition: none;
  }
  .scrollAnimation-parallax-y-up {
    -webkit-transition: none;
    transition: none;
  }
  .baseTable th, .baseTable td {
    padding: 12px 8px;
  }
  .baseTable__sp tr {
    display: block;
    width: 100%;
  }
  .baseTable__sp th, .baseTable__sp td {
    margin-top: -1px;
    display: block;
    width: 100%;
  }
  .wpBaseTable table th, .wpBaseTable table td {
    padding: 12px 8px;
  }
  .wpBaseTable__sp table tr {
    display: block;
    width: 100%;
  }
  .wpBaseTable__sp table th, .wpBaseTable__sp table td {
    margin-top: -1px;
    display: block;
    width: 100%;
  }
  .required {
    padding: 2px 6px;
    height: 20px;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .optional {
    padding: 2px 6px;
    height: 20px;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .breadcrumbList {
    padding: 10px 15px !important;
  }
  .postNav {
    margin: 15px auto 0;
    width: 100%;
  }
  .wp-pagenavi {
    margin-bottom: 60px;
  }
  .wp-pagenavi a, .wp-pagenavi span {
    margin: 5px;
    min-width: 36px;
    min-height: 36px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .wp-pagenavi .pages {
    margin: 0 0 10px;
    width: 100%;
    border: none;
    position: relative;
  }
  .wp-pagenavi .pages:before {
    content: "";
    width: 80px;
    height: 32px;
    display: block;
    border: 1px solid #00a8e7;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .column__reverse .wp-block-coblocks-row__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .mainVisual {
    height: 320px;
    min-height: initial;
  }
  .mainVisual__hl {
    right: 5%;
    bottom: 12%;
  }
  .mainVisual__hl img {
    max-height: 100px;
  }
  .mainVisual__canvas {
    left: 46%;
  }
  .mainVisual__layer--person01 {
    right: 1%;
  }
  .mainVisual__layer--person02 {
    right: 19%;
  }
  .mainVisual__layer--person03 {
    right: 42%;
  }
  .mainVisual__layer--person04 {
    left: 16%;
  }
  .mainVisual__layer--person05 {
    left: 3%;
  }
  .recruitBnr {
    padding: 48px 0;
    display: none;
  }
  .recruitBnrList {
    width: calc(100% - 120px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
  }
  .recruitBnrList__img--hover {
    opacity: 1;
  }
  .topMessage {
    padding: 80px 0;
  }
  .topMessage__hl {
    letter-spacing: 0.2rem;
  }
  .topMessage__img {
    width: calc(100% - 120px);
  }
  .topAbout {
    padding: 60px 0 80px;
  }
  .topAbout__hl--main {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .topAbout__hl--sub {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .topAbout__read {
    font-size: 15px;
    font-size: 0.9375rem;
    letter-spacing: 0;
  }
  .topAbout__btn {
    margin: 40px auto 0;
    width: calc(100% - 64px);
    max-width: none;
  }
  .topAbout__link {
    height: 72px;
    font-size: 16px;
    font-size: 1rem;
  }
  .topJobType, .topInterview {
    padding: 100px 0 80px;
  }
  .topJobType__hl, .topInterview__hl {
    margin: 0 auto 32px;
    width: calc(100% - 64px);
  }
  .topJobTypeList {
    width: calc(100% - 64px);
  }
  .topJobTypeList__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .topJobTypeList__summary {
    padding: 8px 0 20px 20px;
    width: 100%;
  }
  .topJobTypeList__img {
    width: 100%;
  }
  .topJobTypeList__hl--sub {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .topJobTypeList__hl--main {
    font-size: 32px;
    font-size: 2rem;
  }
  .topJobTypeList__read {
    padding-right: 48px;
    font-size: 16px;
    font-size: 1rem;
  }
  .topJobTypeList__arrow {
    width: 48px;
    height: 48px;
  }
  .topJobTypeList__arrow svg {
    width: 24px;
    height: auto;
  }
  .topInterview__read {
    margin: 0 auto;
    width: calc(100% - 64px);
  }
  .topInterviewList {
    margin: 100px 0 48px;
    gap: 60px;
  }
  .topInterviewList__num--hash {
    font-size: 32px;
    font-size: 2rem;
  }
  .topInterviewList__num--text {
    font-size: 60px;
    font-size: 3.75rem;
  }
  .topInterviewList__type {
    width: 64px;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .topInterviewList__comment--text {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .topInterviewList__img {
    width: 260px;
  }
  .topInterviewList__img--hover {
    opacity: 1;
  }
  .topInterviewList__caption--name {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .topInterviewList__caption--job {
    font-size: 16px;
    font-size: 1rem;
  }
  .topInterview__btn {
    margin: 40px auto 0;
    width: calc(100% - 64px);
  }
  .topInterview__link {
    height: 72px;
    font-size: 16px;
    font-size: 1rem;
  }
  .topData__inner {
    padding: 40px 32px;
    width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 24px auto 24px auto;
    grid-template-areas: "outline" "display" "more";
    gap: 24px 0;
    background: #00a8e7 url("../images/common/bg_blue.jpg") center center repeat;
  }
  .topData__inner::before {
    display: none;
  }
  .topData__hl {
    margin: 0;
  }
  .topData__btn {
    max-width: 100%;
  }
  .topData__link {
    padding: 0 24px;
    height: 72px;
    font-size: 16px;
    font-size: 1rem;
  }
  .topData__outline {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .topData__more {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .topData__display {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .topData__card {
    padding: 28px 16px 20px;
    height: 200px;
  }
  .topData__card-hl {
    margin: 0 0 12px;
  }
  .topData__card-img {
    zoom: 0.6;
  }
  .topData__card-img--paidLeave {
    margin: 0;
  }
  .topData__card-data {
    margin: 0;
  }
  .topData__displayList {
    gap: 8px;
  }
  .topData__displayList--item {
    padding: 10px 8px;
  }
  .topEnvironment {
    padding: 60px 0;
  }
  .topEnvironment__inner {
    width: calc(100% - 64px);
  }
  .topEnvironment__hl {
    margin: 0 0 32px;
  }
  .topEnvironmentList {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 40px 0;
  }
  .topEnvironmentList__title--text {
    padding: 12px 16px;
  }
  .topEnvironmentList__title--arrow {
    width: 56px;
    height: 56px;
  }
  .topEnvironmentList__title--arrow svg {
    width: 16px;
  }
}
@media (hover: hover){
  .header__logo a:hover {
    opacity: 0.8;
  }
  .header__snsLink:hover .header__snsIcon {
    fill: #e60012;
  }
  .header__entry:hover {
    color: #ffffff;
    opacity: 0.8;
  }
  .header__menuBtn:hover .header__menuBtn--line {
    opacity: 0.6;
  }
  .gNav__link:hover {
    opacity: 0.7;
  }
  .gNavList__link:hover {
    opacity: 0.7;
  }
  .gNav__entryBtn:hover {
    background: #000000;
  }
  .gNav__entryBtn:hover .gNav__entryBtn--icon {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  .gNav__snsLink:hover {
    background: #ffffff;
  }
  .gNav__snsLink:hover .gNav__snsIcon {
    fill: #00a8e7;
  }
  .footerCtaList__link:hover {
    background: rgba(255, 255, 255, 0.1);
  }
  .footerCtaList__link:hover .footerCtaList__arrow svg {
    opacity: 0.7;
  }
  .footerNav__link:hover {
    opacity: 0.7;
  }
  .footerNavChildren__item:hover {
    opacity: 0.7;
  }
  .recruitBnrList__link:hover .recruitBnrList__img--hover {
    opacity: 1;
  }
  .topJobTypeList__link:hover .topJobTypeList__summary, .topJobTypeList__link:hover .topJobTypeList__img {
    opacity: 0.6;
  }
  .topInterviewList__link:hover .topInterviewList__img--hover {
    opacity: 1;
  }
  .topData__link:hover {
    background: #dd142b;
    color: #FFF;
  }
  .topData__link:hover .topData__link--icon svg {
    fill: #FFF;
  }
  .topEnvironmentList__link:hover .topEnvironmentList__img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .topEnvironmentList__link:hover .topEnvironmentList__title--arrow svg {
    opacity: 0.6;
  }
}