@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
}

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

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

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

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

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

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

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

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

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

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

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

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

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

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

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

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

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

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

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

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

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

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

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

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

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

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

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

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

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

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

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

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

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

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

:root {
  --color-00_black: #000000;
  --color-00_white: #ffffff;
  --color-01_navy: #002740;
  --color-01-beige: #f7f7f1;
  --color-01-gray: #d2d7d6;
  --color-01_red: #cc0000;
  --color-02-gray: #adb5b4;
  --color-03-gray: #707070;
}

/* default setting */
html {
  scroll-padding-top: 70px;
  font-size: 62.5%;
  height: -webkit-fill-available;
}

body {
  -webkit-text-size-adjust: 100%;
  background-color: var(--color-01-beige);
  color: var(--color-01_navy);
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.933;
  padding-top: 70px;
}

a {
  color: var(--color-01_navy);
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ol,
ul,
dl,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

em,
i {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

u {
  -webkit-text-decoration-color: #780014;
  text-decoration-color: #780014;
}

/* iOS Form */
input[type=submit],
input[type=button],
button {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: 1px solid var(--color-01_navy);
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
button::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus,
button:focus {
  outline: none;
}

input[type=input],
input[type=text],
input[type=tel],
input[type=email],
input[type=number],
input[type=search] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: input;
  -moz-appearance: input;
  appearance: input;
  background-color: transparent;
  border: 1px solid var(--color-01_navy);
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
  width: 100%;
}
input[type=input]::-webkit-search-decoration,
input[type=text]::-webkit-search-decoration,
input[type=tel]::-webkit-search-decoration,
input[type=email]::-webkit-search-decoration,
input[type=number]::-webkit-search-decoration,
input[type=search]::-webkit-search-decoration {
  display: none;
}
input[type=input]:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus {
  outline: none;
}
input[type=input].error,
input[type=text].error,
input[type=tel].error,
input[type=email].error,
input[type=number].error,
input[type=search].error {
  background-color: #ffdfdf;
  border-color: #d51212;
}

textarea {
  background-color: transparent;
  border: 1px solid var(--color-01_navy);
  border-radius: 0;
  font-size: inherit;
  height: 21em;
  line-height: inherit;
  padding: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
  width: 100%;
}
textarea:focus {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}
textarea.error {
  border-color: #d51212;
}

/* placeholder */
input::-webkit-input-placeholder {
  color: var(--color-02-gray);
}
input::-moz-placeholder {
  color: var(--color-02-gray);
}
input:-ms-input-placeholder {
  color: var(--color-02-gray);
}
input::-ms-input-placeholder {
  color: var(--color-02-gray);
}
input::placeholder {
  color: var(--color-02-gray);
}

/* placeholder fot IE */
input:-ms-input-placeholder {
  color: var(--color-02-gray);
}

/* placeholder for Edge */
input::-ms-input-placeholder {
  color: var(--color-02-gray);
}

select {
  background-color: transparent;
  border: 1px solid var(--color-01_navy);
  border-radius: 0;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
  width: 100%;
}
select:focus {
  outline: none;
}

img {
  display: block;
  height: auto;
  width: 100%;
}

/* SP style */
@media print, screen and (max-width: 859px) {
  .pc {
    display: none !important;
  }
}
/* PC style */
@media print, screen and (min-width: 860px) {
  .sp {
    display: none !important;
  }
}
/* inview */
.js-inview {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity 500ms ease, -webkit-transform 600ms ease-out;
  transition: opacity 500ms ease, -webkit-transform 600ms ease-out;
  transition: opacity 500ms ease, transform 600ms ease-out;
  transition: opacity 500ms ease, transform 600ms ease-out, -webkit-transform 600ms ease-out;
}
.js-inview.-show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* plugins */
/* Slider */
/* Icons */
@font-face {
  font-style: normal;
  font-weight: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  background: transparent;
  border: none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0px;
  height: 20px;
  line-height: 0px;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 20px;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: transparent;
  color: transparent;
  outline: none;
}
.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 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
}

.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 {
  bottom: -25px;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px;
}
.slick-dots li button {
  background: transparent;
  border: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0px;
  height: 20px;
  line-height: 0px;
  outline: none;
  padding: 5px;
  width: 20px;
}
.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 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: black;
  content: "•";
  font-family: "slick";
  font-size: 6px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -ms-touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}

.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.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 {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  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.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* blocks */
/* --------------------
 * Brand
 * -------------------- */
.Brand .Brand__photo {
  margin: 0 -20px;
}
.Brand .Brand__content {
  padding: 40px 0 30px;
}
.Brand .Brand__logo {
  margin-bottom: 30px;
}
.Brand .Brand__logo img {
  display: inline-block;
  height: auto;
  max-height: 47px;
  max-width: 182px;
  width: auto;
}
.Brand .Brand__textJp {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2;
  margin-bottom: 15px;
}
.Brand .Brand__textEn {
  font-family: futura-pt, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 10px;
}
.Brand .Brand__btns {
  gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media print, screen and (min-width: 860px) {
  .Brand {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .Brand.-left .Brand__photo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .Brand.-left .Brand__content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 3vw;
  }
  .Brand.-right .Brand__photo {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .Brand.-right .Brand__content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-right: 3vw;
  }
  .Brand.-right .Brand__btns {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: auto;
  }
  .Brand.-right .Brand__logo {
    text-align: right;
  }
  .Brand:last-child .Brand__content {
    padding-bottom: 0;
  }
  .Brand .Brand__photo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin: 0;
  }
  .Brand .Brand__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 4vw 0 3vw;
  }
  .Brand .Brand__logo {
    margin-bottom: 3vw;
  }
  .Brand .Brand__textJp {
    font-size: 1.5vw;
    margin-bottom: 1vw;
    text-align: justify;
  }
  .Brand .Brand__textEn {
    font-size: 1.2vw;
    margin-bottom: 3vw;
  }
  .Brand .Brand__btns {
    gap: 3vw;
  }
}
@media print, screen and (min-width: 1000px) {
  .Brand.-left .Brand__content {
    padding-left: 30px;
  }
  .Brand.-right .Brand__content {
    padding-right: 30px;
  }
  .Brand .Brand__content {
    padding-bottom: 30px;
  }
  .Brand .Brand__logo {
    margin-bottom: 30px;
  }
  .Brand .Brand__logo img {
    max-height: 55px;
    max-width: 215px;
  }
  .Brand .Brand__textJp {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .Brand .Brand__textEn {
    font-size: 12px;
    margin-bottom: 30px;
  }
  .Brand .Brand__btns {
    gap: 30px;
  }
}

/* --------------------
 * Btn1
 * -------------------- */
.Btn1 .Btn1__link {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 10px 0;
}
.Btn1 .Btn1__link[target=_blank] .Btn1__icon {
  overflow: hidden;
  position: relative;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.Btn1 .Btn1__link[target=_blank] .Btn1__icon::before, .Btn1 .Btn1__link[target=_blank] .Btn1__icon::after {
  background-image: url("../images/icon_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 14px;
  position: absolute;
  top: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  width: 14px;
}
.Btn1 .Btn1__link[target=_blank] .Btn1__icon::before {
  left: 0;
}
.Btn1 .Btn1__link[target=_blank] .Btn1__icon::after {
  left: -28px;
}
.Btn1 .Btn1__link[target=_blank]:hover .Btn1__icon::before, .Btn1 .Btn1__link[target=_blank]:hover .Btn1__icon::after {
  -webkit-transform: translateX(28px);
  transform: translateX(28px);
  -webkit-transition: -webkit-transform 600ms ease-out;
  transition: -webkit-transform 600ms ease-out;
  transition: transform 600ms ease-out;
  transition: transform 600ms ease-out, -webkit-transform 600ms ease-out;
}
.Btn1 .Btn1__link:not([target=_blank]) .Btn1__icon {
  overflow: hidden;
  position: relative;
}
.Btn1 .Btn1__link:not([target=_blank]) .Btn1__icon::before, .Btn1 .Btn1__link:not([target=_blank]) .Btn1__icon::after {
  background-image: url("../images/icon_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 14px;
  position: absolute;
  top: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  width: 14px;
}
.Btn1 .Btn1__link:not([target=_blank]) .Btn1__icon::before {
  left: 0;
}
.Btn1 .Btn1__link:not([target=_blank]) .Btn1__icon::after {
  left: -28px;
}
.Btn1 .Btn1__link:not([target=_blank]):hover .Btn1__icon::before, .Btn1 .Btn1__link:not([target=_blank]):hover .Btn1__icon::after {
  -webkit-transform: translateX(28px);
  transform: translateX(28px);
  -webkit-transition: -webkit-transform 600ms ease-out;
  transition: -webkit-transform 600ms ease-out;
  transition: transform 600ms ease-out;
  transition: transform 600ms ease-out, -webkit-transform 600ms ease-out;
}
.Btn1 .Btn1__text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-right: 10px;
  white-space: nowrap;
}
.Btn1 .Btn1__text.-profile {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  padding-right: 3px;
}
.Btn1 .Btn1__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 14px;
  flex: 0 0 14px;
  height: 14px;
  width: 15px;
}
@media print, screen and (min-width: 860px) {
  .Btn1 .Btn1__link:hover .Btn1__text {
    opacity: 0.5;
  }
  .Btn1 .Btn1__text {
    font-weight: 400;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }
}

/* --------------------
 * Btn2
 * -------------------- */
.Btn2 .Btn2__link {
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #002740;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  padding: 13px 0;
}
.Btn2 .Btn2__link[target=_blank] .Btn2__icon {
  overflow: hidden;
  position: relative;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.Btn2 .Btn2__link[target=_blank] .Btn2__icon::before, .Btn2 .Btn2__link[target=_blank] .Btn2__icon::after {
  background-image: url("../images/icon_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 14px;
  position: absolute;
  top: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  width: 14px;
}
.Btn2 .Btn2__link[target=_blank] .Btn2__icon::before {
  left: 0;
}
.Btn2 .Btn2__link[target=_blank] .Btn2__icon::after {
  left: -28px;
}
.Btn2 .Btn2__link[target=_blank]:hover .Btn2__icon::before, .Btn2 .Btn2__link[target=_blank]:hover .Btn2__icon::after {
  -webkit-transform: translateX(28px);
  transform: translateX(28px);
  -webkit-transition: -webkit-transform 600ms ease-out;
  transition: -webkit-transform 600ms ease-out;
  transition: transform 600ms ease-out;
  transition: transform 600ms ease-out, -webkit-transform 600ms ease-out;
}
.Btn2 .Btn2__link[target=_blank]:hover .Btn2__icon::before, .Btn2 .Btn2__link[target=_blank]:hover .Btn2__icon::after {
  background-image: url("../images/icon_arrow_hover.svg");
}
.Btn2 .Btn2__link:not([target=_blank]) .Btn2__icon {
  overflow: hidden;
  position: relative;
}
.Btn2 .Btn2__link:not([target=_blank]) .Btn2__icon::before, .Btn2 .Btn2__link:not([target=_blank]) .Btn2__icon::after {
  background-image: url("../images/icon_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 14px;
  position: absolute;
  top: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  width: 14px;
}
.Btn2 .Btn2__link:not([target=_blank]) .Btn2__icon::before {
  left: 0;
}
.Btn2 .Btn2__link:not([target=_blank]) .Btn2__icon::after {
  left: -28px;
}
.Btn2 .Btn2__link:not([target=_blank]):hover .Btn2__icon::before, .Btn2 .Btn2__link:not([target=_blank]):hover .Btn2__icon::after {
  -webkit-transform: translateX(28px);
  transform: translateX(28px);
  -webkit-transition: -webkit-transform 600ms ease-out;
  transition: -webkit-transform 600ms ease-out;
  transition: transform 600ms ease-out;
  transition: transform 600ms ease-out, -webkit-transform 600ms ease-out;
}
.Btn2 .Btn2__link:not([target=_blank]):hover .Btn2__icon::before, .Btn2 .Btn2__link:not([target=_blank]):hover .Btn2__icon::after {
  background-image: url("../images/icon_arrow_hover.svg");
}
.Btn2 .Btn2__text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}
.Btn2 .Btn2__text.-en {
  font-family: futura-pt, sans-serif;
  letter-spacing: 0.05em;
  letter-spacing: 0.1em;
}
.Btn2 .Btn2__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 14px;
  flex: 0 0 14px;
  height: 14px;
  width: 15px;
}
@media print, screen and (min-width: 860px) {
  .Btn2 .Btn2__link {
    padding: 12px 0;
    -webkit-transition: 300ms;
    transition: 300ms;
    width: 300px;
  }
  .Btn2 .Btn2__link:hover {
    background-color: var(--color-01_navy);
  }
  .Btn2 .Btn2__link:hover .Btn2__text {
    color: var(--color-01-beige);
  }
  .Btn2 .Btn2__text {
    font-size: 15px;
    -webkit-transition: color 300ms;
    transition: color 300ms;
  }
}

/* --------------------
 * CompanyLead
 * -------------------- */
.CompanyLead {
  margin-bottom: 100px;
}
.CompanyLead .CompanyLead__text {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.93;
  margin-bottom: 10px;
}
.CompanyLead .CompanyLead__text sup {
  font-size: 10px;
}
.CompanyLead .CompanyLead__note {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.67;
  margin-bottom: 25px;
}
@media print, screen and (min-width: 860px) {
  .CompanyLead {
    margin-bottom: 120px;
  }
  .CompanyLead .CompanyLead {
    margin: 0 auto 120px;
    max-width: 860px;
    padding: 0 30px;
  }
  .CompanyLead .CompanyLead__text {
    margin-bottom: 10px;
  }
  .CompanyLead .CompanyLead__note {
    margin-bottom: 25px;
  }
}

/* --------------------
 * CompanyOrganization
 * -------------------- */
.CompanyOrganization .CompanyOrganization__image {
  aspect-ratio: 780/450;
  display: block;
  margin: 20px auto 90px;
}
@media print, screen and (min-width: 860px) {
  .CompanyOrganization {
    margin-bottom: 65px;
  }
  .CompanyOrganization .CompanyOrganization__image {
    margin: 30px auto 0;
    max-width: 700px;
  }
}

/* --------------------
 * CompanyStrategy
 * -------------------- */
.CompanyStrategy {
  margin-bottom: 100px;
}
.CompanyStrategy .CompanyStrategy__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 35px;
}
.CompanyStrategy .CompanyStrategy__item {
  margin-bottom: 40px;
  text-align: center;
}
.CompanyStrategy .CompanyStrategy__itemWrap {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  height: 200px;
  left: 0;
  margin: 0 auto 15px;
  position: relative;
  top: 0;
  width: 285px;
  z-index: 0;
}
.CompanyStrategy .CompanyStrategy__itemWrap.-first {
  background-image: url(../images/strategy_01.png);
}
.CompanyStrategy .CompanyStrategy__itemWrap.-second {
  background-image: url(../images/strategy_02.png);
}
.CompanyStrategy .CompanyStrategy__itemWrap.-third {
  background-image: url(../images/strategy_03.png);
}
.CompanyStrategy .CompanyStrategy__itemMain {
  font-family: futura-pt, sans-serif;
  font-size: 26px;
  font-weight: 500;
  left: 50%;
  letter-spacing: 0.05em;
  line-height: 1.31;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.CompanyStrategy .CompanyStrategy__itemText {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.67;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 860px) {
  .CompanyStrategy {
    margin-bottom: 120px;
  }
  .CompanyStrategy .CompanyStrategy__list {
    gap: 4.2%;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
  }
  .CompanyStrategy .CompanyStrategy__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33%;
    flex: 0 1 33%;
  }
  .CompanyStrategy .CompanyStrategy__itemWrap {
    margin: 0 auto 15px;
    width: 100%;
  }
  .CompanyStrategy .CompanyStrategy__itemMain {
    font-family: futura-pt, sans-serif;
    font-size: 26px;
    font-weight: 500;
    left: 50%;
    letter-spacing: 0.05em;
    line-height: 1.31;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .CompanyStrategy .CompanyStrategy__itemText {
    margin-bottom: 10px;
  }
}

/* --------------------
 * Confirm
 * -------------------- */
.Confirm {
  margin-bottom: 120px;
}
.Confirm sup {
  color: var(--color-01_red);
  line-height: 1;
  top: -0.1em;
}
.Confirm .Confirm__note {
  font-size: 13px;
  line-height: 1.7;
}
.Confirm .Confirm__list {
  margin: 40px auto;
}
.Confirm .Confirm__title {
  line-height: 1;
  margin-bottom: 15px;
}
.Confirm .Confirm__description {
  margin-bottom: 40px;
}
.Confirm .Confirm__btnWrap {
  gap: 0 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.Confirm .Confirm__btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  height: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  max-width: 220px;
  width: 100%;
}
.Confirm .Confirm__btn.-navy {
  background-color: var(--color-01_navy);
  border: 1px solid var(--color-01_navy);
  color: var(--color-00_white);
}
@media print, screen and (min-width: 860px) {
  .Confirm .Confirm__list {
    gap: 30px 0;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .Confirm .Confirm__title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    margin: 0;
  }
  .Confirm .Confirm__title.-textarea {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .Confirm .Confirm__description {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 200px);
    flex: 0 0 calc(100% - 200px);
    margin-bottom: 0;
  }
  .Confirm .Confirm__btn {
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  .Confirm .Confirm__btn:hover {
    background-color: var(--color-01_navy);
    border: 1px solid var(--color-01_navy);
    color: var(--color-00_white);
  }
  .Confirm .Confirm__btn:hover.-navy {
    background-color: var(--color-01-beige);
    border: 1px solid var(--color-01_navy);
    color: var(--color-01_navy);
  }
}

/* --------------------
 * Contact
 * -------------------- */
.Contact sup {
  color: var(--color-01_red);
  line-height: 1;
  top: -0.1em;
}
.Contact .Contact__note {
  font-size: 13px;
  line-height: 1.7;
}
.Contact .Contact__form {
  margin: 40px auto;
}
.Contact .Contact__title {
  line-height: 1;
  margin-bottom: 15px;
}
.Contact .Contact__select {
  color: var(--color-01_navy);
}
.Contact .Contact__input::-webkit-input-placeholder, .Contact .Contact__textArea::-webkit-input-placeholder {
  color: var(--color-01-gray);
}
.Contact .Contact__input::-moz-placeholder, .Contact .Contact__textArea::-moz-placeholder {
  color: var(--color-01-gray);
}
.Contact .Contact__input:-ms-input-placeholder, .Contact .Contact__textArea:-ms-input-placeholder {
  color: var(--color-01-gray);
}
.Contact .Contact__input::-ms-input-placeholder, .Contact .Contact__textArea::-ms-input-placeholder {
  color: var(--color-01-gray);
}
.Contact .Contact__input::placeholder,
.Contact .Contact__textArea::placeholder {
  color: var(--color-01-gray);
}
.Contact .Contact__description {
  margin-bottom: 30px;
}
.Contact .Contact__description:has(.Contact__select) {
  position: relative;
}
.Contact .Contact__description:has(.Contact__select)::before {
  border: 0;
  border-bottom: solid 1px #333;
  border-right: solid 1px #333;
  content: "";
  height: 9px;
  margin-top: -6px;
  position: absolute;
  right: 15px;
  top: 55%;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  width: 9px;
}
.Contact .Contact__select {
  height: 40px;
  line-height: 1.3;
  padding: 0 15px;
  position: relative;
}
.Contact .Contact__input {
  font-size: 16px;
  height: 40px;
  line-height: 1;
  padding: 0 15px;
}
.Contact .Contact__input.-error {
  background-color: #ffebeb;
  border: 1px solid var(--color-01_red);
}
.Contact .Contact__textArea {
  font-size: 16px;
  height: 200px;
  line-height: 1.9;
  padding: 13px 15px;
}
.Contact .Contact__textArea.-error {
  background-color: #ffebeb;
  border: 1px solid var(--color-01_red);
}
.Contact .Contact__checkWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 40px auto;
}
.Contact .Contact__check {
  text-align: center;
}
.Contact .Contact__checkInput {
  display: none;
}
.Contact .Contact__checkInput:checked + .Contact__checkBox::before {
  border-bottom: 1px solid var(--color-03-gray);
  border-left: 1px solid var(--color-03-gray);
  content: "";
  display: block;
  height: 5px;
  left: 1.5px;
  position: absolute;
  top: 2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: ease 200ms;
  transition: ease 200ms;
  width: 9px;
  z-index: 5;
}
.Contact .Contact__checkBox {
  border: 1px solid var(--color-03-gray);
  content: "";
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin-right: 5px;
  pointer-events: all;
  position: relative;
  top: 2px;
  -webkit-transition: ease 200ms;
  transition: ease 200ms;
  width: 14px;
  z-index: 0;
}
.Contact .Contact__checkBox::before {
  display: none;
}
.Contact .Contact__checkLink {
  text-decoration: underline;
}
.Contact .Contact__btnWrap {
  gap: 0 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.Contact .Contact__btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  height: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  max-width: 220px;
  width: 100%;
}
.Contact .Contact__btn.-navy {
  background-color: var(--color-01_navy);
  border: 1px solid var(--color-01_navy);
  color: var(--color-00_white);
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}
.Contact .Contact__btn.-navy.-disabled {
  opacity: 0.3;
  pointer-events: none;
}
@media print, screen and (min-width: 860px) {
  .Contact .Contact__form {
    margin-bottom: 120px;
  }
  .Contact .Contact__list {
    gap: 20px 0;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .Contact .Contact__title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    margin: 0;
  }
  .Contact .Contact__title.-textarea {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 10px;
  }
  .Contact .Contact__description {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 200px);
    flex: 0 0 calc(100% - 200px);
    margin: 0;
  }
  .Contact .Contact__checkLink {
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  .Contact .Contact__checkLink:hover {
    opacity: 0.5;
  }
  .Contact .Contact__btn {
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  .Contact .Contact__btn:hover {
    background-color: var(--color-01_navy);
    border: 1px solid var(--color-01_navy);
    color: var(--color-00_white);
  }
  .Contact .Contact__btn:hover.-navy {
    background-color: var(--color-01-beige);
    border: 1px solid var(--color-01_navy);
    color: var(--color-01_navy);
  }
}

/* --------------------
 * Data
 * -------------------- */
.Data {
  margin-bottom: 100px;
}
.Data .Data__content {
  margin-bottom: 50px;
  padding: 0 20px;
}
.Data .Data__contentWrap {
  margin-bottom: 50px;
}
.Data .Data__title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
}
@media print, screen and (min-width: 860px) {
  .Data {
    margin-bottom: 120px;
  }
  .Data .Data__content {
    gap: 30px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 80px;
    padding: 0;
  }
  .Data .Data__contentWrap {
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 0;
  }
  .Data .Data__title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    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;
    margin-bottom: 0;
  }
}

/* --------------------
 * English
 * -------------------- */
.English {
  font-family: futura-pt, sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.English.-history {
  padding-bottom: 10px;
}
@media print, screen and (min-width: 860px) {
  .English.-history {
    padding-bottom: 0;
  }
}

/* --------------------
 * Error
 * -------------------- */
.Error {
  color: var(--color-00_red);
  display: none;
}
.Error.-show {
  display: block;
}
/* --------------------
 * Footer
 * -------------------- */
.Footer {
  padding: 40px 20px 33px;
  position: relative;
}
.Footer::after {
  border-top: 1px solid var(--color-01_navy);
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform ease-out 600ms;
  transition: -webkit-transform ease-out 600ms;
  transition: transform ease-out 600ms;
  transition: transform ease-out 600ms, -webkit-transform ease-out 600ms;
  width: 100%;
  z-index: 2;
}
.Footer.-show::after {
  -webkit-transform: scaleX(100%);
  transform: scaleX(100%);
}
.Footer .Footer__content1 {
  margin-bottom: 35px;
}
.Footer .Footer__logo {
  width: 250px;
}
.Footer .Footer__logo a {
  display: block;
}
.Footer .Footer__address {
  font-size: 13px;
  line-height: 1.769;
  margin-bottom: 13px;
}
.Footer .Footer__privacy {
  font-family: futura-pt, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
}
.Footer .Footer__copyright {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.Footer .Footer__goTop {
  bottom: 23px;
  height: 50px;
  position: absolute;
  right: 10px;
  width: 50px;
}
.Footer .Footer__goTop a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.Footer .Footer__goTop a:hover .Footer__goTopIcon::before, .Footer .Footer__goTop a:hover .Footer__goTopIcon::after {
  -webkit-transform: translateX(28px);
  transform: translateX(28px);
  -webkit-transition: -webkit-transform 600ms ease-out;
  transition: -webkit-transform 600ms ease-out;
  transition: transform 600ms ease-out;
  transition: transform 600ms ease-out, -webkit-transform 600ms ease-out;
}
.Footer .Footer__goTopIcon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 14px;
  flex: 0 0 14px;
  height: 14px;
  overflow: hidden;
  position: relative;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 15px;
}
.Footer .Footer__goTopIcon::before, .Footer .Footer__goTopIcon::after {
  background-image: url("../images/icon_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 14px;
  position: absolute;
  top: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  width: 14px;
}
.Footer .Footer__goTopIcon::before {
  left: 0;
}
.Footer .Footer__goTopIcon::after {
  left: -28px;
}
@media print, screen and (min-width: 860px) {
  .Footer {
    padding: 40px 30px 33px;
  }
  .Footer .Footer__content1 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 110px;
  }
  .Footer .Footer__content2 {
    gap: 0 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .Footer .Footer__nav {
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .Footer .Footer__nav li {
    padding: 0 10px;
  }
  .Footer .Footer__nav li:last-child {
    padding-right: 0;
  }
  .Footer .Footer__nav a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
  .Footer .Footer__address {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0 auto 0 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .Footer .Footer__privacy {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .Footer .Footer__privacy a {
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  .Footer .Footer__privacy a:hover {
    opacity: 0.5;
  }
  .Footer .Footer__copyright {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

/* --------------------
 * GlobalNav
 * -------------------- */
.GlobalNav {
  background-color: var(--color-01-beige);
  height: 490px;
  pointer-events: none;
  position: relative;
  width: 100%;
  z-index: 2;
}
.GlobalNav.-open {
  pointer-events: auto;
}
.GlobalNav .GlobalNav__list {
  padding: 55px 60px 60px;
}
.GlobalNav .GlobalNav__list li {
  border-bottom: 1px solid var(--color-01-gray);
  margin-bottom: 13px;
}
.GlobalNav .GlobalNav__list a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: futura-pt, sans-serif;
  font-size: 27px;
  font-weight: 500;
  height: 55px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  letter-spacing: 0.05em;
  letter-spacing: 0.1em;
  line-height: 1;
}
.GlobalNav .GlobalNav__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 14px;
  flex: 0 0 14px;
  height: 14px;
  overflow: hidden;
  position: relative;
  width: 15px;
}
.GlobalNav .GlobalNav__icon::before, .GlobalNav .GlobalNav__icon::after {
  background-image: url("../images/icon_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 14px;
  position: absolute;
  top: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  width: 14px;
}
.GlobalNav .GlobalNav__icon::before {
  left: 0;
}
.GlobalNav .GlobalNav__icon::after {
  left: -28px;
}
@media print, screen and (min-width: 860px) {
  .GlobalNav {
    display: none;
  }
}

/* --------------------
 * Header
 * -------------------- */
.Header {
  background-color: var(--color-01-beige);
  height: 70px;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  -webkit-transition: height 300ms ease-out;
  transition: height 300ms ease-out;
  width: 100%;
  z-index: 100;
}
.Header.-open {
  height: 560px;
  -webkit-transition: height 400ms ease-out;
  transition: height 400ms ease-out;
}
.Header.-open .Header__background {
  opacity: 1;
  pointer-events: auto;
}
.Header::after {
  border-top: 1px solid var(--color-01_navy);
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform ease-out 600ms;
  transition: -webkit-transform ease-out 600ms;
  transition: transform ease-out 600ms;
  transition: transform ease-out 600ms, -webkit-transform ease-out 600ms;
  width: 100%;
  z-index: 2;
}
.Header.-show::after {
  -webkit-transform: scaleX(100%);
  transform: scaleX(100%);
}
.Header .Header__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px;
  position: relative;
}
.Header .Header__logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
}
.Header .Header__logo a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}
.Header .Header__burgerBtn {
  cursor: pointer;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  height: 70px;
  margin-right: -15px;
  position: relative;
  width: 70px;
}
.Header .Header__burgerBtn > span {
  border-top: 1px solid var(--color-01_navy);
  display: block;
  height: 1px;
  left: 15px;
  position: absolute;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: -webkit-transform 80ms ease-out;
  transition: -webkit-transform 80ms ease-out;
  transition: transform 80ms ease-out;
  transition: transform 80ms ease-out, -webkit-transform 80ms ease-out;
  width: 40px;
}
.Header .Header__burgerBtn > span:nth-child(1) {
  top: 29px;
}
.Header .Header__burgerBtn > span:nth-child(2) {
  top: 39px;
}
.Header .Header__burgerBtn.-open > span:nth-child(1) {
  -webkit-transform: translateY(5px) rotate(45deg);
  transform: translateY(5px) rotate(45deg);
}
.Header .Header__burgerBtn.-open > span:nth-child(2) {
  -webkit-transform: translateY(-5px) rotate(-45deg);
  transform: translateY(-5px) rotate(-45deg);
}
.Header .Header__background {
  background-color: rgba(0, 0, 0, 0.2);
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 70px;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
  width: 100%;
  z-index: 1;
}
@media print, screen and (min-width: 860px) {
  .Header {
    height: 70px !important;
  }
  .Header .Header__inner {
    padding: 0 30px;
  }
  .Header .Header__logo {
    -ms-flex-preferred-size: 250px;
    flex-basis: 250px;
  }
  .Header .Header__logo a {
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }
  .Header .Header__logo a:hover {
    opacity: 0.5;
  }
  .Header .Header__navi {
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .Header .Header__navi li {
    height: 100%;
    padding: 0 10px;
  }
  .Header .Header__navi li:last-child {
    padding-right: 0;
  }
  .Header .Header__navi a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
  .Header .Header__background {
    display: none;
  }
}

/* --------------------
 * History
 * -------------------- */
.History {
  margin-bottom: 100px;
}
.History .History__item {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.History .History__item:before {
  background-color: var(--color-01_navy);
  border-radius: 100%;
  content: "";
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 9px;
  flex: 0 0 9px;
  height: 9px;
  left: -5px;
  position: relative;
  top: 7px;
  width: 9px;
  z-index: 1;
}
.History .History__item:after {
  border-left: 1px solid var(--color-01-gray);
  content: "";
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1px;
  flex: 0 0 1px;
  height: 100%;
  left: -1.5px;
  position: absolute;
  top: 22px;
  width: 1px;
  z-index: 1;
}
.History .History__item:last-child {
  margin-bottom: 0;
}
.History .History__item:last-child:after {
  height: 88%;
}
.History .History__year {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 23%;
  flex: 0 0 23%;
  line-height: 1.67;
  padding-left: 5px;
}
.History .History__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  line-height: 1.67;
}
.History .History__text {
  padding-bottom: 10px;
}
.History .History__text:nth-child(2) {
  padding-bottom: 15px;
}
@media print, screen and (min-width: 860px) {
  .History .History__item {
    margin-bottom: 35px;
  }
  .History .History__item:after {
    height: 115%;
    left: -1px;
  }
  .History .History__item:nth-child(2):after, .History .History__item:nth-child(3):after {
    height: 132%;
  }
  .History .History__year {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 17%;
    flex: 0 0 17%;
    padding-left: 15px;
  }
  .History .History__text {
    padding-bottom: 8px;
  }
  .History .History__text:nth-child(2) {
    padding-bottom: 10px;
  }
}

/* --------------------
 * Interview
 * -------------------- */
.Interview {
  margin-bottom: 100px;
}
.Interview:first-child {
  margin-bottom: 60px;
}
.Interview .Interview__titleArea {
  margin-bottom: 40px;
}
.Interview .Interview__titleAreaImage {
  margin-bottom: 60px;
}
.Interview .Interview__titleAreaLead {
  padding: 0 20px;
}
.Interview .Interview__lead {
  font-size: 22px;
  font-weight: 600;
  line-height: 2.1;
}
.Interview .Interview__profile {
  padding: 0 20px;
}
.Interview .Interview__profileHeading {
  margin-bottom: 50px;
}
.Interview .Interview__profileName {
  font-size: 22px;
}
.Interview .Interview__qa {
  padding: 0 20px;
}
.Interview .Interview__question {
  gap: 15px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: 600;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: 1.67;
  margin-bottom: 20px;
}
.Interview .Interview__question::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  content: "Q";
  display: block;
  height: auto;
  width: auto;
}
.Interview .Interview__answer {
  margin-bottom: 60px;
}
.Interview a {
  gap: 0 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 15px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-right: 5px;
  text-decoration: underline;
}
.Interview a[target=_blank]::after {
  background-image: url("../images/icon_arrow.svg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 15px;
  -webkit-transform: rotate(-45deg) translateY(2px);
  transform: rotate(-45deg) translateY(2px);
  width: 13px;
}
.Interview a[href$=".pdf"]::after {
  background-image: url("../images/icon_pdf.svg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 15px;
  -webkit-transform: none !important;
  transform: none !important;
  width: 13px;
}
@media print, screen and (min-width: 860px) {
  .Interview {
    margin-bottom: 120px;
  }
  .Interview:first-child {
    margin-bottom: 120px;
  }
  .Interview .Interview__titleArea {
    margin-bottom: 60px;
    position: relative;
  }
  .Interview .Interview__titleArea.-reverse .Interview__titleAreaImage {
    margin: 0 0 60px auto;
  }
  .Interview .Interview__titleArea.-reverse .Interview__titleAreaLead {
    left: 16%;
  }
  .Interview .Interview__titleAreaImage {
    aspect-ratio: 683/415;
    margin-bottom: 0;
    width: 50%;
  }
  .Interview .Interview__titleAreaLead {
    left: 43%;
    padding: 0;
    position: absolute;
    top: 35%;
    width: 41%;
    z-index: 1;
  }
  .Interview .Interview__lead {
    font-size: 1.81vw;
  }
  .Interview .Interview__profile {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 120px auto 0;
    max-width: 995px;
    padding: 0 30px;
  }
  .Interview .Interview__profileHeading {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-bottom: 0;
  }
  .Interview .Interview__profileMain {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60.8%;
    flex: 0 0 60.8%;
  }
  .Interview .Interview__qa {
    margin: 0 auto;
    max-width: 860px;
    padding: 0 30px;
  }
  .Interview .Interview__question {
    gap: 15px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.67;
    margin-bottom: 20px;
  }
  .Interview .Interview__answer {
    margin-bottom: 120px;
  }
  .Interview a {
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  .Interview a:hover {
    opacity: 0.5;
  }
}

/* --------------------
 * InterviewList
 * -------------------- */
.InterviewList {
  margin-bottom: 100px;
  padding: 0 20px;
}
.InterviewList .InterviewList__item {
  margin-bottom: 30px;
}
.InterviewList .InterviewList__link {
  display: block;
}
.InterviewList .InterviewList__image {
  margin-bottom: 25px;
}
.InterviewList .InterviewList__title {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 15px;
}
.InterviewList .InterviewList__name {
  font-size: 15px;
}
.InterviewList .InterviewList__department {
  font-family: futura-pt, sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media print, screen and (min-width: 860px) {
  .InterviewList {
    gap: 30px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 auto 120px;
    max-width: 1365px;
    padding: 0 30px;
  }
  .InterviewList .InterviewList__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 60px) / 3);
    flex: 0 0 calc((100% - 60px) / 3);
    margin-bottom: 0;
  }
  .InterviewList .InterviewList__link {
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  .InterviewList .InterviewList__link:hover {
    opacity: 0.5;
  }
}

/* --------------------
 * Main
 * -------------------- */
.Main {
  padding-top: 100px;
}
.Main .Main__inner {
  padding-bottom: 30px;
  position: relative;
}
.Main .Main__container {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.Main .Main__container::before {
  border-top: 1px solid var(--color-01_navy);
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform ease-out 600ms;
  transition: -webkit-transform ease-out 600ms;
  transition: transform ease-out 600ms;
  transition: transform ease-out 600ms, -webkit-transform ease-out 600ms;
  width: 100%;
  z-index: 2;
}
.Main .Main__container.-show::before {
  -webkit-transform: scaleX(100%);
  transform: scaleX(100%);
}
.Main .Main__container::after {
  border-top: 1px solid var(--color-01_navy);
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform ease-out 600ms;
  transition: -webkit-transform ease-out 600ms;
  transition: transform ease-out 600ms;
  transition: transform ease-out 600ms, -webkit-transform ease-out 600ms;
  width: 100%;
  z-index: 2;
}
.Main .Main__container.-show::after {
  -webkit-transform: scaleX(100%);
  transform: scaleX(100%);
}
.Main .Main__container::after {
  -webkit-transition-delay: 25ms;
  transition-delay: 25ms;
}
.Main .Main__slider {
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-transform-origin: center;
  transform-origin: center;
  z-index: 0;
}
.Main .Main__slide {
  border-right: 1px solid var(--color-01_navy);
}
.Main .Main__slide a {
  display: block;
}
.Main .Main__dots {
  margin: 0 auto;
  padding: 15px 0;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.Main .Main__dots .slick-dots {
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: auto;
  position: relative;
  right: auto;
  top: auto;
}
.Main .Main__dots li {
  height: 30px;
  margin: 0;
  width: 30px;
}
.Main .Main__dots li .slick-active {
  position: relative;
}
.Main .Main__dots button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.Main .Main__dots button::before {
  content: none;
}
.Main .Main__dots button::after {
  background-color: var(--color-01_navy);
  border-radius: 50%;
  content: "";
  display: block;
  height: 4px;
  width: 4px;
}
.Main .Main__dotsActive {
  height: 30px;
  left: 0;
  position: absolute;
  top: 15px;
  width: 30px;
}
.Main .Main__dotsActive svg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.Main .Main__dotsActive.is-0 {
  left: 0;
}
.Main .Main__dotsActive.is-1 {
  left: 40px;
}
.Main .Main__dotsActive.is-2 {
  left: 80px;
}
.Main .Main__dotsActive.is-3 {
  left: 120px;
}
.Main .Main__dotsActive.is-4 {
  left: 160px;
}
.Main .Main__dotsActive.is-5 {
  left: 200px;
}
.Main .Main__dotsActive.is-6 {
  left: 240px;
}
.Main .Main__dotsActive.is-7 {
  left: 280px;
}
.Main .Main__dotsActive.is-8 {
  left: 320px;
}
.Main .Main__dotsActive.is-9 {
  left: 360px;
}
.Main .Main__circle {
  fill: none;
  stroke: teal;
  stroke-width: 1px;
  stroke: var(--color-01_navy);
  stroke-dasharray: 100px;
  stroke-dashoffset: 100px;
}
.Main .Main__circle.-show {
  -webkit-animation: circleAnimation 5000ms backwards linear;
  animation: circleAnimation 5000ms backwards linear;
}
@media print, screen and (min-width: 860px) {
  .Main {
    padding-top: 150px;
  }
  .Main .Main__inner {
    padding-bottom: 80px;
  }
  .Main .Main__slide a:hover img {
    opacity: 0.5;
  }
  .Main .Main__slide a img {
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }
  .Main .Main__dots {
    padding: 20px 0;
  }
  .Main .Main__dotsActive {
    top: 20px;
  }
}

@-webkit-keyframes circleAnimation {
  0% {
    stroke-dashoffset: 100px;
    opacity: 1;
  }
  98% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 0;
  }
}

@keyframes circleAnimation {
  0% {
    stroke-dashoffset: 100px;
    opacity: 1;
  }
  98% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 0;
  }
}
/* --------------------
 * Message
 * -------------------- */
.Message .Message__image {
  margin-bottom: 30px;
  padding-right: 20px;
}
.Message .Message__image.-right {
  padding-left: 20px;
  padding-right: 0;
}
.Message .Message__plofileWrap {
  padding: 0 20px 40px;
  position: relative;
}
.Message .Message__plofileWrap::after {
  border-bottom: 1px solid var(--color-01_navy);
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  width: 84px;
}
.Message .Message__name {
  font-size: 18px;
  line-height: 1.67;
  margin-bottom: 10px;
}
.Message .Message__profile {
  font-size: 13px;
  line-height: 1.77;
  margin-bottom: 20px;
}
.Message .Message__roleENn {
  font-family: futura-pt, sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.Message .Message__nameEN {
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  letter-spacing: 0.05em;
  line-height: 1.38;
  margin-bottom: 10px;
}
.Message .Message__text {
  padding: 30px 20px 20px;
}
.Message .Message__text.-en {
  margin-bottom: 100px;
  padding: 0 20px;
}
@media print, screen and (min-width: 860px) {
  .Message .Message__wrap {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 75px;
  }
  .Message .Message__wrap.-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .Message .Message__wrap.-right .Message__plofileWrap {
    padding: 0 3% 0 7%;
  }
  .Message .Message__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 57%;
    flex: 0 1 57%;
    margin-bottom: 0;
    padding-right: 0;
  }
  .Message .Message__image.-right {
    padding-left: 0;
  }
  .Message .Message__plofileWrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(43% - 40px);
    flex: 0 1 calc(43% - 40px);
    padding: 0 7% 0 3%;
  }
  .Message .Message__plofileWrap::after {
    display: none;
  }
  .Message .Message__name {
    margin-bottom: 10px;
  }
  .Message .Message__profile {
    margin-bottom: 20px;
  }
  .Message .Message__text {
    margin: 0 auto;
    max-width: 860px;
    padding: 0 30px 20px;
  }
  .Message .Message__text.-en {
    margin-bottom: 120px;
  }
}

/* --------------------
 * NavLink
 * -------------------- */
.NavLink {
  font-family: futura-pt, sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
}
.NavLink .NavLink__line {
  gap: 0.1em;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  pointer-events: none;
  position: relative;
}
/* --------------------
 * News
 * -------------------- */
.News {
  margin-bottom: 120px;
}
.News .News__list {
  margin-bottom: 60px;
}
.News .News__item {
  margin-bottom: 40px;
}
.News .News__title {
  font-size: 15px;
  margin: 15px 0 7px;
}
.News .News__date {
  font-family: futura-pt, sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.News .News__category {
  font-family: futura-pt, sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media print, screen and (min-width: 860px) {
  .News {
    margin-bottom: 125px;
  }
  .News .News__list {
    gap: 40px 4%;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 80px;
  }
  .News .News__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30.6%;
    flex: 0 0 30.6%;
    margin-bottom: 0;
  }
  .News .News__link {
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  .News .News__link:hover {
    opacity: 0.5;
  }
  .News .News__image img {
    aspect-ratio: 3/2;
  }
  .News .News__title {
    line-height: 1.7;
    margin: 15px 0 9px;
  }
}

/* --------------------
 * NewsContent
 * -------------------- */
.NewsContent {
  margin-bottom: 80px;
}
.NewsContent h2 {
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin: 80px auto 40px;
}
.NewsContent h3 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-bottom: 20px;
}
.NewsContent p {
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 40px;
}
.NewsContent figure {
  margin-bottom: 40px;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.NewsContent figure iframe {
  border: 0;
  height: 100%;
  left: 0%;
  position: absolute;
  top: 0;
  width: 100%;
}
.NewsContent ul {
  margin-bottom: 15px;
  padding-left: 15px;
}
.NewsContent ul li {
  position: relative;
}
.NewsContent ul li::before {
  background-color: var(--color-01_navy);
  content: "";
  display: block;
  height: 5px;
  left: -13px;
  position: absolute;
  top: 11.7px;
  width: 5px;
}
.NewsContent ul li:last-child::before {
  content: none;
}
.NewsContent ul li ul {
  margin-bottom: 30px;
}
.NewsContent ul li ul li {
  padding-left: 3px;
  position: relative;
}
.NewsContent ul li ul li::before {
  content: none;
}
.NewsContent ul li ul li::after {
  background-color: var(--color-01_navy);
  border-radius: 100%;
  content: "";
  display: block;
  height: 2px;
  left: -8px;
  position: absolute;
  top: 12.5px;
  width: 2px;
}
.NewsContent ol {
  margin-bottom: 30px;
  padding-left: 20px;
}
.NewsContent ol li {
  list-style: decimal;
}
.NewsContent a {
  gap: 0 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 15px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-right: 5px;
  text-decoration: underline;
}
.NewsContent a[target=_blank]::after {
  background-image: url("../images/icon_arrow.svg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 15px;
  -webkit-transform: rotate(-45deg) translateY(2px);
  transform: rotate(-45deg) translateY(2px);
  width: 13px;
}
.NewsContent a[href$=".pdf"]::after {
  background-image: url("../images/icon_pdf.svg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 15px;
  -webkit-transform: none !important;
  transform: none !important;
  width: 13px;
}
.NewsContent i {
  font-style: italic;
}
.NewsContent em {
  font-style: italic;
}
@media print, screen and (min-width: 860px) {
  .NewsContent a {
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  .NewsContent a:hover {
    opacity: 0.5;
  }
}

/* --------------------
 * NewsDetail
 * -------------------- */
.NewsDetail {
  margin: 80px auto;
}
.NewsDetail .NewsDetail__title {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 20px;
}
.NewsDetail .NewsDetail__date,
.NewsDetail .NewsDetail__category {
  font-family: futura-pt, sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.NewsDetail .NewsDetail__category {
  margin-bottom: 80px;
}
.NewsDetail .NewsDetail__eyecatch {
  margin-bottom: 80px;
}
.NewsDetail .NewsDetail__textJp {
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 30px;
}
.NewsDetail .NewsDetail__textEn {
  font-family: futura-pt, sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.NewsDetail .NewsDetail__sns {
  gap: 0 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.NewsDetail .NewsDetail__snsLink {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
}
.NewsDetail .NewsDetail__snsLink.-facebook {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10px;
  flex: 0 0 10px;
}
@media print, screen and (min-width: 860px) {
  .NewsDetail {
    margin-bottom: 120px;
  }
  .NewsDetail .NewsDetail__title {
    font-size: 30px;
  }
  .NewsDetail .NewsDetail__date,
  .NewsDetail .NewsDetail__category {
    font-size: 15px;
  }
  .NewsDetail .NewsDetail__snsLink {
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  .NewsDetail .NewsDetail__snsLink:hover {
    opacity: 0.5;
  }
}

/* --------------------
 * Opening
 * -------------------- */
.Opening {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--color-01_navy);
  background-image: url("../images/opening_background.jpg");
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 98px 93px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 200;
}
.Opening .Opening__logo {
  height: 16px;
  opacity: 0;
  width: 260px;
}
@media print, screen and (min-width: 860px) {
  .Opening .Opening__logo {
    height: 24px;
    width: 416px;
  }
}

/* --------------------
 * Pager
 * -------------------- */
.Pager .nav-links {
  gap: 0 34px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.Pager .screen-reader-text {
  display: block;
  position: relative;
}
.Pager .screen-reader-text::before {
  background-image: url("../images/icon_arrow.svg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  top: 50%;
  vertical-align: middle;
}
.Pager .screen-reader-text.-prev::before, .Pager .screen-reader-text.-next::before {
  height: 14px;
  width: 14px;
}
.Pager .screen-reader-text.-prev {
  left: -12px;
}
.Pager .screen-reader-text.-prev::before {
  left: 0;
  -webkit-transform: scale(-1, 1) translateY(-50%);
  transform: scale(-1, 1) translateY(-50%);
}
.Pager .screen-reader-text.-next {
  right: -7px;
}
.Pager .screen-reader-text.-next::before {
  right: -2px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.Pager .page-numbers {
  display: inline-block;
  font-family: futura-pt, sans-serif;
  font-size: 12px;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  position: relative;
}
.Pager .page-numbers.current {
  font-weight: 600;
}
.Pager .page-numbers.current::before {
  border: 1px solid var(--color-01_navy);
  border-radius: 50%;
  content: "";
  display: block;
  height: 30px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 30px;
  z-index: 1;
}
@media print, screen and (min-width: 860px) {
  .Pager .page-numbers {
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  .Pager .page-numbers:hover {
    opacity: 0.5;
  }
}

/* --------------------
 * PageTitle
 * -------------------- */
.PageTitle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 20px;
  position: relative;
}
.PageTitle.-top {
  height: 100px;
}
@media print, screen and (max-width: 859px) {
  .PageTitle:has(.PageTitle__select) {
    margin-bottom: 90px;
  }
  .PageTitle .PageTitle__select {
    bottom: -45px;
    height: 45px;
    left: 0;
    padding: 0 20px;
    position: absolute;
    width: 100%;
  }
  .PageTitle .PageTitle__select::before {
    border: 0;
    border-bottom: solid 1px #333;
    border-right: solid 1px #333;
    content: "";
    height: 9px;
    margin-top: -6px;
    position: absolute;
    right: 40px;
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 9px;
  }
  .PageTitle .PageTitle__select select {
    height: 45px;
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 860px) {
  .PageTitle {
    height: 300px;
    margin: 0 auto;
    max-width: 995px;
    padding: 0 30px;
    width: 100%;
  }
  .PageTitle:has(.PageTitle__select) {
    margin-bottom: 0;
  }
  .PageTitle.-top {
    height: 110px;
  }
  .PageTitle .PageTitle__select {
    height: 40px;
    min-width: 220px;
    position: absolute;
    right: 30px;
    top: calc(50% - 20px);
  }
  .PageTitle .PageTitle__select::before {
    border: 0;
    border-bottom: solid 1px #333;
    border-right: solid 1px #333;
    content: "";
    height: 9px;
    margin-top: -6px;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 9px;
  }
  .PageTitle .PageTitle__select select {
    height: 40px;
    padding: 0 15px;
  }
}

/* --------------------
 * Privacy
 * -------------------- */
.Privacy {
  margin-bottom: 105px;
}
.Privacy .Privacy__wrap {
  margin-bottom: 40px;
}
.Privacy .Privacy__title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.67;
  margin-bottom: 10px;
}
.Privacy .Privacy__text {
  margin-bottom: 15px;
}
.Privacy .Privacy__text:last-child {
  margin-bottom: 0;
}
.Privacy .Privacy__list1 {
  margin-bottom: 15px;
  padding-left: 20px;
}
.Privacy .Privacy__item1 {
  list-style: decimal;
}
.Privacy .Privacy__list2 {
  padding-left: 15px;
}
.Privacy .Privacy__item2 {
  position: relative;
}
.Privacy .Privacy__item2::before {
  background-color: var(--color-01_navy);
  content: "";
  display: block;
  height: 5px;
  left: -13px;
  position: absolute;
  top: 11.7px;
  width: 5px;
}
.Privacy .Privacy__item2Link,
.Privacy .Privacy__textLink {
  display: inline-block;
}
.Privacy .Privacy__list3 {
  padding-top: 7px;
}
.Privacy .Privacy__item3 {
  padding-left: 3px;
  position: relative;
}
.Privacy .Privacy__item3::before {
  background-color: var(--color-01_navy);
  border-radius: 100%;
  content: "";
  display: block;
  height: 2px;
  left: -8px;
  position: absolute;
  top: 12.5px;
  width: 2px;
}
.Privacy .Privacy__sign {
  margin: 65px auto 0;
  text-align: right;
}
.Privacy .Privacy__signText {
  font-size: 13px;
  line-height: 1.77;
}
@media print, screen and (min-width: 860px) {
  .Privacy {
    margin-bottom: 125px;
  }
  .Privacy .Privacy__item2Link,
  .Privacy .Privacy__textLink {
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  .Privacy .Privacy__item2Link:hover,
  .Privacy .Privacy__textLink:hover {
    opacity: 0.5;
  }
}

/* --------------------
 * Profile
 * -------------------- */
.Profile {
  margin-bottom: 60px;
}
.Profile .Profile__list {
  margin-bottom: 40px;
}
.Profile .Profile__item {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid var(--color-01-gray);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 25px 0;
}
.Profile .Profile__item:first-child {
  border-top: 1px solid var(--color-01-gray);
}
.Profile .Profile__itemTitle {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25.4%;
  flex: 0 0 25.4%;
  line-height: 1.67;
}
.Profile .Profile__itemTitleText {
  margin-bottom: 5px;
}
.Profile .Profile__itemDetail {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  line-height: 1.67;
}
.Profile .Profile__itemDetailText {
  margin-bottom: 5px;
}
.Profile .Profile__map {
  margin-bottom: -5px;
}
.Profile .Profile__map iframe {
  aspect-ratio: 335/220;
  width: 100%;
}
.Profile .Profile__mapLink {
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media print, screen and (min-width: 860px) {
  .Profile {
    margin-bottom: 75px;
  }
  .Profile .Profile__list {
    margin-bottom: 40px;
  }
  .Profile .Profile__itemTitle {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
    padding-left: 20px;
  }
}

/* --------------------
 * Recruit
 * -------------------- */
.Recruit {
  margin-bottom: 120px;
}
.Recruit.-lead {
  margin-bottom: 60px;
}
.Recruit .Recruit__item {
  border-bottom: 1px solid var(--color-01-gray);
  margin-bottom: 30px;
  position: relative;
}
.Recruit .Recruit__link:hover .Recruit__icon::before, .Recruit .Recruit__link:hover .Recruit__icon::after {
  -webkit-transform: translateX(28px);
  transform: translateX(28px);
  -webkit-transition: -webkit-transform 600ms ease-out;
  transition: -webkit-transform 600ms ease-out;
  transition: transform 600ms ease-out;
  transition: transform 600ms ease-out, -webkit-transform 600ms ease-out;
}
.Recruit .Recruit__content {
  margin: 20px 0 30px;
}
.Recruit .Recruit__category {
  font-family: futura-pt, sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 20px;
}
.Recruit .Recruit__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
}
.Recruit .Recruit__department {
  font-size: 15px;
}
.Recruit .Recruit__icon {
  bottom: 40px;
  display: inline-block;
  height: 14px;
  overflow: hidden;
  position: relative;
  position: absolute;
  right: 0;
  width: 14px;
}
.Recruit .Recruit__icon::before, .Recruit .Recruit__icon::after {
  background-image: url("../images/icon_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 14px;
  position: absolute;
  top: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  width: 14px;
}
.Recruit .Recruit__icon::before {
  left: 0;
}
.Recruit .Recruit__icon::after {
  left: -28px;
}
@media print, screen and (min-width: 860px) {
  .Recruit.-lead {
    margin-bottom: 120px;
  }
  .Recruit .Recruit__list {
    margin-bottom: 60px;
  }
  .Recruit .Recruit__link {
    gap: 0 40px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 30px;
  }
  .Recruit .Recruit__link:hover .Recruit__image,
  .Recruit .Recruit__link:hover .Recruit__category,
  .Recruit .Recruit__link:hover .Recruit__title,
  .Recruit .Recruit__link:hover .Recruit__department {
    opacity: 0.5;
  }
  .Recruit .Recruit__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 285px;
    flex: 0 0 285px;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }
  .Recruit .Recruit__content {
    margin: 0;
  }
  .Recruit .Recruit__category {
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }
  .Recruit .Recruit__title {
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }
  .Recruit .Recruit__department {
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }
  .Recruit .Recruit__icon {
    bottom: 30px;
  }
}

/* --------------------
 * RecruitDetail
 * -------------------- */
.RecruitDetail {
  margin-bottom: 120px;
}
.RecruitDetail .RecruitDetail__mainTitle {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.5;
  padding: 80px 0;
  text-align: center;
}
.RecruitDetail .RecruitDetail__image {
  margin-bottom: 40px;
}
.RecruitDetail .RecruitDetail__text {
  line-height: 1.9;
  margin-bottom: 30px;
}
.RecruitDetail .RecruitDetail__list {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 40px;
}
.RecruitDetail .RecruitDetail__title,
.RecruitDetail .RecruitDetail__description {
  border-bottom: 1px solid var(--color-01-gray);
  border-top: 1px solid var(--color-01-gray);
  margin-top: -1px;
}
.RecruitDetail .RecruitDetail__title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 85px;
  flex: 0 0 85px;
  padding-top: 30px;
}
.RecruitDetail .RecruitDetail__description {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 85px);
  flex: 0 0 calc(100% - 85px);
  line-height: 1.9;
  padding: 30px 0;
}
.RecruitDetail .RecruitDetail__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--color-01_navy);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 300px;
}
.RecruitDetail .RecruitDetail__linkText {
  color: var(--color-00_white);
}
.RecruitDetail a {
  text-decoration: underline;
}
@media print, screen and (min-width: 860px) {
  .RecruitDetail .RecruitDetail__mainTitle {
    font-size: 30px;
    line-height: 1.3;
  }
  .RecruitDetail .RecruitDetail__eyecatch {
    gap: 0 40px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 30px;
  }
  .RecruitDetail .RecruitDetail__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 285px;
    flex: 0 0 285px;
    margin-bottom: 0;
  }
  .RecruitDetail .RecruitDetail__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 190px;
    flex: 0 0 190px;
    padding-left: 20px;
  }
  .RecruitDetail .RecruitDetail__description {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 190px);
    flex: 0 0 calc(100% - 190px);
  }
  .RecruitDetail .RecruitDetail__link {
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  .RecruitDetail .RecruitDetail__link:hover {
    opacity: 0.5;
  }
  .RecruitDetail a {
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  .RecruitDetail a:hover {
    opacity: 0.5;
  }
}

/* --------------------
 * Section
 * -------------------- */
.Section {
  position: relative;
}
.Section + .Section::after {
  border-top: 1px solid var(--color-01_navy);
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform ease-out 600ms;
  transition: -webkit-transform ease-out 600ms;
  transition: transform ease-out 600ms;
  transition: transform ease-out 600ms, -webkit-transform ease-out 600ms;
  width: 100%;
  z-index: 2;
}
.Section + .Section.-show::after {
  -webkit-transform: scaleX(100%);
  transform: scaleX(100%);
}
.Section.-full .Section__inner {
  padding: 0;
}
.Section .Section__inner {
  padding: 0 20px;
}
@media print, screen and (min-width: 860px) {
  .Section .Section__inner {
    margin: 0 auto;
    max-width: 1160px;
    padding: 0 30px;
  }
  .Section.-full .Section__inner {
    max-width: none;
  }
  .Section.-w594 .Section__inner {
    margin: 0 auto 120px;
    max-width: 654px;
  }
  .Section.-w700 .Section__inner {
    max-width: 760px;
  }
  .Section.-w800 .Section__inner {
    max-width: 860px;
  }
  .Section.-w935 .Section__inner {
    max-width: 995px;
  }
  .Section.-w1306 .Section__inner {
    max-width: 1366px;
  }
}

/* --------------------
 * Thanks
 * -------------------- */
.Thanks {
  margin-bottom: 100px;
}
.Thanks .Thanks__text1 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}
.Thanks .Thanks__text2 {
  margin-bottom: 30px;
  text-align: center;
}
@media print, screen and (min-width: 860px) {
  .Thanks {
    margin-bottom: 120px;
  }
}

/* --------------------
 * Title1
 * -------------------- */
.Title1 {
  font-family: futura-pt, sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.05em;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 0;
  padding: 0;
  text-align: center;
}
.Title1.-jp {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 27px;
  font-weight: 600;
  letter-spacing: 0;
  letter-spacing: 0.1em;
}
.Title1 .Title1__note {
  display: block;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  margin-top: 15px;
}
@media print, screen and (min-width: 860px) {
  .Title1 {
    font-size: 40px;
  }
  .Title1.-jp {
    font-size: 32px;
  }
  .Title1 .Title1__note {
    margin-top: 20px;
  }
}

/* --------------------
 * Title2
 * -------------------- */
.Title2 {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 0;
  letter-spacing: 0.05em;
  line-height: 1.62;
  margin: 0;
  padding: 0;
  text-align: center;
}
.Title2.-en {
  font-family: futura-pt, sans-serif;
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 0.05em;
  letter-spacing: 0.05em;
  line-height: 1.31;
}
.Title2 .Title2__small {
  font-size: 18px;
}
@media print, screen and (min-width: 860px) {
  .Title2.-en {
    font-size: 26px;
  }
  .Title2 .Title2__small {
    font-size: 20px;
  }
}

/* --------------------
 * TopBanner
 * -------------------- */
.TopBanner {
  padding: 20px;
  position: relative;
}
.TopBanner::before {
  border-top: 1px solid var(--color-01_navy);
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform ease-out 600ms;
  transition: -webkit-transform ease-out 600ms;
  transition: transform ease-out 600ms;
  transition: transform ease-out 600ms, -webkit-transform ease-out 600ms;
  width: 100%;
  z-index: 2;
}
.TopBanner.-show::before {
  -webkit-transform: scaleX(100%);
  transform: scaleX(100%);
}
.TopBanner .TopBanner__content {
  margin-bottom: 20px;
  position: relative;
}
.TopBanner .TopBanner__content:last-child {
  margin-bottom: 0;
}
.TopBanner .TopBanner__link {
  aspect-ratio: 67/38;
  display: block;
  overflow: hidden;
  position: relative;
}
.TopBanner .TopBanner__image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.TopBanner .TopBanner__text {
  color: var(--color-01-beige);
  font-family: futura-pt, sans-serif;
  font-size: 30px;
  font-weight: 500;
  left: 50%;
  letter-spacing: 0.05em;
  letter-spacing: 0.08em;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media print, screen and (min-width: 860px) {
  .TopBanner {
    padding: 1px 0 0 0;
  }
  .TopBanner .TopBanner__inner {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .TopBanner .TopBanner__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin: 0;
  }
  .TopBanner .TopBanner__content:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .TopBanner .TopBanner__content:last-child .TopBanner__link {
    aspect-ratio: 683/210;
    padding: 30px;
  }
  .TopBanner .TopBanner__content:last-child::before {
    border-top: 1px solid var(--color-01_navy);
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform ease-out 600ms;
    transition: -webkit-transform ease-out 600ms;
    transition: transform ease-out 600ms;
    transition: transform ease-out 600ms, -webkit-transform ease-out 600ms;
    width: 100%;
    z-index: 2;
  }
  .TopBanner .TopBanner__content:last-child.-show::before {
    -webkit-transform: scaleX(100%);
    transform: scaleX(100%);
  }
  .TopBanner .TopBanner__content:nth-child(1)::before {
    border-right: 1px solid var(--color-01_navy);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    z-index: 2;
  }
  .TopBanner .TopBanner__link {
    aspect-ratio: 683/420;
    z-index: 1;
  }
  .TopBanner .TopBanner__link:hover .TopBanner__image {
    opacity: 0.5;
  }
  .TopBanner .TopBanner__image {
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }
  .TopBanner .TopBanner__text {
    font-size: 40px;
  }
}

/* --------------------
 * TopBrand
 * -------------------- */
.TopBrand {
  position: relative;
}
.TopBrand::before {
  border-top: 1px solid var(--color-01_navy);
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform ease-out 600ms;
  transition: -webkit-transform ease-out 600ms;
  transition: transform ease-out 600ms;
  transition: transform ease-out 600ms, -webkit-transform ease-out 600ms;
  width: 100%;
  z-index: 2;
}
.TopBrand.-show::before {
  -webkit-transform: scaleX(100%);
  transform: scaleX(100%);
}
.TopBrand .TopBrand__lead {
  margin: auto;
  padding: 100px 20px 50px;
  text-align: center;
}
.TopBrand .TopBrand__text {
  font-size: 15px;
}
.TopBrand .TopBrand__inner {
  margin-bottom: 100px;
  padding: 0 20px;
}
.TopBrand .TopBrand__photo {
  overflow: hidden;
}
.TopBrand .TopBrand__photo img {
  aspect-ratio: 1/1;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.TopBrand .TopBrand__content {
  padding: 20px 0 0;
}
.TopBrand .TopBrand__logo {
  margin: 0 auto 50px 0;
}
.TopBrand .TopBrand__logo img {
  display: inline-block;
  height: auto;
  max-height: 52px;
  max-width: 210px;
  width: auto;
}
@media print, screen and (min-width: 860px) {
  .TopBrand .TopBrand__lead {
    padding: 150px 0 140px;
  }
  .TopBrand .TopBrand__text {
    font-size: 17px;
  }
  .TopBrand .TopBrand__inner {
    margin-bottom: 150px;
    padding: 0 30px;
  }
  .TopBrand .TopBrand__items {
    gap: 50px 30px;
    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;
  }
  .TopBrand .TopBrand__brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 60px) / 3);
    flex: 0 0 calc((100% - 60px) / 3);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .TopBrand .TopBrand__brand a {
    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-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    pointer-events: none;
  }
  .TopBrand .TopBrand__brand a img {
    pointer-events: auto;
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  .TopBrand .TopBrand__brand a:hover img {
    opacity: 0.5;
  }
  .TopBrand .TopBrand__photo {
    margin: 0;
  }
  .TopBrand .TopBrand__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .TopBrand .TopBrand__logo {
    margin: auto;
  }
}

/* --------------------
 * TopNews
 * -------------------- */
.TopNews {
  padding-bottom: 70px;
}
.TopNews .TopNews__inner {
  padding: 0 20px;
}
.TopNews .TopNews__title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.TopNews .TopNews__list {
  position: relative;
}
.TopNews .TopNews__list::before {
  border-top: 1px solid var(--color-01_navy);
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform ease-out 600ms;
  transition: -webkit-transform ease-out 600ms;
  transition: transform ease-out 600ms;
  transition: transform ease-out 600ms, -webkit-transform ease-out 600ms;
  width: 100%;
  z-index: 2;
}
.TopNews .TopNews__list.-show::before {
  -webkit-transform: scaleX(100%);
  transform: scaleX(100%);
}
.TopNews .TopNews__item {
  position: relative;
}
.TopNews .TopNews__item::before {
  border-top: 1px solid var(--color-01_navy);
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform ease-out 600ms;
  transition: -webkit-transform ease-out 600ms;
  transition: transform ease-out 600ms;
  transition: transform ease-out 600ms, -webkit-transform ease-out 600ms;
  width: 100%;
  z-index: 2;
}
.TopNews .TopNews__item.-show::before {
  -webkit-transform: scaleX(100%);
  transform: scaleX(100%);
}
.TopNews .TopNews__item:nth-child(1)::before {
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}
.TopNews .TopNews__item:nth-child(2)::before {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.TopNews .TopNews__item:nth-child(3)::before {
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}
.TopNews .TopNews__item:nth-child(4)::before {
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
}
.TopNews .TopNews__link {
  gap: 0 15px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 30px 0 25px;
}
.TopNews .TopNews__link:hover .TopNews__icon::before, .TopNews .TopNews__link:hover .TopNews__icon::after {
  -webkit-transform: translateX(28px);
  transform: translateX(28px);
  -webkit-transition: -webkit-transform 600ms ease-out;
  transition: -webkit-transform 600ms ease-out;
  transition: transform 600ms ease-out;
  transition: transform 600ms ease-out, -webkit-transform 600ms ease-out;
}
.TopNews .TopNews__date {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  font-family: futura-pt, sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 0;
}
.TopNews .TopNews__brand {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  font-family: futura-pt, sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 0;
}
.TopNews .TopNews__newsTitle {
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
}
.TopNews .TopNews__text {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.666;
}
.TopNews .TopNews__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 14px;
  flex: 0 0 14px;
  height: 14px;
  overflow: hidden;
  position: relative;
}
.TopNews .TopNews__icon::before, .TopNews .TopNews__icon::after {
  background-image: url("../images/icon_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 14px;
  position: absolute;
  top: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  width: 14px;
}
.TopNews .TopNews__icon::before {
  left: 0;
}
.TopNews .TopNews__icon::after {
  left: -28px;
}
.TopNews .TopNews__more {
  margin-left: auto;
  padding: 15px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media print, screen and (min-width: 860px) {
  .TopNews {
    padding-bottom: 50px;
  }
  .TopNews .TopNews__inner {
    gap: 30px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1160px;
  }
  .TopNews .TopNews__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    height: auto;
  }
  .TopNews .TopNews__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 900px;
    flex: 0 1 900px;
    margin-top: 7px;
  }
  .TopNews .TopNews__link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 0;
  }
  .TopNews .TopNews__link:hover .TopNews__date,
  .TopNews .TopNews__link:hover .TopNews__brand,
  .TopNews .TopNews__link:hover .TopNews__text {
    opacity: 0.5;
  }
  .TopNews .TopNews__date {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }
  .TopNews .TopNews__brand {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
    position: relative;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }
  .TopNews .TopNews__brand:after {
    border-right: 1px solid var(--color-01_navy);
    content: "";
    display: block;
    height: 18px;
    position: absolute;
    right: 2px;
    top: calc(50% - 9px);
    width: 1px;
  }
  .TopNews .TopNews__newsTitle {
    gap: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 90px - 130px - 30px);
    flex: 0 0 calc(100% - 90px - 130px - 30px);
    margin: 0;
    width: auto;
  }
  .TopNews .TopNews__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }
  .TopNews .TopNews__more {
    padding: 30px 0;
  }
}

/* --------------------
 * Welfare
 * -------------------- */
.Welfare {
  margin-bottom: 100px;
}
.Welfare .Welfare__main {
  margin-bottom: 40px;
}
.Welfare .Welfare__image {
  margin-bottom: 10px;
}
.Welfare .Welfare__mainContent {
  padding: 0 20px;
}
.Welfare .Welfare__title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  font-weight: 600;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 5px;
}
.Welfare .Welfare__title sup {
  line-height: 1;
  top: -0.15em;
}
.Welfare .Welfare__titleNumber {
  font-family: futura-pt, sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-right: 20px;
}
.Welfare .Welfare__text {
  margin-bottom: 20px;
}
.Welfare .Welfare__content {
  margin-bottom: 40px;
  padding: 0 20px;
}
.Welfare .Welfare__contentItem {
  margin-bottom: 20px;
}
.Welfare .Welfare__contentImage {
  margin-bottom: 20px;
}
.Welfare .Welfare__contentTitle {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}
@media print, screen and (min-width: 860px) {
  .Welfare {
    margin-bottom: 120px;
  }
  .Welfare .Welfare__main {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 120px;
  }
  .Welfare .Welfare__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-bottom: 0;
  }
  .Welfare .Welfare__mainContent {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 40.5%;
    flex: 0 1 40.5%;
    padding: 0 0 0 30px;
  }
  .Welfare .Welfare__title {
    margin-bottom: 5px;
  }
  .Welfare .Welfare__titleNumber {
    padding-right: 20px;
  }
  .Welfare .Welfare__text {
    margin-bottom: 30px;
  }
  .Welfare .Welfare__text.-margin0 {
    margin-bottom: 0;
  }
  .Welfare .Welfare__content {
    margin: 0 auto 40px;
    max-width: 995px;
    padding: 0 30px;
  }
  .Welfare .Welfare__contentList {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .Welfare .Welfare__contentItem {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 60px) / 3);
    flex: 0 0 calc((100% - 60px) / 3);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 0;
  }
}