@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

iframe {
  border-style: none;
}

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

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

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

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

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

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

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

address {
  font-style: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.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 {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.slider1 {
  position: relative;
  z-index: 1;
}
.slider1 a:hover {
  opacity: 1;
}
.slider1__img {
  width: 100%;
  height: 90svh;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 500px;
}
@media print, screen and (min-width: 769px) {
  .slider1__img {
    height: auto;
  }
}
@media print, screen and (min-width: 993px) {
  .slider1__img {
    height: auto;
  }
}

* {
  min-height: 0;
  min-width: 0;
}

.slider1 {
  opacity: 0;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}

.slider1.slick-initialized {
  opacity: 1;
}

/*■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■

共通設定

■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■*/
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #243059;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
  font-weight: 500;
  background-color: #f5f4f0;
}
@media print, screen and (min-width: 993px) {
  body {
    font-size: 1rem;
  }
}

main {
  display: block;
  overflow: hidden;
}

section {
  position: relative;
}

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

img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}

a {
  color: #243059;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
a:hover {
  opacity: 0.6;
}

.inner {
  padding: 0 20px;
  max-width: 1920px;
  margin: 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .inner {
    padding: 0 5%;
  }
}
@media print, screen and (min-width: 1400px) {
  .inner {
    padding: 0 8%;
  }
}

.inner2 {
  padding: 0 20px;
  max-width: 1920px;
  margin: 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .inner2 {
    padding: 0 6%;
  }
}

.inner-r {
  padding: 0 20px 0 0;
  max-width: 1920px;
  margin: 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .inner-r {
    padding: 0 5%;
  }
}
@media print, screen and (min-width: 1200px) {
  .inner-r {
    padding: 0 9%;
  }
}

.inner-rgba {
  padding: 0 37px;
  margin: 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
}
@media print, screen and (min-width: 769px) {
  .inner-rgba {
    padding: 0% 138px;
  }
}

.rgba {
  background-color: rgba(255, 255, 255, 0.8);
}

#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 997;
  width: 24px;
}
@media print, screen and (min-width: 993px) {
  #pagetop {
    width: 30px;
  }
}
#pagetop a {
  display: block;
  text-align: center;
}

.iframe {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map {
  position: relative;
  height: 0;
  width: 50%;
  padding-top: 30%;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: 300px;
}
@media print, screen and (min-width: 769px) {
  .map2 {
    height: 300px;
  }
}
.map2__in {
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 15px;
}
@media print, screen and (min-width: 769px) {
  .map2__in {
    height: 300px;
  }
}
.map2__in iframe {
  width: 100%;
  height: 600px;
  margin-top: -150px;
}
@media print, screen and (min-width: 769px) {
  .map2__in iframe {
    height: 600px;
  }
}

.hami {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.ff-1 {
  font-family: "Noto Sans JP", sans-serif;
}

.ff-2 {
  font-family: "Jost", "Helvetica Neue", Arial, sans-serif;
}

.ff-3 {
  font-family: "Noto Serif JP", serif;
}

.fw-r {
  font-weight: 400;
}

.fw-m {
  font-weight: 500;
}

.fw-s {
  font-weight: 600;
}

.fw-b {
  font-weight: 700;
}

.clr-f {
  color: #243059;
}

.clr-w {
  color: #FFFFFF;
}

.clr-1 {
  color: #0067BC;
}

.clr-2 {
  color: #F17D4F;
}

.clr-3 {
  color: red;
}

.clr-4 {
  color: #D50004;
}

.clr-5 {
  color: #AFAFAF;
}

.clr-6 {
  color: #DDDDDD;
}

.red {
  color: #d50004;
}

.bgc-w {
  background-color: #FFFFFF;
}

.bgc-1 {
  background-color: #0067BC;
}

.bgc-2 {
  background-color: #F17D4F;
}

.bgc-3 {
  background-color: red;
}

.bgc-4 {
  background-color: #D50004;
}

.bgc-5 {
  background-color: #AFAFAF;
}

.bgc-6 {
  background-color: #DDDDDD;
}

.sp-only {
  display: block !important;
}
@media print, screen and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}

.sp2-only {
  display: block !important;
}
@media print, screen and (min-width: 993px) {
  .sp2-only {
    display: none !important;
  }
}

.pc-only {
  display: none !important;
}
@media print, screen and (min-width: 769px) {
  .pc-only {
    display: block !important;
  }
}

.pc2-only {
  display: none !important;
}
@media print, screen and (min-width: 993px) {
  .pc2-only {
    display: block !important;
  }
}

.ind1 {
  margin-left: 1rem;
  text-indent: -1rem;
}

.ind2 {
  margin-left: 2rem;
  text-indent: -2rem;
}

.ind3 {
  margin-left: 3rem;
  text-indent: -3rem;
}

.under-line {
  position: relative;
}
.under-line::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  display: inline-block;
  width: 80px;
  height: 5px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #00aaa7;
  border-radius: 2px;
}

.under {
  text-decoration: underline;
}

.pointer {
  cursor: pointer;
}

.triangle {
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.triangle:hover {
  color: #43a0ae;
}
.triangle:hover::after {
  border-color: transparent transparent transparent #43a0ae;
}
.triangle::after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #ffa040;
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 10%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.arrow {
  position: relative;
  display: inline-block;
}
.arrow:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #77584a;
  border-right: solid 2px #77584a;
  position: absolute;
  right: 25%;
  bottom: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.tac {
  text-align: center;
}
.tac-pc {
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  .tac-pc {
    text-align: center;
  }
}
.tac-sp {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .tac-sp {
    text-align: left;
  }
}
.tac-all {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.tac-w {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.tac-h {
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

@media print, screen and (min-width: 993px) {
  .tar-pc2 {
    text-align: right;
  }
}

.vat {
  vertical-align: top;
}

.vab {
  vertical-align: bottom;
}

.tate-mixed {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
}

.tate-upright {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
}

@media print, screen and (min-width: 769px) {
  .tate-upright-pc {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
  }
}

.tate-upright-sp {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
}
@media print, screen and (min-width: 769px) {
  .tate-upright-sp {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    text-orientation: upright;
  }
}

.tate-sideways {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: sideways;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  /* 上端から0pxのところで固定 */
}

.mt0 {
  margin-top: 0px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt55 {
  margin-top: 55px;
}

.mt60 {
  margin-top: 60px;
}

.mt65 {
  margin-top: 65px;
}

.mt70 {
  margin-top: 70px;
}

.mt75 {
  margin-top: 75px;
}

.mt80 {
  margin-top: 80px;
}

.mt85 {
  margin-top: 85px;
}

.mt90 {
  margin-top: 90px;
}

.mt95 {
  margin-top: 95px;
}

.mt100 {
  margin-top: 100px;
}

.mb0 {
  margin-bottom: 0px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb95 {
  margin-bottom: 95px;
}

.mb100 {
  margin-bottom: 100px;
}

.mla {
  margin-left: auto;
}

.mra {
  margin-right: auto;
}

.m0a {
  width: auto;
  margin: 0 auto;
}

.fz12 {
  font-size: 0.75rem;
}

.fz13 {
  font-size: 0.8125rem;
}

.fz14 {
  font-size: 0.875rem;
}

.fz15 {
  font-size: 0.9375rem;
}

.fz16 {
  font-size: 1rem;
}

.fz17 {
  font-size: 1.0625rem;
}

.fz18 {
  font-size: 1.125rem;
}

.fz19 {
  font-size: 1.1875rem;
}

.fz20 {
  font-size: 1.25rem;
}

.fz21 {
  font-size: 1.3125rem;
}

.fz22 {
  font-size: 1.375rem;
}

.fz23 {
  font-size: 1.4375rem;
}

.fz24 {
  font-size: 1.5rem;
}

.fz25 {
  font-size: 1.5625rem;
}

.fz26 {
  font-size: 1.625rem;
}

.fz27 {
  font-size: 1.6875rem;
}

.fz28 {
  font-size: 1.75rem;
}

.fz29 {
  font-size: 1.8125rem;
}

.fz30 {
  font-size: 1.875rem;
}

.fz31 {
  font-size: 1.9375rem;
}

.fz32 {
  font-size: 2rem;
}

.fz33 {
  font-size: 2.0625rem;
}

.fz34 {
  font-size: 2.125rem;
}

.fz35 {
  font-size: 2.1875rem;
}

.fz36 {
  font-size: 2.25rem;
}

.fz37 {
  font-size: 2.3125rem;
}

.fz38 {
  font-size: 2.375rem;
}

.fz39 {
  font-size: 2.4375rem;
}

.fz40 {
  font-size: 2.5rem;
}

.w10 {
  width: 10%;
}

.w11 {
  width: 11%;
}

.w12 {
  width: 12%;
}

.w13 {
  width: 13%;
}

.w14 {
  width: 14%;
}

.w15 {
  width: 15%;
}

.w16 {
  width: 16%;
}

.w17 {
  width: 17%;
}

.w18 {
  width: 18%;
}

.w19 {
  width: 19%;
}

.w20 {
  width: 20%;
}

.w21 {
  width: 21%;
}

.w22 {
  width: 22%;
}

.w23 {
  width: 23%;
}

.w24 {
  width: 24%;
}

.w25 {
  width: 25%;
}

.w26 {
  width: 26%;
}

.w27 {
  width: 27%;
}

.w28 {
  width: 28%;
}

.w29 {
  width: 29%;
}

.w30 {
  width: 30%;
}

.w31 {
  width: 31%;
}

.w32 {
  width: 32%;
}

.w33 {
  width: 33%;
}

.w34 {
  width: 34%;
}

.w35 {
  width: 35%;
}

.w36 {
  width: 36%;
}

.w37 {
  width: 37%;
}

.w38 {
  width: 38%;
}

.w39 {
  width: 39%;
}

.w40 {
  width: 40%;
}

.w41 {
  width: 41%;
}

.w42 {
  width: 42%;
}

.w43 {
  width: 43%;
}

.w44 {
  width: 44%;
}

.w45 {
  width: 45%;
}

.w46 {
  width: 46%;
}

.w47 {
  width: 47%;
}

.w48 {
  width: 48%;
}

.w49 {
  width: 49%;
}

.w50 {
  width: 50%;
}

.w51 {
  width: 51%;
}

.w52 {
  width: 52%;
}

.w53 {
  width: 53%;
}

.w54 {
  width: 54%;
}

.w55 {
  width: 55%;
}

.w56 {
  width: 56%;
}

.w57 {
  width: 57%;
}

.w58 {
  width: 58%;
}

.w59 {
  width: 59%;
}

.w60 {
  width: 60%;
}

.w61 {
  width: 61%;
}

.w62 {
  width: 62%;
}

.w63 {
  width: 63%;
}

.w64 {
  width: 64%;
}

.w65 {
  width: 65%;
}

.w66 {
  width: 66%;
}

.w67 {
  width: 67%;
}

.w68 {
  width: 68%;
}

.w69 {
  width: 69%;
}

.w70 {
  width: 70%;
}

.w71 {
  width: 71%;
}

.w72 {
  width: 72%;
}

.w73 {
  width: 73%;
}

.w74 {
  width: 74%;
}

.w75 {
  width: 75%;
}

.w76 {
  width: 76%;
}

.w77 {
  width: 77%;
}

.w78 {
  width: 78%;
}

.w79 {
  width: 79%;
}

.w80 {
  width: 80%;
}

.w81 {
  width: 81%;
}

.w82 {
  width: 82%;
}

.w83 {
  width: 83%;
}

.w84 {
  width: 84%;
}

.w85 {
  width: 85%;
}

.w86 {
  width: 86%;
}

.w87 {
  width: 87%;
}

.w88 {
  width: 88%;
}

.w89 {
  width: 89%;
}

.w90 {
  width: 90%;
}

.w91 {
  width: 91%;
}

.w92 {
  width: 92%;
}

.w93 {
  width: 93%;
}

.w94 {
  width: 94%;
}

.w95 {
  width: 95%;
}

.w96 {
  width: 96%;
}

.w97 {
  width: 97%;
}

.w98 {
  width: 98%;
}

.w99 {
  width: 99%;
}

.w100 {
  width: 100%;
}

.z1 {
  z-index: 1;
}

.z2 {
  z-index: 2;
}

.template {
  padding: 100px 0;
}
.template:nth-child(odd) {
  background: #8DB1CE;
}
.template:nth-child(even) {
  background: #EFB29A;
}

.dummy {
  text-align: center;
  padding: 20px;
  color: #FFFFFF;
  background-color: #0067BC;
}

.h1 {
  margin-bottom: 5px;
}
@media print, screen and (min-width: 993px) {
  .h1 {
    margin-bottom: 30px;
  }
}
.h1__jp {
  display: block;
  color: #AFAFAF;
  font-family: "Jost", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  position: relative;
  margin-left: 30px;
}
@media print, screen and (min-width: 993px) {
  .h1__jp {
    font-size: 1.25rem;
  }
}
.h1__jp::before {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url(../img/common/icon-logo-b.svg);
  background-size: contain;
  width: 20px;
  height: 22px;
  top: -2px;
  left: -26px;
}
.h1__en {
  background: -webkit-gradient(linear, left top, right top, from(#1e6fb3), to(#afccd2));
  background: -webkit-linear-gradient(left, #1e6fb3 0%, #afccd2 100%);
  background: linear-gradient(90deg, #1e6fb3 0%, #afccd2 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 0.8;
  font-weight: 700;
  font-size: 2.625rem;
  font-family: "Jost", "Helvetica Neue", Arial, sans-serif;
}
@media print, screen and (min-width: 993px) {
  .h1__en {
    font-size: 6.25rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .h1__en {
    font-size: 6.875rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .h1__en {
    font-size: 8.125rem;
  }
}

.h2 {
  position: relative;
  padding-top: 20px;
  font-size: 1.75rem;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 993px) {
  .h2 {
    gap: 40px;
    font-size: 2.25rem;
  }
}
.h2__en {
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 0.75rem;
  font-weight: 500;
  font-family: "Jost", "Helvetica Neue", Arial, sans-serif;
  color: #0068b7;
}
@media print, screen and (min-width: 993px) {
  .h2__en {
    font-size: 0.875rem;
  }
}
.h2::after {
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 10px;
  background: -webkit-radial-gradient(circle, #0067BC 2px, transparent 2px);
  background: radial-gradient(circle, #0067BC 2px, transparent 2px);
  background-size: 8px 10px;
  background-repeat: repeat-x;
}
@media print, screen and (min-width: 993px) {
  .h2::after {
    background: -webkit-radial-gradient(circle, #0067BC 4px, transparent 4px);
    background: radial-gradient(circle, #0067BC 4px, transparent 4px);
    background-size: 20px 10px;
  }
}

.h3 {
  font-size: 1.375rem;
  font-weight: 700;
  border-bottom: 1px solid #0067BC;
  position: relative;
  padding-left: 20px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  margin-top: 30px;
}
@media print, screen and (min-width: 993px) {
  .h3 {
    font-size: 1.75rem;
    margin-top: 60px;
  }
}
.h3::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 10px;
  height: 10px;
  background: #0067BC;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.h3-b {
  font-weight: 700;
  font-size: 1.375rem;
  color: #0067BC;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 993px) {
  .h3-b {
    font-size: 1.75rem;
  }
}

.bgi-w {
  background-color: #FFFFFF;
}

.bgi-b {
  background-color: #0067BC;
}

.bgi-grid-w {
  background-image: url(../img/common/bgi-grid-w.jpg);
  background-repeat: repeat;
}

.bgi-grid-b {
  background-image: url(../img/common/bgi-grid-b.jpg);
  background-repeat: repeat;
}

.bgi-recruit-w {
  background-image: url(../img/common/bgi-recruit-w.jpg);
  background-repeat: repeat;
}

.bgi-recruit-g {
  background-image: url(../img/common/bgi-recruit-g.jpg);
  background-repeat: repeat;
}

.bgi-recruit-o {
  background-image: url(../img/common/bgi-recruit-o.jpg);
  background-repeat: repeat;
}

.btn-wrap__link {
  --btn-color: #0067BC;
  position: relative;
  display: inline-block;
  border: 1px solid var(--btn-color);
  border-radius: 100px;
  color: var(--btn-color);
  font-size: 0.875rem;
  font-weight: 700;
  padding: 11px 100px 11px 20px;
  vertical-align: middle;
  margin-top: 15px;
}
@media print, screen and (min-width: 993px) {
  .btn-wrap__link {
    margin-top: 0;
    font-size: 1rem;
  }
}
.btn-wrap__link.-white {
  --btn-color: #FFFFFF;
}
.btn-wrap__link.-fillwhite {
  background-color: #FFFFFF;
}
.btn-wrap__link.-gray {
  --btn-color: #AFAFAF;
}
.btn-wrap__link.-left {
  padding: 11px 20px 11px 80px;
  background-color: #FFFFFF;
}
@media print, screen and (min-width: 993px) {
  .btn-wrap__link.-left {
    padding: 11px 20px 11px 100px;
  }
}

.btn-flex {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 993px) {
  .btn-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.btn-arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  --arrow-color: #0067BC;
  --arrow-bg: transparent;
  display: inline-block;
  width: 45px;
  height: 24px;
  border: 1px solid var(--arrow-color);
  border-radius: 100px;
  background: var(--arrow-bg);
  line-height: 1.4;
}
@media print, screen and (min-width: 993px) {
  .btn-arrow {
    width: 56px;
    height: 25px;
  }
}
.btn-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  width: 7px;
  height: 7px;
  border-top: 2px solid var(--arrow-color);
  border-right: 2px solid var(--arrow-color);
  -webkit-transform: translate(-30%, -50%) rotate(45deg);
          transform: translate(-30%, -50%) rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.btn-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background: var(--arrow-color);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.btn-arrow.-block {
  position: relative;
  top: 15px;
  right: 0;
  -webkit-transform: none;
          transform: none;
  display: block;
}
.btn-arrow.-inline-block {
  position: relative;
  top: 50%;
  right: -10px;
  -webkit-transform: none;
          transform: none;
  display: inline-block;
}
@media print, screen and (max-width: 992px) {
  .btn-arrow.sp-block {
    position: relative;
    top: 15px;
    right: 0;
    -webkit-transform: none;
            transform: none;
    display: block;
  }
}
.btn-arrow.-white {
  --arrow-color: #FFFFFF;
}
.btn-arrow.-fill {
  --arrow-color: #FFFFFF;
  --arrow-bg: #0067BC;
}
.btn-arrow.-fill-left {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  --arrow-color: #FFFFFF;
  --arrow-bg: #0067BC;
}
.btn-arrow.-fill-left::before {
  top: 50%;
  left: 42%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}
.btn-arrow.-fill-left::after {
  top: 50%;
  left: 52%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.btn-arrow.-fill-white-blue {
  --arrow-color: #0067BC;
  --arrow-bg: #FFFFFF;
}
.btn-arrow.-fill-white-orange {
  --arrow-color: #F17D4F;
  --arrow-bg: #FFFFFF;
}
.btn-arrow.-fill-gray-white {
  --arrow-color: #FFFFFF;
  --arrow-bg: #AFAFAF;
}

a:hover .btn-arrow::before,
button:hover .btn-arrow::before {
  -webkit-transform: translate(calc(-30% + 7px), -50%) rotate(45deg);
          transform: translate(calc(-30% + 7px), -50%) rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
a:hover .btn-arrow::after,
button:hover .btn-arrow::after {
  -webkit-transform: translate(calc(-50% + 7px), -50%);
          transform: translate(calc(-50% + 7px), -50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

a:hover .btn-arrow.-fill-left::before,
button:hover .btn-arrow.-fill-left::before {
  -webkit-transform: translate(calc(-50% - 7px), -50%) rotate(-135deg);
          transform: translate(calc(-50% - 7px), -50%) rotate(-135deg);
}
a:hover .btn-arrow.-fill-left::after,
button:hover .btn-arrow.-fill-left::after {
  -webkit-transform: translate(calc(-50% - 7px), -50%);
          transform: translate(calc(-50% - 7px), -50%);
}

.ticker {
  z-index: 2;
  overflow: hidden;
  width: 100%;
  position: absolute;
  bottom: 0%;
}
.ticker__track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
  -webkit-animation: scroll 50s linear infinite;
          animation: scroll 50s linear infinite;
}
.ticker span {
  padding-right: 80px;
  font-size: 5.625rem;
  font-family: "Jost", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  color: #0067BC;
}
@media print, screen and (min-width: 993px) {
  .ticker span {
    font-size: 8.125rem;
  }
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.ticker-b {
  z-index: 0;
  overflow: hidden;
  width: 100%;
  margin-top: -40px;
}
@media print, screen and (min-width: 993px) {
  .ticker-b {
    margin-top: -10px;
  }
}
.ticker-b__track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
  -webkit-animation: scroll 50s linear infinite;
          animation: scroll 50s linear infinite;
}
.ticker-b span {
  padding-right: 80px;
  font-size: 5.625rem;
  font-family: "Jost", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  color: #0067BC;
  line-height: 0.7;
  opacity: 0.1;
}
@media print, screen and (min-width: 993px) {
  .ticker-b span {
    font-size: 10.875rem;
  }
}

.ticker-o {
  z-index: 0;
  overflow: hidden;
  width: 100%;
  margin-top: -10px;
  line-height: 0.7;
}
@media print, screen and (min-width: 993px) {
  .ticker-o {
    line-height: 0.7;
    margin-top: -40px;
  }
}
@media print, screen and (max-width: 768px) {
  .ticker-o {
    margin-top: -20px;
  }
}
.ticker-o__track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
  -webkit-animation: scroll 20s linear infinite;
          animation: scroll 20s linear infinite;
}
.ticker-o span {
  padding-right: 80px;
  font-size: 5.625rem;
  font-family: "Jost", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  color: #fb9972;
  opacity: 0.59;
}
@media print, screen and (min-width: 993px) {
  .ticker-o span {
    font-size: 10.875rem;
  }
}

.ticker-w {
  z-index: 0;
  overflow: hidden;
  width: 100%;
  margin-top: -60px;
}
@media print, screen and (min-width: 993px) {
  .ticker-w {
    margin-top: -70px;
  }
}
.ticker-w__track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
  -webkit-animation: scroll 50s linear infinite;
          animation: scroll 50s linear infinite;
}
.ticker-w span {
  padding-right: 80px;
  font-size: 5.625rem;
  font-family: "Jost", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  color: #FFFFFF;
}
@media print, screen and (min-width: 993px) {
  .ticker-w span {
    font-size: 8.125rem;
  }
}

.ticker-recruit {
  z-index: 0;
  overflow: hidden;
  width: 100%;
}
.ticker-recruit__track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
  -webkit-animation: scroll 50s linear infinite;
          animation: scroll 50s linear infinite;
}
.ticker-recruit span {
  padding-right: 80px;
  font-size: 5.625rem;
  font-family: "Jost", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  color: #0067BC;
  opacity: 0.1;
  line-height: 0.7;
}
@media print, screen and (min-width: 993px) {
  .ticker-recruit span {
    font-size: 8.125rem;
  }
}

.ticker-w-top {
  overflow: hidden;
  width: 100%;
}
.ticker-w-top__track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
  -webkit-animation: scroll 50s linear infinite;
          animation: scroll 50s linear infinite;
}
.ticker-w-top span {
  padding-right: 80px;
  font-size: 5.625rem;
  font-family: "Jost", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 0.75;
  opacity: 0.1;
}
@media print, screen and (min-width: 993px) {
  .ticker-w-top span {
    font-size: 10.875rem;
  }
}

.recruit-track {
  background-color: #FFFFFF;
  background-image: url(../img/recruit/recruit-track.png);
  background-repeat: repeat-x;
  height: 60px;
}

.container {
  padding: 40px 0;
}
@media print, screen and (min-width: 993px) {
  .container {
    padding: 90px 0;
  }
}

.container-b {
  background-color: #0067BC;
  padding-bottom: 50px;
}
@media print, screen and (min-width: 993px) {
  .container-b {
    padding-bottom: 120px;
  }
}
@media print, screen and (min-width: 993px) {
  .container-b__flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.container-b__box {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 45%;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}
.container-b__img {
  text-align: center;
}
@media print, screen and (min-width: 993px) {
  .container-b__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
.container-b__title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 30px;
  margin-top: -10px;
}
@media print, screen and (min-width: 993px) {
  .container-b__title {
    font-size: 2.25rem;
  }
}
.container-b__text {
  color: #FFFFFF;
  font-size: 0.875rem;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 993px) {
  .container-b__text {
    font-size: 1rem;
    margin-bottom: 0;
  }
}

.parallax-home {
  height: 283px;
  background: url("../img/home/home-parallax.jpg") center/cover no-repeat;
}
@media print, screen and (min-width: 993px) {
  .parallax-home {
    background-attachment: fixed;
    height: 446px;
  }
}

.parallax-denzai {
  height: 283px;
  background: url("../img/service/denzai-parallax.jpg") center/cover no-repeat;
}
@media print, screen and (min-width: 993px) {
  .parallax-denzai {
    background-attachment: fixed;
    height: 446px;
  }
}

.parallax-lac {
  height: 283px;
  background: url("../img/service/lac-parallax.jpg") center/cover no-repeat;
}
@media print, screen and (min-width: 993px) {
  .parallax-lac {
    background-attachment: fixed;
    height: 446px;
  }
}

.bd-box--gray {
  margin-top: 20px;
  padding: 15px;
  outline: 10px solid #DDDDDD;
}
@media print, screen and (min-width: 769px) {
  .bd-box--gray {
    padding: 30px;
    margin-top: 30px;
  }
}

.required {
  color: #D50004;
}

.list--circle li {
  position: relative;
  padding-left: 1.25em;
}
.list--circle li::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #243059;
  top: 0.6em;
  left: 0.5em;
}
.list--circle.circle-blue li::before {
  background: #0067BC;
}
.list--circle + p {
  margin-top: 20px;
}

p + .list--circle {
  margin-top: 20px;
}

.fade-in {
  opacity: 0;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}
.fade-in.move-on {
  opacity: 1;
}

@-webkit-keyframes movetop {
  0% {
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes movetop {
  0% {
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.move-top {
  opacity: 0;
}
.move-top.move-on {
  -webkit-animation: movetop 1s ease-in-out 0.5s 1 normal both;
          animation: movetop 1s ease-in-out 0.5s 1 normal both;
}

@-webkit-keyframes movebottom {
  0% {
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes movebottom {
  0% {
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.move-bottom {
  opacity: 0;
}
.move-bottom.move-on {
  -webkit-animation: movebottom 1s ease-in-out 0.5s 1 normal both;
          animation: movebottom 1s ease-in-out 0.5s 1 normal both;
}

@-webkit-keyframes moveleft {
  0% {
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes moveleft {
  0% {
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
.move-left {
  opacity: 0;
}
.move-left.move-on {
  -webkit-animation: moveleft 1s ease-in-out 0.5s 1 normal both;
          animation: moveleft 1s ease-in-out 0.5s 1 normal both;
}

@-webkit-keyframes moveright {
  0% {
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes moveright {
  0% {
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
.move-right {
  opacity: 0;
}
.move-right.move-on {
  -webkit-animation: moveright 1s ease-in-out 0.5s 1 normal both;
          animation: moveright 1s ease-in-out 0.5s 1 normal both;
}

.img-wrap-left {
  overflow: hidden;
  position: relative;
}

.img-wrap-left::before {
  background: #fff;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  width: 100%;
  -webkit-animation: none;
          animation: none;
}

.img-wrap-left.move-on::before {
  -webkit-animation: img-wrap 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: img-wrap 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@-webkit-keyframes img-wrap {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes img-wrap {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.img-wrap-right {
  overflow: hidden;
  position: relative;
}

.img-wrap-right::before {
  background: #fff;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  width: 100%;
  -webkit-animation: none;
          animation: none;
}

.img-wrap-right.move-on::before {
  -webkit-animation: img-wrap-right 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: img-wrap-right 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@-webkit-keyframes img-wrap-right {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes img-wrap-right {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.img-wrap-top {
  overflow: hidden;
  position: relative;
}

.img-wrap-top::before {
  background: #fff;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  height: 100%;
  -webkit-animation: none;
          animation: none;
}

.img-wrap-top.move-on::before {
  -webkit-animation: img-wrap-top 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: img-wrap-top 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@-webkit-keyframes img-wrap-top {
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes img-wrap-top {
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.img-wrap-bottom {
  overflow: hidden;
  position: relative;
}

.img-wrap-bottom::before {
  background: #fff;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  height: 100%;
  -webkit-animation: none;
          animation: none;
}

.img-wrap-bottom.move-on::before {
  -webkit-animation: img-wrap-bottom 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: img-wrap-bottom 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@-webkit-keyframes img-wrap-bottom {
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes img-wrap-bottom {
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
.mask-bg-top {
  color: transparent;
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  overflow: hidden;
  position: relative;
  -webkit-transition: color 0ms 450ms;
  transition: color 0ms 450ms;
}
.mask-bg-top img {
  opacity: 0;
  -webkit-transition: opacity 1.2s cubic-bezier(0.8, 0, 0.17, 1);
  transition: opacity 1.2s cubic-bezier(0.8, 0, 0.17, 1);
}
.mask-bg-top::after {
  background: -webkit-gradient(linear, left top, left bottom, from(#362ae0), color-stop(50%, #3b79cc), to(#42d3ed));
  background: -webkit-linear-gradient(top, #362ae0 0%, #3b79cc 50%, #42d3ed 100%);
  background: linear-gradient(to bottom, #362ae0 0%, #3b79cc 50%, #42d3ed 100%);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
}
.mask-bg-top.move-on {
  color: #362ae0;
}
.mask-bg-top.move-on img {
  opacity: 1;
}
.mask-bg-top.move-on::after {
  -webkit-animation: mask-bg-top 1.2s cubic-bezier(0.8, 0, 0.17, 1);
          animation: mask-bg-top 1.2s cubic-bezier(0.8, 0, 0.17, 1);
}

.mask-bg-right {
  color: transparent;
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  overflow: hidden;
  position: relative;
  -webkit-transition: color 0ms 450ms;
  transition: color 0ms 450ms;
}
.mask-bg-right img {
  opacity: 0;
  -webkit-transition: opacity 1.2s cubic-bezier(0.8, 0, 0.17, 1);
  transition: opacity 1.2s cubic-bezier(0.8, 0, 0.17, 1);
}
.mask-bg-right::after {
  background: -webkit-gradient(linear, right top, left top, from(#362ae0), color-stop(50%, #3b79cc), to(#42d3ed));
  background: -webkit-linear-gradient(right, #362ae0 0%, #3b79cc 50%, #42d3ed 100%);
  background: linear-gradient(to left, #362ae0 0%, #3b79cc 50%, #42d3ed 100%);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
}
.mask-bg-right.move-on {
  color: #362ae0;
}
.mask-bg-right.move-on img {
  opacity: 1;
}
.mask-bg-right.move-on::after {
  -webkit-animation: mask-bg-right 1.2s cubic-bezier(0.8, 0, 0.17, 1);
          animation: mask-bg-right 1.2s cubic-bezier(0.8, 0, 0.17, 1);
}

.mask-bg-bottom {
  color: transparent;
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  overflow: hidden;
  position: relative;
  -webkit-transition: color 0ms 450ms;
  transition: color 0ms 450ms;
}
.mask-bg-bottom img {
  opacity: 0;
  -webkit-transition: opacity 1.2s cubic-bezier(0.8, 0, 0.17, 1);
  transition: opacity 1.2s cubic-bezier(0.8, 0, 0.17, 1);
}
.mask-bg-bottom::after {
  background: -webkit-gradient(linear, left bottom, left top, from(#362ae0), color-stop(50%, #3b79cc), to(#42d3ed));
  background: -webkit-linear-gradient(bottom, #362ae0 0%, #3b79cc 50%, #42d3ed 100%);
  background: linear-gradient(to top, #362ae0 0%, #3b79cc 50%, #42d3ed 100%);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
}
.mask-bg-bottom.move-on {
  color: #362ae0;
}
.mask-bg-bottom.move-on img {
  opacity: 1;
}
.mask-bg-bottom.move-on::after {
  -webkit-animation: mask-bg-bottom 1.2s cubic-bezier(0.8, 0, 0.17, 1);
          animation: mask-bg-bottom 1.2s cubic-bezier(0.8, 0, 0.17, 1);
}

.mask-bg-left {
  color: transparent;
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  overflow: hidden;
  position: relative;
  -webkit-transition: color 0ms 450ms;
  transition: color 0ms 450ms;
}
.mask-bg-left img {
  opacity: 0;
  -webkit-transition: opacity 1.2s cubic-bezier(0.8, 0, 0.17, 1);
  transition: opacity 1.2s cubic-bezier(0.8, 0, 0.17, 1);
}
.mask-bg-left::after {
  background: -webkit-gradient(linear, left top, right top, from(#362ae0), color-stop(50%, #3b79cc), to(#42d3ed));
  background: -webkit-linear-gradient(left, #362ae0 0%, #3b79cc 50%, #42d3ed 100%);
  background: linear-gradient(to right, #362ae0 0%, #3b79cc 50%, #42d3ed 100%);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}
.mask-bg-left.move-on {
  color: #362ae0;
}
.mask-bg-left.move-on img {
  opacity: 1;
}
.mask-bg-left.move-on::after {
  -webkit-animation: mask-bg-left 1.2s cubic-bezier(0.8, 0, 0.17, 1);
          animation: mask-bg-left 1.2s cubic-bezier(0.8, 0, 0.17, 1);
}

@-webkit-keyframes mask-bg-top {
  0% {
    -webkit-transform: translate(0, -101%);
            transform: translate(0, -101%);
  }
  40%, 60% {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
  100% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
}

@keyframes mask-bg-top {
  0% {
    -webkit-transform: translate(0, -101%);
            transform: translate(0, -101%);
  }
  40%, 60% {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
  100% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
}
@-webkit-keyframes mask-bg-right {
  0% {
    -webkit-transform: translate(101%, 0);
            transform: translate(101%, 0);
  }
  40%, 60% {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
  100% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
}
@keyframes mask-bg-right {
  0% {
    -webkit-transform: translate(101%, 0);
            transform: translate(101%, 0);
  }
  40%, 60% {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
  100% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
}
@-webkit-keyframes mask-bg-bottom {
  0% {
    -webkit-transform: translate(0, 101%);
            transform: translate(0, 101%);
  }
  40%, 60% {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
  100% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
}
@keyframes mask-bg-bottom {
  0% {
    -webkit-transform: translate(0, 101%);
            transform: translate(0, 101%);
  }
  40%, 60% {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
  100% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
}
@-webkit-keyframes mask-bg-left {
  0% {
    -webkit-transform: translate(-101%, 0);
            transform: translate(-101%, 0);
  }
  40%, 60% {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
  100% {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
}
@keyframes mask-bg-left {
  0% {
    -webkit-transform: translate(-101%, 0);
            transform: translate(-101%, 0);
  }
  40%, 60% {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
  100% {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
}
.move-text {
  opacity: 0;
}
.move-text span {
  opacity: 0;
}

.move-text2 {
  opacity: 0;
}
.move-text2 span {
  opacity: 0;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
            transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
            transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
            transform: translateZ(0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
            transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}

@keyframes bounce {
  0%, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
            transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
            transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
            transform: translateZ(0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
            transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.move-bounce.move-on {
  -webkit-animation: bounce 1s ease-in-out 0.5s infinite normal both;
          animation: bounce 1s ease-in-out 0.5s infinite normal both;
}

@-webkit-keyframes anime-h {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, -15px);
            transform: translate(0, -15px);
  }
}

@keyframes anime-h {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, -15px);
            transform: translate(0, -15px);
  }
}
.anime-h {
  -webkit-animation: anime-h 1.5s ease-in-out 0s infinite alternate;
          animation: anime-h 1.5s ease-in-out 0s infinite alternate;
  display: inline-block;
}

@-webkit-keyframes anime-w {
  0% {
    -webkit-transform: translate(0px, 0);
            transform: translate(0px, 0);
  }
  100% {
    -webkit-transform: translate(15px, 0);
            transform: translate(15px, 0);
  }
}

@keyframes anime-w {
  0% {
    -webkit-transform: translate(0px, 0);
            transform: translate(0px, 0);
  }
  100% {
    -webkit-transform: translate(15px, 0);
            transform: translate(15px, 0);
  }
}
.anime-w {
  -webkit-animation: anime-w 1.5s ease-in-out 0s infinite alternate;
          animation: anime-w 1.5s ease-in-out 0s infinite alternate;
  display: inline-block;
}

@-webkit-keyframes anime-swing {
  50% {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  100% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
}

@keyframes anime-swing {
  50% {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  100% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
}
.anime-swing {
  -webkit-animation: anime-swing 5s ease-in-out 0s infinite alternate;
          animation: anime-swing 5s ease-in-out 0s infinite alternate;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  display: inline-block;
}

@-webkit-keyframes anime-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes anime-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.anime-spin {
  -webkit-animation: anime-spin 2s linear 0s infinite alternate;
          animation: anime-spin 2s linear 0s infinite alternate;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  display: inline-block;
}

@-webkit-keyframes anime-zoom {
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes anime-zoom {
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.anime-zoom {
  -webkit-animation: anime-zoom 1.5s ease-in-out 0s infinite alternate;
          animation: anime-zoom 1.5s ease-in-out 0s infinite alternate;
  -webkit-transform: scale(0.85, 0.85);
          transform: scale(0.85, 0.85);
  display: inline-block;
}

.fly {
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.fly:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate(0, -4px);
          transform: translate(0, -4px);
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);
}

.light {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.light:hover {
  -webkit-filter: brightness(150%);
          filter: brightness(150%);
}

.shine {
  position: relative;
}
.shine::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
}
.shine:hover::before {
  -webkit-animation: shine 0.75s;
          animation: shine 0.75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
.blur {
  -webkit-filter: blur(2px);
          filter: blur(2px);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.blur:hover {
  -webkit-filter: blur(0);
          filter: blur(0);
}

.gray {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.gray:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.zoom {
  overflow: hidden;
}
.zoom img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.zoom img:hover {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.color {
  background: blue;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.color img:hover {
  opacity: 0.5;
}

.text-animation1 {
  position: relative;
  padding-bottom: 10px;
}
.text-animation1:hover {
  color: #0481A2;
}
.text-animation1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 80%;
  height: 2px;
  background: #0481A2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
}
.text-animation1:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.text-animation2 {
  position: relative;
}
.text-animation2::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 10%;
  width: 80%;
  height: 1px;
  background: #666;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
}
.text-animation2:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.text-animation3 {
  position: relative;
  padding-bottom: 10px;
}
.text-animation3:hover {
  color: #0481A2;
}
.text-animation3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 80%;
  height: 2px;
  background: #0481A2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.text-animation3:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.text-animation4 {
  position: relative;
  padding-top: 10px;
}
.text-animation4:hover {
  color: #0481A2;
}
.text-animation4::after {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  width: 80%;
  height: 2px;
  background: #0481A2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.text-animation4:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.text-animation5 {
  position: relative;
}
.text-animation5::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #0481A2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
.text-animation5:hover::after {
  width: 100%;
  opacity: 1;
}
.text-animation5:hover {
  color: #fff;
}

.text-animation6 {
  position: relative;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  padding-top: 10px;
  padding-bottom: 10px;
}
.text-animation6::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #0481A2;
  opacity: 0;
}
.text-animation6:hover::after {
  width: 100%;
  opacity: 1;
  -webkit-animation: bgappear 0.5s forwards;
          animation: bgappear 0.5s forwards;
}
@-webkit-keyframes bgappear {
  0% {
    width: 0%;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  100% {
    width: 100%;
    height: 100%;
    background: #0481A2;
  }
}
@keyframes bgappear {
  0% {
    width: 0%;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  100% {
    width: 100%;
    height: 100%;
    background: #0481A2;
  }
}
.text-animation6:hover {
  color: #fff;
  z-index: 1;
}

.text-animation7 {
  display: inline-block;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.text-animation7:hover {
  background: #0481A2;
  color: #fff;
}
.text-animation7:hover {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.text-animation7:before, .text-animation7:after {
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: #0481A2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.text-animation7::before {
  top: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.text-animation7::after {
  bottom: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.text-animation7:hover::before, .text-animation7:hover::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.text-animation8 {
  position: relative;
  padding-bottom: 10px;
}
.text-animation8:hover {
  color: #0481A2;
}
.text-animation8::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  border-radius: 50%;
  background: #0481A2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0.04, 1);
          transform: scale(0.04, 1);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
.text-animation8:hover::after {
  height: 2px;
  border-radius: 0;
  -webkit-transform: scale(0.8, 1);
          transform: scale(0.8, 1);
}

.text-animation9 {
  position: relative;
  overflow: hidden;
  padding: 10px 60px;
}
.text-animation9 span {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: block;
  opacity: 1;
  white-space: nowrap;
}
.text-animation9 span:nth-child(2) {
  opacity: 0;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
.text-animation9:hover span:nth-child(1) {
  opacity: 0;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
.text-animation9:hover span:nth-child(2) {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.text-animation10 {
  position: relative;
  margin: 0 10px;
  display: block;
  width: 200px;
  text-align: center;
}
.text-animation10::before, .text-animation10::after {
  content: "";
  position: absolute;
  background: #0481A2;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.text-animation10::before {
  right: 0;
  bottom: 0;
}
.text-animation10::after {
  left: 0;
  top: 0;
}
.text-animation10 span {
  display: block;
}
.text-animation10 span::before, .text-animation10 span::after {
  content: "";
  position: absolute;
  background: #0481A2;
  width: 2px;
  height: 0;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.text-animation10 span::before {
  left: 0;
  bottom: 0;
}
.text-animation10 span::after {
  right: 0;
  top: 0;
}
.text-animation10:hover::before, .text-animation10:hover::after {
  width: 100%;
}
.text-animation10:hover::after {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.text-animation10:hover::before {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.text-animation10.current span::before, .text-animation10.current span::after, .text-animation10:hover span::before, .text-animation10:hover span::after {
  height: 100%;
}
.text-animation10:hover span::before {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.text-animation10:hover span::after {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.text-animation11 {
  position: relative;
  margin: 0 10px;
  display: block;
  width: 300px;
  text-align: center;
}
.text-animation11::before, .text-animation11::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: #0481A2;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.text-animation11::before {
  right: 0;
  top: 0;
}
.text-animation11::after {
  left: 0;
  bottom: 0;
}
.text-animation11 span {
  display: block;
}
.text-animation11 span::before, .text-animation11 span::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 0;
  background: #0481A2;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.text-animation11 span::before {
  left: 0;
  top: 0;
}
.text-animation11 span::after {
  right: 0;
  bottom: 0;
}
.text-animation11:hover::before, .text-animation11:hover::after {
  width: 100%;
}
.text-animation11:hover span::before, .text-animation11:hover span::after {
  height: 100%;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-pc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 769px) {
  .flex-pc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.flex-pc-start-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 769px) {
  .flex-pc-start-start {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.flex-pc-start-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 769px) {
  .flex-pc-start-center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.flex-pc-start-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 769px) {
  .flex-pc-start-end {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.flex-pc-center-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 769px) {
  .flex-pc-center-start {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.flex-pc-center-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 769px) {
  .flex-pc-center-center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.flex-pc-center-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 769px) {
  .flex-pc-center-end {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.flex-pc-end-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 769px) {
  .flex-pc-end-start {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.flex-pc-end-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 769px) {
  .flex-pc-end-center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.flex-pc-end-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 769px) {
  .flex-pc-end-end {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.flex-pc-between-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 769px) {
  .flex-pc-between-start {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.flex-pc-between-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 769px) {
  .flex-pc-between-center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.flex-pc-between-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 769px) {
  .flex-pc-between-end {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.flex-pc-around-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 769px) {
  .flex-pc-around-start {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.flex-pc-around-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 769px) {
  .flex-pc-around-center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.flex-pc-around-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 769px) {
  .flex-pc-around-end {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.flex-pc2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 993px) {
  .flex-pc2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.flex-pc2-start-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 993px) {
  .flex-pc2-start-start {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.flex-pc2-start-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 993px) {
  .flex-pc2-start-center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.flex-pc2-start-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 993px) {
  .flex-pc2-start-end {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.flex-pc2-center-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 993px) {
  .flex-pc2-center-start {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.flex-pc2-center-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 993px) {
  .flex-pc2-center-center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.flex-pc2-center-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 993px) {
  .flex-pc2-center-end {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.flex-pc2-end-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 993px) {
  .flex-pc2-end-start {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.flex-pc2-end-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 993px) {
  .flex-pc2-end-center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.flex-pc2-end-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 993px) {
  .flex-pc2-end-end {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.flex-pc2-between-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 993px) {
  .flex-pc2-between-start {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.flex-pc2-between-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 993px) {
  .flex-pc2-between-center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.flex-pc2-between-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 993px) {
  .flex-pc2-between-end {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.flex-pc2-around-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 993px) {
  .flex-pc2-around-start {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.flex-pc2-around-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 993px) {
  .flex-pc2-around-center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.flex-pc2-around-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 993px) {
  .flex-pc2-around-end {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

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

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

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

.flex-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-between-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex-between-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-between-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex-around {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.flex-around-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex-around-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-around-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex-sp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media print, screen and (max-width: 768px) {
  .flex-sp-start-start {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media print, screen and (max-width: 768px) {
  .flex-sp-start-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media print, screen and (max-width: 768px) {
  .flex-sp-start-end {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media print, screen and (max-width: 768px) {
  .flex-sp-center-start {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media print, screen and (max-width: 768px) {
  .flex-sp-center-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media print, screen and (max-width: 768px) {
  .flex-sp-center-end {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media print, screen and (max-width: 768px) {
  .flex-sp-end-start {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media print, screen and (max-width: 768px) {
  .flex-sp-end-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media print, screen and (max-width: 768px) {
  .flex-sp-end-end {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media print, screen and (max-width: 768px) {
  .flex-sp-between-start {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media print, screen and (max-width: 768px) {
  .flex-sp-between-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media print, screen and (max-width: 768px) {
  .flex-sp-between-end {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media print, screen and (max-width: 768px) {
  .flex-sp-around-start {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media print, screen and (max-width: 768px) {
  .flex-sp-around-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media print, screen and (max-width: 768px) {
  .flex-sp-around-end {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.flex-sp2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media print, screen and (max-width: 992px) {
  .flex-sp2-start-start {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media print, screen and (max-width: 992px) {
  .flex-sp2-start-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media print, screen and (max-width: 992px) {
  .flex-sp2-start-end {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media print, screen and (max-width: 992px) {
  .flex-sp2-center-start {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media print, screen and (max-width: 992px) {
  .flex-sp2-center-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media print, screen and (max-width: 992px) {
  .flex-sp2-center-end {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media print, screen and (max-width: 992px) {
  .flex-sp2-end-start {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media print, screen and (max-width: 992px) {
  .flex-sp2-end-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media print, screen and (max-width: 992px) {
  .flex-sp2-end-end {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media print, screen and (max-width: 992px) {
  .flex-sp2-between-start {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media print, screen and (max-width: 992px) {
  .flex-sp2-between-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media print, screen and (max-width: 992px) {
  .flex-sp2-between-end {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media print, screen and (max-width: 992px) {
  .flex-sp2-around-start {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media print, screen and (max-width: 992px) {
  .flex-sp2-around-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media print, screen and (max-width: 992px) {
  .flex-sp2-around-end {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media print, screen and (min-width: 769px) {
  .reverse-pc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media print, screen and (min-width: 993px) {
  .reverse-pc2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

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

.order1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.order2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.order3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

.order4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}

.order5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
}

.order6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6;
}

.order7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
      -ms-flex-order: 7;
          order: 7;
}

.order8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
      -ms-flex-order: 8;
          order: 8;
}

.order9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
      -ms-flex-order: 9;
          order: 9;
}

.order10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
      -ms-flex-order: 10;
          order: 10;
}

.flex-w10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 10%;
      -ms-flex: 0 1 10%;
          flex: 0 1 10%;
}

.flex-w11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 11%;
      -ms-flex: 0 1 11%;
          flex: 0 1 11%;
}

.flex-w12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 12%;
      -ms-flex: 0 1 12%;
          flex: 0 1 12%;
}

.flex-w13 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 13%;
      -ms-flex: 0 1 13%;
          flex: 0 1 13%;
}

.flex-w14 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 14%;
      -ms-flex: 0 1 14%;
          flex: 0 1 14%;
}

.flex-w15 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 15%;
      -ms-flex: 0 1 15%;
          flex: 0 1 15%;
}

.flex-w16 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 16%;
      -ms-flex: 0 1 16%;
          flex: 0 1 16%;
}

.flex-w17 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 17%;
      -ms-flex: 0 1 17%;
          flex: 0 1 17%;
}

.flex-w18 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 18%;
      -ms-flex: 0 1 18%;
          flex: 0 1 18%;
}

.flex-w19 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 19%;
      -ms-flex: 0 1 19%;
          flex: 0 1 19%;
}

.flex-w20 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 20%;
      -ms-flex: 0 1 20%;
          flex: 0 1 20%;
}

.flex-w21 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 21%;
      -ms-flex: 0 1 21%;
          flex: 0 1 21%;
}

.flex-w22 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 22%;
      -ms-flex: 0 1 22%;
          flex: 0 1 22%;
}

.flex-w23 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 23%;
      -ms-flex: 0 1 23%;
          flex: 0 1 23%;
}

.flex-w24 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 24%;
      -ms-flex: 0 1 24%;
          flex: 0 1 24%;
}

.flex-w25 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 25%;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
}

.flex-w26 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 26%;
      -ms-flex: 0 1 26%;
          flex: 0 1 26%;
}

.flex-w27 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 27%;
      -ms-flex: 0 1 27%;
          flex: 0 1 27%;
}

.flex-w28 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 28%;
      -ms-flex: 0 1 28%;
          flex: 0 1 28%;
}

.flex-w29 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 29%;
      -ms-flex: 0 1 29%;
          flex: 0 1 29%;
}

.flex-w30 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 30%;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
}

.flex-w31 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 31%;
      -ms-flex: 0 1 31%;
          flex: 0 1 31%;
}

.flex-w32 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 32%;
      -ms-flex: 0 1 32%;
          flex: 0 1 32%;
}

.flex-w33 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 33%;
      -ms-flex: 0 1 33%;
          flex: 0 1 33%;
}

.flex-w34 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 34%;
      -ms-flex: 0 1 34%;
          flex: 0 1 34%;
}

.flex-w35 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 35%;
      -ms-flex: 0 1 35%;
          flex: 0 1 35%;
}

.flex-w36 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 36%;
      -ms-flex: 0 1 36%;
          flex: 0 1 36%;
}

.flex-w37 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 37%;
      -ms-flex: 0 1 37%;
          flex: 0 1 37%;
}

.flex-w38 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 38%;
      -ms-flex: 0 1 38%;
          flex: 0 1 38%;
}

.flex-w39 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 39%;
      -ms-flex: 0 1 39%;
          flex: 0 1 39%;
}

.flex-w40 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 40%;
      -ms-flex: 0 1 40%;
          flex: 0 1 40%;
}

.flex-w41 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 41%;
      -ms-flex: 0 1 41%;
          flex: 0 1 41%;
}

.flex-w42 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 42%;
      -ms-flex: 0 1 42%;
          flex: 0 1 42%;
}

.flex-w43 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 43%;
      -ms-flex: 0 1 43%;
          flex: 0 1 43%;
}

.flex-w44 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 44%;
      -ms-flex: 0 1 44%;
          flex: 0 1 44%;
}

.flex-w45 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 45%;
      -ms-flex: 0 1 45%;
          flex: 0 1 45%;
}

.flex-w46 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 46%;
      -ms-flex: 0 1 46%;
          flex: 0 1 46%;
}

.flex-w47 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 47%;
      -ms-flex: 0 1 47%;
          flex: 0 1 47%;
}

.flex-w48 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 48%;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
}

.flex-w49 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 49%;
      -ms-flex: 0 1 49%;
          flex: 0 1 49%;
}

.flex-w50 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 50%;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

.flex-w51 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 51%;
      -ms-flex: 0 1 51%;
          flex: 0 1 51%;
}

.flex-w52 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 52%;
      -ms-flex: 0 1 52%;
          flex: 0 1 52%;
}

.flex-w53 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 53%;
      -ms-flex: 0 1 53%;
          flex: 0 1 53%;
}

.flex-w54 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 54%;
      -ms-flex: 0 1 54%;
          flex: 0 1 54%;
}

.flex-w55 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 55%;
      -ms-flex: 0 1 55%;
          flex: 0 1 55%;
}

.flex-w56 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 56%;
      -ms-flex: 0 1 56%;
          flex: 0 1 56%;
}

.flex-w57 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 57%;
      -ms-flex: 0 1 57%;
          flex: 0 1 57%;
}

.flex-w58 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 58%;
      -ms-flex: 0 1 58%;
          flex: 0 1 58%;
}

.flex-w59 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 59%;
      -ms-flex: 0 1 59%;
          flex: 0 1 59%;
}

.flex-w60 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 60%;
      -ms-flex: 0 1 60%;
          flex: 0 1 60%;
}

.flex-w61 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 61%;
      -ms-flex: 0 1 61%;
          flex: 0 1 61%;
}

.flex-w62 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 62%;
      -ms-flex: 0 1 62%;
          flex: 0 1 62%;
}

.flex-w63 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 63%;
      -ms-flex: 0 1 63%;
          flex: 0 1 63%;
}

.flex-w64 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 64%;
      -ms-flex: 0 1 64%;
          flex: 0 1 64%;
}

.flex-w65 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 65%;
      -ms-flex: 0 1 65%;
          flex: 0 1 65%;
}

.flex-w66 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 66%;
      -ms-flex: 0 1 66%;
          flex: 0 1 66%;
}

.flex-w67 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 67%;
      -ms-flex: 0 1 67%;
          flex: 0 1 67%;
}

.flex-w68 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 68%;
      -ms-flex: 0 1 68%;
          flex: 0 1 68%;
}

.flex-w69 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 69%;
      -ms-flex: 0 1 69%;
          flex: 0 1 69%;
}

.flex-w70 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 70%;
      -ms-flex: 0 1 70%;
          flex: 0 1 70%;
}

.flex-w71 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 71%;
      -ms-flex: 0 1 71%;
          flex: 0 1 71%;
}

.flex-w72 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 72%;
      -ms-flex: 0 1 72%;
          flex: 0 1 72%;
}

.flex-w73 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 73%;
      -ms-flex: 0 1 73%;
          flex: 0 1 73%;
}

.flex-w74 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 74%;
      -ms-flex: 0 1 74%;
          flex: 0 1 74%;
}

.flex-w75 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 75%;
      -ms-flex: 0 1 75%;
          flex: 0 1 75%;
}

.flex-w76 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 76%;
      -ms-flex: 0 1 76%;
          flex: 0 1 76%;
}

.flex-w77 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 77%;
      -ms-flex: 0 1 77%;
          flex: 0 1 77%;
}

.flex-w78 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 78%;
      -ms-flex: 0 1 78%;
          flex: 0 1 78%;
}

.flex-w79 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 79%;
      -ms-flex: 0 1 79%;
          flex: 0 1 79%;
}

.flex-w80 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 80%;
      -ms-flex: 0 1 80%;
          flex: 0 1 80%;
}

.flex-w81 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 81%;
      -ms-flex: 0 1 81%;
          flex: 0 1 81%;
}

.flex-w82 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 82%;
      -ms-flex: 0 1 82%;
          flex: 0 1 82%;
}

.flex-w83 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 83%;
      -ms-flex: 0 1 83%;
          flex: 0 1 83%;
}

.flex-w84 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 84%;
      -ms-flex: 0 1 84%;
          flex: 0 1 84%;
}

.flex-w85 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 85%;
      -ms-flex: 0 1 85%;
          flex: 0 1 85%;
}

.flex-w86 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 86%;
      -ms-flex: 0 1 86%;
          flex: 0 1 86%;
}

.flex-w87 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 87%;
      -ms-flex: 0 1 87%;
          flex: 0 1 87%;
}

.flex-w88 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 88%;
      -ms-flex: 0 1 88%;
          flex: 0 1 88%;
}

.flex-w89 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 89%;
      -ms-flex: 0 1 89%;
          flex: 0 1 89%;
}

.flex-w90 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 90%;
      -ms-flex: 0 1 90%;
          flex: 0 1 90%;
}

.flex-w91 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 91%;
      -ms-flex: 0 1 91%;
          flex: 0 1 91%;
}

.flex-w92 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 92%;
      -ms-flex: 0 1 92%;
          flex: 0 1 92%;
}

.flex-w93 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 93%;
      -ms-flex: 0 1 93%;
          flex: 0 1 93%;
}

.flex-w94 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 94%;
      -ms-flex: 0 1 94%;
          flex: 0 1 94%;
}

.flex-w95 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 95%;
      -ms-flex: 0 1 95%;
          flex: 0 1 95%;
}

.flex-w96 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 96%;
      -ms-flex: 0 1 96%;
          flex: 0 1 96%;
}

.flex-w97 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 97%;
      -ms-flex: 0 1 97%;
          flex: 0 1 97%;
}

.flex-w98 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 98%;
      -ms-flex: 0 1 98%;
          flex: 0 1 98%;
}

.flex-w99 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 99%;
      -ms-flex: 0 1 99%;
          flex: 0 1 99%;
}

.flex-w100 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

.as-start {
  -webkit-align-self: start;
      -ms-flex-item-align: start;
          align-self: start;
}
.as-center {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.as-end {
  -webkit-align-self: end;
      -ms-flex-item-align: end;
          align-self: end;
}

.gap5 {
  gap: 5px;
}

.gap6 {
  gap: 6px;
}

.gap7 {
  gap: 7px;
}

.gap8 {
  gap: 8px;
}

.gap9 {
  gap: 9px;
}

.gap10 {
  gap: 10px;
}

.gap11 {
  gap: 11px;
}

.gap12 {
  gap: 12px;
}

.gap13 {
  gap: 13px;
}

.gap14 {
  gap: 14px;
}

.gap15 {
  gap: 15px;
}

.gap16 {
  gap: 16px;
}

.gap17 {
  gap: 17px;
}

.gap18 {
  gap: 18px;
}

.gap19 {
  gap: 19px;
}

.gap20 {
  gap: 20px;
}

.gap21 {
  gap: 21px;
}

.gap22 {
  gap: 22px;
}

.gap23 {
  gap: 23px;
}

.gap24 {
  gap: 24px;
}

.gap25 {
  gap: 25px;
}

.gap26 {
  gap: 26px;
}

.gap27 {
  gap: 27px;
}

.gap28 {
  gap: 28px;
}

.gap29 {
  gap: 29px;
}

.gap30 {
  gap: 30px;
}

.gap31 {
  gap: 31px;
}

.gap32 {
  gap: 32px;
}

.gap33 {
  gap: 33px;
}

.gap34 {
  gap: 34px;
}

.gap35 {
  gap: 35px;
}

.gap36 {
  gap: 36px;
}

.gap37 {
  gap: 37px;
}

.gap38 {
  gap: 38px;
}

.gap39 {
  gap: 39px;
}

.gap40 {
  gap: 40px;
}

.gap41 {
  gap: 41px;
}

.gap42 {
  gap: 42px;
}

.gap43 {
  gap: 43px;
}

.gap44 {
  gap: 44px;
}

.gap45 {
  gap: 45px;
}

.gap46 {
  gap: 46px;
}

.gap47 {
  gap: 47px;
}

.gap48 {
  gap: 48px;
}

.gap49 {
  gap: 49px;
}

.gap50 {
  gap: 50px;
}

.gap51 {
  gap: 51px;
}

.gap52 {
  gap: 52px;
}

.gap53 {
  gap: 53px;
}

.gap54 {
  gap: 54px;
}

.gap55 {
  gap: 55px;
}

.gap56 {
  gap: 56px;
}

.gap57 {
  gap: 57px;
}

.gap58 {
  gap: 58px;
}

.gap59 {
  gap: 59px;
}

.gap60 {
  gap: 60px;
}

.gap61 {
  gap: 61px;
}

.gap62 {
  gap: 62px;
}

.gap63 {
  gap: 63px;
}

.gap64 {
  gap: 64px;
}

.gap65 {
  gap: 65px;
}

.gap66 {
  gap: 66px;
}

.gap67 {
  gap: 67px;
}

.gap68 {
  gap: 68px;
}

.gap69 {
  gap: 69px;
}

.gap70 {
  gap: 70px;
}

.gap71 {
  gap: 71px;
}

.gap72 {
  gap: 72px;
}

.gap73 {
  gap: 73px;
}

.gap74 {
  gap: 74px;
}

.gap75 {
  gap: 75px;
}

.gap76 {
  gap: 76px;
}

.gap77 {
  gap: 77px;
}

.gap78 {
  gap: 78px;
}

.gap79 {
  gap: 79px;
}

.gap80 {
  gap: 80px;
}

.gap81 {
  gap: 81px;
}

.gap82 {
  gap: 82px;
}

.gap83 {
  gap: 83px;
}

.gap84 {
  gap: 84px;
}

.gap85 {
  gap: 85px;
}

.gap86 {
  gap: 86px;
}

.gap87 {
  gap: 87px;
}

.gap88 {
  gap: 88px;
}

.gap89 {
  gap: 89px;
}

.gap90 {
  gap: 90px;
}

.gap91 {
  gap: 91px;
}

.gap92 {
  gap: 92px;
}

.gap93 {
  gap: 93px;
}

.gap94 {
  gap: 94px;
}

.gap95 {
  gap: 95px;
}

.gap96 {
  gap: 96px;
}

.gap97 {
  gap: 97px;
}

.gap98 {
  gap: 98px;
}

.gap99 {
  gap: 99px;
}

.gap100 {
  gap: 100px;
}

.gap1p {
  gap: 1%;
}

.gap2p {
  gap: 2%;
}

.gap3p {
  gap: 3%;
}

.gap4p {
  gap: 4%;
}

.gap5p {
  gap: 5%;
}

.gap6p {
  gap: 6%;
}

.gap7p {
  gap: 7%;
}

.gap8p {
  gap: 8%;
}

.gap9p {
  gap: 9%;
}

.gap10p {
  gap: 10%;
}

.gap11p {
  gap: 11%;
}

.gap12p {
  gap: 12%;
}

.gap13p {
  gap: 13%;
}

.gap14p {
  gap: 14%;
}

.gap15p {
  gap: 15%;
}

.gap16p {
  gap: 16%;
}

.gap17p {
  gap: 17%;
}

.gap18p {
  gap: 18%;
}

.gap19p {
  gap: 19%;
}

.gap20p {
  gap: 20%;
}

.gap21p {
  gap: 21%;
}

.gap22p {
  gap: 22%;
}

.gap23p {
  gap: 23%;
}

.gap24p {
  gap: 24%;
}

.gap25p {
  gap: 25%;
}

.gap26p {
  gap: 26%;
}

.gap27p {
  gap: 27%;
}

.gap28p {
  gap: 28%;
}

.gap29p {
  gap: 29%;
}

.gap30p {
  gap: 30%;
}

.gap31p {
  gap: 31%;
}

.gap32p {
  gap: 32%;
}

.gap33p {
  gap: 33%;
}

.gap34p {
  gap: 34%;
}

.gap35p {
  gap: 35%;
}

.gap36p {
  gap: 36%;
}

.gap37p {
  gap: 37%;
}

.gap38p {
  gap: 38%;
}

.gap39p {
  gap: 39%;
}

.gap40p {
  gap: 40%;
}

.gap41p {
  gap: 41%;
}

.gap42p {
  gap: 42%;
}

.gap43p {
  gap: 43%;
}

.gap44p {
  gap: 44%;
}

.gap45p {
  gap: 45%;
}

.gap46p {
  gap: 46%;
}

.gap47p {
  gap: 47%;
}

.gap48p {
  gap: 48%;
}

.gap49p {
  gap: 49%;
}

.gap50p {
  gap: 50%;
}

.gap51p {
  gap: 51%;
}

.gap52p {
  gap: 52%;
}

.gap53p {
  gap: 53%;
}

.gap54p {
  gap: 54%;
}

.gap55p {
  gap: 55%;
}

.gap56p {
  gap: 56%;
}

.gap57p {
  gap: 57%;
}

.gap58p {
  gap: 58%;
}

.gap59p {
  gap: 59%;
}

.gap60p {
  gap: 60%;
}

.gap61p {
  gap: 61%;
}

.gap62p {
  gap: 62%;
}

.gap63p {
  gap: 63%;
}

.gap64p {
  gap: 64%;
}

.gap65p {
  gap: 65%;
}

.gap66p {
  gap: 66%;
}

.gap67p {
  gap: 67%;
}

.gap68p {
  gap: 68%;
}

.gap69p {
  gap: 69%;
}

.gap70p {
  gap: 70%;
}

.gap71p {
  gap: 71%;
}

.gap72p {
  gap: 72%;
}

.gap73p {
  gap: 73%;
}

.gap74p {
  gap: 74%;
}

.gap75p {
  gap: 75%;
}

.gap76p {
  gap: 76%;
}

.gap77p {
  gap: 77%;
}

.gap78p {
  gap: 78%;
}

.gap79p {
  gap: 79%;
}

.gap80p {
  gap: 80%;
}

.gap81p {
  gap: 81%;
}

.gap82p {
  gap: 82%;
}

.gap83p {
  gap: 83%;
}

.gap84p {
  gap: 84%;
}

.gap85p {
  gap: 85%;
}

.gap86p {
  gap: 86%;
}

.gap87p {
  gap: 87%;
}

.gap88p {
  gap: 88%;
}

.gap89p {
  gap: 89%;
}

.gap90p {
  gap: 90%;
}

.gap91p {
  gap: 91%;
}

.gap92p {
  gap: 92%;
}

.gap93p {
  gap: 93%;
}

.gap94p {
  gap: 94%;
}

.gap95p {
  gap: 95%;
}

.gap96p {
  gap: 96%;
}

.gap97p {
  gap: 97%;
}

.gap98p {
  gap: 98%;
}

.gap99p {
  gap: 99%;
}

.gap100p {
  gap: 100%;
}

.hero {
  position: relative;
  padding-top: 80px;
  padding-bottom: 20px;
}
@media print, screen and (min-width: 993px) {
  .hero {
    padding-top: 100px;
    padding-bottom: 65px;
  }
}
.hero__img {
  margin-top: 0px;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 993px) {
  .hero__img {
    margin-top: 40px;
  }
}
.hero__img img {
  border-radius: 10px;
}
.hero__logo {
  position: absolute;
  top: -13%;
  right: 1%;
}
@media print, screen and (min-width: 993px) {
  .hero__logo {
    top: -12%;
    right: 5%;
  }
}
.hero__logo img {
  width: 145px;
  height: 159px;
}
@media print, screen and (min-width: 993px) {
  .hero__logo img {
    width: 395px;
    height: 434px;
  }
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  height: 45px;
  margin-top: 10px;
}
@media print, screen and (max-width: 992px) {
  .header {
    background-color: #fff;
    margin-top: 0px;
    height: 50px;
  }
}
.header__title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 45%;
      -ms-flex: 0 1 45%;
          flex: 0 1 45%;
  margin-left: 3%;
  margin-top: 0px;
}
@media print, screen and (min-width: 993px) {
  .header__title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 20%;
        -ms-flex: 0 1 20%;
            flex: 0 1 20%;
    margin-top: 0;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 1200px) {
  .header__title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 18%;
        -ms-flex: 0 1 18%;
            flex: 0 1 18%;
  }
}
@media print, screen and (min-width: 1300px) {
  .header__title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 20%;
        -ms-flex: 0 1 20%;
            flex: 0 1 20%;
  }
}
@media print, screen and (min-width: 1400px) {
  .header__title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 25%;
        -ms-flex: 0 1 25%;
            flex: 0 1 25%;
  }
}
.header__title a {
  display: inline-block;
}
.header__title img {
  width: 267px;
  display: block;
}
.header.fixed {
  position: fixed;
  z-index: 999;
  top: 0;
}
@media print, screen and (max-width: 992px) {
  .header.fixed {
    background: #fff !important;
  }
}

.gnavi {
  text-align: left;
  line-height: 1;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 100px;
  border: 1px solid #f5f4f0;
}
@media print, screen and (min-width: 993px) {
  .gnavi {
    padding: 0 1.5% 0 1.5%;
    margin-right: 20px;
  }
}
@media print, screen and (min-width: 1200px) {
  .gnavi {
    padding: 0 1.5% 0 1.5%;
  }
}
@media print, screen and (min-width: 1300px) {
  .gnavi {
    padding: 0 3% 0 3%;
  }
}
.gnavi .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media print, screen and (max-width: 992px) {
  .gnavi .menu {
    display: block;
    padding: 30px 20px 60px 20px;
    height: 100%;
    min-height: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.gnavi .menu-item {
  position: relative;
}
.gnavi .menu-item a {
  display: block;
  text-decoration: none;
  color: #FFFFFF;
  font-weight: 700;
  padding: 15px 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 5px;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 993px) {
  .gnavi .menu-item a {
    color: #0067BC;
    padding: 10px 10px;
    font-size: 0.875rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .gnavi .menu-item a {
    padding: 8px 20px 9px 20px;
    font-size: 1rem;
  }
}
.gnavi .menu-item a:hover {
  color: #8DB1CE;
  opacity: 1;
}
@media print, screen and (max-width: 992px) {
  .gnavi .menu-item a {
    border-bottom: 1px solid #4b91c9;
  }
}

.sub-menu {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  visibility: visible;
  opacity: 1;
  display: none;
  -webkit-transition: none;
  transition: none;
}
@media print, screen and (min-width: 993px) {
  .sub-menu {
    display: block;
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 4;
    background: #0067BC;
    border-radius: 10px;
    width: 300px;
    visibility: hidden;
    opacity: 0;
  }
}
.sub-menu .menu-item {
  position: relative;
}
.sub-menu .menu-item:last-child {
  margin-bottom: 10px;
}
.sub-menu .menu-item a {
  display: block;
  color: #fff !important;
  padding: 12px 20px 20px 20px;
}
@media print, screen and (min-width: 993px) {
  .sub-menu .menu-item a {
    color: #FFFFFF !important;
    padding: 10px 20px 10px 20px;
  }
}
.sub-menu .menu-item a:hover {
  color: #1fb8d3 !important;
}
.sub-menu .menu-item a:hover::after {
  border-top: 1px solid #1fb8d3;
  border-right: 1px solid #1fb8d3;
}

.menu-item:has(> ul) {
  position: relative;
}
@media print, screen and (min-width: 993px) {
  .menu-item:has(> ul)::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 13px;
    z-index: 3;
  }
}
.menu-item:has(> ul):hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}

.menu-item:has(ul):hover > ul,
.menu-item:has(ul) ul li:hover > ul,
.menu-item:has(ul):active > ul,
.menu-item:has(ul) ul li:active > ul {
  visibility: visible;
  opacity: 1;
}

.menu-item:has(ul) ul li:last-child {
  border-bottom: none;
}

.menu-item:has(ul) ul li a:hover,
.menu-item:has(ul) ul li a:active {
  color: #8DB1CE;
}

@media print, screen and (min-width: 993px) {
  .gnavi .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .gnavi .menu > .menu-item + .menu-item {
    margin-left: 20px;
  }
  .gnavi .menu > .menu-item + .menu-item > .gnavi__link {
    position: relative;
  }
  .gnavi .menu > .menu-item + .menu-item > .gnavi__link::before {
    content: "/";
    position: absolute;
    left: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(20deg);
            transform: translateY(-50%) rotate(20deg);
    color: #AFAFAF;
  }
}
.menu-item__logo {
  display: none;
}
@media print, screen and (max-width: 992px) {
  .menu-item__logo {
    display: inline-block;
    margin-right: 1rem;
    position: relative;
  }
  .menu-item__logo::before {
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url(../img/common/icon-logo-w.svg);
    background-size: contain;
    width: 18px;
    height: 20px;
    top: -4px;
    left: -23px;
  }
}

@media print, screen and (max-width: 992px) {
  .sp-mt40 {
    margin-top: 40px;
  }
}
.gnavi__link {
  position: relative;
}

.header-btn__link {
  display: block;
  background-color: #0067BC;
  border-radius: 100px;
  color: #FFFFFF;
  height: 45px;
  padding: 14px 85px 0 20px;
  margin-right: 50px;
  font-size: 1rem;
  position: relative;
}
@media print, screen and (min-width: 993px) {
  .header-btn__link {
    padding: 10px 85px 0 20px;
    margin-right: 10px;
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .header-btn__link {
    margin-right: 15px;
    font-size: 1rem;
  }
}
.header-btn__link:hover {
  opacity: 1;
}
.header-btn__arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 56px;
  height: 27px;
  border: 1px solid #fff;
  border-radius: 100px;
  background: transparent;
}
.header-btn__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translate(-30%, -50%) rotate(45deg);
          transform: translate(-30%, -50%) rotate(45deg);
}
.header-btn__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

a:hover .header-btn__arrow::before {
  -webkit-transform: translate(calc(-30% + 7px), -50%) rotate(45deg);
          transform: translate(calc(-30% + 7px), -50%) rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
a:hover .header-btn__arrow::after {
  -webkit-transform: translate(calc(-50% + 7px), -50%);
          transform: translate(calc(-50% + 7px), -50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.header-btn-sp {
  margin-top: 20px;
  border: 1px solid #fff;
  border-radius: 100px;
  max-width: 277px;
}
.header-btn-sp .header-btn__link {
  margin-right: 0;
}

@media print, screen and (max-width: 992px) {
  #g-nav {
    position: fixed;
    z-index: 999;
    top: -120%;
    left: 0;
    width: 100%;
    height: 100vh;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #g-nav.panelactive {
    top: 50px;
    height: calc(100dvh - 50px);
    background-color: #0067BC;
    border-radius: 0;
  }
  #g-nav.panelactive #g-nav-list {
    overflow-y: auto;
    z-index: 999;
    width: 100%;
    height: 100%;
  }
  .openbtn {
    position: fixed;
    z-index: 9999;
    top: 0%;
    right: 0px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #0067BC;
  }
  .openbtn::after {
    content: "MENU";
    position: absolute;
    left: 50%;
    bottom: 9px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-family: "Jost", "Helvetica Neue", Arial, sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.08em;
    color: #fff;
  }
  .openbtn span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
    width: 45%;
  }
  .openbtn span:nth-of-type(1) {
    top: 15px;
  }
  .openbtn span:nth-of-type(2) {
    top: 23px;
  }
  .openbtn span:nth-of-type(3) {
    display: none;
  }
  .openbtn.active::after {
    content: "CLOSE";
  }
  .openbtn.active span:nth-of-type(1) {
    top: 19px;
    left: 16px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    width: 36%;
  }
  .openbtn.active span:nth-of-type(2) {
    top: 19px;
    left: 16px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 36%;
  }
}
.current_page_item {
  position: relative;
}
.current_page_item::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 5px;
  display: inline-block;
  width: 80px;
  height: 3px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: red;
  border-radius: 2px;
}

.breadcrumb {
  font-size: 0.6875rem;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 993px) {
  .breadcrumb {
    margin-bottom: 20px;
    font-size: 0.875rem;
  }
}
.breadcrumb__item:first-child a {
  font-family: "Jost", "Helvetica Neue", Arial, sans-serif;
}
.breadcrumb__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumb__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb__item + .breadcrumb__item::before {
  content: "/";
  margin: 0 8px;
}
.breadcrumb__item a {
  text-decoration: underline;
  color: #AFAFAF;
}
.breadcrumb__item[aria-current=page] a {
  text-decoration: none;
}

.footer {
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f7fb), to(#aad9f0));
  background: -webkit-linear-gradient(top, #f2f7fb 0%, #aad9f0 100%);
  background: linear-gradient(to bottom, #f2f7fb 0%, #aad9f0 100%);
  padding-bottom: 15px;
  padding-top: 30px;
}
@media print, screen and (min-width: 993px) {
  .footer {
    padding-top: 60px;
  }
}
.footer__logo {
  width: 250px;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 993px) {
  .footer__logo {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 993px) {
  .footer__flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer__info {
  font-size: 1rem;
}
@media print, screen and (min-width: 993px) {
  .footer__info {
    font-size: 0.875rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .footer__info {
    font-size: 1rem;
  }
}
.footer__sdgs {
  width: 240px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 993px) {
  .footer__sdgs {
    margin-top: 45px;
    margin-bottom: 0;
  }
}
.footer__sdgs img {
  border-radius: 10px;
}
.footer__copy {
  font-size: 0.875rem;
  font-weight: 700;
  padding: 15px;
  border-top: 1px solid #243059;
  margin-top: 60px;
}
@media print, screen and (min-width: 993px) {
  .footer__copy {
    font-size: 1rem;
    text-align: center;
  }
}

.footer-link {
  position: relative;
  padding-top: 40px;
  background: #f2f7fb;
}
@media print, screen and (min-width: 993px) {
  .footer-link {
    padding-top: 90px;
  }
}
.footer-link__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.footer-link__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  z-index: 2;
}
@media print, screen and (min-width: 993px) {
  .footer-link__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 49%;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
  }
}
.footer-link__item a {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
.footer-link__item a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0.6;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 1;
  border-radius: 10px;
}
.footer-link__item a:hover {
  opacity: 1;
}
.footer-link__item a:hover::before {
  opacity: 0.3;
}
.footer-link__item img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.footer-link__title {
  position: absolute;
  left: 5%;
  bottom: 8%;
  z-index: 2;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 12px;
}
@media print, screen and (max-width: 992px) {
  .footer-link__title {
    bottom: 30%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 85%;
  }
}
.footer-link__title .en {
  font-size: 0.75rem;
  color: #AFAFAF;
  font-family: "Jost", "Helvetica Neue", Arial, sans-serif;
  display: block;
  font-weight: 500;
  line-height: 1;
}
@media print, screen and (min-width: 993px) {
  .footer-link__title .en {
    font-size: 0.875rem;
  }
}
.footer-link__title .jp {
  font-size: 1.125rem;
  color: #FFFFFF;
  font-weight: 500;
}
@media print, screen and (min-width: 993px) {
  .footer-link__title .jp {
    font-size: 1.375rem;
  }
}

.footer-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}
@media print, screen and (min-width: 993px) {
  .footer-nav {
    gap: 20px;
  }
}
@media print, screen and (min-width: 1200px) {
  .footer-nav {
    gap: 45px;
  }
}
@media print, screen and (max-width: 992px) {
  .footer-nav__column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45%;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
}
.footer-nav__title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 15px;
  margin: 15px 0;
}
@media print, screen and (min-width: 1200px) {
  .footer-nav__title {
    font-size: 1.125rem;
  }
}
.footer-nav__item {
  position: relative;
  padding-left: 12px;
  margin: 15px 0;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 1200px) {
  .footer-nav__item {
    font-size: 1rem;
  }
}
.footer-nav__item::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}

.footer-recruit {
  padding-top: 60px;
}
@media print, screen and (min-width: 993px) {
  .footer-recruit {
    padding-top: 90px;
  }
}
.footer-recruit__text {
  font-size: 0.875rem;
  background-color: #FFFFFF;
  padding: 10px;
  text-align: center;
  border: 1px solid #AFAFAF;
  max-width: 350px;
  margin: 0 auto 20px auto;
}
@media print, screen and (min-width: 993px) {
  .footer-recruit__text {
    font-size: 1rem;
    padding: 15px;
    max-width: 500px;
  }
}
.footer-recruit__flex {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 50px;
}
@media print, screen and (min-width: 993px) {
  .footer-recruit__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.footer-recruit__btn {
  width: 335px;
}
@media print, screen and (min-width: 993px) {
  .footer-recruit__btn {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc((100% - 30px) / 2);
        -ms-flex: 0 0 calc((100% - 30px) / 2);
            flex: 0 0 calc((100% - 30px) / 2);
    max-width: 585px;
  }
}
.footer-recruit__link-form {
  position: relative;
  display: block;
  border-radius: 10px;
  font-size: 1rem;
  background-color: #0067BC;
  color: #FFFFFF;
  border: 1px solid #0067BC;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 20px;
}
@media print, screen and (min-width: 993px) {
  .footer-recruit__link-form {
    margin-top: 0;
    font-size: 1.125rem;
    padding: 30px 40px;
  }
}
.footer-recruit__link-form img {
  width: 41px;
  margin-right: 15px;
}
@media print, screen and (min-width: 993px) {
  .footer-recruit__link-form img {
    width: 59px;
    margin-right: 15px;
  }
}
.footer-recruit__link-form:hover {
  background-color: #8DB1CE;
  opacity: 1;
}
.footer-recruit__link-mynavi {
  position: relative;
  display: block;
  border-radius: 10px;
  font-size: 1.375rem;
  background-color: #FFFFFF;
  border: 1px solid #AFAFAF;
  padding: 20px 10px;
}
@media print, screen and (min-width: 993px) {
  .footer-recruit__link-mynavi {
    margin-top: 0;
    font-size: 1rem;
    padding: 36px 40px;
  }
}
.footer-recruit__link-mynavi img {
  width: 230px;
}
@media print, screen and (min-width: 993px) {
  .footer-recruit__link-mynavi img {
    width: 230px;
  }
}

#eyecatch {
  position: relative;
  overflow: hidden;
  min-height: 800px;
  margin-top: 50px;
}
@media print, screen and (min-width: 769px) {
  #eyecatch {
    min-height: 900px;
  }
}
@media print, screen and (min-width: 993px) {
  #eyecatch {
    margin-top: 0;
    min-height: 980px;
  }
}

#eyecatch .shoulder,
#eyecatch .copy,
#eyecatch .read,
#eyecatch .ci {
  display: block;
  font-size: 0;
  position: absolute;
  z-index: 10;
  opacity: 0;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

#eyecatch .shoulder {
  -webkit-animation: fadein-animation 0.2s forwards;
          animation: fadein-animation 0.2s forwards;
  left: 2%;
  top: 16%;
  width: 137px;
}
@media print, screen and (min-width: 769px) {
  #eyecatch .shoulder {
    left: 2%;
    top: 15%;
    width: 200px;
  }
}
@media print, screen and (min-width: 993px) {
  #eyecatch .shoulder {
    left: 6.7%;
    top: 18.5%;
    width: 16%;
  }
}

#eyecatch .copy {
  -webkit-animation: fadein-animation 0.6s forwards;
          animation: fadein-animation 0.6s forwards;
  left: 0%;
  top: 19%;
  width: 215px;
}
@media print, screen and (min-width: 769px) {
  #eyecatch .copy {
    left: 0%;
    top: 19%;
    width: 300px;
  }
}
@media print, screen and (min-width: 993px) {
  #eyecatch .copy {
    left: 5.7%;
    top: 24.2%;
    width: 25.7%;
  }
}

#eyecatch .read {
  -webkit-animation: fadein-animation 0.8s forwards;
          animation: fadein-animation 0.8s forwards;
  left: 0%;
  top: 31%;
  width: 220px;
}
@media print, screen and (min-width: 769px) {
  #eyecatch .read {
    left: 0%;
    top: 33%;
    width: 300px;
  }
}
@media print, screen and (min-width: 993px) {
  #eyecatch .read {
    left: 6%;
    top: 41.7%;
    width: 23%;
  }
}

#eyecatch .ci {
  -webkit-animation: fadein-animation 1s forwards;
          animation: fadein-animation 1s forwards;
  left: 0%;
  top: 37%;
  width: 300px;
}
@media print, screen and (min-width: 769px) {
  #eyecatch .ci {
    left: 0%;
    top: 40%;
    width: 350px;
  }
}
@media print, screen and (min-width: 993px) {
  #eyecatch .ci {
    left: 3.5%;
    top: 52.2%;
    width: 36.6%;
  }
}

@-webkit-keyframes fadein-animation {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-4.5%);
            transform: translateX(-4.5%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(9.5%);
            transform: translateX(9.5%);
  }
}

@keyframes fadein-animation {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-4.5%);
            transform: translateX(-4.5%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(9.5%);
            transform: translateX(9.5%);
  }
}
#eyecatch .eyecatchSlider {
  position: absolute;
  width: 41.3vw;
  top: 5.3vw;
  right: 13.8%;
  z-index: 4;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
@media print, screen and (min-width: 993px) {
  #eyecatch .eyecatchSlider {
    width: 43vw;
    top: 4.4vw;
    right: 13.2%;
  }
}
#eyecatch .eyecatchSlider li {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#eyecatch .eyecatchImg {
  position: relative;
  z-index: 2;
}

#eyecatch + .ticker {
  position: relative;
  height: 113px;
  margin-top: -173px;
}
@media print, screen and (max-width: 992px) {
  #eyecatch + .ticker {
    margin-top: -40px;
  }
}
#eyecatch + .ticker .ticker__track {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.slash_line_outer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 5;
}

.slash_line_outer .slash_position {
  position: absolute;
}

.slash_line_outer .slash_position svg {
  opacity: 1;
  stroke-width: 1px;
  stroke-dasharray: 800;
  stroke-dashoffset: 800;
  -webkit-animation: slash_line 2s;
          animation: slash_line 2s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  width: 120%;
}

@-webkit-keyframes slash_line {
  50% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -800;
  }
}

@keyframes slash_line {
  50% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -800;
  }
}
.top-info {
  z-index: 20;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 10px 20px 0px 25px;
  position: absolute;
  opacity: 0;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
  -webkit-transition: opacity 2s ease, -webkit-transform 2s ease;
  transition: opacity 2s ease, -webkit-transform 2s ease;
  transition: opacity 2s ease, transform 2s ease;
  transition: opacity 2s ease, transform 2s ease, -webkit-transform 2s ease;
}
.top-info.is-show {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media print, screen and (max-width: 992px) {
  .top-info {
    padding: 20px;
    width: 92%;
    left: 50%;
    top: 74%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .top-info.is-show {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media print, screen and (min-width: 993px) {
  .top-info {
    position: absolute;
    right: 0;
    bottom: 140px;
    width: 470px;
    margin: 0;
    border-radius: 10px 0px 0px 10px;
  }
}
.top-info__meta {
  margin-bottom: 5px;
}
.top-info__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 1em;
}
.top-info__body .btn-arrow {
  position: relative;
  min-width: 45px;
  top: initial;
  right: initial;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.top-info__label {
  font-family: "Jost", "Helvetica Neue", Arial, sans-serif;
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 2px 6px;
  margin-right: 15px;
}
@media print, screen and (min-width: 993px) {
  .top-info__label {
    padding: 4px 6px;
    font-size: 0.875rem;
  }
}
.top-info__label--news {
  background-color: #0067BC;
}
.top-info__label--event {
  background-color: #F17D4F;
}
.top-info__date {
  font-family: "Jost", "Helvetica Neue", Arial, sans-serif;
  color: #AFAFAF;
  font-size: 1rem;
  font-weight: 500;
  margin-right: 30px;
}
.top-info__title {
  font-weight: 500;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 993px) {
  .top-info__title {
    font-size: 1rem;
  }
}
.top-info__item {
  border-bottom: 1px solid #e0e0e0;
}
.top-info__item:last-child {
  border-bottom: none;
}
.top-info__item + .top-info__item {
  margin-top: 10px;
}
.top-info__link {
  display: block;
  position: relative;
  padding-bottom: 10px;
}
@media print, screen and (min-width: 993px) {
  .top-info__link {
    padding-bottom: 0px;
    margin: 15px 0;
  }
}

.home-title {
  --font-color: #0067BC;
  --font-color-en: #AFAFAF;
  color: var(--font-color);
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 993px) {
  .home-title {
    font-size: 2.25rem;
  }
}
.home-title__en {
  display: inline-block;
  color: var(--font-color-en);
  font-family: "Jost", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  position: relative;
  margin-left: 30px;
}
@media print, screen and (min-width: 993px) {
  .home-title__en {
    font-size: 1.125rem;
  }
}
.home-title__en::before {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url(../img/common/icon-logo-b.svg);
  background-size: contain;
  width: 20px;
  height: 22px;
  top: -2px;
  left: -26px;
}
.home-title.-center {
  text-align: center;
  margin-bottom: 40px;
}
.home-title.-center .home-title__en {
  margin-left: 10px;
}
.home-title.-white {
  --font-color: #FFFFFF;
  --font-color-en: #FFFFFF;
}
.home-title.-white .home-title__en::before {
  background-image: url(../img/common/icon-logo-w.svg);
  background-size: contain;
}

.home-overview {
  position: relative;
  padding-top: 110px;
}
@media print, screen and (min-width: 769px) {
  .home-overview {
    padding-top: 90px;
  }
}
@media print, screen and (min-width: 993px) {
  .home-overview {
    margin-top: 30px;
    padding-top: 0;
    min-height: 860px;
  }
}
.home-overview__img {
  overflow: hidden;
}
.home-overview__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
  z-index: 0;
}
@media print, screen and (max-width: 992px) {
  .home-overview__img img {
    max-height: 720px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.home-overview__text {
  font-size: 0.875rem;
  text-align: center;
  margin-bottom: 90px;
  line-height: 2;
}
@media print, screen and (min-width: 769px) {
  .home-overview__text {
    font-size: 1.125rem;
  }
}
.home-overview__box {
  position: absolute;
  top: 42%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
@media print, screen and (min-width: 993px) {
  .home-overview__box {
    top: 10%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

.home-pr {
  margin-bottom: 40px;
  margin-top: 0;
}
@media print, screen and (min-width: 993px) {
  .home-pr {
    margin-bottom: 120px;
    margin-top: -50px;
  }
}
@media print, screen and (min-width: 1200px) {
  .home-pr {
    margin-top: -80px;
  }
}
@media print, screen and (min-width: 1300px) {
  .home-pr {
    margin-top: -100px;
  }
}
@media print, screen and (min-width: 1400px) {
  .home-pr {
    margin-top: -120px;
  }
}
@media print, screen and (min-width: 1600px) {
  .home-pr {
    margin-top: -150px;
  }
}
.home-pr .home-pr-slider {
  text-align: center;
}
.home-pr .home-pr-slider .slick-slide {
  margin: 0 10px;
}
.home-pr .home-pr-slider .slick-list {
  margin: 0 -10px;
}
.home-pr .home-pr-slider .slick-dots {
  position: relative;
  z-index: 3;
  margin: 30px auto 0 auto;
  border: 1px solid #0067BC;
  border-radius: 100px;
  height: 30px;
  display: inline-block;
  padding: 0 30px;
}
.home-pr .home-pr-slider .slick-dots li {
  display: inline-block;
  margin: 0 9px;
  padding-top: 9px;
}
.home-pr .home-pr-slider .slick-dots button {
  color: transparent;
  outline: none;
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 50%;
  background: #0067BC;
}
.home-pr .home-pr-slider .slick-dots .slick-active button {
  background: #F17D4F;
}

.home-service {
  background-color: #f2f7fb;
  padding: 40px 0 0 0;
}
@media print, screen and (min-width: 993px) {
  .home-service {
    padding: 60px 0 0 0;
  }
}
.home-service .inner {
  z-index: 2;
}
.home-service__item {
  background-color: #FFFFFF;
  border-radius: 10px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 993px) {
  .home-service__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.home-service__item:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.home-service__item:nth-child(odd) .home-service__img img {
  border-radius: 10px 10px 0 0;
}
@media print, screen and (min-width: 993px) {
  .home-service__item:nth-child(odd) .home-service__img img {
    border-radius: 0 10px 10px 0;
  }
}
.home-service__item:nth-child(even) .home-service__img img {
  border-radius: 10px 10px 0 0;
}
@media print, screen and (min-width: 993px) {
  .home-service__item:nth-child(even) .home-service__img img {
    border-radius: 10px 0 0 10px;
  }
}
.home-service__link {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  padding: 20px 20px 40px 20px;
  display: block;
}
@media print, screen and (min-width: 993px) {
  .home-service__link {
    padding: 40px 45px;
  }
}
.home-service__link .en {
  display: block;
  font-size: 0.75rem;
  color: #AFAFAF;
}
@media print, screen and (min-width: 993px) {
  .home-service__link .en {
    font-size: 0.875rem;
  }
}
.home-service__link .title {
  display: block;
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 993px) {
  .home-service__link .title {
    font-size: 1.75rem;
  }
}
.home-service__img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60%;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  overflow: hidden;
}
.home-service__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.home-about {
  background-image: url(../img/home/home-about_sp.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  padding-block: 40px;
  background-color: #0067BC;
}
@media print, screen and (min-width: 993px) {
  .home-about {
    background-image: url(../img/home/home-about.png);
    padding-block: 90px;
    background-size: cover;
    background-position: center center;
  }
}
.home-about p {
  color: #FFFFFF;
}

.home-about-link {
  position: relative;
}
.home-about-link__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.home-about-link__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  z-index: 2;
}
@media print, screen and (min-width: 993px) {
  .home-about-link__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 32%;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
  }
}
.home-about-link__item a {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
.home-about-link__item a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0.6;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 1;
  border-radius: 10px;
}
.home-about-link__item a:hover {
  opacity: 1;
}
.home-about-link__item a:hover::before {
  opacity: 0.3;
}
.home-about-link__item img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.home-about-link__title {
  padding-inline: 4%;
  position: absolute;
  left: 0;
  bottom: 8%;
  z-index: 2;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 12px;
}
@media print, screen and (max-width: 992px) {
  .home-about-link__title {
    bottom: 8%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.home-about-link__title .text {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.home-about-link__title .en {
  font-size: 0.75rem;
  color: #AFAFAF;
  font-family: "Jost", "Helvetica Neue", Arial, sans-serif;
  display: block;
  font-weight: 500;
  line-height: 1;
}
@media print, screen and (min-width: 993px) {
  .home-about-link__title .en {
    font-size: 0.875rem;
  }
}
.home-about-link__title .jp {
  font-size: 1.125rem;
  color: #FFFFFF;
  font-weight: 500;
}
@media print, screen and (min-width: 993px) {
  .home-about-link__title .jp {
    font-size: 1.375rem;
  }
}
.home-about-link__title .btn-arrow {
  right: 0;
}

.home-access {
  background-color: #FFFFFF;
  padding-top: 100px;
  padding-bottom: 200px;
}
@media print, screen and (max-width: 992px) {
  .home-access {
    padding-top: 30px;
  }
}
.home-access__container {
  margin-top: -110px;
  padding: 0 20px;
}
@media print, screen and (min-width: 993px) {
  .home-access__container {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    margin-top: -230px;
  }
}
.home-access__map {
  text-align: center;
}
.home-access__item {
  border-bottom: 1px solid #AFAFAF;
}
@media print, screen and (min-width: 993px) {
  .home-access__item {
    border-bottom: none;
    overflow-x: visible;
  }
  .home-access__item:nth-child(2) {
    position: absolute;
    top: 74%;
    left: 7%;
  }
}
@media print, screen and (min-width: 993px) and (min-width: 1200px) {
  .home-access__item:nth-child(2) {
    left: 10%;
  }
}
@media print, screen and (min-width: 993px) and (min-width: 1300px) {
  .home-access__item:nth-child(2) {
    left: 13%;
  }
}
@media print, screen and (min-width: 993px) and (min-width: 1400px) {
  .home-access__item:nth-child(2) {
    left: 17%;
  }
}
@media print, screen and (min-width: 993px) {
  .home-access__item:nth-child(3) {
    position: absolute;
    top: 61%;
    left: 1%;
  }
}
@media print, screen and (min-width: 993px) and (min-width: 1200px) {
  .home-access__item:nth-child(3) {
    left: 3%;
  }
}
@media print, screen and (min-width: 993px) and (min-width: 1300px) {
  .home-access__item:nth-child(3) {
    left: 7%;
  }
}
@media print, screen and (min-width: 993px) and (min-width: 1400px) {
  .home-access__item:nth-child(3) {
    left: 11%;
  }
}
@media print, screen and (min-width: 993px) {
  .home-access__item:nth-child(4) {
    position: absolute;
    top: 51.7%;
    left: 13%;
  }
}
@media print, screen and (min-width: 993px) and (min-width: 1200px) {
  .home-access__item:nth-child(4) {
    left: 18%;
  }
}
@media print, screen and (min-width: 993px) and (min-width: 1300px) {
  .home-access__item:nth-child(4) {
    left: 21%;
  }
}
@media print, screen and (min-width: 993px) and (min-width: 1400px) {
  .home-access__item:nth-child(4) {
    left: 23%;
  }
}
@media print, screen and (min-width: 993px) {
  .home-access__item:nth-child(5) {
    position: absolute;
    top: 77%;
    left: 57%;
  }
}
@media print, screen and (min-width: 993px) and (min-width: 1300px) {
  .home-access__item:nth-child(5) {
    top: 77%;
    left: 55%;
  }
}
@media print, screen and (min-width: 993px) and (min-width: 1400px) {
  .home-access__item:nth-child(5) {
    top: 77%;
    left: 55%;
  }
}
@media print, screen and (min-width: 993px) {
  .home-access__item:nth-child(6) {
    position: absolute;
    top: 42%;
    left: 77%;
  }
  .home-access__item:nth-child(7) {
    position: absolute;
    top: 70%;
    left: 79%;
  }
}
@media print, screen and (min-width: 993px) and (min-width: 1300px) {
  .home-access__item:nth-child(7) {
    top: 70%;
    left: 75%;
  }
}
@media print, screen and (min-width: 993px) and (min-width: 1400px) {
  .home-access__item:nth-child(7) {
    top: 70%;
    left: 70%;
  }
}
.home-access__item:last-child {
  border-bottom: none;
}
.home-access__link {
  position: relative;
  display: block;
  padding: 13px 100px 13px 20px;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 993px) {
  .home-access__link {
    display: inline-block;
    vertical-align: middle;
    padding: 9px 100px 9px 20px;
    border: 1px solid #AFAFAF;
    background-color: #FFFFFF;
  }
}
.home-access__link:hover {
  opacity: 1;
}

.home-bgi {
  position: relative;
  margin-top: -179px;
}
@media print, screen and (min-width: 993px) {
  .home-bgi {
    margin-top: -200px;
  }
}
.home-bgi__img img {
  width: 100vw;
  min-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.logo-circle {
  position: absolute;
  width: 130px;
  aspect-ratio: 1/1;
  top: 0;
  right: 2%;
}
@media print, screen and (min-width: 993px) {
  .logo-circle {
    width: 274px;
    top: 3%;
    right: 2%;
  }
}
.logo-circle__text {
  position: absolute;
  inset: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-animation: spinReverse 12s linear infinite;
          animation: spinReverse 12s linear infinite;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.logo-circle__center {
  position: absolute;
  inset: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

@-webkit-keyframes spinReverse {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes spinReverse {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
.home-news {
  margin-bottom: 60px;
}
.home-news__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 993px) {
  .home-news__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.home-news__img {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 20px;
}
@media print, screen and (min-width: 769px) {
  .home-news__img {
    margin-left: 9%;
  }
}
@media print, screen and (min-width: 993px) {
  .home-news__img {
    margin-left: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    position: relative;
    left: -5%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 38%;
        -ms-flex: 0 0 38%;
            flex: 0 0 38%;
  }
}
.home-news__box {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-left: 20px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 769px) {
  .home-news__box {
    margin-left: 9%;
  }
}
@media print, screen and (min-width: 993px) {
  .home-news__box {
    margin-bottom: 0;
    margin-left: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
}

.home-event {
  margin-bottom: 60px;
}

.home-flow-slider {
  overflow: hidden;
}
.home-flow-slider .slick-list {
  overflow: hidden;
}
.home-flow-slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.home-flow-slider .slick-slide {
  height: auto;
  margin-right: 16px;
}
.home-flow-slider li {
  border-radius: 10px;
  overflow: hidden;
}
.home-flow-slider li img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-flow-slider li:nth-child(even) {
  margin-top: 24px;
}

.home-faq {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 993px) {
  .home-faq {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}
.home-faq p {
  margin-bottom: 30px;
}
.home-faq__list {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 0px 20px 45px 20px;
  position: relative;
}
@media print, screen and (min-width: 993px) {
  .home-faq__list {
    padding: 0px 45px 45px 45px;
  }
}
.home-faq__list::before {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url(../img/home/home-faq.png);
  background-size: contain;
  width: 128px;
  height: 71px;
  top: -40px;
  right: -30px;
}
@media print, screen and (min-width: 993px) {
  .home-faq__list::before {
    width: 331px;
    height: 183px;
    top: -120px;
    right: -40px;
  }
}
.home-faq__item {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media print, screen and (min-width: 993px) {
  .home-faq__item {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
.home-faq__item:first-child {
  border-bottom: 1px solid #DDDDDD;
}
@media print, screen and (min-width: 993px) {
  .home-faq__item:first-child {
    padding-bottom: 40px;
  }
}
.home-faq__q {
  font-size: 1.125rem;
  font-weight: 700;
  color: #0067BC;
}
@media print, screen and (min-width: 993px) {
  .home-faq__q {
    font-size: 1.25rem;
  }
}
.home-faq__q-mark {
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "Jost", "Helvetica Neue", Arial, sans-serif;
}
@media print, screen and (min-width: 993px) {
  .home-faq__q-mark {
    font-size: 1.25rem;
  }
}
.home-faq__a {
  font-size: 1rem;
  font-weight: 500;
  margin-left: 1rem;
  text-indent: -1rem;
}
.home-faq__a-mark {
  font-size: 1rem;
  font-weight: 700;
  font-family: "Jost", "Helvetica Neue", Arial, sans-serif;
}

.home-movie {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 993px) {
  .home-movie {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}
.home-movie p {
  margin-bottom: 30px;
}
.home-movie .youtube {
  position: relative;
  aspect-ratio: 16/9;
}
.home-movie .youtube iframe {
  width: 100%;
  height: 100%;
}
.home-movie .youtube__cover {
  position: absolute;
  inset: 0;
  z-index: 2;
  cursor: pointer;
}
.home-movie .youtube__cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-recruit {
  padding-top: 40px;
  background-color: #F17D4F;
}
@media print, screen and (min-width: 993px) {
  .home-recruit {
    padding-top: 90px;
  }
}
.home-recruit .inner {
  z-index: 2;
}
.home-recruit p {
  color: #FFFFFF;
}
.home-recruit__img {
  z-index: 2;
}

.news {
  padding: 30px 0;
}
@media print, screen and (min-width: 993px) {
  .news {
    padding: 60px 0;
  }
}

#home-news-container {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 15px 20px;
}
@media print, screen and (min-width: 993px) {
  #home-news-container {
    padding: 15px 45px;
  }
}
#home-news-container .news__date {
  font-family: "Jost", "Helvetica Neue", Arial, sans-serif;
  color: #0067BC;
  font-size: 0.875rem;
  font-weight: 500;
  margin-right: 30px;
}
@media print, screen and (max-width: 992px) {
  #home-news-container .news__date {
    display: block;
  }
}
#home-news-container .news__title {
  font-weight: 500;
}
#home-news-container .news__item {
  border-bottom: 1px solid #e0e0e0;
}
#home-news-container .news__item:last-child {
  border-bottom: none;
}
#home-news-container .news__link {
  display: block;
  position: relative;
  margin: 35px 0;
}

.news__pagination {
  padding-bottom: 60px;
}
.news__pagination-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
.news__pagination-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0 0.5rem;
  border: 1px solid #0067BC;
  border-radius: 50%;
  background-color: #FFFFFF;
  cursor: pointer;
  text-decoration: none;
  font-size: 0.875rem;
  font-family: "Jost", "Helvetica Neue", Arial, sans-serif;
  color: #0067BC;
}
.news__pagination-btn.is-current {
  pointer-events: none;
  background-color: #0067BC;
  color: #FFFFFF;
}
.news__pagination-btn:hover {
  opacity: 0.7;
}

.news-article__box {
  background-color: #FFFFFF;
  padding: 30px 20px;
  border-radius: 10px;
  margin-bottom: 60px;
}
@media print, screen and (min-width: 993px) {
  .news-article__box {
    padding: 45px 60px;
  }
}
.news-article__box p {
  line-height: 1.6;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 993px) {
  .news-article__box p {
    font-size: 1rem;
  }
}
.news-article__title {
  font-weight: 700;
  font-size: 1.375rem;
  color: #0067BC;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 993px) {
  .news-article__title {
    font-size: 1.75rem;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
}
.news-article__day {
  font-family: "Jost", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #AFAFAF;
  display: block;
}
@media print, screen and (min-width: 993px) {
  .news-article__day {
    font-size: 1rem;
  }
}
.news-article__sub-title {
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 993px) {
  .news-article__sub-title {
    font-size: 1.25rem;
  }
}
.news-article__table {
  width: 100%;
  border-collapse: collapse;
}
.news-article__table tr {
  display: block;
}
@media print, screen and (min-width: 993px) {
  .news-article__table tr {
    display: table-row;
  }
}
.news-article__table th {
  display: block;
  width: 100%;
  padding: 20px 20px 8px;
  font-weight: 700;
  -moz-text-align-last: left;
       text-align-last: left;
}
@media print, screen and (min-width: 993px) {
  .news-article__table th {
    display: table-cell;
    width: 200px;
    padding: 30px 30px;
    text-align: center;
  }
}
.news-article__table td {
  display: block;
  width: 100%;
  padding: 0 20px 20px;
  text-align: left;
  font-weight: 600;
}
@media print, screen and (min-width: 993px) {
  .news-article__table td {
    display: table-cell;
    width: auto;
    padding: 30px 30px;
  }
}
.news-article__table tr:nth-child(odd) th,
.news-article__table tr:nth-child(odd) td {
  background: #f8f8f8;
}
.news-article__table tr:nth-child(even) th,
.news-article__table tr:nth-child(even) td {
  background: #fff;
}

.event {
  padding: 30px 0;
}
@media print, screen and (min-width: 993px) {
  .event {
    padding: 60px 0;
  }
}

#event-container .event__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 0;
}
@media print, screen and (min-width: 993px) {
  #event-container .event__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 60px 0;
  }
}
#event-container .event__item {
  background-color: #FFFFFF;
  border-radius: 10px;
}
@media print, screen and (min-width: 993px) {
  #event-container .event__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc((100% - 20px) / 3);
        -ms-flex: 0 0 calc((100% - 20px) / 3);
            flex: 0 0 calc((100% - 20px) / 3);
  }
}
#event-container .event__img {
  margin-bottom: 20px;
  width: 100%;
  aspect-ratio: 387/183;
  overflow: hidden;
}
#event-container .event__img img {
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#event-container .event__date {
  display: block;
  font-family: "Jost", "Helvetica Neue", Arial, sans-serif;
  color: #0067BC;
  font-size: 0.875rem;
  font-weight: 500;
  margin-right: 30px;
}
#event-container .event__title {
  display: block;
  font-size: 1rem;
  font-weight: 500;
}
#event-container .event__link {
  display: block;
  position: relative;
}
#event-container .event__body {
  padding: 0 15px 30px 15px;
}
@media print, screen and (min-width: 993px) {
  #event-container .event__body {
    padding: 0 30px 40px 15px;
  }
}

.event__pagination-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
.event__pagination-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0 0.5rem;
  border: 1px solid #0067BC;
  border-radius: 50%;
  background-color: #FFFFFF;
  cursor: pointer;
  text-decoration: none;
  font-size: 0.875rem;
  font-family: "Jost", "Helvetica Neue", Arial, sans-serif;
  color: #0067BC;
}
.event__pagination-btn.is-current {
  pointer-events: none;
  background-color: #0067BC;
  color: #FFFFFF;
}
.event__pagination-btn:hover {
  opacity: 0.7;
}

#home-event-container {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 20px 20px;
}
@media print, screen and (min-width: 993px) {
  #home-event-container {
    padding: 20px 45px;
  }
}
#home-event-container .event {
  padding: 0;
}
@media print, screen and (min-width: 993px) {
  #home-event-container .event {
    padding: 0;
  }
}
#home-event-container .event__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 993px) {
  #home-event-container .event__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media print, screen and (min-width: 993px) {
  #home-event-container .event__item {
    margin: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc((100% - 20px) / 3);
        -ms-flex: 0 0 calc((100% - 20px) / 3);
            flex: 0 0 calc((100% - 20px) / 3);
  }
}
#home-event-container .event__img {
  margin-bottom: 20px;
  width: 100%;
  aspect-ratio: 387/183;
  overflow: hidden;
}
#home-event-container .event__img img {
  border-radius: 10px 10px 10px 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#home-event-container .event__date {
  display: block;
  font-family: "Jost", "Helvetica Neue", Arial, sans-serif;
  color: #0067BC;
  font-size: 0.875rem;
  font-weight: 500;
  margin-right: 30px;
}
#home-event-container .event__title {
  display: block;
  font-weight: 500;
}
#home-event-container .event__link {
  display: block;
  position: relative;
  margin: 15px 0;
}
@media print, screen and (min-width: 993px) {
  #home-event-container .event__link {
    margin: 35px 0;
  }
}

.event-article__box {
  background-color: #FFFFFF;
  padding: 30px 20px;
  border-radius: 10px;
  margin-bottom: 60px;
}
@media print, screen and (min-width: 993px) {
  .event-article__box {
    padding: 45px 60px;
  }
}
.event-article__box p {
  line-height: 1.6;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 993px) {
  .event-article__box p {
    font-size: 1rem;
  }
}
.event-article__title {
  font-weight: 700;
  font-size: 1.375rem;
  color: #0067BC;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 993px) {
  .event-article__title {
    font-size: 1.75rem;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
}
.event-article__day {
  font-family: "Jost", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #AFAFAF;
  display: block;
}
@media print, screen and (min-width: 993px) {
  .event-article__day {
    font-size: 1rem;
  }
}
.event-article__sub-title {
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 993px) {
  .event-article__sub-title {
    font-size: 1.25rem;
  }
}
.event-article__img {
  margin: 30px 0;
}
.event-article__img.-center {
  text-align: center;
}
.event-article__img.-center img {
  margin: 0 auto;
}
.event-article__img.-col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 993px) {
  .event-article__img.-col2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.event-article__img.-col2 img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc((100% - 30px) / 2);
      -ms-flex: 0 0 calc((100% - 30px) / 2);
          flex: 0 0 calc((100% - 30px) / 2);
}
@media print, screen and (min-width: 993px) {
  .event-article__img.-col2 img {
    aspect-ratio: 3/2;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.event-article__img.-col3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 993px) {
  .event-article__img.-col3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.event-article__img.-col3 img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc((100% - 60px) / 3);
      -ms-flex: 0 0 calc((100% - 60px) / 3);
          flex: 0 0 calc((100% - 60px) / 3);
}
@media print, screen and (min-width: 993px) {
  .event-article__img.-col3 img {
    aspect-ratio: 3/2;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.event-article__img.-col4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 993px) {
  .event-article__img.-col4 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.event-article__img.-col4 img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc((100% - 90px) / 4);
      -ms-flex: 0 0 calc((100% - 90px) / 4);
          flex: 0 0 calc((100% - 90px) / 4);
}
@media print, screen and (min-width: 993px) {
  .event-article__img.-col4 img {
    aspect-ratio: 3/2;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.event-article__img.-aspect-auto img {
  aspect-ratio: auto;
}

.container-sales {
  background-color: #FFFFFF;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media print, screen and (min-width: 993px) {
  .container-sales {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media print, screen and (min-width: 993px) {
  .container-sales__flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.container-sales__box {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.container-sales__img {
  text-align: center;
}
@media print, screen and (min-width: 993px) {
  .container-sales__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45%;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
}
.container-sales__img img {
  border-radius: 10px;
}
.container-sales__title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #0067BC;
  margin-bottom: 30px;
  margin-top: -10px;
}
@media print, screen and (min-width: 993px) {
  .container-sales__title {
    font-size: 2.25rem;
  }
}
.container-sales__text {
  font-size: 0.875rem;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 993px) {
  .container-sales__text {
    font-size: 1rem;
    margin-bottom: 0;
  }
}
.container-sales__img-center {
  margin-top: 30px;
}

.sales .h3 {
  margin-top: 0;
}
.sales__item {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 993px) {
  .sales__item {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 60px;
  }
}
.sales__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.sales__box {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(70% - 60px);
      -ms-flex: 0 0 calc(70% - 60px);
          flex: 0 0 calc(70% - 60px);
}
.sales__text {
  font-size: 0.875rem;
}
@media print, screen and (min-width: 993px) {
  .sales__text {
    font-size: 1rem;
  }
}
.sales__img {
  overflow: hidden;
  margin-top: 20px;
}
@media print, screen and (min-width: 993px) {
  .sales__img {
    margin-top: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
}
.sales__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 10px;
}

.denzai .home-service__item:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.denzai .home-service__item:nth-child(odd) .home-service__img img {
  border-radius: 10px 10px 0 0;
}
@media print, screen and (min-width: 993px) {
  .denzai .home-service__item:nth-child(odd) .home-service__img img {
    border-radius: 10px 0 0 10px;
  }
}

.links__list {
  margin-bottom: 60px;
}
@media print, screen and (min-width: 993px) {
  .links__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.links__list:last-of-type {
  margin-bottom: 0;
}
.links__item {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 993px) {
  .links__item {
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc((100% - 10px) / 2);
        -ms-flex: 0 0 calc((100% - 10px) / 2);
            flex: 0 0 calc((100% - 10px) / 2);
  }
}
.links__item:last-of-type {
  margin-bottom: 0;
}
.links__link {
  display: block;
  background-color: #FFFFFF;
  border: 1px solid #AFAFAF;
  border-radius: 10px;
  font-size: 0.875rem;
  padding: 15px 40px 15px 30px;
  position: relative;
}
@media print, screen and (min-width: 993px) {
  .links__link {
    font-size: 1rem;
  }
}
.links__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  width: 4px;
  height: 4px;
  background: #0067BC;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.links__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 19px;
  height: 19px;
  background: url("../img/common/icon-link.svg") no-repeat center/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.about__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 0 0 0;
}
@media print, screen and (min-width: 993px) {
  .about__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 60px 0 0 0;
  }
}
.about__item {
  background-color: #FFFFFF;
  border-radius: 10px;
}
@media print, screen and (min-width: 993px) {
  .about__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc((100% - 30px) / 2);
        -ms-flex: 0 0 calc((100% - 30px) / 2);
            flex: 0 0 calc((100% - 30px) / 2);
  }
}
.about__img {
  margin-bottom: 20px;
  width: 100%;
  aspect-ratio: 387/183;
  overflow: hidden;
}
.about__img img {
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.about__en {
  display: block;
  font-family: "Jost", "Helvetica Neue", Arial, sans-serif;
  color: #AFAFAF;
  font-size: 0.75rem;
  font-weight: 500;
  margin-right: 30px;
}
@media print, screen and (min-width: 993px) {
  .about__en {
    font-size: 0.875rem;
  }
}
.about__title {
  display: block;
  font-size: 1.375rem;
  font-weight: 700;
}
@media print, screen and (min-width: 993px) {
  .about__title {
    font-size: 1.75rem;
  }
}
.about__link {
  display: block;
  position: relative;
}
.about__body {
  padding: 0 15px 30px 15px;
}
@media print, screen and (min-width: 993px) {
  .about__body {
    padding: 0 30px 40px 15px;
  }
}
.about__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 993px) {
  .about__info {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.message__flex {
  margin-top: 30px;
}
@media print, screen and (min-width: 993px) {
  .message__flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 993px) {
  .message__box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(67% - 60px);
        -ms-flex: 0 0 calc(67% - 60px);
            flex: 0 0 calc(67% - 60px);
  }
}
.message__title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #0067BC;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 993px) {
  .message__title {
    font-size: 2.25rem;
  }
}
.message__text {
  font-size: 0.875rem;
  margin-bottom: 30px;
  line-height: 1.6;
}
@media print, screen and (min-width: 993px) {
  .message__text {
    font-size: 1rem;
  }
}
.message__sign {
  text-align: right;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 993px) {
  .message__sign {
    margin-bottom: 0;
  }
}
.message__img {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.message__img img {
  border-radius: 10px;
}

.philosophy__title {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 993px) {
  .philosophy__title {
    font-size: 2.25rem;
    text-align: center;
  }
}
.philosophy__list {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 993px) {
  .philosophy__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 30px;
  }
}
.philosophy__item {
  background-color: #FFFFFF;
  padding: 30px 20px;
  border-radius: 10px;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 993px) {
  .philosophy__item {
    margin-bottom: 0;
    padding: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc((100% - 30px) / 2);
        -ms-flex: 0 0 calc((100% - 30px) / 2);
            flex: 0 0 calc((100% - 30px) / 2);
  }
}
.philosophy__en {
  font-size: 0.75rem;
  font-family: "Jost", "Helvetica Neue", Arial, sans-serif;
  color: #AFAFAF;
  display: block;
}
@media print, screen and (min-width: 993px) {
  .philosophy__en {
    font-size: 0.875rem;
  }
}
.philosophy__subtitle {
  font-size: 1.375rem;
  color: #0067BC;
  font-weight: 700;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 993px) {
  .philosophy__subtitle {
    font-size: 1.75rem;
  }
}
.philosophy__text {
  margin-left: 1rem;
  text-indent: -1rem;
}
.philosophy__subtext {
  font-size: 0.875rem;
}
@media print, screen and (min-width: 993px) {
  .philosophy__subtext {
    font-size: 1rem;
  }
}
.philosophy__box {
  background-color: #FFFFFF;
  padding: 30px 20px;
  border-radius: 10px;
}
@media print, screen and (min-width: 993px) {
  .philosophy__box {
    padding: 40px 45px;
  }
}
.philosophy__text-l {
  font-size: 1.375rem;
  font-weight: 700;
  margin-left: 1rem;
  text-indent: -1rem;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 993px) {
  .philosophy__text-l {
    font-size: 1.75rem;
  }
}

.company__container {
  margin-top: 30px;
  margin-bottom: 60px;
}
@media print, screen and (min-width: 993px) {
  .company__container {
    margin-top: 60px;
    margin-bottom: 90px;
  }
}
.company__row {
  display: block;
  padding: 20px 10px;
  border-bottom: 1px solid #DDDDDD;
}
@media print, screen and (min-width: 993px) {
  .company__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 80px;
    padding: 30px 40px;
  }
}
.company__row:last-child {
  border-bottom: none;
}
.company__label {
  width: 100%;
  margin-bottom: 12px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-weight: 700;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 993px) {
  .company__label {
    margin-bottom: 0;
    width: 180px;
    font-size: 1rem;
    text-align: center;
  }
}
.company__field {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.company__img-sdgs {
  margin: 60px 0;
}
@media print, screen and (min-width: 993px) {
  .company__img-sdgs {
    margin: 30px 0;
  }
}
.company__list {
  border-radius: 10px;
}
@media print, screen and (min-width: 993px) {
  .company__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 30px;
  }
}
.company__item {
  background-color: #FFFFFF;
  padding: 30px 20px;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 993px) {
  .company__item {
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc((100% - 30px) / 2);
        -ms-flex: 0 0 calc((100% - 30px) / 2);
            flex: 0 0 calc((100% - 30px) / 2);
    padding: 45px 40px;
  }
}
.company__img {
  margin-bottom: 30px;
  text-align: center;
}
.company__img img {
  max-height: 120px;
}
.company__title {
  font-size: 1.375rem;
  font-weight: 700;
  color: #0067BC;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 769px) {
  .company__title {
    font-size: 1.75rem;
  }
}
.company__text {
  font-size: 0.875rem;
}
@media print, screen and (min-width: 993px) {
  .company__text {
    font-size: 1rem;
  }
}

.history__box {
  background-image: url(../img/about/history-bgi.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0;
}
.history__logo {
  text-align: center;
  margin-bottom: 60px;
}
.history__logo img {
  max-width: 170px;
}
.history__title {
  text-align: center;
  color: #FFFFFF;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 40px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 993px) {
  .history__title {
    font-size: 2rem;
  }
}
.history__p {
  text-align: center;
  color: #FFFFFF;
  font-family: "Noto Serif JP", serif;
  font-size: 0.875rem;
  line-height: 1.79;
  letter-spacing: 0.22em;
}
@media print, screen and (min-width: 993px) {
  .history__p {
    font-size: 1rem;
  }
}
.history .history__list {
  position: relative;
  margin-bottom: 90px;
}
.history .history__list::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 20px;
  bottom: 20px;
  width: 1px;
  background: -webkit-repeating-linear-gradient(top, #243059, #243059 4px, transparent 4px, transparent 8px);
  background: repeating-linear-gradient(to bottom, #243059, #243059 4px, transparent 4px, transparent 8px);
  z-index: 1;
}
@media print, screen and (min-width: 993px) {
  .history .history__list::before {
    left: 220px;
    top: 20px;
    bottom: 20px;
  }
}
.history .history__item {
  position: relative;
  padding: 20px 40px;
  background-color: transparent;
  border-radius: 10px;
  margin-bottom: 10px;
  background-color: #FFFFFF;
}
@media print, screen and (min-width: 993px) {
  .history .history__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 80px;
    padding: 30px 60px;
  }
}
.history .history__item::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background: #243059;
  border-radius: 50%;
  z-index: 1;
}
@media print, screen and (min-width: 993px) {
  .history .history__item::after {
    left: 220px;
    top: 50%;
  }
}
.history .history__item:first-child::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  height: 50%;
  width: 2px;
  background: #FFFFFF;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media print, screen and (min-width: 993px) {
  .history .history__item:first-child::before {
    left: 220px;
    top: 0;
  }
}
.history .history__item:last-child::before {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 0;
  height: 50%;
  width: 2px;
  background: #FFFFFF;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media print, screen and (min-width: 993px) {
  .history .history__item:last-child::before {
    left: 220px;
    bottom: 0;
  }
}
.history .history__year, .history .history__content {
  position: relative;
  z-index: 1;
}
.history__year {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 993px) {
  .history__year {
    margin-bottom: 0;
    display: block;
    width: 120px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}
.history__year-main {
  color: #0067BC;
  font-size: 1.375rem;
  font-weight: 700;
  font-family: "Jost", "Helvetica Neue", Arial, sans-serif;
  line-height: 1;
}
@media print, screen and (min-width: 993px) {
  .history__year-main {
    font-size: 1.875rem;
  }
}
.history__year-sub {
  color: #AFAFAF;
  font-size: 0.875rem;
  font-weight: 400;
}
@media print, screen and (min-width: 993px) {
  .history__year-sub {
    font-size: 1rem;
  }
}
.history .history__head {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.history .history__head .history__content + .history__content {
  margin-top: 30px;
}
.history__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 993px) {
  .history__content {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.history__month {
  font-weight: 700;
  font-size: 1.125rem;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
@media print, screen and (min-width: 993px) {
  .history__month {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60px;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
    font-size: 1.375rem;
  }
}
.history__img {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}
@media print, screen and (min-width: 993px) {
  .history__img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.history__img img {
  border-radius: 10px;
  width: 174px;
  height: 113px;
}
.history__text {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  font-weight: 400;
}
@media print, screen and (min-width: 993px) {
  .history__text {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}

.history__item:has(.history__head > .history__content:nth-child(2)) {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.access .home-access__container {
  margin-top: 0px;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 993px) {
  .access .home-access__container {
    margin-top: 0px;
  }
}
.access__section {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #AFAFAF;
}
.access__section:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.access__title {
  font-size: 1.375rem;
  font-weight: 700;
  border-bottom: 1px solid #0067BC;
  padding-bottom: 10px;
  margin-bottom: 20px;
  padding-left: 1.2rem;
  position: relative;
}
@media print, screen and (min-width: 993px) {
  .access__title {
    font-size: 1.75rem;
  }
}
.access__title::before {
  content: "•";
  color: #0067BC;
  position: absolute;
  left: 0;
  top: 0;
}
@media print, screen and (min-width: 993px) {
  .access__flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    margin-bottom: 40px;
  }
}
.access__img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 48%;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
}
.access__img img {
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .access__img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.access__box {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 993px) {
  .access__box {
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
.access__address {
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 400;
}
@media print, screen and (min-width: 993px) {
  .access__address {
    font-size: 1.125rem;
  }
}
.access__list {
  margin-bottom: 20px;
}
.access__row + .access__row {
  margin-top: 16px;
}
.access__name {
  font-weight: 400;
  margin-bottom: 4px;
}
.access__detail {
  font-size: 0.875rem;
  font-weight: 400;
}
@media print, screen and (min-width: 993px) {
  .access__detail {
    font-size: 1rem;
  }
}
.access__detail a {
  margin-right: 15px;
}
@media print, screen and (min-width: 993px) {
  .access__detail a {
    margin-right: 20px;
  }
}
.access__label {
  display: inline-block;
  background: #0067BC;
  color: #FFFFFF;
  padding: 3px 6px;
  margin-right: 6px;
  font-size: 0.6875rem;
  font-weight: 400;
}
.access__time {
  font-weight: 400;
  margin-top: 20px;
}
.access__map iframe {
  width: 100%;
  height: 200px;
  display: block;
}
@media print, screen and (min-width: 993px) {
  .access__map iframe {
    height: 400px;
  }
}

#honsya {
  border-bottom: 6px dotted #0067BC;
}

.recruit-eyecatch {
  position: relative;
  width: 100%;
  height: 680px;
  overflow: hidden;
}
@media print, screen and (min-width: 450px) {
  .recruit-eyecatch {
    height: 840px;
  }
}
@media print, screen and (min-width: 600px) {
  .recruit-eyecatch {
    height: 1100px;
  }
}
@media print, screen and (min-width: 769px) {
  .recruit-eyecatch {
    height: 1400px;
  }
}
@media print, screen and (min-width: 993px) {
  .recruit-eyecatch {
    height: 900px;
  }
}
@media print, screen and (min-width: 1200px) {
  .recruit-eyecatch {
    height: 950px;
  }
}
@media print, screen and (min-width: 1300px) {
  .recruit-eyecatch {
    height: 1100px;
  }
}
.recruit-eyecatch::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 10;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(12%, rgba(0, 0, 0, 0.12)), color-stop(24%, rgba(0, 0, 0, 0.22)), color-stop(40%, rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.12) 12%, rgba(0, 0, 0, 0.22) 24%, rgba(0, 0, 0, 0.35) 40%, rgba(0, 0, 0, 0.35) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.12) 12%, rgba(0, 0, 0, 0.22) 24%, rgba(0, 0, 0, 0.35) 40%, rgba(0, 0, 0, 0.35) 100%);
  background-size: 100% 200%;
  background-position: 0 100%;
  opacity: 1;
}
.recruit-eyecatch.is-brighten::after {
  background-position: 0 0;
  opacity: 0;
  -webkit-transition: background-position 1s ease, opacity 1s ease;
  transition: background-position 1s ease, opacity 1s ease;
}
.recruit-eyecatch__01 {
  z-index: 2;
  position: absolute;
  top: 1%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50%;
  height: 100%;
}
@media print, screen and (min-width: 993px) {
  .recruit-eyecatch__01 {
    top: 0;
    width: 100%;
    height: 100%;
  }
}
.recruit-eyecatch__01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.recruit-eyecatch__02 {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  top: 12%;
}
@media print, screen and (min-width: 993px) {
  .recruit-eyecatch__02 {
    inset: 0;
  }
}
.recruit-eyecatch__02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.recruit-eyecatch__02.is-animated {
  opacity: 1;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  -webkit-transition: opacity 1s ease, -webkit-clip-path 1s ease;
  transition: opacity 1s ease, -webkit-clip-path 1s ease;
  transition: clip-path 1s ease, opacity 1s ease;
  transition: clip-path 1s ease, opacity 1s ease, -webkit-clip-path 1s ease;
}
.recruit-eyecatch__03 {
  z-index: 5;
  position: absolute;
  top: 20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  width: 93%;
  text-align: center;
}
@media print, screen and (min-width: 993px) {
  .recruit-eyecatch__03 {
    width: 47%;
    top: 19%;
  }
}
@media print, screen and (min-width: 1400px) {
  .recruit-eyecatch__03 {
    width: 46%;
    max-width: 800px;
    top: 19%;
  }
}
@media print, screen and (min-width: 1600px) {
  .recruit-eyecatch__03 {
    width: 42%;
    max-width: 800px;
    top: 19%;
  }
}
.recruit-eyecatch__03 img {
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit-eyecatch__03.is-animated {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.recruit-eyecatch__04 {
  z-index: 3;
  position: absolute;
  width: 85%;
  top: 42%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(60px);
          transform: translateX(-50%) translateY(60px);
  text-align: center;
  opacity: 0;
}
@media print, screen and (min-width: 769px) {
  .recruit-eyecatch__04 {
    width: 100%;
  }
}
@media print, screen and (min-width: 1200px) {
  .recruit-eyecatch__04 {
    top: 48%;
  }
}
@media print, screen and (min-width: 1400px) {
  .recruit-eyecatch__04 {
    top: 49%;
  }
}
@media print, screen and (min-width: 1600px) {
  .recruit-eyecatch__04 {
    top: 50%;
  }
}
.recruit-eyecatch__04 img {
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit-eyecatch__04.is-animated {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}
.recruit-eyecatch__05 {
  z-index: 4;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
}
.recruit-eyecatch__05::before, .recruit-eyecatch__05::after {
  content: "";
  position: absolute;
}
.recruit-eyecatch__05::before {
  background: url(/resource/img/recruit/eyecatch05-left-sp.svg) no-repeat;
  background-size: contain;
  top: 13%;
  left: 2%;
  width: 43%;
  height: 70%;
  max-width: 400px;
}
@media print, screen and (min-width: 993px) {
  .recruit-eyecatch__05::before {
    top: 13%;
    left: -4%;
    background: url(/resource/img/recruit/eyecatch05-left.svg) no-repeat;
    background-size: contain;
    width: 37%;
    max-width: 800px;
  }
}
.recruit-eyecatch__05::after {
  background: url(/resource/img/recruit/eyecatch05-right-sp.svg) no-repeat;
  background-size: contain;
  top: 8%;
  right: -19%;
  width: 47%;
  height: 70%;
}
@media print, screen and (min-width: 993px) {
  .recruit-eyecatch__05::after {
    top: 5%;
    right: -9%;
    width: 37%;
    background: url(/resource/img/recruit/eyecatch05-right.svg) no-repeat;
    background-size: contain;
  }
}
.recruit-eyecatch__05.is-animated {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}

.recruit__title {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  text-align: center;
}
@media print, screen and (min-width: 993px) {
  .recruit__title {
    gap: 20px;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
.recruit__title.--white .recruit__jp,
.recruit__title.--white .recruit__en {
  color: #fff;
}
.recruit__title.--left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
}
.recruit__subtitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #0067BC;
}
@media print, screen and (min-width: 993px) {
  .recruit__subtitle {
    font-size: 1.75rem;
  }
}
.recruit__subtitle::after {
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background: #0067BC;
}
.recruit__logo {
  margin-top: -5px;
  margin-right: 10px;
}
@media print, screen and (min-width: 993px) {
  .recruit__logo {
    margin-top: -5px;
    margin-right: 0;
  }
}
.recruit__logo img {
  width: 27px;
  height: 30px;
}
@media print, screen and (min-width: 993px) {
  .recruit__logo img {
    width: 48px;
    height: 53px;
  }
}
.recruit__jp {
  font-size: 1.375rem;
  font-weight: 900;
  color: #0067BC;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
.recruit__jp .sm-txt {
  font-size: 0.75em;
}
@media print, screen and (min-width: 993px) {
  .recruit__jp {
    font-size: 2.5rem;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    margin-top: -8px;
  }
}
.recruit__en {
  display: block;
  font-size: 1.875rem;
  font-weight: 700;
  font-family: "Jost", "Helvetica Neue", Arial, sans-serif;
  color: #0067BC;
}
@media print, screen and (min-width: 993px) {
  .recruit__en {
    font-size: 3.75rem;
  }
}

.recruit-flow-slider {
  overflow: hidden;
}
.recruit-flow-slider .slick-list {
  overflow: hidden;
}
.recruit-flow-slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.recruit-flow-slider .slick-slide {
  height: auto;
  margin-right: 16px;
}
.recruit-flow-slider li {
  overflow: hidden;
}
.recruit-flow-slider li img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.recruit-introduction__flex {
  padding: 0 20px 30px 20px;
}
@media print, screen and (min-width: 769px) {
  .recruit-introduction__flex {
    padding: 0 0 30px 5%;
  }
}
@media print, screen and (min-width: 993px) {
  .recruit-introduction__flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
  }
}
@media print, screen and (min-width: 1200px) {
  .recruit-introduction__flex {
    padding: 0 0 90px 9%;
    gap: 30px;
  }
}
@media print, screen and (min-width: 1300px) {
  .recruit-introduction__flex {
    padding: 0 0 90px 9%;
    gap: 60px;
  }
}
.recruit-introduction__box {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(40% - 30px);
      -ms-flex: 0 0 calc(40% - 30px);
          flex: 0 0 calc(40% - 30px);
}
@media print, screen and (min-width: 1300px) {
  .recruit-introduction__box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(35% - 60px);
        -ms-flex: 0 0 calc(35% - 60px);
            flex: 0 0 calc(35% - 60px);
  }
}
.recruit-introduction__text {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 2.2;
  letter-spacing: 0.05em;
  text-align: center;
}
@media print, screen and (min-width: 993px) {
  .recruit-introduction__text {
    font-size: 1rem;
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
.recruit-introduction__logo {
  margin-top: 20px;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 993px) {
  .recruit-introduction__logo {
    margin-bottom: 0;
  }
}
.recruit-introduction__img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60%;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
}
@media print, screen and (min-width: 1300px) {
  .recruit-introduction__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 65%;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
  }
}
.recruit-introduction__img img {
  border-radius: 10px;
}
@media print, screen and (min-width: 993px) {
  .recruit-introduction__img img {
    border-radius: 10px 0 0 10px;
  }
}

.recruit-top-message {
  background-color: #0067BC;
  padding: 20px;
}
@media print, screen and (min-width: 993px) {
  .recruit-top-message {
    padding: 30px;
  }
}
.recruit-top-message__link {
  display: block;
  position: relative;
}
.recruit-top-message__img {
  width: 100%;
  height: 100%;
}
.recruit-top-message__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.recruit-top-message__box {
  position: absolute;
  bottom: 10%;
  padding: 0 20px;
}
@media print, screen and (min-width: 769px) {
  .recruit-top-message__box {
    padding: 0 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media print, screen and (min-width: 993px) {
  .recruit-top-message__box {
    padding: 0 100px;
  }
}
.recruit-top-message__en {
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  color: #0067BC;
  font-family: "Jost", "Helvetica Neue", Arial, sans-serif;
}
@media print, screen and (min-width: 993px) {
  .recruit-top-message__en {
    font-size: 1.125rem;
  }
}
.recruit-top-message__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0067BC;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 993px) {
  .recruit-top-message__title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.recruit-top-message__text {
  font-size: 0.875rem;
  color: #0067BC;
}
@media print, screen and (min-width: 993px) {
  .recruit-top-message__text {
    font-size: 1rem;
    margin-bottom: 10px;
  }
}

.recruit-work__img {
  background-image: url(../img/recruit/recruit-bgi01.jpg);
  background-size: contain;
  background-repeat: repeat-y;
}
@media print, screen and (min-width: 993px) {
  .recruit-work__img {
    padding: 0 40px 40px 0;
  }
}
.recruit-work__img img {
  position: relative;
  top: 35px;
}
@media print, screen and (min-width: 993px) {
  .recruit-work__img img {
    top: 150px;
  }
}

.recruit-know {
  background-color: #0990f0;
  padding-top: 30px;
}
@media print, screen and (min-width: 993px) {
  .recruit-know {
    padding-top: 100px;
  }
}
.recruit-know__info {
  font-size: 1rem;
  font-weight: 700;
  text-align: right;
  margin-top: 10px;
  color: #0067BC;
}
.recruit-know__flex {
  margin-bottom: 90px;
}
@media print, screen and (min-width: 993px) {
  .recruit-know__flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
  }
}
@media print, screen and (min-width: 993px) {
  .recruit-know__box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(35% - 60px);
        -ms-flex: 0 0 calc(35% - 60px);
            flex: 0 0 calc(35% - 60px);
  }
}
@media print, screen and (min-width: 1300px) {
  .recruit-know__box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(30% - 60px);
        -ms-flex: 0 0 calc(30% - 60px);
            flex: 0 0 calc(30% - 60px);
  }
}
.recruit-know__title {
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 993px) {
  .recruit-know__title {
    font-size: 2rem;
    margin-bottom: 40px;
  }
}
.recruit-know__num {
  color: #FFFFFF;
  font-size: 3.75rem;
  font-weight: 700;
  font-family: "Jost", "Helvetica Neue", Arial, sans-serif;
}
@media print, screen and (min-width: 993px) {
  .recruit-know__num {
    font-size: 3.75rem;
  }
}
.recruit-know__text {
  color: #FFFFFF;
  font-size: 1rem;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 993px) {
  .recruit-know__text {
    font-size: 1.125rem;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 993px) {
  .recruit-know__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 65%;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
  }
}
@media print, screen and (min-width: 1300px) {
  .recruit-know__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70%;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
  }
}
.recruit-know__img img {
  border-radius: 10px;
}
.recruit-know__container {
  background: -webkit-gradient(linear, left top, left bottom, from(#0990f0), to(#cbe3f6));
  background: -webkit-linear-gradient(top, #0990f0 0%, #cbe3f6 100%);
  background: linear-gradient(180deg, #0990f0 0%, #cbe3f6 100%);
  padding-bottom: 30px;
  margin-top: 60px;
}
@media print, screen and (min-width: 993px) {
  .recruit-know__container {
    margin-top: 90px;
  }
}
.recruit-know__container-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #FFFFFF;
}
@media print, screen and (min-width: 993px) {
  .recruit-know__container-title {
    font-size: 1.75rem;
  }
}
.recruit-know__container-title::after {
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background: #FFFFFF;
}

.recruit-stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
@media print, screen and (min-width: 993px) {
  .recruit-stats {
    grid-template-columns: repeat(18, 1fr);
    grid-template-rows: repeat(13, 1fr);
  }
}
.recruit-stats__item {
  border-radius: 10px;
  padding: 20px 15px 10px 15px;
  background-color: #FFFFFF;
}
.recruit-stats__title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 993px) {
  .recruit-stats__title {
    font-size: 0.875rem;
  }
}
.recruit-stats__item--anniversary {
  padding-bottom: 30px;
}
@media print, screen and (min-width: 993px) {
  .recruit-stats__item--anniversary {
    grid-column: 1/7;
    grid-row: 1/5;
  }
}
.recruit-stats__item--anniversary .item__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.recruit-stats__item--anniversary .item__img {
  margin-right: 5px;
}
.recruit-stats__item--anniversary .item__img img {
  width: 72px;
  height: 53px;
}
.recruit-stats__item--anniversary .item__num {
  display: block;
  text-align: right;
  font-family: "Jost", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  color: #f14f4f;
  font-size: 4.6875rem;
  line-height: 0.8;
  width: 100px;
}
@media print, screen and (min-width: 993px) {
  .recruit-stats__item--anniversary .item__num {
    width: 90px;
    font-size: 4.375rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .recruit-stats__item--anniversary .item__num {
    width: 110px;
    font-size: 6.25rem;
  }
}
.recruit-stats__item--anniversary .item__jp {
  font-weight: 700;
  font-size: 1.875rem;
  color: #0067BC;
}
@media print, screen and (min-width: 993px) {
  .recruit-stats__item--anniversary .item__jp {
    font-size: 1.875rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .recruit-stats__item--anniversary .item__jp {
    font-size: 2.5rem;
  }
}
@media print, screen and (min-width: 993px) {
  .recruit-stats__item--employees {
    grid-column: 7/13;
    grid-row: 1/5;
  }
}
.recruit-stats__item--employees .item__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.recruit-stats__item--employees .item__img {
  margin-right: 5px;
}
.recruit-stats__item--employees .item__img img {
  width: 71px;
  height: 60px;
}
.recruit-stats__item--employees .item__num {
  display: block;
  text-align: right;
  font-family: "Jost", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  color: #0067BC;
  width: 100px;
  font-size: 4.6875rem;
  line-height: 0.8;
}
@media print, screen and (min-width: 993px) {
  .recruit-stats__item--employees .item__num {
    width: 90px;
    font-size: 4.375rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .recruit-stats__item--employees .item__num {
    width: 140px;
    font-size: 6.25rem;
  }
}
.recruit-stats__item--employees .item__jp {
  font-weight: 700;
  font-size: 2.5rem;
  color: #0067BC;
}
@media print, screen and (min-width: 993px) {
  .recruit-stats__item--employees .item__jp {
    font-size: 1.875rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .recruit-stats__item--employees .item__jp {
    font-size: 2.5rem;
  }
}
@media print, screen and (min-width: 993px) {
  .recruit-stats__item--gender {
    grid-column: 1/13;
    grid-row: 5/8;
  }
}
.recruit-stats__item--gender .item__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.recruit-stats__item--gender .item__gender-male, .recruit-stats__item--gender .item__gender-female {
  text-align: center;
  padding: 7px 10px;
}
.recruit-stats__item--gender .item__gender-male {
  background-color: #bddef9;
  width: 62%;
}
@media print, screen and (min-width: 769px) {
  .recruit-stats__item--gender .item__gender-male {
    width: 65%;
  }
}
.recruit-stats__item--gender .item__gender-female {
  background-color: #f8e1ea;
  width: 38%;
}
@media print, screen and (min-width: 769px) {
  .recruit-stats__item--gender .item__gender-female {
    width: 35%;
  }
}
.recruit-stats__item--gender .item__small-num {
  font-size: 1rem;
  color: #0067BC;
}
@media print, screen and (min-width: 993px) {
  .recruit-stats__item--gender .item__small-num {
    font-size: 1.125rem;
  }
}
@media print, screen and (max-width: 768px) {
  .recruit-stats__item--gender .item__small-num {
    display: block;
  }
}
.recruit-stats__item--gender .item__num {
  font-size: 1.875rem;
  color: #0067BC;
  font-family: "Jost", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
}
@media print, screen and (min-width: 993px) {
  .recruit-stats__item--gender .item__num {
    font-size: 1.875rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .recruit-stats__item--gender .item__num {
    font-size: 3.125rem;
  }
}
.recruit-stats__item--gender .item__img {
  display: inline-block;
  margin-right: 10px;
  max-width: 6.4px;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 993px) {
  .recruit-stats__item--gender .item__img {
    max-width: 18px;
    line-height: 3;
    margin-bottom: 0;
  }
}
.recruit-stats__item--gender .item__img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.recruit-stats__item--gender .item__jp {
  font-size: 1rem;
  color: #0067BC;
}
@media print, screen and (min-width: 993px) {
  .recruit-stats__item--gender .item__jp {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 993px) {
  .recruit-stats__item--age {
    grid-column: 1/5;
    grid-row: 8/11;
  }
}
.recruit-stats__item--age .item__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.recruit-stats__item--age .item__img {
  margin-right: 5px;
}
.recruit-stats__item--age .item__img img {
  width: 45px;
  height: 42px;
}
.recruit-stats__item--age .item__num {
  display: block;
  text-align: right;
  font-family: "Jost", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  color: #0067BC;
  font-size: 4.375rem;
  line-height: 0.8;
  width: 180px;
}
@media print, screen and (min-width: 993px) {
  .recruit-stats__item--age .item__num {
    font-size: 2.25rem;
    width: 87px;
  }
}
@media print, screen and (min-width: 1300px) {
  .recruit-stats__item--age .item__num {
    font-size: 3.75rem;
    width: 140px;
  }
}
@media print, screen and (min-width: 1400px) {
  .recruit-stats__item--age .item__num {
    font-size: 4.375rem;
    width: 180px;
  }
}
.recruit-stats__item--age .item__jp {
  font-weight: 700;
  font-size: 2.125rem;
  color: #0067BC;
  line-height: 1.2;
}
@media print, screen and (min-width: 993px) {
  .recruit-stats__item--age .item__jp {
    font-size: 1.625rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .recruit-stats__item--age .item__jp {
    font-size: 2.125rem;
  }
}
@media print, screen and (min-width: 993px) {
  .recruit-stats__item--service {
    grid-column: 5/9;
    grid-row: 8/11;
  }
}
.recruit-stats__item--service .item__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.recruit-stats__item--service .item__img {
  margin-right: 5px;
}
.recruit-stats__item--service .item__img img {
  width: 34px;
  height: 49px;
}
.recruit-stats__item--service .item__num {
  display: block;
  text-align: right;
  font-family: "Jost", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  color: #f14f4f;
  font-size: 4.375rem;
  line-height: 0.8;
  width: 180px;
}
@media print, screen and (min-width: 993px) {
  .recruit-stats__item--service .item__num {
    font-size: 2.25rem;
    width: 87px;
  }
}
@media print, screen and (min-width: 1300px) {
  .recruit-stats__item--service .item__num {
    font-size: 3.75rem;
    width: 140px;
  }
}
@media print, screen and (min-width: 1400px) {
  .recruit-stats__item--service .item__num {
    font-size: 4.375rem;
    width: 180px;
  }
}
.recruit-stats__item--service .item__jp {
  font-weight: 700;
  font-size: 2.125rem;
  color: #0067BC;
}
@media print, screen and (min-width: 993px) {
  .recruit-stats__item--service .item__jp {
    font-size: 1.625rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .recruit-stats__item--service .item__jp {
    font-size: 2.125rem;
  }
}
@media print, screen and (min-width: 993px) {
  .recruit-stats__item--retention {
    grid-column: 9/13;
    grid-row: 8/11;
  }
}
.recruit-stats__item--retention .item__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 10px;
}
.recruit-stats__item--retention .item__img {
  margin-right: 5px;
}
.recruit-stats__item--retention .item__img img {
  width: 31px;
  height: 49px;
}
.recruit-stats__item--retention .item__num {
  display: block;
  text-align: right;
  font-family: "Jost", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  color: #f14f4f;
  font-size: 4.375rem;
  line-height: 0.8;
  width: 180px;
}
@media print, screen and (min-width: 993px) {
  .recruit-stats__item--retention .item__num {
    font-size: 2.25rem;
    width: 87px;
  }
}
@media print, screen and (min-width: 1300px) {
  .recruit-stats__item--retention .item__num {
    font-size: 4.375rem;
    width: 140px;
  }
}
.recruit-stats__item--retention .item__jp {
  font-weight: 700;
  font-size: 2.5rem;
  color: #0067BC;
}
@media print, screen and (min-width: 993px) {
  .recruit-stats__item--retention .item__jp {
    font-size: 1.625rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .recruit-stats__item--retention .item__jp {
    font-size: 2.125rem;
  }
}
.recruit-stats__item--retention .item__sub {
  font-size: 0.875rem;
  color: #AFAFAF;
  font-weight: 700;
}
@media print, screen and (min-width: 993px) {
  .recruit-stats__item--childcare {
    grid-column: 1/7;
    grid-row: 11/14;
  }
}
.recruit-stats__item--childcare .item__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #AFAFAF;
}
.recruit-stats__item--childcare .item__row:last-child {
  border-bottom: none;
}
.recruit-stats__item--childcare .item__item {
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #0067BC;
  font-size: 0.75rem;
}
@media print, screen and (min-width: 993px) {
  .recruit-stats__item--childcare .item__item {
    font-size: 0.75rem;
  }
}
.recruit-stats__item--childcare .item__num {
  font-family: "Jost", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
}
@media print, screen and (min-width: 993px) {
  .recruit-stats__item--paidleave {
    grid-column: 1/7;
    grid-row: 11/14;
  }
}
.recruit-stats__item--paidleave .item__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.recruit-stats__item--paidleave .item__img {
  margin-right: 5px;
}
.recruit-stats__item--paidleave .item__img img {
  width: 43px;
  height: 55px;
}
.recruit-stats__item--paidleave .item__num {
  display: block;
  text-align: right;
  font-family: "Jost", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  color: #f14f4f;
  font-size: 4.375rem;
  line-height: 0.8;
  width: 180px;
}
@media print, screen and (min-width: 993px) {
  .recruit-stats__item--paidleave .item__num {
    font-size: 2.25rem;
    width: 87px;
  }
}
@media print, screen and (min-width: 1300px) {
  .recruit-stats__item--paidleave .item__num {
    font-size: 4.375rem;
    width: 140px;
  }
}
.recruit-stats__item--paidleave .item__jp {
  font-weight: 700;
  font-size: 2.5rem;
  color: #0067BC;
}
@media print, screen and (min-width: 993px) {
  .recruit-stats__item--paidleave .item__jp {
    font-size: 1.625rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .recruit-stats__item--paidleave .item__jp {
    font-size: 2.125rem;
  }
}
@media print, screen and (min-width: 993px) {
  .recruit-stats__item--holiday {
    grid-column: 7/13;
    grid-row: 11/14;
  }
}
.recruit-stats__item--holiday .item__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.recruit-stats__item--holiday .item__img {
  margin-right: 5px;
}
.recruit-stats__item--holiday .item__img img {
  width: 54px;
  height: 55px;
}
.recruit-stats__item--holiday .item__num {
  display: block;
  text-align: right;
  font-family: "Jost", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  color: #f14f4f;
  font-size: 4.375rem;
  line-height: 0.8;
  width: 180px;
}
@media print, screen and (min-width: 993px) {
  .recruit-stats__item--holiday .item__num {
    font-size: 2.25rem;
    width: 87px;
  }
}
@media print, screen and (min-width: 1300px) {
  .recruit-stats__item--holiday .item__num {
    font-size: 4.375rem;
    width: 140px;
  }
}
.recruit-stats__item--holiday .item__jp {
  font-weight: 700;
  font-size: 2.5rem;
  color: #0067BC;
}
@media print, screen and (min-width: 993px) {
  .recruit-stats__item--holiday .item__jp {
    font-size: 1.625rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .recruit-stats__item--holiday .item__jp {
    font-size: 2.125rem;
  }
}
.recruit-stats__item--holiday .item__sub {
  font-size: 0.875rem;
  color: #AFAFAF;
  font-weight: 700;
  margin-top: 30px;
}
.recruit-stats__item--office {
  padding-bottom: 20px;
}
@media print, screen and (min-width: 993px) {
  .recruit-stats__item--office {
    grid-column: 13/19;
    grid-row: 1/10;
  }
}
.recruit-stats__item--office .item__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
  margin-bottom: 20px;
  gap: 10px;
}
@media print, screen and (min-width: 993px) {
  .recruit-stats__item--office .item__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.recruit-stats__item--office .item__img {
  text-align: center;
}
.recruit-stats__item--office .item__item {
  color: #0067BC;
  font-weight: 700;
  font-size: 0.875rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(50% - 5px);
      -ms-flex: 0 0 calc(50% - 5px);
          flex: 0 0 calc(50% - 5px);
}
@media print, screen and (min-width: 993px) {
  .recruit-stats__item--office .item__item {
    font-size: 0.8125rem;
  }
}
.recruit-stats__item--welfare {
  padding-bottom: 20px;
}
@media print, screen and (min-width: 993px) {
  .recruit-stats__item--welfare {
    grid-column: 13/19;
    grid-row: 10/14;
  }
}
.recruit-stats__item--welfare .item__list {
  margin-bottom: 20px;
}
.recruit-stats__item--welfare .item__item {
  font-size: 0.875rem;
  color: #0067BC;
  font-weight: 700;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 993px) {
  .recruit-stats__item--welfare .item__item {
    font-size: 1rem;
  }
}

.staff-link__box {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.staff-link__box::before {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url(../img/recruit/icon-job01.png);
  background-size: contain;
  width: 96px;
  height: 66px;
  top: 0;
  left: 0;
}
@media print, screen and (min-width: 993px) {
  .staff-link__box::before {
    width: 218px;
    height: 148px;
    top: 0;
    left: -200px;
  }
}
.staff-link__box::after {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url(../img/recruit/icon-job02.png);
  background-size: contain;
  width: 86px;
  height: 70px;
  top: 0;
  right: 0;
}
@media print, screen and (min-width: 993px) {
  .staff-link__box::after {
    width: 188px;
    height: 149px;
    top: 0;
    right: -200px;
  }
}
.staff-link__subtitle {
  font-size: 0.875rem;
  color: #FFFFFF;
  background-color: #0067BC;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 10px 30px;
  margin-bottom: 10px;
  text-align: center;
}
@media print, screen and (min-width: 993px) {
  .staff-link__subtitle {
    font-size: 1.1875rem;
    padding: 10px 30px;
    margin-bottom: 80px;
  }
}
.staff-link__list {
  padding-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 993px) {
  .staff-link__list {
    padding-top: 120px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 30px 0 0 0;
  }
}
@media print, screen and (min-width: 993px) {
  .staff-link__list.staff-link--col3 .staff-link__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc((100% - 40px) / 3);
        -ms-flex: 0 0 calc((100% - 40px) / 3);
            flex: 0 0 calc((100% - 40px) / 3);
  }
}
@media print, screen and (min-width: 993px) {
  .staff-link__list.staff-link--col2 .staff-link__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc((100% - 20px) / 2);
        -ms-flex: 0 0 calc((100% - 20px) / 2);
            flex: 0 0 calc((100% - 20px) / 2);
  }
}
.staff-link__item {
  border-radius: 10px;
  -webkit-box-shadow: 0 4.02px 6.03px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4.02px 6.03px 0 rgba(0, 0, 0, 0.25);
  max-width: 400px;
}
.staff-link__item + .staff-link__item {
  margin-top: 30px;
}
@media print, screen and (min-width: 993px) {
  .staff-link__item + .staff-link__item {
    margin-top: 0;
  }
}
.staff-link__link {
  display: block;
  position: relative;
  padding: 60px 20px 40px;
}
@media print, screen and (min-width: 1200px) {
  .staff-link__link {
    padding: 40px 50px;
  }
}
.staff-link__link:hover .staff-link__icon img {
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-transform: rotateY(-360deg);
          transform: rotateY(-360deg);
}
.staff-link__link:hover .staff-link__img img {
  -webkit-transform: rotateY(-360deg);
          transform: rotateY(-360deg);
}
.staff-link__link:hover {
  opacity: 1;
}
.staff-link__icon {
  position: absolute;
  top: 2%;
  -webkit-perspective: 600px;
          perspective: 600px;
}
.staff-link__icon img {
  width: 68px;
  display: block;
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.staff-link__img {
  margin-top: -100px;
  text-align: center;
}
@media print, screen and (min-width: 993px) {
  .staff-link__img img {
    max-width: 270px;
    max-height: 310px;
  }
}
.staff-link__year {
  display: block;
  background-color: #243059;
  font-family: "Jost", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  color: #FFFFFF;
  width: 110px;
  border-radius: 100px;
  padding: 5px 9px;
  margin: 20px 0 5px;
}
.staff-link__dept {
  display: block;
  font-weight: 700;
  font-size: 1.75rem;
  margin-bottom: 20px;
}
.staff-link__text {
  font-size: 1rem;
}
.staff-link .btn-wrap {
  margin-top: 20px;
}
@media print, screen and (min-width: 993px) {
  .staff-link .btn-wrap {
    margin-top: 80px;
  }
}

.clr-g {
  color: #09a49c;
}

.clr-p {
  color: #e34477;
}

.clr-b {
  color: #0067bc;
}

.recruit-information {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media print, screen and (min-width: 993px) {
  .recruit-information {
    padding-top: 120px;
    padding-bottom: 90px;
  }
}
.recruit-information__text {
  margin-bottom: 80px;
}
@media print, screen and (min-width: 993px) {
  .recruit-information__text {
    margin-bottom: 120px;
  }
}
.recruit-information .tab-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 993px) {
  .recruit-information .tab-parent {
    gap: 30px;
  }
}
.recruit-information .tab-parent button {
  cursor: pointer;
  position: relative;
  font-size: 1.125rem;
  color: #d1d1d1;
  font-weight: 700;
  padding: 20px 30px;
  border-radius: 10px;
  background-color: #AFAFAF;
  min-width: 163px;
}
@media print, screen and (min-width: 993px) {
  .recruit-information .tab-parent button {
    font-size: 1.125rem;
    min-width: 355px;
  }
}
.recruit-information .tab-parent button.is-active {
  background-color: #0067BC;
  color: #FFFFFF;
}
.recruit-information .tab-parent button.is-active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 15px solid #0067BC;
}
.recruit-information .tab-child {
  display: none;
  margin-bottom: 60px;
  background-color: #AFAFAF;
  border-radius: 100px;
}
.recruit-information .tab-child.is-active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.recruit-information .tab-child button {
  cursor: pointer;
  font-weight: 700;
  font-size: 0.875rem;
  border-radius: 100px;
  padding: 10px 30px;
  background-color: #AFAFAF;
  color: #d1d1d1;
  min-width: 100px;
}
@media print, screen and (min-width: 993px) {
  .recruit-information .tab-child button {
    font-size: 1.125rem;
    min-width: 380px;
  }
}
.recruit-information .tab-child button.is-active {
  color: #FFFFFF;
  background-color: #243059;
}
.recruit-information .tab-content {
  margin-top: 20px;
}
.recruit-information .panel {
  display: none;
}
.recruit-information .panel.is-active {
  display: block;
}
.recruit-information__list {
  margin-bottom: 60px;
}
@media print, screen and (max-width: 992px) {
  .recruit-information__list {
    font-size: 0.875rem;
  }
}
.recruit-information__item {
  padding: 20px;
  border-bottom: 1px solid #AFAFAF;
}
@media print, screen and (min-width: 993px) {
  .recruit-information__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 40px;
  }
}
.recruit-information__title {
  font-size: 0.875rem;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.recruit-information__title::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0067BC;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media print, screen and (min-width: 993px) {
  .recruit-information__title {
    font-size: 1rem;
    margin-right: 100px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 26%;
        -ms-flex: 0 0 26%;
            flex: 0 0 26%;
    max-width: 234px;
    margin-bottom: 0;
  }
}
.recruit-information__text {
  font-size: 0.875rem;
}
@media print, screen and (min-width: 993px) {
  .recruit-information__text {
    font-size: 1rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70%;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
  }
}
.recruit-information__status {
  margin-bottom: 60px;
}
@media print, screen and (max-width: 992px) {
  .recruit-information__status {
    margin-bottom: 40px;
    font-size: 0.875rem;
  }
}

.recruit-flow__item {
  padding: 20px;
  border-bottom: 1px solid #AFAFAF;
}
@media print, screen and (min-width: 993px) {
  .recruit-flow__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 40px;
  }
}
.recruit-flow__img {
  margin-right: 20px;
}
.recruit-flow__title {
  font-size: 1rem;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 993px) {
  .recruit-flow__title {
    font-size: 1.125rem;
    margin-right: 100px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 26%;
        -ms-flex: 0 0 26%;
            flex: 0 0 26%;
    max-width: 220px;
    margin-bottom: 0;
  }
}
.recruit-flow__text {
  font-size: 0.875rem;
}
@media print, screen and (min-width: 993px) {
  .recruit-flow__text {
    font-size: 1rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70%;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
  }
}

.hero-recruit {
  padding-bottom: 40px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media print, screen and (min-width: 993px) {
  .hero-recruit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.hero-recruit__img {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: auto;
}
.hero-recruit__img img {
  border-radius: 0 0 0 30px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media print, screen and (min-width: 993px) {
  .hero-recruit__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media print, screen and (min-width: 1400px) {
  .hero-recruit__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 55%;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
  }
}
@media print, screen and (max-width: 992px) {
  .hero-recruit__img {
    overflow: hidden;
    margin-top: 40px;
  }
  .hero-recruit__img img {
    margin-left: 8%;
  }
}
.hero-recruit__box {
  background-image: url(../img/recruit/staff/hero-recruit-bgi.png);
  background-size: cover;
  padding-left: 20px;
  padding-right: 8px;
  margin-top: -80px;
}
@media print, screen and (min-width: 993px) {
  .hero-recruit__box {
    margin-top: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 120px 3% 120px;
  }
}
@media print, screen and (min-width: 1400px) {
  .hero-recruit__box {
    padding: 120px 0 10% 120px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45%;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
}
.hero-recruit__title {
  font-weight: 700;
  font-size: clamp(26px, 5vw, 36px);
  color: #FFFFFF;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 993px) {
  .hero-recruit__title {
    font-size: 2.25rem;
  }
}
@media print, screen and (min-width: 1400px) {
  .hero-recruit__title {
    font-size: clamp(36px, 2.5vw, 70px);
  }
}
@media print, screen and (max-width: 992px) {
  .hero-recruit__title {
    margin-top: 8px;
    margin-bottom: 20px;
  }
}
.hero-recruit__title span {
  display: inline-block;
  background-color: #0067BC;
  padding: 0 10px 2px;
  border-radius: 10px;
}
.hero-recruit__title br + span {
  margin-top: 10px;
}
.hero-recruit__time {
  font-size: 0.75rem;
  color: #FFFFFF;
  background-color: #243059;
  border-radius: 100px;
  display: inline-block;
  padding: 2px 10px;
}
@media print, screen and (min-width: 993px) {
  .hero-recruit__time {
    font-size: 0.875rem;
    margin-bottom: 10px;
  }
}
@media print, screen and (max-width: 992px) {
  .hero-recruit__time {
    margin-bottom: 8px;
  }
}
.hero-recruit__profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (max-width: 992px) {
  .hero-recruit__profile {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    margin-bottom: 8px;
  }
}
.hero-recruit__profile--appeal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 0;
}
.hero-recruit__profile--appeal span {
  margin: 0;
}
.hero-recruit__dept {
  font-weight: 700;
  font-size: 1.125rem;
}
@media print, screen and (min-width: 993px) {
  .hero-recruit__dept {
    font-size: 1.25rem;
    margin-bottom: 5px;
  }
}
.hero-recruit__name {
  font-size: 1.5rem;
  font-weight: 700;
}
@media print, screen and (min-width: 993px) {
  .hero-recruit__name {
    font-size: 2.125rem;
    margin-bottom: 15px;
  }
}
.hero-recruit__name span {
  font-size: 1.125rem;
}
@media print, screen and (min-width: 993px) {
  .hero-recruit__name span {
    font-size: 1.25rem;
  }
}
.hero-recruit__detail {
  font-size: 0.875rem;
}
@media print, screen and (min-width: 993px) {
  .hero-recruit__detail {
    font-size: 1rem;
  }
}

@media print, screen and (min-width: 993px) {
  .recruit-interview__flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
  }
}
@media print, screen and (min-width: 993px) {
  .recruit-interview__flex.--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.recruit-interview__box {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(70% - 60px);
      -ms-flex: 0 0 calc(70% - 60px);
          flex: 0 0 calc(70% - 60px);
  margin-top: 20px;
}
.recruit-interview__img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 993px) {
  .recruit-interview__img {
    margin-bottom: 0;
  }
}
.recruit-interview__img img {
  border-radius: 10px;
  border: 2px solid #FFFFFF;
}
.recruit-interview__q {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #FFFFFF;
  color: #0067BC;
  font-size: 0.875rem;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 20px;
  border-radius: 100px;
  margin-bottom: 25px;
}
@media print, screen and (min-width: 993px) {
  .recruit-interview__q {
    font-size: 1rem;
  }
}
.recruit-interview__q span {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 1em;
      -ms-flex: 0 0 1em;
          flex: 0 0 1em;
  margin-right: 5px;
}
.recruit-interview__a {
  color: #FFFFFF;
  margin-bottom: 60px;
}
.recruit-interview__img-center {
  margin-bottom: 30px;
}
.recruit-interview__img-center img {
  border-radius: 10px;
  border: 2px solid #FFFFFF;
}

.recruit-schedule__box {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 20px 20px;
  margin-bottom: 60px;
}
@media print, screen and (min-width: 993px) {
  .recruit-schedule__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    padding: 40px 45px;
  }
}
.recruit-schedule__img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 993px) {
  .recruit-schedule__img {
    margin-bottom: 0;
  }
}
.recruit-schedule__img img {
  border-radius: 10px;
}
.recruit-schedule__p {
  font-size: 1rem;
}
@media print, screen and (min-width: 993px) {
  .recruit-schedule__p {
    font-size: 1rem;
  }
}
.recruit-schedule__list {
  position: relative;
}
.recruit-schedule__list::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 20px;
  bottom: 20px;
  width: 1px;
  background: -webkit-repeating-linear-gradient(top, #243059, #243059 4px, transparent 4px, transparent 8px);
  background: repeating-linear-gradient(to bottom, #243059, #243059 4px, transparent 4px, transparent 8px);
  z-index: 1;
}
@media print, screen and (min-width: 993px) {
  .recruit-schedule__list::before {
    left: 140px;
    top: 20px;
    bottom: 20px;
  }
}
.recruit-schedule__item {
  position: relative;
  padding: 20px 40px;
  border-radius: 10px;
  background-color: #FFFFFF;
  margin-bottom: 8px;
}
@media print, screen and (min-width: 993px) {
  .recruit-schedule__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 80px;
    padding: 20px 30px;
  }
}
.recruit-schedule__item::after {
  content: "";
  position: absolute;
  left: 16px;
  top: 30px;
  width: 10px;
  height: 10px;
  background: #243059;
  border-radius: 50%;
  z-index: 1;
}
@media print, screen and (min-width: 993px) {
  .recruit-schedule__item::after {
    left: 136px;
    top: 30px;
  }
}
.recruit-schedule__item:first-child::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  height: 30px;
  width: 2px;
  background: #FFFFFF;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media print, screen and (min-width: 993px) {
  .recruit-schedule__item:first-child::before {
    left: 140px;
    top: 0;
  }
}
.recruit-schedule__item:last-child::before {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 0;
  height: 65%;
  width: 2px;
  background: #FFFFFF;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media print, screen and (min-width: 993px) {
  .recruit-schedule__item:last-child::before {
    left: 140px;
    bottom: 0;
  }
}
.recruit-schedule__time, .recruit-schedule__content {
  position: relative;
  z-index: 1;
}
.recruit-schedule__time {
  font-family: "Jost", "Helvetica Neue", Arial, sans-serif;
  color: #0067BC;
  width: 80px;
  font-size: 1.125rem;
}
@media print, screen and (min-width: 993px) {
  .recruit-schedule__time {
    font-size: 1.375rem;
  }
}
.recruit-schedule__title {
  font-weight: 700;
  font-size: 1.125rem;
  color: #0067BC;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 993px) {
  .recruit-schedule__title {
    font-size: 1.375rem;
  }
}
.recruit-schedule__text {
  font-size: 0.875rem;
}
@media print, screen and (min-width: 993px) {
  .recruit-schedule__text {
    font-size: 1rem;
  }
}

.recruit-schedule__item:has(.recruit-schedule__head > .recruit-schedule__content:nth-child(2)) {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.recruit-message {
  background-color: #0067BC;
}
.recruit-message__img img {
  min-height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit-message__container {
  background-color: #0067BC;
  position: relative;
  height: 380px;
}
@media print, screen and (min-width: 769px) {
  .recruit-message__container {
    height: 200px;
  }
}
.recruit-message__box {
  background-color: #FFFFFF;
  padding: 40px 45px;
  border-radius: 10px;
  position: absolute;
  top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 40px);
}
@media print, screen and (min-width: 769px) {
  .recruit-message__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    width: 90%;
    max-width: 1120px;
  }
}
.recruit-message__logo {
  text-align: center;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 769px) {
  .recruit-message__logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 260px;
        -ms-flex: 0 0 260px;
            flex: 0 0 260px;
  }
}
@media print, screen and (min-width: 993px) {
  .recruit-message__logo {
    margin-bottom: 0;
  }
}
.recruit-message__text {
  font-size: 1rem;
}
@media print, screen and (min-width: 993px) {
  .recruit-message__text {
    font-size: 1rem;
  }
}

.recruit-appeal__box {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 20px 20px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 993px) {
  .recruit-appeal__box {
    padding: 45px 45px;
  }
}
.recruit-appeal__q {
  font-size: 1.125rem;
  font-weight: 700;
  color: #0067BC;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 993px) {
  .recruit-appeal__q {
    font-size: 1.375rem;
  }
}
.recruit-appeal__a {
  font-size: 0.875rem;
}
@media print, screen and (min-width: 993px) {
  .recruit-appeal__a {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 993px) {
  .recruit-appeal__flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
  }
}
.recruit-appeal__img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc((100% - 30px) / 2);
      -ms-flex: 0 0 calc((100% - 30px) / 2);
          flex: 0 0 calc((100% - 30px) / 2);
  margin-bottom: 20px;
}
@media print, screen and (min-width: 993px) {
  .recruit-appeal__img {
    margin-bottom: 0px;
  }
}
.recruit-appeal__img img {
  border-radius: 10px;
}

.contact {
  background-color: #FFFFFF;
  padding: 30px 0;
}
@media print, screen and (min-width: 993px) {
  .contact {
    padding: 90px 0;
  }
}
.contact .h3-b {
  font-size: 0.75rem;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 769px) {
  .contact .h3-b {
    font-size: 1.25rem;
  }
}
.contact .h3-b.fz-sm {
  font-size: 0.625rem;
}
@media print, screen and (min-width: 769px) {
  .contact .h3-b.fz-sm {
    font-size: 1rem;
  }
}
.contact__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 1200px) {
  .contact__list {
    gap: 15px;
  }
}
.contact__item {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 30px 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc((100% - 10px) / 2);
      -ms-flex: 0 0 calc((100% - 10px) / 2);
          flex: 0 0 calc((100% - 10px) / 2);
}
@media print, screen and (min-width: 1200px) {
  .contact__item {
    padding: 30px 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc((100% - 45px) / 4);
        -ms-flex: 0 0 calc((100% - 45px) / 4);
            flex: 0 0 calc((100% - 45px) / 4);
  }
}
.contact__num {
  font-weight: 400;
  margin-bottom: 10px;
}
.contact__tag {
  background-color: #0067BC;
  color: #FFFFFF;
  padding: 2px 8px;
  font-size: 0.6875rem;
  margin-right: 10px;
  display: block;
  width: 35px;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 1300px) {
  .contact__tag {
    display: inline;
    margin-bottom: 0;
  }
}

.contact-form {
  margin-top: 60px;
}
.contact-form__row {
  display: block;
  padding: 20px 10px;
  border-bottom: 1px solid #DDDDDD;
}
@media print, screen and (min-width: 993px) {
  .contact-form__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
    padding: 45px 40px;
  }
}
.contact-form__label {
  width: 100%;
  margin-bottom: 12px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-weight: 700;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 993px) {
  .contact-form__label {
    margin-bottom: 0;
    width: 220px;
    font-size: 1rem;
  }
}
.contact-form__field {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.contact-form__choice {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 32px;
  margin-bottom: 10px;
  cursor: pointer;
}
.contact-form__choice input {
  margin-right: 8px;
}
@media print, screen and (max-width: 992px) {
  .contact-form__choice {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0;
    margin-bottom: 12px;
  }
}
.contact-form__input, .contact-form__textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  padding: 14px 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}
.contact-form__input::-webkit-input-placeholder, .contact-form__textarea::-webkit-input-placeholder {
  color: #999;
}
.contact-form__input::-moz-placeholder, .contact-form__textarea::-moz-placeholder {
  color: #999;
}
.contact-form__input:-ms-input-placeholder, .contact-form__textarea:-ms-input-placeholder {
  color: #999;
}
.contact-form__input::-ms-input-placeholder, .contact-form__textarea::-ms-input-placeholder {
  color: #999;
}
.contact-form__input::placeholder, .contact-form__textarea::placeholder {
  color: #999;
}
.contact-form__input {
  height: 50px;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 993px) {
  .contact-form__input {
    height: 52px;
    font-size: 1rem;
  }
}
.contact-form__textarea {
  min-height: 240px;
  resize: vertical;
}
.contact-form__privacy {
  padding: 48px 0 0;
}
.contact-form__heading {
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 700;
}
@media print, screen and (min-width: 993px) {
  .contact-form__heading {
    font-size: 1.25rem;
    margin-bottom: 30px;
  }
}
.contact-form__text {
  font-size: 0.875rem;
}
@media print, screen and (min-width: 993px) {
  .contact-form__text {
    font-size: 1rem;
  }
}
.contact-form__agree {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 20px;
  cursor: pointer;
  font-weight: 700;
  font-size: 0.875rem;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 993px) {
  .contact-form__agree {
    font-size: 1rem;
    margin-top: 32px;
    margin-bottom: 45px;
  }
}
.contact-form__agree input {
  margin: 0;
}
.contact-form__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10pz;
  margin-top: 30px;
}
@media print, screen and (min-width: 993px) {
  .contact-form__flex {
    margin-top: 60px;
    gap: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media print, screen and (max-width: 992px) {
  .contact-form__flex .btn-wrap {
    width: 100%;
  }
  .contact-form__flex .btn-wrap__link {
    display: block;
    max-width: 236px;
    min-width: 236px;
    margin-inline: auto;
  }
}
.contact-form a {
  text-decoration: underline;
}
.contact-form .required {
  color: #d50004;
  margin-left: 4px;
}

.entry {
  background-color: #FFFFFF;
  padding: 30px 0;
}
@media print, screen and (min-width: 993px) {
  .entry {
    padding: 90px 0;
  }
}

.entry-form {
  margin-top: 60px;
}
.entry-form__row {
  display: block;
  padding: 20px 10px;
  border-bottom: 1px solid #DDDDDD;
}
@media print, screen and (min-width: 993px) {
  .entry-form__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
    padding: 45px 40px;
  }
}
.entry-form__label {
  width: 100%;
  margin-bottom: 12px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-weight: 700;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 993px) {
  .entry-form__label {
    margin-bottom: 0;
    width: 220px;
    font-size: 1rem;
  }
}
.entry-form__field {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.entry-form__choice {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 32px;
  margin-bottom: 10px;
  cursor: pointer;
}
.entry-form__choice input {
  margin-right: 8px;
}
@media print, screen and (max-width: 992px) {
  .entry-form__choice {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0;
    margin-bottom: 12px;
  }
}
.entry-form__input, .entry-form__textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  padding: 14px 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}
.entry-form__input::-webkit-input-placeholder, .entry-form__textarea::-webkit-input-placeholder {
  color: #999;
}
.entry-form__input::-moz-placeholder, .entry-form__textarea::-moz-placeholder {
  color: #999;
}
.entry-form__input:-ms-input-placeholder, .entry-form__textarea:-ms-input-placeholder {
  color: #999;
}
.entry-form__input::-ms-input-placeholder, .entry-form__textarea::-ms-input-placeholder {
  color: #999;
}
.entry-form__input::placeholder, .entry-form__textarea::placeholder {
  color: #999;
}
.entry-form__input {
  height: 50px;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 993px) {
  .entry-form__input {
    height: 52px;
    font-size: 1rem;
  }
}
.entry-form__textarea {
  min-height: 240px;
  resize: vertical;
}
.entry-form__privacy {
  padding: 48px 0 0;
}
.entry-form__heading {
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 700;
}
@media print, screen and (min-width: 993px) {
  .entry-form__heading {
    font-size: 1.25rem;
    margin-bottom: 30px;
  }
}
.entry-form__text {
  font-size: 0.875rem;
}
@media print, screen and (min-width: 993px) {
  .entry-form__text {
    font-size: 1rem;
  }
}
.entry-form__agree {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 32px;
  cursor: pointer;
  font-weight: 700;
  font-size: 0.875rem;
  margin-bottom: 60px;
}
@media print, screen and (min-width: 993px) {
  .entry-form__agree {
    font-size: 1rem;
  }
}
.entry-form__agree input {
  margin: 0;
}
.entry-form__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10pz;
  margin-top: 30px;
}
@media print, screen and (min-width: 993px) {
  .entry-form__flex {
    margin-top: 60px;
    gap: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media print, screen and (max-width: 992px) {
  .entry-form__flex .btn-wrap {
    width: 100%;
  }
  .entry-form__flex .btn-wrap__link {
    display: block;
    max-width: 236px;
    min-width: 236px;
    margin-inline: auto;
  }
}
.entry-form a {
  text-decoration: underline;
}
.entry-form .required {
  color: #d50004;
  margin-left: 4px;
}
.entry-form__inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}
@media print, screen and (min-width: 993px) {
  .entry-form__inline {
    gap: 14px;
  }
}
.entry-form__unit {
  font-weight: 700;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 993px) {
  .entry-form__unit {
    font-size: 1rem;
  }
}
.entry-form__input--age {
  width: 60px;
}
@media print, screen and (min-width: 993px) {
  .entry-form__input--age {
    width: 70px;
  }
}
.entry-form__input--year {
  width: 90px;
}
@media print, screen and (min-width: 993px) {
  .entry-form__input--year {
    width: 100px;
  }
}
.entry-form__select {
  min-width: 70px;
  height: 50px;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 0 36px 0 12px;
  font-size: 0.875rem;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("/resource/img/common/arrow-select.svg");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 10px auto;
}
@media print, screen and (min-width: 993px) {
  .entry-form__select {
    height: 52px;
    min-width: 80px;
    font-size: 1rem;
  }
}
.entry-form__academic {
  width: 100%;
}
.entry-form__academic-row {
  display: block;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 993px) {
  .entry-form__academic-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    margin-bottom: 8px;
  }
}
.entry-form__academic-row:last-child {
  margin-bottom: 0;
}
.entry-form__academic-label {
  width: 100%;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 993px) {
  .entry-form__academic-label {
    width: 280px;
    margin-bottom: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    font-size: 1rem;
  }
}
.entry-form__academic-field {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.entry-form__error {
  color: #d50004;
  font-size: 0.875rem;
}
.entry-form__error p {
  margin-bottom: 8px;
}
@media print, screen and (min-width: 993px) {
  .entry-form__error {
    font-size: 1rem;
  }
}

.privacy {
  background-color: #FFFFFF;
  padding: 30px 0;
}
@media print, screen and (min-width: 993px) {
  .privacy {
    padding: 90px 0;
  }
}
.privacy p {
  margin-top: 60px;
}
.privacy__list {
  margin: 60px 0;
}
.privacy__item {
  margin-bottom: 20px;
  margin-left: 26px;
  text-indent: -26px;
}
.privacy__num {
  color: #AFAFAF;
  margin-right: 10px;
}
.privacy__sub-list {
  padding-left: 5px;
  margin-top: 10px;
}
.privacy__sub-item {
  margin-bottom: 10px;
  margin-left: 26px;
  text-indent: -32px;
}

.sitemap {
  background-color: #FFFFFF;
  padding: 30px 0;
}
@media print, screen and (min-width: 993px) {
  .sitemap {
    padding: 90px 0;
  }
}

.sitemap-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-top: 40px;
}
@media print, screen and (min-width: 1300px) {
  .sitemap-nav {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}
@media print, screen and (max-width: 992px) {
  .sitemap-nav__column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45%;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
}
.sitemap-nav__title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 15px;
  margin: 30px 0;
}
@media print, screen and (min-width: 1200px) {
  .sitemap-nav__title {
    font-size: 1.125rem;
  }
}
.sitemap-nav__item {
  position: relative;
  padding-left: 12px;
  margin: 15px 0;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 1200px) {
  .sitemap-nav__item {
    font-size: 1rem;
  }
}
.sitemap-nav__item::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}/*# sourceMappingURL=style.css.map */