/*
! tailwindcss v3.0.23 | 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.
*/

html {
  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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

/*
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. 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-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
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-size: 100%;
  /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}

/*
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:-ms-input-placeholder, textarea:-ms-input-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;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*, ::before, ::after {
  --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-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:  ;
}

.container {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 480px) {
  .container {
    max-width: 480px;
  }
}

@media (min-width: 600px) {
  .container {
    max-width: 600px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 782px) {
  .container {
    max-width: 782px;
  }
}

@media (min-width: 960px) {
  .container {
    max-width: 960px;
    padding-right: 0rem;
    padding-left: 0rem;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}

.bg {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.transition {
  transition: all 0.3s linear;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-8 {
  bottom: 2rem;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-10 {
  margin-bottom: 40px;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-10 {
  margin-left: 40px;
}

.ml-8 {
  margin-left: 2rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.mb-22 {
  margin-bottom: 88px;
}

.mb-24 {
  margin-bottom: 6rem;
}

.mt-30 {
  margin-top: 120px;
}

.mr-6 {
  margin-right: 1.5rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.hidden {
  display: none;
}

.h-screen {
  height: 100vh;
}

.h-full {
  height: 100%;
}

.w-event {
  width: 375px;
}

.w-screen {
  width: 100vw;
}

.w-auto {
  width: auto;
}

.w-3 {
  width: 0.75rem;
}

.max-w-screen-xl {
  max-width: 1280px;
}

.max-w-500 {
  max-width: 500px;
}

.max-w-bmax {
  max-width: 1080px;
}

.max-w-wmax {
  max-width: 1440px;
}

.max-w-cmax {
  max-width: 960px;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.list-disc {
  list-style-type: disc;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded {
  border-radius: 0.25rem;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-8 {
  border-width: 8px;
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(0 123 195 / var(--tw-border-opacity));
}

.border-blue {
  --tw-border-opacity: 1;
  border-color: rgb(2 123 195 / var(--tw-border-opacity));
}

.border-gray-f7 {
  --tw-border-opacity: 1;
  border-color: rgb(247 247 247 / var(--tw-border-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-light-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(242 248 252 / var(--tw-bg-opacity));
}

.bg-gray-f8 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}

.bg-gray-f7 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pt-10 {
  padding-top: 40px;
}

.pt-16 {
  padding-top: 4rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pt-17 {
  padding-top: 68px;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

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

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.font-medium {
  font-weight: 500;
}

.font-bold {
  font-weight: 700;
}

.font-light {
  font-weight: 300;
}

.leading-loose {
  line-height: 2;
}

.leading-16 {
  line-height: 1.6;
}

.leading-18 {
  line-height: 1.8;
}

.leading-relaxed {
  line-height: 1.625;
}

.tracking-tight {
  letter-spacing: 0;
}

.tracking-wider {
  letter-spacing: .15em;
}

.tracking-normal {
  letter-spacing: 0.05em;
}

.tracking-widest {
  letter-spacing: .30em;
}

.tracking-wide {
  letter-spacing: .1em;
}

.tracking-4 {
  letter-spacing: 0.04em;
}

.tracking-tighter {
  letter-spacing: -.02em;
}

.tracking-tightest {
  letter-spacing: -.075em;
}

.text-black-6 {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-blue {
  --tw-text-opacity: 1;
  color: rgb(2 123 195 / var(--tw-text-opacity));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(0 123 195 / var(--tw-text-opacity));
}

.text-black-4a {
  --tw-text-opacity: 1;
  color: rgb(74 74 74 / var(--tw-text-opacity));
}

.text-black-3 {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.decoration-1 {
  text-decoration-thickness: 1px;
}

.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.alignfull {
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
}

.alignwide {
  margin: 2rem 0;
  max-width: 1280px !important;
}

.alignnone {
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}

.aligncenter {
  margin: 0.5rem auto;
  display: block;
}

@media (min-width: 600px) {
  .alignleft:not(.wp-block-button) {
    margin-right: 0.5rem;
  }

  .alignleft:not(.wp-block-button) {
    float: left;
  }

  .alignright:not(.wp-block-button) {
    margin-left: 0.5rem;
  }

  .alignright:not(.wp-block-button) {
    float: right;
  }

  .wp-block-button.alignleft a {
    float: left;
  }

  .wp-block-button.alignleft a {
    margin-right: 1rem;
  }

  .wp-block-button.alignright a {
    float: right;
  }

  .wp-block-button.alignright a {
    margin-left: 1rem;
  }
}

.wp-caption {
  display: inline-block;
}

.wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.wp-caption-text {
  font-size: 0.875rem;
  color: #4b5563;
}

:root {
  --text-blue: #007bc3;
  --btn-hover: #e7f1fd;
  --bg-grad: linear-gradient(90.72deg, #27ade6 0%, #007bc3 100%);
}

.btn {
  position: relative;
  overflow: hidden;
  width: 176px;
  height: 46px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.btn::before {
    position: absolute;
  }

.btn::before {
    display: block;
  }

.btn::before {
    height: 100%;
  }

.btn::before {
    --tw-bg-opacity: 1;
    background-color: rgb(231 241 253 / var(--tw-bg-opacity));
  }

.btn::before {
    content: "";
    top: -1%;
    left: -1%;
    width: 102%;
    height: 102%;
    transition: transform 0.4s;
    transform-origin: left top;
    transform: scale(0, 1);
  }

.btn:hover::before {
      transform: scale(1, 1);
    }

.btn--large {
    width: 100%;
    height: 60px;
  }

@media (min-width: 782px) {

.btn--large {
      width: 400px;

      height: 80px
  }
    }

@media (min-width: 782px) {

.btn--large.border-blue {
        height: 80px
    }
      }

.btn--full {
    width: 100%;
  }

.btn--full {
    height: auto;
    height: 58px;
  }

@media (min-width: 782px) {

.btn--full {
      height: 100px
  }
    }

.btn--full:hover {
      padding-left: 33px;
    }

@media (min-width: 782px) {

.btn--full:hover {
        height: 100px
    }
      }

.btn--full:hover::after {
        right: 22px;
      }

.btn-arrow::after {
      position: absolute;
      display: block;
      content: "";
      width: 8px;
      height: 16px;
      background-image: url("../images/btn-arrow-white.svg");
      right: 20px;
      top: calc(50% - 8px);
    }

.btn-arrow:hover::after {
      background-image: url("../images/btn-arrow-blue.svg");
    }

.btn-arrow--blue::after {
        background-image: url("../images/btn-arrow-blue.svg");
      }

.btn--blue {
    background: var(--bg-grad);
  }

.btn a {
    z-index: 10;
  }

.btn a {
    display: block;
  }

.btn a:hover {
      /* margin-left: 1px; */
    }

.people {
  overflow: scroll;
}

.people__item {
    width: 200px;
    margin-right: 15px;
  }

@media (min-width: 782px) {

.people__item {
      width: 335px;

      margin: 0
  }
    }

.people__image {
    height: 145px;
    background-color: #efefef;
    overflow: hidden;
  }

@media (min-width: 782px) {

.people__image {
      height: 240px
  }
    }

.people__image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      transition: transform 0.2s linear;
    }

.people__image:hover img {
        transform: scale(1.05);
      }

.welfare__item {
    position: relative;
    width: 500px
  }

.welfare__item {
    margin-left: auto;
    margin-right: auto;
  }

@media (min-width: 782px) {

.welfare__item {
      width: calc(100vw / 1080 * 500);

      margin: 0;

      max-width: 500px
  }
    }

.welfare__item::before {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      height: 50px;
      width: 100%;
    }

.welfare__item::before {
      --tw-bg-opacity: 1;
      background-color: rgb(247 247 247 / var(--tw-bg-opacity));
    }

.welfare__item::before {
      z-index: -1;
    }

.welfare__image {
    height: 100px;
  }

@media (min-width: 782px) {

.welfare__image {
      height: 120px
  }
    }

.welfare__image img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain;
    }

.welfare__text {
    position: relative;
    margin-top: -50px;
    border-radius: 60px 60px 0 0;
    z-index: -1;
  }

@media (min-width: 782px) {

.welfare__text {
      border-radius: 100px 100px 0 0
  }
    }

@media (min-width: 782px) {

.boshu__item {
      min-height: 160px;
  }
    }

.boshu__item {
    box-shadow: 0px 4px 20px rgba(102, 102, 102, 0.3);
}

.boshu__item {
    transition: all 0.3s linear;
  }

.boshu__item {
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

@media (min-width: 782px) {

.boshu__image {
      width: 360px
  }
    }

.boshu__image img {
      width: 100%;
      height: 100%;
      display: table;
      -o-object-fit: cover;
         object-fit: cover;
    }

.interview {
  cursor: pointer;
}

@media (min-width: 782px) {

.interview__item {
      width: calc(100vw / 1080 * 500);

      max-width: 500px
  }
    }

.interview__item::after {
      position: absolute;
      display: block;
      content: "";
      width: 18px;
      height: 18px;
      top: 20px;
      right: 20px;
      background-image: url("../images/balloon.svg");
    }

.interview__item::after {
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center center;
    }

.interview__image {
    overflow: hidden;
  }

.interview__image img {
      transition: transform 0.2s linear;
    }

.interview__image:hover img {
        transform: scale(1.05);
      }

@media (min-width: 782px) {

.job__item {
      width: calc(100vw / 1080 * 500);

      max-width: 500px
  }
    }

.job__image {
    width: 80px;
    height: 80px;
  }

@media (min-width: 782px) {

.job__image {
      width: 150px;

      height: 150px
  }
    }

.slider {
  margin-bottom: 120px;
}

.slider__list {
    max-width: 1440px;
  }

.slider__item {
    position: relative;
    height: calc(100vw / 375 * 360);
  }

@media (min-width: 782px) {

.slider__item {
      height: 600px
  }
    }

.slider__image {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #ccc;
    height: calc(100vw / 375 * 360);
    width: 100%;
  }

@media (min-width: 782px) {

.slider__image {
      height: 600px;

      width: 1080px
  }
    }

.slider__image img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%;
    }

.slider__lead {
    position: relative;
    bottom: -24px;
  }

@media (min-width: 782px) {

.slider__lead {
      bottom: 0
  }
    }

.slider__lead {
    z-index: 10;
  }

.slider__lead {
    font-size: 22px;
    line-height: 42px;
  }

@media (min-width: 782px) {
    .slider__lead {
      width: 1080px;
    }
  }

@media (min-width: 782px) {
    .slider__lead {
      font-size: 56px;
      line-height: 106px;
    }
  }

.slider__lead {
    color: #fff;
    letter-spacing: 0.05em;
    z-index: 1;
  }

.slider__lead--grad {
      bottom: -60px;
    }

@media (min-width: 782px) {

.slider__lead--grad {
        bottom: -2px
    }
      }

.slider__lead span {
      position: relative;
    }

.slider__lead span {
      padding-top: 0.25rem;
      padding-bottom: 0.25rem;
    }

.slider__lead span {
      padding-left: 0.5rem;
      padding-right: 0.5rem;
    }

.slider__lead span {
      font-weight: 700;
    }

.slider__lead span {
      line-height: 1;
    }

@media (min-width: 782px) {
      .slider__lead span {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
      }
    }

.slider__lead span {
      font-size: 22px;
      line-height: 42px;
      letter-spacing: 0.05em;
      line-height: 1.2;
      padding-bottom: 8px;
    }

@media (min-width: 782px) {

.slider__lead span {
        font-size: 56px;

        padding: 0 12px
    }
      }

.slider__lead span::before {
        position: absolute;
      }

.slider__lead span::before {
        display: block;
      }

.slider__lead span::before {
        height: 100%;
      }

.slider__lead span::before {
        width: 100%;
      }

.slider__lead span::before {
        content: "";
        background: var(--bg-grad);
        opacity: 0.72;
        left: 0;
        top: 0;
        z-index: -1;
      }

.slick-dots {
  width: 84px;
  bottom: -80px;
}

@media (min-width: 782px) {

.slick-dots {
    left: calc(50% - 550px);

    bottom: -80px
}
  }

.slick-dots li {
    width: 8px;
    height: 8px;
    margin: 10px;
  }

@media (min-width: 782px) {

.slick-dots li {
      width: 12px;

      height: 12px;

      margin: 8px
  }
    }

.slick-dots li button {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      padding: 0;
      background-color: #dcdcdc;
    }

.slick-dots li.slick-active button {
    background-color: var(--text-blue);
  }

.slick-dots button::before {
    display: none;
  }

.imageFlow {
  -webkit-animation: flow 30s linear infinite;
          animation: flow 30s linear infinite;
  height: 100px;
}

@media (min-width: 782px) {

.imageFlow {
    height: 200px
}
  }

.imageFlow img {
    height: 100px;
  }

@media (min-width: 782px) {

.imageFlow img {
      height: 200px
  }
    }

@-webkit-keyframes flow {
  0% {
    transform: translateX(-10%);
  }

  100% {
    transform: translateX(-110%);
  }
}

@keyframes flow {
  0% {
    transform: translateX(-10%);
  }

  100% {
    transform: translateX(-110%);
  }
}

.modal {
  visibility: hidden;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.9);
  transition: opacity 0.3s linear, visibility 0.3s linear;
}

.modal.is-show {
    visibility: visible;
    opacity: 1;
  }

.modalSlider__item {
      position: relative;
      max-width: 1080px;
      width: 100%;
      box-shadow: 0px 4px 20px rgba(102, 102, 102, 0.3);
    }

.modalSlider__close {
      cursor: pointer;
      display: block;
      content: "";
      background-image: url("../images/close.svg")
    }

.modalSlider__close {
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center center;
    }

.modalSlider__close {
      width: 20px;
      height: 20px;
      top: 6px;
      right: 6px;
    }

@media (min-width: 782px) {

.modalSlider__close {
        width: 40px;

        height: 40px;

        top: 20px;

        right: 20px
    }
      }

.modalSlider__scroll {
      height: 120px;
      overflow: scroll;
    }

@media (min-width: 782px) {

.modalSlider__scroll {
        height: auto
    }
      }

.slick-prev {
  z-index: 100;
  left: 0;
  width: 19px;
  height: 38px;
  content: "";
  background-image: url("../images/slider-l.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

@media (min-width: 782px) {

.slick-prev {
    left: 40px
}
  }

.slick-prev:hover,
  .slick-prev:hover {
    opacity: 1;
    background-image: url("../images/slider-l.svg");
  }

.slick-prev::before {
    display: none;
  }

.slick-next {
  z-index: 100;
  right: 0;
  width: 19px;
  height: 38px;
  content: "";
  opacity: 0.8;
  background-image: url("../images/slider-r.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

@media (min-width: 782px) {

.slick-next {
    right: 40px
}
  }

.slick-next:focus,
  .slick-next:hover {
    opacity: 1;
    background-image: url("../images/slider-r.svg");
  }

.slick-next::before {
    display: none;
  }

body {
  font-family: "Noto Sans JP", sans-serif;
}

.montserrat {
  font-family: "Montserrat";
}

.extLink {
  color: #666666;
  position: relative;
}

.extLink::after {
    position: relative;
    display: inline-block;
    content: "";
    width: 14px;
    height: 14px;
    background-image: url("../images/rect.svg");
  }

.extLink::after {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }

.extLink::after {
    top: 1px;
    margin-left: 9px;
  }

.extLink:hover {
    color: var(--link-hover);
  }

.extLink:hover::after {
      background-image: url("../images/rect-blue.svg");
    }

.arrow-link::after {
    position: relative;
    content: "";
    display: inline-block;
    border-radius: 50%;
    background-image: url("../images/arrow-circle.svg")
  }

.arrow-link::after {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }

.arrow-link::after {
    transition: all 0.3s linear;
    top: 3px;
    width: 13px;
    height: 13px;
    margin-left: 4px;
  }

@media (min-width: 782px) {

.arrow-link::after {
      top: 4px;

      width: 20px;

      height: 20px;

      margin-left: 12px
  }
    }

.arrow-link:hover::after {
      background-color: #027bc3;
      background-image: url("../images/arrow-circle-blue.svg");
    }

.event {
  font-size: 10px;
  height: 76px;
  border: 1px solid #e6e6e6;
  padding-right: 40px;
}

.event__close {
    position: absolute;
    content: "";
    display: block;
    background-image: url("../images/event-close.svg");
  }

.event__close {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }

.event__close {
    width: 12px;
    height: 12px;
    top: calc(50% - 6px);
    left: 11px;
    cursor: pointer;
  }

.event::after {
    position: absolute;
    content: "";
    display: block;
    border-radius: 50%;
    background-image: url("../images/arrow-circle.svg");
  }

.event::after {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }

.event::after {
    transition: all 0.3s linear;
    top: calc(50% - 10px);
    right: 10px;
    width: 20px;
    height: 20px;
    margin-left: 4px;
  }

.event:hover::after {
      background-color: #027bc3;
      background-image: url("../images/arrow-circle-blue.svg");
    }

.event__image {
    width: 80px;
    height: 60px;
    margin-right: 12px;
  }

.event__image {
    flex-shrink: 0;
  }

.speakerDeck img {
    display: table;
  }

.important {
  position: relative;
}

.important__image {
    position: absolute;
    height: 175px;
    top: -150px;
    right: 0;
    z-index: 10;
  }

@media (min-width: 782px) {

.important__image {
      height: 360px;

      top: -265px;

      right: -180px
  }
    }

.important__body {
    position: relative;
  }

.important__body::before {
      display: block;
      content: "";
      background-color: #f8f8f8;
      height: 100%;
      width: 100%;
      position: absolute;
      left: -50%;
      top: 0;
      z-index: -1;
    }

@media (min-width: 782px) {

.important__key {
      width: 184px
  }
    }

.header__home {
    position: relative;
  }

.header__home::before {
      display: inline-block;
      position: relative;
      top: 3px;
      margin-right: 12px;
      content: "";
      width: 76px;
      height: 14px;
      background-image: url("../images/logo.svg")
    }

.header__home::before {
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center center;
    }

@media (min-width: 782px) {

.header__home::before {
        width: 130px;

        height: 24px
    }
      }

.header__toggle {
    position: relative;
    cursor: pointer;
  }

.header__toggle span {
      position: relative;
      display: block;
      left: 0;
      height: 1px;
      width: 20px;
      background-color: #000;
      margin: 2px 0;
      transition: all 0.3s linear;
    }

.header__toggle.is-show .move {
      left: -6px;
    }

.banner__bg {
    top: 0;
    left: 0;
    height: 372px;
    z-index: -1;
  }

@media (min-width: 782px) {

.banner__bg {
      height: 100%;

      width: calc(100vw / 1080 * 1260);

      max-width: 1260px
  }
    }

.banner__bg img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
    }

.banner__lead {
    line-height: 1.6;
  }

.banner__caption {
    line-height: 1.8;
  }

.newgrad-mv {
  position: relative;
}

@media (min-width: 782px) {

.newgrad-mv {
    height: 530px
}
  }

.newgrad-mv__image {
    height: 100%;
  }

.newgrad-mv__image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
    }

@media (min-width: 782px) {

.newgrad-mv__lead {
      bottom: -55px
  }
    }

.desktop {
  display: none;
}

@media (min-width: 782px) {

.desktop {
    display: block
}
  }

@media (min-width: 782px) {

.mobile {
    display: none
}
  }

body {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.hover\:scale-102:hover {
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  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));
}

.hover\:border-0:hover {
  border-width: 0px;
}

.hover\:text-blue:hover {
  --tw-text-opacity: 1;
  color: rgb(2 123 195 / var(--tw-text-opacity));
}

@media (min-width: 782px) {
  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:right-6 {
    right: 1.5rem;
  }

  .md\:bottom-0 {
    bottom: 0px;
  }

  .md\:right-0 {
    right: 0px;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:mx-14 {
    margin-left: 56px;
    margin-right: 56px;
  }

  .md\:ml-8 {
    margin-left: 2rem;
  }

  .md\:mb-24 {
    margin-bottom: 6rem;
  }

  .md\:mb-10 {
    margin-bottom: 40px;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

  .md\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .md\:ml-5 {
    margin-left: 1.25rem;
  }

  .md\:mb-40 {
    margin-bottom: 160px;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:ml-10 {
    margin-left: 40px;
  }

  .md\:mt-44 {
    margin-top: 11rem;
  }

  .md\:mr-24 {
    margin-right: 6rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:mb-15 {
    margin-bottom: 60px;
  }

  .md\:mb-30 {
    margin-bottom: 120px;
  }

  .md\:flex {
    display: flex;
  }

  .md\:w-bmax {
    width: 1080px;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:max-w-bmax {
    max-width: 1080px;
  }

  .md\:flex-shrink-0 {
    flex-shrink: 0;
  }

  @media (min-width: 782px) {
    .md\:md\:flex-shrink-0 {
      flex-shrink: 0;
    }
  }

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:overflow-hidden {
    overflow: hidden;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:py-10 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:px-10 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .md\:py-15 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .md\:px-15 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:pt-24 {
    padding-top: 6rem;
  }

  .md\:pt-4 {
    padding-top: 1rem;
  }

  .md\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .md\:pb-24 {
    padding-bottom: 6rem;
  }

  .md\:pl-0 {
    padding-left: 0px;
  }

  .md\:pl-15 {
    padding-left: 60px;
  }

  .md\:pr-30 {
    padding-right: 120px;
  }

  .md\:pt-8 {
    padding-top: 2rem;
  }

  .md\:pt-44 {
    padding-top: 11rem;
  }

  .md\:pb-30 {
    padding-bottom: 120px;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:text-rel {
    font-size: 32px;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-banner {
    font-size: 40px;
  }

  .md\:text-iv {
    font-size: 28px;
  }

  .md\:text-copy-md {
    font-size: 32px;
    line-height: 64px;
    letter-spacing: 0.05em;
  }

  .md\:leading-loose {
    line-height: 2;
  }

  .md\:leading-normal {
    line-height: 1.5;
  }

  .md\:leading-16 {
    line-height: 1.6;
  }

  .md\:leading-18 {
    line-height: 1.8;
  }
}

footer {
  background: #fff !important;
}