@charset "UTF-8";
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container{
  width: 100%;
}
@media (min-width: 641px){
  .container{
    max-width: 641px;
  }
}
@media (min-width: 821px){
  .container{
    max-width: 821px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.detail-header {
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-size: 20px;
  }
@media (min-width: 821px){
  .detail-header{
    font-size: 36px;
  }
}
.detail-header {
    margin-bottom: 3em;
    padding-top: 100px;
  }
@media (min-width: 821px) {
    .detail-header {
      padding-top: 270px;
    }
  }
.detail-header:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
  }
.detail-header strong {
    margin-right: 1em;
  }
.detail-wrap {
    margin-top: 2em;
  }
.detail-wrap h3{
  font-size: 15px;
}
@media (min-width: 821px){
  .detail-wrap h3{
    font-size: 20px;
  }
}
.detail-wrap p{
  font-size: 14px;
}
@media (min-width: 821px){
  .detail-wrap p{
    font-size: 18px;
  }
}
.detail-btn {
    margin-top: 6em;
    text-align: center;
  }
.detail-btn .btn {
    max-width: 445px;
    margin-left: auto;
    margin-right: auto;
  }
body {
    font-family: "Noto Sans JP", "Poppins", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 1rem;
  }
.wrap {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
  }
@media (min-width: 821px) {
    .wrap {
      padding-left: 25px;
      padding-right: 25px;
    }
    .wrap__inner {
      padding-left: 50px;
      padding-right: 50px;
    }
  }
.header {
    width: 100%;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 5;
  }
@media (min-width: 821px) {
    .header {
      position: absolute;
    }
    .header-inner {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: wrap;
      padding-left: 60px;
      padding-right: 60px;
    }
  }
.header-logo {
    position: relative;
    z-index: 1;
  }
.header-logo img {
    max-width: 95px;
    height: 80px;
    margin: 0 auto;
  }
@media (min-width: 821px) {
    .header-logo {
      width: 183px;
    }
    .header-logo img {
      max-width: none;
      width: 100%;
      height: auto;
    }
  }
.header-logo .logo-txt-color {
    fill: #000;
  }
@media (min-width: 821px) {
    .header-logo .logo-txt-color {
      fill: #fff;
      transition: fill 0.4s;
    }
    .-fixed .header-logo .logo-txt-color {
      fill: #000;
    }
  }
.header-logo .logo-mark-color {
    fill: url(#gr);
  }
.header-menu {
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 20px;
    top: 50%;
    translate: 0 -50%;
    z-index: 2;
  }
.header-menu:before, .header-menu:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    left: 50%;
    translate: -50% 0;
    transition: 0.4s;
  }
.header-menu:before {
    top: 8px;
  }
.header-menu:after {
    bottom: 7px;
  }
.header-menu.is-open:before {
    top: 15px;
    rotate: 315deg;
  }
.header-menu.is-open:after {
    bottom: 9px;
    rotate: -315deg;
  }
@media (min-width: 821px) {
    .header-menu {
      display: none;
    }
  }
.header-menu__sub.is-open {
    rotate: 540deg;
  }
.header-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 90px;
    translate: -100% 0;
    background: #fff;
    transition: translate 0.4s, color 0.4s;
  }
.header-nav.is-open {
    translate: 0;
  }
@media (min-width: 821px) {
    .header-nav {
      width: calc(100% - 200px);
    }
    .header-nav__ul {
      display: flex;
      justify-content: flex-end;
    }
  }
.header-nav__li {
    text-align: left;
    border-top: solid 1px #ddd;
    position: relative;
  }
.header-nav__li a {
    font-family: "Poppins";
    display: block;
    padding: 5vh;
  }
.header-nav__li .js-subMenuBtn {
    border-left: solid 1px transparent;
    position: relative;
  }
.header-nav__li .js-subMenuBtn:before {
    content: "";
    display: block;
    width: 5px;
    height: 0;
    position: absolute;
    top: 0;
    left: -1px;
    background: #66aeac;
    transition: 0.2s;
  }
.header-nav__li .js-subMenuBtn.hover:before {
    height: 100%;
  }
@media (min-width: 821px) {
    .header-nav {
      position: static;
      background: transparent;
      height: auto;
      text-align: right;
      padding-top: 30px;
      translate: 0 0;
    }
    .-fixed .header-nav {
      color: #000;
    }
    .header-nav__li {
      display: inline-block;
      border: none;
      margin-right: 60px;
    }
    .header-nav__li:last-child {
      margin-right: 0;
    }
    .header-nav__li a {
      padding: 10px 0 30px;
    }
    .header-nav__li .js-subMenuBtn {
      width: 115px;
      padding-left: 30px;
    }
    .header-nav__li .js-subMenuBtn:before {
      width: 1px;
      top: 10px;
      left: 0;
      background: #fff;
    }
    .-fixed .header-nav__li .js-subMenuBtn:before {
      background: #66aeac;
    }
    .header-nav__li .js-subMenuBtn.hover:before {
      height: calc(100% - 40px);
    }
  }
.footer {
    position: relative;
    text-align: center;
  }
.footer-pagetop {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    z-index: 1;
    right: 20px;
    bottom: 20px;
    translate: 60px 0;
    transition: 0.4s;
  }
.footer-pagetop:before {
    content: "＞";
    rotate: -90deg;
    scale: 0.8 2;
    font-weight: 300;
    color: #fff;
    translate: -1px -2px;
  }
.footer-pagetop.on {
    translate: 0 0;
  }
.footer-inner {
    display: inline-block;
    text-align: left;
    padding: 110px 0 40px;
  }
.footer-col__ul > li {
    display: inline-block;
    padding: 6px 0;
    margin: 0 2.5vw;
    font-size: 10px;
  }
@media (min-width: 821px){
  .footer-col__ul > li{
    font-size: 15px;
      margin: 0 2vw;
  }
}
.footer-col__01 {
    margin-bottom: 10%;
  }
@media (min-width: 821px) {
    .footer-col__01 {
      margin-bottom: 40px;
    }
  }
.footer-copy{
  display: block;
  text-align: center;
  font-size: 10px;
    font-family: var(__en);
}
.kv {
    position: relative;
    width: 100%;
  }
@media (min-width: 821px) {
    .kv {
      height: 100vh;
    }
  }
.kv video {
    width: 100%;
  }
@media (min-width: 821px) {
    .kv video {
      height: 100vh;
      -o-object-fit: cover;
         object-fit: cover;
    }
  }
.idx {
    background: #f5f5f5;
  }
.idx-container {
    position: relative;
    overflow: hidden;
  }
.idx-nav {
    position: relative;
    padding-bottom: 0.5em;
  }
.idx-nav:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    bottom: 0;
  }
.idx-nav:hover:before {
    animation-name: drawline;
    animation-timing-function: linear;
    animation-duration: 0.4s;
  }
@keyframes drawline {
    0% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }
.idx-interview {
    position: relative;
    padding-left: 50px;
  }
@media (min-width: 821px) {
    .idx-interview {
      padding-left: 100px;
    }
  }
.idx-interview__head {
    width: 31px;
    position: absolute;
    left: 0;
    top: 5%;
  }
@media (min-width: 821px) {
    .idx-interview__head {
      width: 62px;
      top: 0;
    }
  }
.idx-interview__list > li{
  position: relative;
  border-bottom-width: 1px;
    border-color: #b2b2b2;
}
@media (min-width: 821px) {
    .idx-interview__list > li{
    border-bottom-width: 0px;
    border-left-width: 1px;
      width: 33.3%;
  }
  }
.idx-interview__year{
  display: flex;
  justify-content: space-between;
    padding-left: 156px;
    letter-spacing: 0.028em;
}
@media (min-width: 821px) {
    .idx-interview__year{
    margin-bottom: 2rem;
      padding-left: 0;
  }
  }
.idx-interview__section {
    font-size: 2.5vw;
  }
@media (min-width: 376px) {
    .idx-interview__section{
    font-size: 14px;
      scale: 0.8;
      transform-origin: top right;
  }
  }
@media (min-width: 821px) {
    .idx-interview__section {
      scale: 1;
    }
  }
.idx-interview__ph {
    width: 134px;
    position: absolute;
    left: 3%;
    top: 50%;
    translate: 0 -50%;
  }
@media (min-width: 821px) {
    .idx-interview__ph {
      position: static;
      width: auto;
      margin: 20px 0;
      translate: none;
    }
  }
.idx-interview__name {
    padding-left: 156px;
  }
@media (min-width: 821px) {
    .idx-interview__name {
      padding-left: 0;
    }
  }
.idx-interview__a {
    display: block;
    background-color: rgba(195, 223, 223, 0);
    transition: 0.4s;
    padding: 10% 0 10% 0;
  }
@media (min-width: 821px) {
    .idx-interview__a {
      padding: 10px 30px;
    }
  }
.idx-interview__a:hover {
    background-color: rgba(195, 223, 223, 0.5019607843);
  }
.interview {
    background: linear-gradient(90deg, #c5dfdf 0%, #86bdbd 80.91%);
  }
.interview-main {
    padding-top: 8%;
    transition: 0.6s;
    translate: 0 40px;
    opacity: 0;
  }
.-loaded .interview-main {
    opacity: 1;
    translate: 0;
  }
@media (min-width: 821px) {
    .interview-main {
      padding-top: 184px;
    }
  }
.interview-main .interview-column__ph {
    position: relative;
  }
.interview-main .interview-column__ph:after {
    content: "";
    width: 94%;
    padding-top: 13%;
    background: url(../img/interview/txt_kv.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 0;
    translate: -3% 50%;
  }
@media (min-width: 821px) {
    .interview-main .interview-column__ph:after {
      width: 626px;
      padding-top: 0;
      height: 84px;
      translate: -5% 50%;
    }
  }
.interview-main .interview-column__ph .section {
    position: absolute;
    left: 10px;
    bottom: 12%;
  }
@media (min-width: 821px) {
    .interview-main .interview-column__ph .section {
      left: 10px;
      bottom: 10px;
    }
  }
.interview-main .interview-column__ph .section li {
    margin-bottom: 4px;
  }
.interview-main .interview-column__ph .section li span {
    background: rgba(255, 255, 255, 0.3764705882);
    color: #000;
    display: block;
    padding: 2px 10px;
  }
.interview-column {
    color: #fff;
  }
.interview-column__ph {
    margin-bottom: 50px;
  }
@media (min-width: 821px) {
    .interview-column__ph {
      margin-bottom: 100px;
    }
  }
.interview-column__head p {
    display: inline-block;
  }
.interview-column__body {
    margin-bottom: 50px;
  }
@media (min-width: 821px) {
    .interview-column__body {
      margin-bottom: 100px;
    }
  }
#kv .wrap {
    opacity: 0;
    transition: 0.4s;
    translate: 0 10px;
  }
.-loaded #kv .wrap {
    opacity: 1;
    translate: 0 0;
  }
.en {
    font-family: "Poppins", Arial, sans-serif;
  }
.scroll-fade {
    transition: 0.6s;
    opacity: 0;
    transform: translateY(40px);
  }
.scroll-fade.active {
    opacity: 1;
    transform: translateY(0px);
  }
@media screen and (max-width: 641px) {
    .scroll-fade {
      transition: 0.4s;
    }
  }
.indent {
    padding-left: 1em;
    text-indent: -1em;
  }
.mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 10;
    transition: 0.8s;
    transition-delay: 0.5s;
  }
.-loaded .mask {
    opacity: 0;
    pointer-events: none;
    z-index: -1;
  }
.mask svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    margin: -50px 0 0 -50px;
  }
.btn{
  position: relative;
  display: block;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 14px;
}
@media (min-width: 821px){
  .btn{
    font-size: 28px;
  }
}
.btn {
    transition: 0.3s;
  }
.btn p{
  position: relative;
  z-index: 10;
}
.btn:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(102 174 172 / var(--tw-bg-opacity, 1));
    transition: 0.3s;
  }
.btn:hover {
    color: #fff;
  }
.btn:hover:before {
    width: 100%;
  }
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.right-2{
  right: 0.5rem;
}
.right-4{
  right: 1rem;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-24{
  margin-bottom: 6rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.hidden{
  display: none;
}
.w-1\/2{
  width: 50%;
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-center{
  align-items: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-6{
  gap: 1.5rem;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.border{
  border-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-0{
  border-bottom-width: 0px;
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-10px{
  font-size: 10px;
}
.text-12px{
  font-size: 12px;
}
.text-14px{
  font-size: 14px;
}
.text-15px{
  font-size: 15px;
}
.text-18px{
  font-size: 18px;
}
.text-20px{
  font-size: 20px;
}
.text-24px{
  font-size: 24px;
}
.text-36px{
  font-size: 36px;
}
.text-57px{
  font-size: 57px;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.not-italic{
  font-style: normal;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-normal{
  letter-spacing: 0em;
}
.tracking-widest{
  letter-spacing: 0.1em;
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
:root {
  --en: "Poppins";
}

@media (min-width: 821px){
  body{
    font-size: 15px;
  }
}

body {
  line-height: 1.8;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
}

@media (min-width: 821px){
  .md\:right-4{
    right: 1rem;
  }
  .md\:mb-0{
    margin-bottom: 0px;
  }
  .md\:block{
    display: block;
  }
  .md\:flex{
    display: flex;
  }
  .md\:hidden{
    display: none;
  }
  .md\:w-2\/5{
    width: 40%;
  }
  .md\:w-3\/5{
    width: 60%;
  }
  .md\:gap-8{
    gap: 2rem;
  }
  .md\:bg-transparent{
    background-color: transparent;
  }
  .md\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .md\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .md\:text-left{
    text-align: left;
  }
  .md\:text-13px{
    font-size: 13px;
  }
  .md\:text-14px{
    font-size: 14px;
  }
  .md\:text-18px{
    font-size: 18px;
  }
  .md\:text-28px{
    font-size: 28px;
  }
  .md\:text-32px{
    font-size: 32px;
  }
  .md\:text-36px{
    font-size: 36px;
  }
  .md\:text-47px{
    font-size: 47px;
  }
}