body {
  --break-point: 1025px;
  --container--padding-hori--normal: 5%;
  --container--padding-hori--normal--tab: 20px;
  --container--max-width--normal: 1180px;
  --transition-duration--normal: 300ms;
  --z-index--max: 9999;
  color: #404040;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: .05em;
  --font-family--serif: "Noto Serif JP", serif;
  --font-family--alphabet: "Oswald", "Noto Sans JP", sans-serif;
  --hover-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s
}

@-webkit-keyframes slideIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%)
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes slideIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%)
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@-webkit-keyframes slideOut {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%)
  }
}

@keyframes slideOut {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%)
  }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

html,
body,
header,
footer,
h1,
h2,
h3,
h4,
table,
figure,
div,
p {
  margin: 0;
  padding: 0
}

body {
  margin: 0
}

main {
  display: block
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: rgba(0, 0, 0, 0)
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

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

sub {
  bottom: -0.25em
}

sup {
  top: -0.5em
}

img {
  border-style: none
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

template {
  display: none
}

[hidden] {
  display: none
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

html {
  font-size: 52%
}

@media(min-width: 1025px) {
  html {
    font-size: 62.5%
  }
}

html.js-scroll-prevent {
  overflow: hidden
}

body {
  letter-spacing: 0;
  word-break: break-word
}

@media(max-width: 1024px) {
  body {
    overflow-x: hidden
  }
}

@media(min-width: 1025px) {
  body {
    width: 100%
  }
}

h1 {
  margin: 0
}

a {
  color: inherit;
  text-decoration: none
}

a.js-click-disable {
  pointer-events: none
}

iframe,
img,
svg {
  height: auto;
  max-width: 100%
}

b,
strong {
  font-weight: bold
}

iframe,
img {
  vertical-align: bottom
}

dl {
  margin: 0
}

input {
  max-width: 100%
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-weight: inherit;
  padding: 0;
  white-space: normal
}

button:not(:focus-visible),
[type=button]:not(:focus-visible),
[type=reset]:not(:focus-visible),
[type=submit]:not(:focus-visible) {
  outline: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

.menu {
  list-style: none;
  padding-left: 0
}

@media(min-width: 1025px) {
  .menu {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

.list-none {
  padding-left: 0;
  list-style: none
}

@media(max-width: 1024px) {
  .wp-block-media-text.is-stacked-on-mobile {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: 100% !important;
    grid-template-columns: 100% !important
  }

  .wp-block-media-text.is-stacked-on-mobile>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1
  }
}

@media(max-width: 1024px) {
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2
  }
}

@media(max-width: 1024px) {
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1
  }
}

.wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%
}

.wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important
}

.smb-buttons>.smb-btn-wrapper {
  width: 100%
}

.vk_responsive-br-sm {
  display: none !important
}

@media(max-width: 1024px) {
  .vk_responsive-br-sm {
    display: block !important
  }
}

.vk_responsive-br-md {
  display: none !important
}

@media(min-width: 1025px) {
  .vk_responsive-br-md {
    display: block !important
  }
}

.l-body {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh)*100);
  min-height: 100dvh
}

.l-body.js-scroll-prevent {
  height: 100vh;
  height: calc(var(--vh, 1vh)*100);
  height: 100dvh;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: calc(var(--body-scroll-y)*-1);
  width: 100vw
}

.l-breadcrumbs {
  line-height: 2;
  padding: 25px 0 0;
  color: #909090;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.583;
  letter-spacing: .05em
}

.l-breadcrumbs a,
.l-breadcrumbs--separator {
  color: inherit
}

.l-breadcrumbs a {
  -webkit-transition: opacity var(--transition-duration--normal);
  transition: opacity var(--transition-duration--normal)
}

@media(hover: hover) {
  .l-breadcrumbs a:hover {
    opacity: .6
  }
}

.l-breadcrumbs a:focus-visible,
.l-breadcrumbs a:focus-within {
  opacity: .6
}

.l-breadcrumbs--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px
}

.l-breadcrumbs--inner>span {
  white-space: nowrap
}

.l-breadcrumbs--inner>span:last-child {
  text-overflow: ellipsis;
  overflow: hidden
}

.l-breadcrumbs--separator {
  display: inline-block;
  margin: 0 17px 0 20px
}

.l-breadcrumbs--separator svg {
  width: 7px
}

.l-container {
  margin: 0 auto;
  padding: 0 var(--container--padding-hori--normal);
  width: 100%
}

@media(max-width: 1024px) {
  .l-container {
    padding: 0 var(--container--padding-hori--normal--tab)
  }
}

@media(min-width: 1025px) {
  .l-container {
    max-width: calc(var(--container--max-width--normal) + var(--container--padding-hori--normal)*2)
  }
}

@media(min-width: 1025px)and (-ms-high-contrast: none) {
  .l-footer-4 {
    overflow: hidden
  }
}

.l-footer-4 a {
  -webkit-transition: opacity var(--transition-duration--normal);
  transition: opacity var(--transition-duration--normal)
}

@media(hover: hover) {
  .l-footer-4 a:hover {
    opacity: .6
  }
}

.l-footer-4 a:focus-visible,
.l-footer-4 a:focus-within {
  opacity: .6
}

.l-footer-4--upper {
  padding: 30px 0 30px;
  background: #f3f5fa
}

@media(min-width: 1025px) {
  .l-footer-4--upper {
    padding: 70px 0 30px
  }
}

.l-footer-4--upper .c-overlay {
  padding: 117px 0 123px
}

@media(min-width: 1025px) {
  .l-footer-4--upper--upper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 100px
  }
}

@media(min-width: 1025px) {
  .l-footer-4--upper--upper--inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }
}

@media(max-width: 1024px) {
  .l-footer-4--upper--upper--inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }
}

@media not all and (min-width: 768px) {
  .l-footer-4--upper--upper--inner {
    display: block
  }
}

.l-footer-4--upper--lower {
  margin-top: 40px
}

@media(max-width: 1024px) {
  .l-footer-4--upper--lower {
    display: none
  }
}

@media not all and (min-width: 768px) {
  .l-footer-4--upper--lower {
    display: none
  }
}

@media(min-width: 1025px) {
  .l-footer-4--upper--lower {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0
  }
}

.l-footer-4--upper--lower--sp {
  margin-top: 0
}

@media(min-width: 1025px) {
  .l-footer-4--upper--lower--sp {
    display: none
  }
}

.l-footer-4--lower {
  padding: 0 0 15px;
  background: #f3f5fa;
  color: #404040
}

@media(max-width: 1024px) {
  .l-footer-4--lower {
    padding-bottom: 31px
  }
}

.l-footer-4--lower--inner {
  border-top: 1px dotted rgba(36, 61, 155, .2);
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media(max-width: 1024px) {
  .l-footer-4--lower--inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 17px;
    gap: 20px
  }
}

@media(min-width: 1025px) {
  .l-footer-4--lower--inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.l-footer-4--logo {
  display: inline-block;
  max-width: 240px
}

.l-footer-4--logo--wrapper {
  font-size: 0;
  margin-bottom: 18px
}

@media(max-width: 1024px) {
  .l-footer-4--logo--wrapper {
    margin-top: 80px;
    margin-bottom: 17px
  }
}

.l-footer-4--logo img {
  display: block
}

.l-footer-4--address {
  font-size: 1.3rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  margin-bottom: 1.4rem
}

@media(max-width: 1024px) {
  .l-footer-4--address {
    font-size: 10px;
    margin-bottom: 13px
  }
}

.l-footer-4--address--list {
  margin: 0;
  padding: 0;
  list-style: none
}

@media(min-width: 1025px) {
  .l-footer-4--address--list {
    margin-left: 6px
  }
}

@media(min-width: 1025px) {
  .l-footer-4--address--item:not(:first-child) {
    margin-top: 10px
  }
}

.l-footer-4--address--code {
  display: inline-block
}

@media(max-width: 1024px) {
  .l-footer-4--address--code {
    margin: 15px 0 6px
  }
}

@media(min-width: 1025px) {
  .l-footer-4--address--code {
    margin-right: 13px
  }
}

.l-footer-4--tel-wrapper {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 27px
}

.l-footer-4--tel {
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.5
}

@media(max-width: 1024px) {
  .l-footer-4--tel {
    font-size: 10px
  }
}

.l-footer-4--sns-wrapper {
  padding: 0;
  margin: 31px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px
}

.l-footer-4--sns {
  width: 32px;
  height: 32px
}

.l-footer-4--menu-nochildren--container ul,
.l-footer-4--menu-haschildren--container ul {
  margin: 0;
  margin-top: 2rem
}

@media(max-width: 1024px) {

  .l-footer-4--menu-nochildren--container ul,
  .l-footer-4--menu-haschildren--container ul {
    margin-top: 40px
  }
}

.l-footer-4--menu-nochildren--container ul>li:not(:last-child),
.l-footer-4--menu-haschildren--container ul>li:not(:last-child) {
  margin-bottom: 4rem
}

.l-footer-4--menu-nochildren--container .menu,
.l-footer-4--menu-haschildren--container .menu {
  display: block
}

@media(max-width: 1024px) {

  .l-footer-4--menu-nochildren--container .menu,
  .l-footer-4--menu-haschildren--container .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 30px
  }
}

@media not all and (min-width: 768px) {

  .l-footer-4--menu-nochildren--container .menu,
  .l-footer-4--menu-haschildren--container .menu {
    gap: 0
  }
}

.l-footer-4--menu-nochildren--container .menu-item a,
.l-footer-4--menu-haschildren--container .menu-item a {
  display: block;
  text-decoration: none;
  text-transform: capitalize
}

.l-footer-4--menu-nochildren--container .menu-item.top a,
.l-footer-4--menu-haschildren--container .menu-item.top a {
  text-transform: uppercase
}

.l-footer-4--menu-nochildren--container {
  color: var(--wp--preset--color--main-color-1)
}

@media(min-width: 1025px) {
  .l-footer-4--menu-nochildren--container {
    width: calc(20% - 24px)
  }

  .l-footer-4--menu-nochildren--container:not(:last-child) {
    margin-right: 30px
  }
}

.l-footer-4--menu-nochildren--container .menu-item a {
  padding: 5px 0;
  color: #404040;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  border-bottom: 1px solid rgba(36, 61, 155, .25)
}

.l-footer-4--menu-nochildren--container .menu-item a[target=_blank] {
  position: relative;
  padding-right: 20px
}

.l-footer-4--menu-nochildren--container .menu-item a[target=_blank]::after {
  content: "";
  position: relative;
  display: inline-block;
  margin-left: 8px;
  width: 10px;
  height: 9px;
  background: url(../img/common/icon-link-external.svg) no-repeat center center;
  background-size: contain
}

@media(min-width: 1025px) {
  .l-footer-4--menu-haschildren--container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(20% - 24px)
  }

  .l-footer-4--menu-haschildren--container:not(:last-child) {
    margin-right: 30px
  }
}

@media(min-width: 1025px) {
  .l-footer-4--menu-haschildren--container .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
  }
}

@media(min-width: 1025px) {
  .l-footer-4--menu-haschildren--container .menu-item-has-children {
    width: 100%;
    padding: 0 5px
  }
}

.l-footer-4--menu-haschildren--container .menu-item-has-children>a {
  padding: 5px 0;
  color: #404040;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  border-bottom: 1px solid rgba(36, 61, 155, .25)
}

@media(min-width: 1025px) {
  .l-footer-4--menu-haschildren--container .menu-item-has-children:not(:nth-of-type(5n)) {
    margin-right: 20px
  }
}

@media(min-width: 1025px) {
  .l-footer-4--menu-haschildren--container .menu-item-has-children:nth-of-type(n + 6) {
    margin-top: 20px
  }
}

@media(min-width: 1025px) {
  .l-footer-4--menu-haschildren--container>ul>.menu-item {
    width: 100%;
    padding: 0 5px
  }
}

@media(max-width: 1024px) {
  .l-footer-4--menu-haschildren--container>ul>.menu-item {
    width: calc(50% - 15px)
  }
}

@media not all and (min-width: 768px) {
  .l-footer-4--menu-haschildren--container>ul>.menu-item {
    width: 100%
  }
}

.l-footer-4--menu-haschildren--container>ul>.menu-item>a {
  padding: 5px 0;
  color: #404040;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  border-bottom: 1px solid rgba(36, 61, 155, .25)
}

.l-footer-4--menu-haschildren--container>ul>.menu-item>a[target=_blank] {
  position: relative;
  padding-right: 20px
}

.l-footer-4--menu-haschildren--container>ul>.menu-item>a[target=_blank]::after {
  content: "";
  position: relative;
  display: inline-block;
  margin-left: 8px;
  width: 10px;
  height: 9px;
  background: url(../img/common/icon-link-external.svg) no-repeat center center;
  background-size: contain
}

.l-footer-4--menu-haschildren--container .sub-menu {
  padding: 0;
  list-style: none
}

@media(max-width: 1024px) {
  .l-footer-4--menu-haschildren--container .sub-menu {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.l-footer-4--menu-haschildren--container .sub-menu .menu-item {
  color: rgba(64, 64, 64, .6);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0
}

.l-footer-4--menu-haschildren--container .sub-menu .menu-item:not(:last-child) {
  margin-bottom: 1.5rem
}

@media(max-width: 1024px) {
  .l-footer-4--menu-haschildren--container .sub-menu .menu-item {
    width: 50%
  }
}

.l-footer-4--privacy {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.5;
  text-decoration: none;
  border-bottom: 1px solid rgba(34, 34, 34, .4)
}

@media(max-width: 1024px) {
  .l-footer-4--privacy {
    text-align: left;
    border-bottom: none
  }
}

.l-footer-4--privacy::after {
  content: url(../img/footer/corporate_icon.svg)
}

.l-footer-4--copyright {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.5
}

@media(max-width: 1024px) {
  .l-footer-4--copyright {
    font-size: 10px
  }
}

.l-header-6 {
  left: 0;
  padding: 13px 0;
  position: relative;
  top: 0;
  -webkit-transition: background-color var(--transition-duration--normal), -webkit-box-shadow var(--transition-duration--normal);
  transition: background-color var(--transition-duration--normal), -webkit-box-shadow var(--transition-duration--normal);
  transition: background-color var(--transition-duration--normal), box-shadow var(--transition-duration--normal);
  transition: background-color var(--transition-duration--normal), box-shadow var(--transition-duration--normal), -webkit-box-shadow var(--transition-duration--normal);
  width: 100%;
  z-index: calc(var(--z-index--max) - 4)
}

@media(max-width: 1024px) {
  .l-header-6 {
    padding: 13px 0
  }
}

@media(min-width: 1025px) {
  .l-header-6>.l-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 9px;
    padding-left: 25px;
    padding-right: 0
  }
}

@media(max-width: 1024px) {
  .l-header-6>.l-container {
    padding-left: 10px;
    padding-right: 10px
  }
}

.l-header-6--body {
  background: var(--wp--preset--color--white-1);
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 6px var(--wp--preset--color--black-1-transparent-016);
  box-shadow: 0 3px 6px var(--wp--preset--color--black-1-transparent-016);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

@media(max-width: 1024px) {
  .l-header-6--body {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0 0 10px
  }
}

@media(min-width: 1025px) {
  .l-header-6--body {
    padding-right: 40px;
    padding-left: 20px
  }
}

@media(max-width: 1024px) {
  .l-header-6--left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

@media(min-width: 1025px) {
  .l-header-6--left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.l-header-6--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media(max-width: 1024px) {
  .l-header-6--right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

@media(min-width: 1025px) {
  .l-header-6--right {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: auto
  }
}

.l-header-6--logo--wrapper {
  font-size: 0;
  margin-right: 20px
}

@media(min-width: 1025px) {
  .l-header-6--logo--wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 5px;
    margin-bottom: 5px
  }
}

.l-header-6--logo--wrapper a {
  display: inline-block;
  font-size: initial;
  max-width: 162px;
  -webkit-transition: opacity var(--transition-duration--normal);
  transition: opacity var(--transition-duration--normal)
}

@media(hover: hover) {
  .l-header-6--logo--wrapper a:hover {
    opacity: .6
  }
}

.l-header-6--logo--wrapper a:focus-visible,
.l-header-6--logo--wrapper a:focus-within {
  opacity: .6
}

@media(max-width: 1024px) {
  .l-header-6--logo--wrapper a {
    max-width: 140px
  }
}

@media(min-width: 1025px) {

  .l-header-6--menu--container>.menu>.menu-item>a,
  .l-header-6--contact--list--item {
    min-height: 54px
  }
}

@media not all and (min-width: 768px) {
  .l-header-6--menu--container.-tab {
    display: none
  }
}

@media(max-width: 1024px) {
  .l-header-6--menu--container.-sp {
    display: none
  }
}

@media not all and (min-width: 768px) {
  .l-header-6--menu--container.-sp {
    display: block
  }
}

@media(min-width: 1025px) {
  .l-header-6--menu--container {
    margin-left: auto
  }
}

@media(max-width: 1024px) {
  .l-header-6--menu--container {
    padding: 0 20px
  }
}

.l-header-6--menu--container .menu {
  margin: 0;
  padding: 0
}

@media(min-width: 1025px) {
  .l-header-6--menu--container .menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media(max-width: 1024px) {
  .l-header-6--menu--container .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 30px
  }
}

@media(max-width: 1024px) {
  .l-header-6--menu--container .menu-item {
    position: relative;
    width: calc(50% - 15px)
  }

  .l-header-6--menu--container .menu-item:not(:last-child) {
    margin-bottom: 30px
  }

  .l-header-6--menu--container .menu-item::after {
    position: absolute;
    content: "";
    top: 30px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, .25)
  }
}

@media not all and (min-width: 768px) {
  .l-header-6--menu--container .menu-item {
    width: 100%
  }
}

.l-header-6--menu--container .menu-item a {
  display: block;
  padding: 24px 16px;
  -webkit-transition: color var(--transition-duration--normal);
  transition: color var(--transition-duration--normal);
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .05em
}

@media(max-width: 1024px) {
  .l-header-6--menu--container .menu-item a {
    color: #fff;
    font-size: 13px;
    padding: 5px 0
  }

  .l-header-6--menu--container .menu-item a[target=_blank] {
    position: relative;
    padding-right: 20px
  }

  .l-header-6--menu--container .menu-item a[target=_blank]::after {
    content: "";
    position: relative;
    display: inline-block;
    margin-left: 8px;
    width: 10px;
    height: 9px;
    -webkit-mask-image: url(../img/common/icon-link-external.svg);
    mask-image: url(../img/common/icon-link-external.svg);
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff
  }
}

@media(min-width: 1025px) {
  .l-header-6--menu--container .menu-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px 0;
    position: relative;
    text-align: center
  }
}

@media(min-width: 1025px) {
  .l-header-6--menu--container .menu-item a:before {
    background: var(--wp--preset--color--main-color-1);
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transition: -webkit-transform var(--transition-duration--normal);
    transition: -webkit-transform var(--transition-duration--normal);
    transition: transform var(--transition-duration--normal);
    transition: transform var(--transition-duration--normal), -webkit-transform var(--transition-duration--normal);
    width: 100%
  }
}

@media(hover: hover) {
  .l-header-6--menu--container .menu-item a:hover {
    color: var(--wp--preset--color--main-color-1)
  }
}

@media(hover: hover)and (max-width: 1024px) {
  .l-header-6--menu--container .menu-item a:hover {
    text-decoration: underline
  }
}

@media(hover: hover)and (min-width: 1025px) {
  .l-header-6--menu--container .menu-item a:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top
  }
}

.l-header-6--menu--container .menu-item a:focus-visible,
.l-header-6--menu--container .menu-item a:focus-within {
  color: var(--wp--preset--color--main-color-1)
}

@media(max-width: 1024px) {

  .l-header-6--menu--container .menu-item a:focus-visible,
  .l-header-6--menu--container .menu-item a:focus-within {
    text-decoration: underline
  }
}

@media(min-width: 1025px) {

  .l-header-6--menu--container .menu-item a:focus-visible:before,
  .l-header-6--menu--container .menu-item a:focus-within:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top
  }
}

@media(min-width: 1025px) {
  .l-header-6--menu--container .menu-item a[aria-current=page] {
    color: var(--wp--preset--color--main-color-1)
  }
}

@media(min-width: 1025px) {
  .l-header-6--menu--container .menu-item a[aria-current=page]:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top
  }
}

@media(min-width: 1025px) {
  .l-header-6--menu--container .menu-item-has-children {
    position: relative
  }
}

@media(max-width: 1024px) {
  .l-header-6--menu--container .menu-item-has-children>a {
    position: relative;
    width: calc(100% - 70px);
    border-bottom: none
  }
}

@media not all and (min-width: 768px) {
  .l-header-6--menu--container .menu-item-has-children>a {
    pointer-events: none
  }
}

@media not all and (min-width: 768px) {

  .l-header-6--menu--container .menu-item-has-children>a:before,
  .l-header-6--menu--container .menu-item-has-children>a:after {
    background: #fff;
    border-radius: 1px;
    content: "";
    height: 2px;
    pointer-events: none;
    position: absolute;
    right: -60px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 12px
  }
}

@media not all and (min-width: 768px) {
  .l-header-6--menu--container .menu-item-has-children>a:after {
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform var(--transition-duration--normal);
    transition: -webkit-transform var(--transition-duration--normal);
    transition: transform var(--transition-duration--normal);
    transition: transform var(--transition-duration--normal), -webkit-transform var(--transition-duration--normal)
  }
}

@media(max-width: 1024px) {
  .l-header-6--menu--container .menu-item-has-children.js-active>a:after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg)
  }
}

@media(hover: hover)and (min-width: 1025px) {
  .l-header-6--menu--container .menu-item-has-children:hover .sub-menu {
    display: block !important
  }
}

@media(min-width: 1025px) {

  .l-header-6--menu--container .menu-item-has-children:focus-visible .sub-menu,
  .l-header-6--menu--container .menu-item-has-children:focus-within .sub-menu {
    display: block !important
  }
}

@media(min-width: 1025px) {
  .l-header-6--menu--container .menu>.menu-item:not(:last-child) {
    margin-right: 40px
  }
}

.l-header-6--menu--container .sub-menu {
  cursor: pointer;
  display: none;
  list-style: none;
  padding: 0
}

@media(min-width: 1025px) {
  .l-header-6--menu--container .sub-menu {
    -webkit-box-shadow: 0px 0px 3px var(--wp--preset--color--black-1-transparent-016);
    box-shadow: 0px 0px 3px var(--wp--preset--color--black-1-transparent-016);
    position: absolute;
    top: 100%;
    left: 50%;
    max-width: calc(100% + 82px - 10px);
    padding: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 200px;
    z-index: 1
  }
}

@media(max-width: 1024px) {
  .l-header-6--menu--container .sub-menu {
    padding: 20px 10px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media not all and (min-width: 768px) {
  .l-header-6--menu--container .sub-menu {
    padding-bottom: 0
  }
}

.l-header-6--menu--container .sub-menu a {
  border-bottom: none
}

@media(max-width: 1024px) {
  .l-header-6--menu--container .sub-menu .menu-item {
    border-bottom: none;
    width: 50%
  }

  .l-header-6--menu--container .sub-menu .menu-item::after {
    content: none
  }
}

@media(min-width: 1025px) {
  .l-header-6--menu--container .sub-menu .menu-item {
    display: block;
    margin: 0
  }
}

@media(min-width: 1025px) {
  .l-header-6--menu--container .sub-menu .menu-item:not(:last-child) {
    border-bottom: 1px solid var(--wp--preset--color--gray-1)
  }
}

@media(min-width: 1025px) {
  .l-header-6--menu--container .sub-menu .menu-item a {
    background: var(--wp--preset--color--white-1);
    display: block;
    height: 100%;
    padding: 15px;
    text-align: center;
    width: 100%
  }
}

@media(min-width: 1025px)and (-ms-high-contrast: none) {
  .l-header-6--menu--container .sub-menu .menu-item a {
    display: inline-block
  }
}

@media(min-width: 1025px) {

  .l-header-6--menu--container .sub-menu .menu-item a br,
  .l-header-6--menu--container .sub-menu .menu-item a span {
    display: none
  }
}

@media(max-width: 1024px) {
  .l-header-6--menu--container .sub-menu .menu-item a {
    color: rgba(255, 255, 255, .84)
  }
}

.l-header-6--menu--container .sub-menu.js-active {
  display: block !important
}

.l-header-6--contact--list {
  list-style: none;
  margin: 0;
  padding: 0
}

@media(min-width: 1025px) {
  .l-header-6--contact--list {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%
  }
}

@media(min-width: 1025px)and (-ms-high-contrast: none) {
  .l-header-6--contact--list {
    height: 70px;
    overflow: hidden
  }
}

@media(min-width: 1025px) {
  .l-header-6--contact--list--item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5px 0
  }
}

.l-header-6--contact--list--item--button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--wp--preset--color--main-color-1);
  border: 2px solid var(--wp--preset--color--main-color-1);
  color: var(--wp--preset--color--white-1);
  display: inline-block;
  padding: 22px 14px;
  -webkit-transition: background-color var(--transition-duration--normal), border-color var(--transition-duration--normal), color var(--transition-duration--normal);
  transition: background-color var(--transition-duration--normal), border-color var(--transition-duration--normal), color var(--transition-duration--normal);
  width: 100%
}

@media(min-width: 1025px) {
  .l-header-6--contact--list--item--button {
    border-radius: 20px;
    min-width: 134px;
    padding: 6px 9px;
    text-align: center
  }
}

@media(hover: hover) {
  .l-header-6--contact--list--item--button:hover {
    background: var(--wp--preset--color--black-1);
    border-color: var(--wp--preset--color--black-1)
  }
}

.l-header-6--contact--list--item--button:focus-visible,
.l-header-6--contact--list--item--button:focus-within {
  background: var(--wp--preset--color--black-1);
  border-color: var(--wp--preset--color--black-1)
}

@media(max-width: 1024px) {
  .l-header-6--contact--list--item:not(:last-child) {
    margin-bottom: 1px
  }
}

@media(min-width: 1025px) {
  .l-header-6--contact--list--item:not(:last-child) {
    margin-right: 10px
  }
}

.l-header-6--modal {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  background: #0f236e;
  height: calc(100vh + 6px);
  left: 0;
  overflow: auto;
  overscroll-behavior-y: contain;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  -webkit-overflow-scrolling: touch
}

.l-header-6--modal.is-open {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.l-header-6--modal *:focus:not(:focus-visible) {
  outline: none
}

.l-header-6--modal--overlay {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0
}

.l-header-6--modal--content {
  overflow: auto;
  max-height: 100vh;
  max-height: calc(var(--vh, 1vh)*100);
  max-height: 100dvh;
  padding-bottom: 30px
}

.l-header-6--modal--content--button--wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: var(--header-height, 0);
  text-align: right
}

@media(max-width: 1024px) {
  .l-header-6--modal--content--button--wrap {
    padding: 26px 16px
  }
}

.l-header-6--modal.js-active {
  display: block
}

.l-header-6--modal[aria-hidden=false] {
  -webkit-animation: slideIn var(--transition-duration--normal);
  animation: slideIn var(--transition-duration--normal)
}

.l-header-6--modal[aria-hidden=true] {
  -webkit-animation: slideOut var(--transition-duration--normal);
  animation: slideOut var(--transition-duration--normal)
}

.l-header-6--hamburger {
  display: inline-block;
  height: 54px;
  margin-left: auto;
  position: relative;
  text-decoration: none;
  -webkit-transition: all var(--transition-duration--normal) ease-in-out;
  transition: all var(--transition-duration--normal) ease-in-out;
  width: 70px;
  -webkit-transition: opacity var(--transition-duration--normal);
  transition: opacity var(--transition-duration--normal)
}

@media(hover: hover) {
  .l-header-6--hamburger:hover {
    opacity: .6
  }
}

.l-header-6--hamburger:focus-visible,
.l-header-6--hamburger:focus-within {
  opacity: .6
}

.l-header-6--hamburger.is-open .l-header-6--hamburger--line {
  background: rgba(0, 0, 0, 0)
}

.l-header-6--hamburger.is-open .l-header-6--hamburger--line:before {
  background-color: #243d9b;
  width: 120%;
  -webkit-transform: rotate(34deg);
  transform: rotate(34deg)
}

.l-header-6--hamburger.is-open .l-header-6--hamburger--line:after {
  background-color: #243d9b;
  width: 120%;
  -webkit-transform: rotate(-34deg);
  transform: rotate(-34deg)
}

.l-header-6--hamburger--line {
  background-color: #243d9b;
  height: 1.5px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 20px;
  -webkit-transition: inherit;
  transition: inherit;
  width: 18px
}

.l-header-6--hamburger--line:before,
.l-header-6--hamburger--line:after {
  background-color: inherit;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  -webkit-transition: var(--hover-transition);
  transition: var(--hover-transition);
  -webkit-transform-origin: left;
  transform-origin: left;
  width: 100%
}

.l-header-6--hamburger--line:before {
  top: -6px
}

.l-header-6--hamburger--line:after {
  top: 6px
}

.l-header-6--hamburger--heading {
  position: absolute;
  bottom: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #243d9b;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  width: 100%
}

.l-header-6--hamburger.-close .l-header-6--hamburger--line {
  background: rgba(0, 0, 0, 0)
}

.l-header-6--hamburger.-close .l-header-6--hamburger--line:before,
.l-header-6--hamburger.-close .l-header-6--hamburger--line:after {
  background-color: var(--wp--preset--color--white-1);
  top: 0
}

.l-header-6--hamburger.-close .l-header-6--hamburger--line:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.l-header-6--hamburger.-close .l-header-6--hamburger--line:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.l-header-6--entry-wrapper {
  position: relative
}

.l-header-6--entry {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.5;
  height: 100%;
  padding: 0 22px;
  border-radius: 10px;
  background-color: var(--wp--preset--color--main-color-1);
  overflow: hidden
}

.l-header-6--entry>span {
  position: relative
}

.l-header-6--entry::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #404040;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: var(--hover-transition);
  transition: var(--hover-transition)
}

@media(hover: hover) {
  .l-header-6--entry:hover::before {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

.l-header-6--entry:focus-visible::before,
.l-header-6--entry:focus-within::before {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.l-header-6--entry-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 54px;
  width: 70px;
  color: #fff;
  background-color: #243d9b;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center
}

.l-header-simple {
  background: var(--wp--preset--color--white-1);
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: calc(var(--z-index--max) - 4)
}

@media(max-width: 1024px) {
  .l-header-simple {
    padding: 16px 0
  }
}

@media(min-width: 1025px) {
  .l-header-simple {
    padding: 10px 0
  }
}

@media(min-width: 1025px) {
  .l-header-simple>.l-container {
    max-width: none
  }
}

.l-header-simple--logo--wrapper {
  font-size: 0
}

@media(max-width: 1024px) {
  .l-header-simple--logo--wrapper {
    max-width: calc(100% - 50px - 20px)
  }
}

.l-header-simple--logo--wrapper a {
  display: inline-block;
  font-size: initial;
  max-width: 163px;
  -webkit-transition: opacity var(--transition-duration--normal);
  transition: opacity var(--transition-duration--normal)
}

@media(hover: hover) {
  .l-header-simple--logo--wrapper a:hover {
    opacity: .6
  }
}

.l-header-simple--logo--wrapper a:focus-visible,
.l-header-simple--logo--wrapper a:focus-within {
  opacity: .6
}

.c-overlay {
  display: block;
  height: 100%;
  width: 100%
}

.c-article-card-employee>a {
  display: block
}

.c-article-card-employee>a:hover .c-article-card-employee--picture>img {
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.c-article-card-employee>a:hover .c-article-card-employee--description {
  -webkit-transition: .3s;
  transition: .3s;
  color: #0f236e
}

.c-article-card-employee>a:hover .c-article-card-employee--description::after {
  left: 15px
}

.c-article-card-employee--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.c-article-card-employee--picture {
  display: block;
  background-color: #ccc;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .16);
  box-shadow: 0 3px 10px rgba(0, 0, 0, .16);
  aspect-ratio: 4/5;
  width: 100%;
  overflow: hidden;
  margin-bottom: 1.8rem
}

.c-article-card-employee--picture>img {
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.c-article-card-employee--attributes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: .8rem
}

@media(max-width: 1024px) {
  .c-article-card-employee--attributes {
    margin-bottom: 8px
  }
}

.c-article-card-employee--attribute-01,
.c-article-card-employee--attribute-02 {
  color: #0f236e;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: .05em
}

@media(max-width: 1024px) {

  .c-article-card-employee--attribute-01,
  .c-article-card-employee--attribute-02 {
    font-size: 10px
  }
}

.c-article-card-employee--attribute-01 {
  padding-right: 1rem;
  border-right: 1px dotted #bfcded
}

.c-article-card-employee--attribute-02 {
  padding-left: 1rem
}

.c-article-card-employee--heading {
  color: #0f236e;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .05em;
  margin-bottom: 1.2rem
}

@media(max-width: 1024px) {
  .c-article-card-employee--heading {
    font-size: 15px;
    margin-bottom: 8px
  }
}

.c-article-card-employee--description {
  position: relative;
  color: #404040;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .05em
}

@media(max-width: 1024px) {
  .c-article-card-employee--description {
    font-size: 12px;
    font-weight: bold
  }
}

.c-article-card-employee--description::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("../img/common/icon-arrow-suffix-blue.svg") no-repeat center center/contain;
  left: 6px;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s
}

.c-button-1 {
  display: inline-block;
  position: relative;
  color: #243d9b;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .05em;
  width: 165px;
  height: 46px;
  text-align: left;
  margin-right: 23px
}

@media(max-width: 1024px) {
  .c-button-1 {
    font-size: 13px
  }
}

@media(hover: hover) {
  .c-button-1:hover:not(.-hover-disable)::after {
    -webkit-transform: translateY(-50%) scale(1.67);
    transform: translateY(-50%) scale(1.67)
  }
}

.c-button-1:focus-visible:not(.-hover-disable)::after,
.c-button-1:focus-within:not(.-hover-disable)::after {
  -webkit-transform: translateY(-50%) scale(1.67);
  transform: translateY(-50%) scale(1.67)
}

.c-button-1::before {
  position: absolute;
  content: "";
  -webkit-mask-image: url("../img/button/button-1_arrow.svg");
  mask-image: url("../img/button/button-1_arrow.svg");
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #243d9b;
  width: 100%;
  height: 46px;
  top: 0;
  left: 0
}

.c-button-1::after {
  position: absolute;
  content: "";
  right: -21px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(36, 61, 155, .15);
  border-radius: 9999px;
  width: 46px;
  height: 46px;
  -webkit-transition: var(--hover-transition);
  transition: var(--hover-transition);
  -webkit-transform-origin: 23px 23px;
  transform-origin: 23px 23px
}

.c-button-1.-white {
  color: #fff
}

.c-button-1.-white::before {
  background-color: #fff
}

.c-button-1.-white::after {
  background-color: rgba(255, 255, 255, .15)
}

.c-button-2 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .05em;
  border-radius: 10px;
  width: 100%;
  min-width: 200px;
  padding: 19px 0 18px;
  color: #fff;
  overflow: hidden;
  background-color: #243d9b
}

.c-button-2>span {
  position: relative
}

.c-button-2::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #404040;
  z-index: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: var(--hover-transition);
  transition: var(--hover-transition)
}

.c-button-2::after {
  position: relative;
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  margin-left: 10px;
  -webkit-mask-image: url("../img/common/icon-button-suffix.svg");
  mask-image: url("../img/common/icon-button-suffix.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center center;
  mask-position: center center;
  background-color: #fff
}

@media(hover: hover) {
  .c-button-2:hover::before {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

.c-button-2:focus-visible::before,
.c-button-2:focus-within::before {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.c-button-2.-white {
  color: #243d9b;
  background-color: #fff
}

@media(hover: hover) {
  .c-button-2.-white:hover {
    color: #fff
  }

  .c-button-2.-white:hover::after {
    background-color: #fff
  }
}

.c-button-2.-white:focus-visible,
.c-button-2.-white:focus-within {
  color: #fff
}

.c-button-2.-white:focus-visible::after,
.c-button-2.-white:focus-within::after {
  background-color: #fff
}

.c-button-2.-white::before {
  background-color: #243d9b
}

.c-button-2.-white::after {
  background-color: #243d9b
}

.c-card-1 {
  width: calc(50% - 30px);
  padding-bottom: 1rem;
  border-bottom: 1px dotted rgba(255, 255, 255, .3);
  -webkit-transition: var(--hover-transition);
  transition: var(--hover-transition);
  position: relative
}

@media(max-width: 1024px) {
  .c-card-1 {
    width: 100%
  }
}

@media(hover: hover) {
  .c-card-1:hover .c-card-1--image {
    background-color: #fff
  }

  .c-card-1:hover .c-card-1--description {
    color: rgba(255, 255, 255, .9)
  }
}

.c-card-1:focus-visible .c-card-1--image,
.c-card-1:focus-within .c-card-1--image {
  background-color: #fff
}

.c-card-1:focus-visible .c-card-1--description,
.c-card-1:focus-within .c-card-1--description {
  color: rgba(255, 255, 255, .9)
}

.c-card-1>a {
  display: block;
  height: 100%
}

.c-card-1>a::after {
  content: "";
  position: absolute;
  border-bottom: 1px dotted #fff;
  bottom: -1px;
  left: 0;
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top
}

.c-card-1>a:hover::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1)
}

.c-card-1--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  height: 100%
}

.c-card-1--inner--left {
  width: 100%;
  max-width: 64px
}

@media(min-width: 1025px) {
  .c-card-1--inner--left {
    max-width: 76px
  }
}

.c-card-1--inner--right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.c-card-1--heading {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: .05em;
  margin-bottom: .8rem;
  padding-right: 1em
}

@media(max-width: 1024px) {
  .c-card-1--heading {
    font-size: 15px
  }
}

.c-card-1--heading::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url("../img/common/icon-button-suffix.svg") no-repeat center center/contain
}

.c-card-1--description {
  color: rgba(255, 255, 255, .6);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: .05em;
  -webkit-transition: var(--hover-transition);
  transition: var(--hover-transition)
}

@media(max-width: 1024px) {
  .c-card-1--description {
    font-size: 10px
  }
}

.c-card-1--image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 64px;
  height: 64px;
  background-color: #e0e8fc;
  border-radius: 9999px;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, .16);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, .16);
  -webkit-transition: var(--hover-transition);
  transition: var(--hover-transition)
}

@media(min-width: 1025px) {
  .c-card-1--image {
    width: 76px;
    height: 76px
  }
}

.c-card-1--image>img {
  zoom: .5
}

.c-card-3 {
  background-color: #fff;
  border-radius: 10px;
  width: calc(33.33% - 18.6666666667px);
  -webkit-transition: var(--hover-transition);
  transition: var(--hover-transition)
}

@media(max-width: 1024px) {
  .c-card-3 {
    width: calc(50% - 14px)
  }
}

@media not all and (min-width: 768px) {
  .c-card-3 {
    width: 100%
  }
}

@media(hover: hover) {
  .c-card-3:hover {
    background-color: #e0e8fc
  }
}

.c-card-3:focus-visible,
.c-card-3:focus-within {
  background-color: #e0e8fc
}

.c-card-3>a {
  display: block
}

.c-card-3--inner {
  padding: 15px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative
}

@media(min-width: 1025px) {
  .c-card-3--inner {
    padding: 31px 25px
  }
}

@media(hover: hover) {
  .c-card-3--inner:hover .c-card-3--suffix {
    right: 15px
  }
}

.c-card-3--inner:focus-visible .c-card-3--suffix,
.c-card-3--inner:focus-within .c-card-3--suffix {
  right: 15px
}

.c-card-3--heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px
}

.c-card-3--heading--prefix {
  color: #243d9b;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .05em
}

@media(max-width: 1024px) {
  .c-card-3--heading--prefix {
    font-size: 20px
  }
}

.c-card-3--heading--main {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .05em
}

@media(max-width: 1024px) {
  .c-card-3--heading--main {
    font-size: 15px
  }
}

.c-card-3--suffix {
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.c-cta-2 {
  position: relative;
  overflow-x: hidden
}

.c-cta-2--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media not all and (min-width: 768px) {
  .c-cta-2--flex {
    display: block
  }
}

.c-cta-2--block {
  position: relative;
  margin: 0;
  width: 50%;
  z-index: 1;
  color: #fff
}

@media(max-width: 1024px) {
  .c-cta-2--block:not(:last-of-type) {
    border-right: 1px solid #fff
  }
}

@media not all and (min-width: 768px) {
  .c-cta-2--block:not(:last-of-type) {
    border-right: none;
    border-bottom: 1px solid #fff
  }
}

.c-cta-2--block::before {
  position: absolute;
  top: 0;
  width: 50vw;
  height: 100%;
  background: #fff no-repeat center center/cover;
  content: "";
  z-index: -1
}

@media not all and (min-width: 768px) {
  .c-cta-2--block::before {
    width: 100%
  }
}

.c-cta-2--block::after {
  position: absolute;
  top: 0;
  width: 50vw;
  height: 100%;
  content: "";
  background-color: rgba(15, 35, 110, .69);
  z-index: 0;
  -webkit-transition: var(--hover-transition);
  transition: var(--hover-transition)
}

@media not all and (min-width: 768px) {
  .c-cta-2--block::after {
    width: 100%
  }
}

@media(hover: hover) {
  .c-cta-2--block:hover::after {
    background-color: rgba(15, 35, 110, .38)
  }
}

.c-cta-2--block:focus-visible::after,
.c-cta-2--block:focus-within::after {
  background-color: rgba(15, 35, 110, .38)
}

.c-cta-2--block.-info {
  overflow: hidden
}

.c-cta-2--block.-info::before {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-image: url("../img/cta/bg-cta-01.jpg")
}

.c-cta-2--block.-info::after {
  right: 0
}

.c-cta-2--block.-info:hover::before {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.c-cta-2--block.-info .c-cta-2--block--inner {
  padding-left: 100px
}

@media(max-width: 1024px) {
  .c-cta-2--block.-info .c-cta-2--block--inner {
    padding-left: 20px
  }
}

.c-cta-2--block.-entry {
  overflow: hidden
}

.c-cta-2--block.-entry .c-cta-2--block--inner {
  padding-left: 100px
}

@media(max-width: 1024px) {
  .c-cta-2--block.-entry .c-cta-2--block--inner {
    padding-left: 20px
  }
}

.c-cta-2--block.-entry::before {
  left: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-image: url("../img/cta/bg-cta-02.jpg")
}

.c-cta-2--block.-entry::after {
  left: 0
}

.c-cta-2--block.-entry:hover::before {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

@media not all and (min-width: 768px) {
  .c-cta-2--block {
    width: 100vw;
    margin-left: calc(50% - 50vw)
  }
}

@media(min-width: 1025px) {
  .c-cta-2--block:first-of-type {
    border-right: solid 1px var(--wp--preset--color--main-color-1)
  }
}

.c-cta-2--block--inner {
  display: block;
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 210px
}

@media(max-width: 1024px) {
  .c-cta-2--block--inner {
    padding-top: 24px;
    padding-bottom: 80px
  }
}

.c-cta-2--block--lead {
  font-size: 1.8rem;
  letter-spacing: .1rem;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 1rem
}

.c-cta-2--block--headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px
}

.c-cta-2--block--headline--main {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.5
}

.c-cta-2--block--headline--suffix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.c-cta-2--tel {
  text-align: center
}

@media(min-width: 1025px) {
  .c-cta-2--tel {
    margin-top: 56px
  }
}

@media not all and (min-width: 768px) {
  .c-cta-2--tel {
    margin-top: 20px
  }
}

.c-cta-2--tel--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 24px 0 0;
  color: var(--wp--preset--color--main-color-1);
  text-decoration: none
}

.c-cta-2--tel--link svg {
  display: inline-block;
  height: auto
}

@media(min-width: 1025px) {
  .c-cta-2--tel--link svg {
    width: 35px;
    margin-right: 5px
  }
}

@media not all and (min-width: 768px) {
  .c-cta-2--tel--link svg {
    width: 30px
  }
}

.c-cta-2--tel--link svg path {
  fill: var(--wp--preset--color--main-color-1)
}

.c-cta-2--link--list {
  margin: 0;
  padding: 0;
  list-style: none
}

.c-cta-2--link--list--wrap {
  margin-top: 34px
}

.c-cta-2--link--list--item:not(:last-child) {
  margin-bottom: 19px
}

.c-form-2 a {
  color: var(--wp--preset--color--accent-color-1);
  text-decoration: underline;
  -webkit-transition: opacity var(--transition-duration--normal);
  transition: opacity var(--transition-duration--normal)
}

@media(hover: hover) {
  .c-form-2 a:hover {
    opacity: .6
  }
}

.c-form-2 a:focus-visible,
.c-form-2 a:focus-within {
  opacity: .6
}

.c-form-2 label,
.c-form-2 input:not([type=submit]),
.c-form-2 textarea {
  display: block
}

.c-form-2 input:not([type=submit]),
.c-form-2 textarea,
.c-form-2 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f7f7f7;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  font-family: inherit;
  padding: .92em 1.3em;
  width: 100%
}

@media(max-width: 1024px) {

  .c-form-2 input:not([type=submit]),
  .c-form-2 textarea,
  .c-form-2 select {
    padding: 15px
  }
}

.c-form-2 input:not([type=submit]):focus,
.c-form-2 textarea:focus,
.c-form-2 select:focus {
  outline: 1px var(--wp--preset--color--accent-color-1) solid
}

.c-form-2 input[type=file] {
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-radius: 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5
}

.c-form-2 input[type=file]::before {
  position: relative;
  display: inline-block;
  font-weight: bold;
  width: 105px
}

@media(max-width: 1024px) {
  .c-form-2 input[type=file]::before {
    display: block;
    margin-bottom: 8px
  }
}

.c-form-2 input[type=file][name=file-rireki]:before {
  content: "履歴書"
}

.c-form-2 input[type=file][name=file-syokumukeireki] {
  border-bottom: 1px solid #ddd
}

.c-form-2 input[type=file][name=file-syokumukeireki]::before {
  content: "職務経歴書"
}

.c-form-2 select {
  background: #f7f7f7 url(../img/form/form-2_icon-arrow.svg) no-repeat center right 1.3em/14px 8px
}

.c-form-2 textarea {
  height: 108px;
  max-width: 100%;
  min-height: 140px;
  min-width: 100%
}

.c-form-2 input[type=checkbox],
.c-form-2 input[type=radio] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px
}

.c-form-2 input[type=checkbox]+span,
.c-form-2 input[type=radio]+span {
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 1.5em;
  position: relative
}

.c-form-2 input[type=checkbox]+span:before,
.c-form-2 input[type=checkbox]+span:after,
.c-form-2 input[type=radio]+span:before,
.c-form-2 input[type=radio]+span:after {
  content: "";
  display: block;
  left: 0;
  position: absolute
}

.c-form-2 input[type=checkbox]+span:before,
.c-form-2 input[type=radio]+span:before {
  background: var(--wp--preset--color--white-1);
  border: 1px solid var(--wp--preset--color--gray-1);
  height: 1.17em;
  top: calc(1em*var(--wp--custom--typography--line-height--normal)/2);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.17em
}

.c-form-2 input[type=checkbox]+span:after,
.c-form-2 input[type=radio]+span:after {
  opacity: 0;
  top: calc(1em*var(--wp--custom--typography--line-height--normal)/2);
  -webkit-transition: all var(--transition-duration--normal) ease 0s;
  transition: all var(--transition-duration--normal) ease 0s
}

.c-form-2 input[type=checkbox]:focus+span:before,
.c-form-2 input[type=radio]:focus+span:before {
  outline: 1px var(--wp--preset--color--accent-color-1) solid
}

.c-form-2 input[type=checkbox]:checked+span:after,
.c-form-2 input[type=radio]:checked+span:after {
  opacity: 1
}

.c-form-2 input[type=checkbox]+span:before {
  border-radius: 2px
}

.c-form-2 input[type=checkbox]+span:after {
  border-bottom: 2px solid var(--wp--preset--color--main-color-1);
  border-left: 2px solid var(--wp--preset--color--main-color-1);
  height: .58em;
  left: .15em;
  margin-top: -0.2em;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  width: .75em
}

.c-form-2 input[type=radio]+span:before,
.c-form-2 input[type=radio]+span:after {
  border-radius: 50%
}

.c-form-2 input[type=radio]+span:after {
  background: var(--wp--preset--color--main-color-1);
  border: 1px solid rgba(0, 0, 0, 0);
  height: .67em;
  left: .25em;
  top: calc(1em*var(--wp--custom--typography--line-height--normal)/2);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: .67em
}

.c-form-2 .wpcf7-not-valid-tip {
  margin: 5px 0
}

.c-form-2 span.wpcf7-list-item {
  display: block;
  margin: 20px 0
}

@media(min-width: 1025px) {
  .c-form-2 span.wpcf7-list-item {
    margin-top: .25em;
    margin-bottom: .25em
  }
}

.c-form-2 span.wpcf7-list-item:first-child {
  margin-top: 0
}

.c-form-2 span.wpcf7-list-item:last-child {
  margin-bottom: 0
}

.c-form-2--list--item {
  padding: 15px 0 12px
}

.c-form-2--list--item--heading--inner {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit
}

.c-form-2--list--item--heading--body {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  margin-right: 8px;
  vertical-align: middle
}

@media not all and (min-width: 768px) {
  .c-form-2--list--item--heading--body {
    font-size: 2rem
  }
}

.c-form-2--list--item--heading--required {
  background: #cb3723;
  color: var(--wp--preset--color--white-1);
  font-size: 1.2rem;
  font-weight: bold;
  display: inline-block;
  padding: 1px 6px;
  text-align: center
}

.c-form-2--list--item--field {
  margin-top: 5px
}

.c-form-2--list--item--explanation {
  color: #9fa0a0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 7px
}

.c-form-2--list--item--checkbox-list,
.c-form-2--list--item--radio-list {
  margin: 1.17em 0 .58em
}

.c-form-2--list--item.-acceptance .c-form-2--list--item--heading {
  margin-bottom: .21em
}

.c-form-2--list--item.-acceptance .c-form-2--list--item--checkbox-list {
  margin: 0
}

.c-form-2--list--item.-submit {
  padding-top: 24px;
  padding-bottom: 24px;
  text-align: center
}

.c-form-2--list--item:first-child {
  padding-top: 21px
}

.c-form-2--list--item:last-child {
  padding-bottom: 40px
}

.c-form-2--submit-wrapper {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #243d9b;
  border-radius: 10px;
  width: 200px
}

.c-form-2--submit-wrapper .wpcf7-spinner {
  display: none
}

.c-form-2--submit-wrapper::after {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  width: 10px;
  height: 10px;
  background: url("../img/common/icon-button-suffix.svg") no-repeat center center/contain
}

.c-form-2 input[type=submit] {
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  padding: 18px 0;
  width: 100%
}

@media(min-width: 1025px) {
  .c-form-2 input[type=submit] {
    font-size: 1.4rem
  }
}

.c-form-2--confirm table {
  width: 100%;
  margin-bottom: 3.4rem
}

.c-form-2--confirm table th,
.c-form-2--confirm table td {
  border: none;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: .05em;
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 1px solid #ddd;
  vertical-align: baseline
}

.c-form-2--confirm table tr:last-child td {
  border-bottom: 1px solid #ddd
}

.c-form-2--confirm table td:not(:last-of-type) {
  font-weight: bold;
  min-width: 100px
}

@media(min-width: 1025px) {
  .c-form-2--confirm table td:not(:last-of-type) {
    min-width: 185px;
    padding-left: 12px
  }
}

.c-form-2--confirm--sub-heading {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .05em;
  min-width: 90px
}

.c-form-2--confirm--buttons--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px
}

.c-form-2--confirm--previous--wrapper {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e4e9f5;
  border-radius: 10px;
  width: 200px
}

.c-form-2--confirm--previous--wrapper::before {
  position: absolute;
  top: 50%;
  left: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  width: 10px;
  height: 10px;
  background: url("../img/common/icon-button-previous.svg") no-repeat center center/contain
}

@media not all and (min-width: 768px) {
  .c-form-2--confirm--previous--wrapper::before {
    left: 13px
  }
}

.c-form-2--confirm--submit--wrapper {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #243d9b;
  border-radius: 10px;
  width: 200px
}

.c-form-2--confirm--submit--wrapper .wpcf7-spinner {
  display: none
}

.c-form-2--confirm--submit--wrapper::after {
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  width: 10px;
  height: 10px;
  background: url("../img/common/icon-button-suffix.svg") no-repeat center center/contain
}

.c-form-2--confirm input[type=submit] {
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  padding: 18px 0;
  width: 100%
}

.c-form-2--confirm input[type=button] {
  color: #243d9b;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  padding: 18px 0;
  width: 100%
}

.c-heading-1 {
  position: relative;
  display: block;
  padding: 3px 15px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .05em;
  border-left: 8px solid #243d9b;
  margin-bottom: 3rem
}

@media(max-width: 1024px) {
  .c-heading-1 {
    font-size: 20px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 9px;
    margin-bottom: 28px
  }
}

.c-lead-1 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: .05em;
  border: 1px solid #fff;
  border-radius: 0 20px 20px 0;
  padding: 0 17px;
  height: 40px
}

@media(max-width: 1024px) {
  .c-lead-1 {
    font-size: 10px;
    height: 31px;
    padding: 0 12px
  }
}

.c-lead-1::before {
  position: absolute;
  left: 0;
  content: "";
  width: 8px;
  height: 100%;
  background-color: #fff
}

.c-lead-1.-main {
  color: #243d9b;
  background-color: #fff;
  border-color: #243d9b
}

.c-lead-1.-main::before {
  background-color: #243d9b
}

.c-lead-1.-blue {
  color: #0f236e;
  background-color: #fff;
  border-color: #0f236e
}

.c-lead-1.-blue::before {
  background-color: #0f236e
}

.c-others {
  padding: 70px 0
}

@media(min-width: 1025px) {
  .c-others {
    padding: 80px 0
  }
}

.c-others.-bg-gray {
  background-color: #f3f5fa
}

.c-others--heading {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 40px
}

@media(min-width: 1025px) {
  .c-others--heading {
    font-size: 2.8rem
  }
}

.c-others--list {
  padding: 0;
  margin: 0
}

@media(min-width: 1025px) {
  .c-others--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 25px 28px
  }
}

.c-others--item {
  position: relative;
  background-color: #cdd3e9;
  border-radius: 20px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .16);
  box-shadow: 0 3px 10px rgba(0, 0, 0, .16);
  overflow: hidden
}

.c-others--item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: var(--hover-transition);
  transition: var(--hover-transition)
}

@media(min-width: 1025px) {
  .c-others--item {
    width: calc(33.33% - 18.6666666667px)
  }
}

@media(max-width: 1024px) {
  .c-others--item:not(:last-child) {
    margin-bottom: 6px
  }
}

.c-others--item.-current {
  background-color: rgba(84, 105, 181, .28)
}

.c-others--item.-current:before {
  opacity: 0
}

@media(hover: hover) {
  .c-others--item:not(.-current):hover::before {
    opacity: 0
  }

  .c-others--item:not(.-current):hover .c-button-1::after {
    -webkit-transform: translateY(-50%) scale(1.67);
    transform: translateY(-50%) scale(1.67)
  }
}

.c-others--item:not(.-current):focus-visible::before,
.c-others--item:not(.-current):focus-within::before {
  opacity: 0
}

.c-others--item:not(.-current):focus-visible .c-button-1::after,
.c-others--item:not(.-current):focus-within .c-button-1::after {
  -webkit-transform: translateY(-50%) scale(1.67);
  transform: translateY(-50%) scale(1.67)
}

.c-others--item>a {
  position: relative;
  display: block;
  padding: 20px;
  z-index: 1
}

@media(min-width: 1025px) {
  .c-others--item>a {
    padding: 40px
  }
}

.c-others--item--heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px
}

@media(min-width: 1025px) {
  .c-others--item--heading {
    margin-bottom: 2rem
  }
}

.c-others--item--heading--main {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5
}

@media(min-width: 1025px) {
  .c-others--item--heading--main {
    font-size: 2.2rem
  }
}

.c-others--item--heading--suffix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media(min-width: 1025px) {
  .c-others--item--heading--suffix {
    display: none
  }
}

.c-others--item--description {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.8
}

@media(min-width: 1025px) {
  .c-others--item--description {
    font-size: 1.4rem;
    margin-bottom: 3.2rem
  }
}

.c-others--item--button-wrapper {
  text-align: right;
  margin-right: 20px
}

.c-pagetitle-1--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  border-radius: 0 0 40px 40px;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover
}

.c-pagetitle-1--inner::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-radial-gradient(rgba(81, 102, 185, 0.21), rgba(20, 61, 122, 0.3), rgba(2, 28, 62, 0.53));
  background: radial-gradient(rgba(81, 102, 185, 0.21), rgba(20, 61, 122, 0.3), rgba(2, 28, 62, 0.53));
  border-radius: 0 0 40px 40px;
  z-index: 1
}

@media(min-width: 1025px) {
  .c-pagetitle-1--inner {
    min-height: 460px
  }
}

.c-pagetitle-1--body {
  position: relative;
  padding: 80px 0;
  z-index: 2;
  color: #fff
}

@media(min-width: 1025px) {
  .c-pagetitle-1--body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 77px;
    padding-bottom: 90px
  }
}

.c-pagetitle-1--lead-wrapper {
  margin-bottom: 1.5rem
}

@media(max-width: 1024px) {
  .c-pagetitle-1--lead-wrapper {
    margin-bottom: 24px
  }
}

.c-pagetitle-1--title {
  margin-bottom: 1.5rem;
  position: relative;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.725;
  letter-spacing: .05em
}

@media(min-width: 1025px) {
  .c-pagetitle-1--title {
    max-width: calc(100% - 280px)
  }
}

@media(max-width: 1024px) {
  .c-pagetitle-1--title {
    font-size: 22px;
    line-height: 1.1;
    margin-bottom: 21px
  }
}

.c-pagetitle-1--title--sub,
.c-pagetitle-1--title--main {
  display: block
}

.c-pagetitle-1--description {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: .05em;
  max-width: 380px
}

@media(max-width: 1024px) {
  .c-pagetitle-1--description {
    font-size: 13px;
    line-height: 2
  }
}

.c-pagetitle-1.-filter:before {
  background: var(--wp--preset--color--black-1-transparent-016);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.c-qa {
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(36, 61, 155, .2)
}

.c-qa:not(:last-child) {
  margin-bottom: 3rem
}

.c-qa--question {
  margin-bottom: 3.1rem
}

.c-qa--question--title {
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  padding-left: 4rem
}

.c-qa--question--title::before {
  content: "Q";
  position: absolute;
  top: -1rem;
  left: 0;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
  color: #243d9b
}

.c-qa--answer--body {
  position: relative
}

.c-qa--answer--body::before {
  content: "A";
  position: absolute;
  top: -1rem;
  left: 0;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
  color: #bfcded
}

.c-qa--answer--body>p {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.8;
  padding-left: 4rem;
  margin-bottom: 0 !important
}

.c-employee-other {
  background-color: #fafafa;
  padding: 80px 0 60px
}

.c-employee-other--heading {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.71;
  letter-spacing: .05em;
  margin-bottom: 4rem
}

.c-employee-other--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 42px
}

@media(max-width: 1024px) {
  .c-employee-other--list {
    gap: 32px
  }
}

@media not all and (min-width: 768px) {
  .c-employee-other--list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px 20px
  }
}

.c-employee-other--item {
  width: calc(25% - 31.5px)
}

@media not all and (min-width: 768px) {
  .c-employee-other--item {
    width: calc(50% - 10px)
  }
}

.c-employee-other--button-wrapper {
  margin-top: 5rem;
  text-align: right
}

.c-toc {
  padding: 50px 40px 0
}

@media(max-width: 1024px) {
  .c-toc {
    padding-top: 38px;
    padding-left: 0;
    padding-right: 0
  }
}

.c-toc--inner {
  border-bottom: 1px dotted rgba(36, 61, 155, .2)
}

.c-toc--heading {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 4.2rem
}

@media(max-width: 1024px) {
  .c-toc--heading {
    margin-bottom: 14px
  }
}

.c-toc--list {
  margin: 0 0 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 25px 28px
}

@media(max-width: 1024px) {
  .c-toc--list {
    gap: 20px;
    margin-bottom: 40px
  }
}

.c-toc--item {
  border-bottom: 1px solid rgba(36, 61, 155, .4);
  width: calc(33.33% - 18.6666666667px)
}

@media(max-width: 1024px) {
  .c-toc--item {
    width: calc(50% - 10px)
  }
}

@media(hover: hover) {
  .c-toc--item:hover>a {
    color: #243d9b
  }

  .c-toc--item:hover>a::before {
    opacity: 0
  }
}

.c-toc--item:focus-visible>a,
.c-toc--item:focus-within>a {
  color: #243d9b
}

.c-toc--item:focus-visible>a::before,
.c-toc--item:focus-within>a::before {
  opacity: 0
}

.c-toc--item>a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  height: 100%;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.5;
  padding-bottom: 1.3rem;
  -webkit-transition: var(--hover-transition);
  transition: var(--hover-transition)
}

@media(max-width: 1024px) {
  .c-toc--item>a {
    padding-bottom: 5px;
    line-height: 20px
  }
}

.c-toc--item>a>span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-left: 35px
}

.c-toc--item>a::before,
.c-toc--item>a::after {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: "";
  width: 26px;
  height: 26px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: var(--hover-transition);
  transition: var(--hover-transition)
}

@media(max-width: 1024px) {

  .c-toc--item>a::before,
  .c-toc--item>a::after {
    width: 20px;
    height: 20px
  }
}

.c-toc--item>a::before {
  background: url("../img/single/icon-toc-prefix.svg") no-repeat center center/contain;
  z-index: 2
}

.c-toc--item>a::after {
  background: url("../img/single/icon-toc-prefix_hover.svg") no-repeat center center/contain;
  z-index: 1
}

.p-page.-three-min {
  background-color: #f3f5fa
}

.p-page.-three-min .c-entry {
  background-color: #fff;
  border-radius: 10px;
  margin-top: 80px
}

@media(max-width: 1024px) {
  .p-page.-three-min .c-entry {
    margin-top: 40px
  }
}

.p-page.-three-min .c-entry--body {
  padding: 80px 40px;
  max-width: 1080px;
  margin: 0 auto
}

@media(max-width: 1024px) {
  .p-page.-three-min .c-entry--body {
    padding: 20px
  }
}

.p-page.-three-min .c-entry--body>* {
  max-width: 1000px
}

.p-page.-three-min .content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px
}

.p-page.-three-min .content-item {
  position: relative;
  background-color: #f3f5fa;
  border-radius: 10px;
  z-index: 0
}

.p-page.-three-min .content-title {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: .1em
}

@media(max-width: 1024px) {
  .p-page.-three-min .content-title {
    line-height: 1.2;
    font-size: 2.5rem
  }
}

.p-page.-three-min .content-title>span:not([class]) {
  color: var(--wp--preset--color--main-color-1);
  font-size: 12rem;
  letter-spacing: -0.04em;
  line-height: 1.1
}

@media(max-width: 1024px) {
  .p-page.-three-min .content-title>span:not([class]) {
    font-size: 9rem
  }
}

.p-page.-three-min .content-title>span:not([class])>span {
  font-size: 4.3rem;
  vertical-align: super
}

.p-page.-three-min .content-title>span.note {
  font-size: 1.6rem
}

.p-page.-three-min .content-description {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: .05em;
  margin-top: 1rem
}

@media(min-width: 1025px) {
  .p-page.-three-min .content-description {
    max-width: 448px
  }
}

.p-page.-three-min .main {
  margin-bottom: 5rem
}

.p-page.-three-min .main .content-item {
  padding: 60px 50px;
  width: 100%
}

@media(max-width: 1024px) {
  .p-page.-three-min .main .content-item {
    padding: 20px
  }
}

.p-page.-three-min .main .content-item::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 50%;
  background: no-repeat top right/contain;
  z-index: -1
}

@media(min-width: 1025px) {
  .p-page.-three-min .main .content-item:nth-child(1) {
    width: calc(44% - 10px)
  }
}

.p-page.-three-min .main .content-item:nth-child(1)::after {
  top: 25px;
  right: 40px;
  background-image: url("../img/about/three-min/bg_three-min_01.png")
}

@media(min-width: 1025px) {
  .p-page.-three-min .main .content-item:nth-child(2) {
    width: calc(56% - 10px)
  }
}

.p-page.-three-min .main .content-item:nth-child(2)::after {
  top: 25px;
  right: 40px;
  background-image: url("../img/about/three-min/bg_three-min_02.png")
}

@media(min-width: 1025px) {
  .p-page.-three-min .main .content-item:nth-child(3) {
    width: calc(56% - 10px)
  }
}

.p-page.-three-min .main .content-item:nth-child(3)::after {
  top: 25px;
  right: 40px;
  width: 100%;
  height: 60%;
  background-image: url("../img/about/three-min/bg_three-min_03.png")
}

@media(min-width: 1025px) {
  .p-page.-three-min .main .content-item:nth-child(4) {
    width: calc(44% - 10px)
  }
}

.p-page.-three-min .main .content-item:nth-child(4)::after {
  top: 50px;
  right: 30px;
  background-image: url("../img/about/three-min/bg_three-min_04.png")
}

.p-page.-three-min .main .content-item:nth-child(5)::after {
  top: 25px;
  right: 0px;
  width: 100%;
  height: 90%;
  background-image: url("../img/about/three-min/bg_three-min_05.png")
}

@media(min-width: 1025px) {
  .p-page.-three-min .main .content-item:nth-child(6) {
    width: calc(56% - 10px)
  }
}

.p-page.-three-min .main .content-item:nth-child(6)::after {
  top: 40px;
  right: 32px;
  width: 100%;
  height: 55%;
  background-image: url("../img/about/three-min/bg_three-min_06.png")
}

@media(min-width: 1025px) {
  .p-page.-three-min .main .content-item:nth-child(7) {
    width: calc(44% - 10px)
  }
}

.p-page.-three-min .main .content-item:nth-child(7)::after {
  top: 25px;
  right: 0px;
  width: 100%;
  height: 70%;
  background-image: url("../img/about/three-min/bg_three-min_07.png")
}

.p-page.-three-min .main .content-item:nth-child(8)::after {
  top: 25px;
  right: 0px;
  width: 100%;
  height: 90%;
  background-image: url("../img/about/three-min/bg_three-min_08.png")
}

.p-page.-three-min .question .title {
  color: var(--wp--preset--color--main-color-1);
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  letter-spacing: .1m;
  margin-bottom: 1rem
}

.p-page.-three-min .question .content-item {
  width: 100%;
  text-align: center;
  padding: 20px
}

@media(min-width: 1025px) {
  .p-page.-three-min .question .content-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 45px 30px
  }
}

.p-page.-three-min .question .content-item>img {
  margin-bottom: 1rem
}

.p-page.-three-min .question .question-title {
  margin-bottom: 2rem
}

.p-page.-employee-introduction .archives {
  padding: 80px 0 120px
}

@media(max-width: 1024px) {
  .p-page.-employee-introduction .archives {
    padding: 60px 0
  }
}

.p-page.-employee-introduction .archives--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 92px 43px
}

@media(max-width: 1024px) {
  .p-page.-employee-introduction .archives--list {
    gap: 32px
  }
}

@media not all and (min-width: 768px) {
  .p-page.-employee-introduction .archives--list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px 20px
  }
}

.p-page.-employee-introduction .archives--item {
  width: calc(25% - 32.25px)
}

@media not all and (min-width: 768px) {
  .p-page.-employee-introduction .archives--item {
    width: calc(50% - 10px)
  }
}

@media(min-width: 1025px) {
  .p-entry .l-container {
    max-width: calc(800px + var(--container--padding-hori--normal)*2)
  }
}

@media(min-width: 1025px) {
  .p-entry .has-pc-text-align-center {
    text-align: center
  }
}

.p-entry--heading {
  margin-bottom: 5rem
}

.p-entry--heading--wrapper {
  padding-top: 132px
}

@media(max-width: 1024px) {
  .p-entry--heading--wrapper {
    padding-top: 66px
  }
}

.p-entry--heading--main {
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .05em
}

@media(min-width: 1025px) {
  .p-entry--heading--main {
    font-size: 4rem
  }
}

.p-entry--progressbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  border-radius: 30px;
  margin-bottom: 5rem
}

.p-entry--progressbar--item {
  position: relative;
  width: 33%;
  text-align: center;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 18px 0;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  background: #e4e9f5;
  color: #404040;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

@media not all and (min-width: 768px) {
  .p-entry--progressbar--item--num {
    display: block;
    padding-left: 20px
  }
}

@media not all and (min-width: 768px) {
  .p-entry--progressbar--item--ttl {
    display: block;
    padding-left: 20px
  }
}

@media(max-width: 1024px) {
  .p-entry--progressbar--item {
    font-size: 11px;
    line-height: 1.4;
    padding: 10px 0
  }

  .p-entry--progressbar--item:not(:last-child)::before,
  .p-entry--progressbar--item:not(:last-child)::after {
    border-width: 25px;
    border-left-width: 12px
  }
}

.p-entry--progressbar--item:not(:last-child)::before,
.p-entry--progressbar--item:not(:last-child)::after {
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 100%;
  content: "";
  border: 37px solid rgba(0, 0, 0, 0);
  border-left: 20px solid #e4e9f5;
  margin: auto
}

.p-entry--progressbar--item:not(:last-child)::before {
  margin-left: 1px;
  border-left-color: #fff
}

.p-entry--progressbar--item.active {
  z-index: 1;
  background: #243d9b;
  color: #fff
}

.p-entry--progressbar--item.active:not(:last-child)::before {
  border-left: none
}

.p-entry--progressbar--item.active:not(:last-child)::after {
  border-left-color: #243d9b
}

.p-entry--form--wrapper .c-form>p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: .05em
}

.p-entry--form--wrapper .c-form>p+p {
  margin-top: .5rem
}

.p-entry--form--wrapper .c-form>p a {
  color: #243d9b;
  text-decoration: underline
}

.p-entry--form--wrapper .c-form .wp-block-contact-form-7-contact-form-selector {
  margin-top: 58px;
  padding-bottom: 100px
}

.p-error404 p+p {
  margin: 15px 0
}

@media(min-width: 1025px) {
  .p-front .l-container {
    max-width: calc(1280px + var(--container--padding-hori--normal)*2)
  }
}

@media(min-width: 1025px) {
  .p-page .l-container {
    max-width: calc(1280px + var(--container--padding-hori--normal)*2)
  }
}

@media(min-width: 1025px) {
  .p-page.-full-design .p-page--content .l-container {
    max-width: calc(1000px + var(--container--padding-hori--normal)*2)
  }
}

.p-page--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3rem;
  padding-bottom: 8rem
}

@media(max-width: 1024px) {
  .p-page--wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0
  }
}

.p-page--main {
  width: 100%
}

.p-page--sidebar {
  width: 100%
}

@media(min-width: 1025px) {
  .p-page--sidebar {
    max-width: 280px
  }
}

.p-page--sidebar--inner {
  position: sticky;
  top: 80px;
  padding: 30px 25px
}

@media(max-width: 1024px) {
  .p-page--sidebar--inner {
    padding-left: 0;
    padding-right: 0
  }
}

.p-page--sidebar--heading {
  display: block;
  color: #243d9b;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 8px;
  margin-bottom: 2rem;
  border-bottom: 1px solid #243d9b
}

.p-page--sidebar--list {
  margin: 0
}

.p-page--sidebar--item {
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.5;
  padding-left: 1rem;
  border-left: 2px solid rgba(36, 61, 155, .4);
  -webkit-transition: var(--hover-transition);
  transition: var(--hover-transition)
}

@media(hover: hover) {
  .p-page--sidebar--item:hover {
    border-left: 2px solid #243d9b
  }

  .p-page--sidebar--item:hover>a {
    color: #243d9b
  }

  .p-page--sidebar--item:hover>a::before {
    width: 100%
  }
}

.p-page--sidebar--item:focus-visible,
.p-page--sidebar--item:focus-within {
  border-left: 2px solid #243d9b
}

.p-page--sidebar--item:focus-visible>a,
.p-page--sidebar--item:focus-within>a {
  color: #243d9b
}

.p-page--sidebar--item:focus-visible>a::before,
.p-page--sidebar--item:focus-within>a::before {
  width: 100%
}

.p-page--sidebar--item:not(:last-child) {
  margin-bottom: 2rem
}

.p-page--sidebar--item.-current {
  font-weight: bold;
  border-left: 2px solid #243d9b
}

.p-page--sidebar--item>a {
  position: relative;
  -webkit-transition: inherit;
  transition: inherit
}

.p-page--sidebar--item>a::before {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #243d9b;
  -webkit-transition: inherit;
  transition: inherit
}

.p-page .c-entry--body {
  padding: 70px 0
}

@media(min-width: 1025px) {
  .p-page .c-entry--body {
    padding: 80px 40px
  }
}

@media(min-width: 1025px) {
  .p-page .c-entry--body>* {
    max-width: 900px
  }
}

.p-page .c-entry--body>*:first-child {
  margin-top: 0 !important
}

.p-page .c-entry--body>*:last-child {
  margin-bottom: 0 !important
}

.p-page .c-entry--body h2.wp-block-heading {
  position: relative;
  display: block;
  padding: 3px 15px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .05em;
  border-left: 8px solid #243d9b;
  margin-bottom: 3rem
}

@media(max-width: 1024px) {
  .p-page .c-entry--body h2.wp-block-heading {
    font-size: 20px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 9px;
    margin-bottom: 28px
  }
}

.p-page .c-entry--body h3.wp-block-heading {
  position: relative;
  display: block;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .05em;
  padding: 8px 15px;
  background-color: #f3f5fa;
  margin-top: 6rem;
  margin-bottom: 2.5rem
}

@media(max-width: 1024px) {
  .p-page .c-entry--body h3.wp-block-heading {
    font-size: 16px;
    padding-top: 7px;
    padding-bottom: 6px
  }
}

.p-page .c-entry--body h4.wp-block-heading {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .05em;
  margin-bottom: 2.2rem
}

.p-page .c-entry--body ul:not([class]),
.p-page .c-entry--body ul.wp-block-list {
  padding: 0;
  margin: 0 0 3rem;
  list-style: none
}

.p-page .c-entry--body ul:not([class])>li,
.p-page .c-entry--body ul.wp-block-list>li {
  position: relative;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: .05em;
  padding-left: 2.8rem
}

.p-page .c-entry--body ul:not([class])>li::before,
.p-page .c-entry--body ul.wp-block-list>li::before {
  position: absolute;
  top: 50%;
  left: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  content: "";
  background-color: #243d9b;
  width: 8px;
  height: 8px;
  border-radius: 9999px
}

.p-page .c-entry--body ul:not([class])>li:not(:last-child),
.p-page .c-entry--body ul.wp-block-list>li:not(:last-child) {
  margin-bottom: 1.5rem
}

.p-page .c-entry--body ol:not([class]) {
  padding: 0;
  margin: 0 0 3rem;
  list-style: none;
  counter-reset: ol_li
}

.p-page .c-entry--body ol:not([class])>li {
  position: relative;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: .05em;
  padding-left: 2.8rem
}

.p-page .c-entry--body ol:not([class])>li::before {
  position: absolute;
  top: 50%;
  left: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  counter-increment: ol_li;
  content: counter(ol_li) ".";
  color: #243d9b;
  font-weight: bold
}

.p-page .c-entry--body ol:not([class])>li:not(:last-child) {
  margin-bottom: 1.5rem
}

.p-page .c-entry--body p:not([class]) {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: .05em;
  margin-bottom: 3rem
}

@media(max-width: 1024px) {
  .p-page .c-entry--body p:not([class]) {
    font-size: 13px;
    margin-bottom: 37px
  }
}

.p-page .c-entry--body a:not([class]) {
  color: var(--wp--preset--color--accent-color-1);
  text-decoration: underline;
  -webkit-transition: opacity var(--transition-duration--normal);
  transition: opacity var(--transition-duration--normal)
}

@media(hover: hover) {
  .p-page .c-entry--body a:not([class]):hover {
    opacity: .6
  }
}

.p-page .c-entry--body a:not([class]):focus-visible,
.p-page .c-entry--body a:not([class]):focus-within {
  opacity: .6
}

.p-page .c-entry--body hr.wp-block-separator {
  border-top: 1px dotted #243d9b;
  border-bottom: none;
  margin-top: 8rem;
  margin-bottom: 8rem
}

.p-page .c-entry--body--figure {
  margin-bottom: 20px
}

@media(min-width: 1025px) {
  .p-page .c-entry--body--figure {
    margin-bottom: 34px
  }
}

.p-page .c-entry--body--figure img {
  display: block;
  margin: 0 auto;
  width: 80%
}

.p-page .c-entry--body .wp-block-table {
  margin-bottom: 3.4rem
}

.p-page .c-entry--body .wp-block-table th,
.p-page .c-entry--body .wp-block-table td {
  border: none;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: .05em;
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 1px solid #ddd;
  vertical-align: baseline
}

.p-page .c-entry--body .wp-block-table tr:last-child td {
  border-bottom: 1px solid #ddd
}

.p-page .c-entry--body .wp-block-table td:first-of-type {
  font-weight: bold;
  min-width: 100px
}

@media(min-width: 1025px) {
  .p-page .c-entry--body .wp-block-table td:first-of-type {
    min-width: 185px;
    padding-left: 12px
  }
}

.p-page .c-entry--body .wp-element-button,
.p-page .c-entry--body .wp-block-button__link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .05em;
  border-radius: 10px;
  width: 100%;
  min-width: 200px;
  padding: 19px 0 18px
}

.p-page .c-entry--body .wp-element-button::after,
.p-page .c-entry--body .wp-block-button__link::after {
  position: relative;
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  margin-left: 10px;
  background: url("../img/common/icon-button-suffix.svg") no-repeat center center/contain
}

.p-page.employee .c-pagetitle-1--body {
  padding-top: 60px;
  padding-bottom: 140px
}

@media not all and (min-width: 768px) {
  .p-page.employee .c-pagetitle-1--body {
    padding-bottom: 60px
  }
}

.p-page.employee .c-pagetitle-1--inner {
  background: #f3f5fa
}

.p-page.employee .c-pagetitle-1--inner::after {
  content: none
}

.p-page.employee .c-pagetitle-1--title--main {
  color: #404040;
  font-size: 3.2rem
}

.p-page.employee .p-page--bg {
  position: relative;
  margin-top: -100px
}

@media not all and (min-width: 768px) {
  .p-page.employee .p-page--bg {
    margin-top: 0px
  }
}

.p-page.employee .p-page--wrapper {
  background-color: #fff;
  margin-top: 0;
  border-radius: 10px 10px 0 0
}

.p-page.employee .c-entry--body {
  padding: 40px
}

@media not all and (min-width: 768px) {
  .p-page.employee .c-entry--body {
    padding: 40px 0
  }
}

.p-page.employee .profile-box {
  background-color: #f3f5fa;
  border-radius: 10px;
  padding: 30px 40px;
  margin-bottom: 100px
}

@media not all and (min-width: 768px) {
  .p-page.employee .profile-box {
    padding: 20px;
    margin-bottom: 60px
  }
}

.p-page.employee .profile-box--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px
}

@media not all and (min-width: 768px) {
  .p-page.employee .profile-box--inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
  }
}

.p-page.employee .profile-box--inner--left {
  width: 52.62%
}

@media not all and (min-width: 768px) {
  .p-page.employee .profile-box--inner--left {
    width: 100%
  }
}

.p-page.employee .profile-box--inner--right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

@media not all and (min-width: 768px) {
  .p-page.employee .profile-box--inner--right {
    width: 100%
  }
}

.p-page.employee .profile-box--heading {
  color: #243d9b;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .05em;
  margin-bottom: 2rem
}

.p-page.employee .profile-box--item {
  color: #404040;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: .05em;
  padding: 24px 15px;
  border-top: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px
}

.p-page.employee .profile-box--item:last-child {
  border-bottom: 1px solid #ddd
}

.p-page.employee .profile-box--item--title {
  font-weight: bold;
  width: 100%;
  max-width: 90px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.p-page.employee .profile-box--image {
  display: block;
  width: 100%;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .16);
  box-shadow: 0 3px 10px rgba(0, 0, 0, .16);
  border-radius: 10px;
  overflow: hidden;
  background-color: #ccc;
  aspect-ratio: 4/5
}

.p-page.employee .profile-box--image>img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover
}

.p-page.employee .section {
  margin-bottom: 8rem
}

@media not all and (min-width: 768px) {
  .p-page.employee .section {
    margin-bottom: 60px
  }
}

.p-page.employee .lead {
  color: #243d9b;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .05em;
  margin-bottom: 1.5rem
}

.p-page.employee .description {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: .05em
}

.p-page.employee .schedule--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px
}

.p-page.employee .schedule--item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
  min-height: 140px
}

.p-page.employee .schedule--item:not(:last-child)::after {
  position: absolute;
  top: 50px;
  left: 40px;
  content: "";
  width: 0px;
  height: calc(100% - 50px);
  border-left: 2px dotted #bfcded
}

@media not all and (min-width: 768px) {
  .p-page.employee .schedule--item:not(:last-child)::after {
    left: 30px
  }
}

.p-page.employee .schedule--item--left {
  width: 100%;
  max-width: 90px
}

.p-page.employee .schedule--item--right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.p-page.employee .schedule--item--time {
  color: #bfcded;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
  /*letter-spacing:.05em*/
}

.p-page.employee .schedule--item--heading {
  color: #243d9b;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .05em;
  padding-top: 8px;
  margin-bottom: 2rem
}

.p-page.employee .schedule--item--description {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: .05em
}

.p-page.employee .voice--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 50px
}

.p-page.employee .voice--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px
}

.p-page.employee .voice--item--left {
  width: 100px
}

.p-page.employee .voice--item--right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.p-page.employee .voice--item--image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.p-page.employee .voice--item--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.p-page.employee .voice--item--heading {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .05em;
  margin-bottom: 2rem
}

.p-page.employee .voice--item--description {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: .05em
}

.p-front__about {
  background-color: #243d9b
}

.p-front__about--inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 90px;
  padding-top: 95px;
  padding-bottom: 110px
}

@media(max-width: 1024px) {
  .p-front__about--inner {
    gap: 37px;
    padding-top: 65px;
    padding-bottom: 70px
  }
}

@media not all and (min-width: 768px) {
  .p-front__about--inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
  }
}

.p-front__about--inner--bg {
  position: absolute;
  left: 0;
  -webkit-transform: rotateZ(90deg) translateY(335px);
  transform: rotateZ(90deg) translateY(335px);
  color: rgba(191, 205, 237, .4);
  font-family: var(--font-family--serif);
  font-size: 64px;
  font-weight: 500;
  line-height: 1.125;
  letter-spacing: .05em
}

@media(max-width: 1024px) {
  .p-front__about--inner--bg {
    -webkit-transform: rotateZ(90deg) translateY(318px);
    transform: rotateZ(90deg) translateY(318px)
  }
}

@media not all and (min-width: 768px) {
  .p-front__about--inner--bg {
    -webkit-transform: rotateZ(90deg) translate(215px, 200px);
    transform: rotateZ(90deg) translate(215px, 200px);
    font-size: 40px;
    width: 430px
  }
}

.p-front__about--inner--left {
  width: 100%;
  max-width: 504px
}

@media(max-width: 1024px) {
  .p-front__about--inner--left {
    max-width: 43.23vw
  }
}

@media not all and (min-width: 768px) {
  .p-front__about--inner--left {
    max-width: none;
    margin-right: -40px
  }
}

.p-front__about--inner--right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff
}

.p-front__about--image {
  display: block;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .16);
  box-shadow: 0 3px 10px rgba(0, 0, 0, .16);
  border-radius: 10px;
  overflow: hidden
}

@media not all and (min-width: 768px) {
  .p-front__about--image {
    border-radius: 10px 0 0 10px
  }
}

.p-front__about--image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover
}

.p-front__about--heading {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .05em;
  margin-top: 4rem;
  margin-bottom: 2.5rem
}

@media(max-width: 1024px) {
  .p-front__about--heading {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 25px
  }
}

.p-front__about--description {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: .05em;
  margin-bottom: 7rem
}

@media(max-width: 1024px) {
  .p-front__about--description {
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 40px
  }
}

.p-front__about--list {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px 60px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media(max-width: 1024px) {
  .p-front__about--list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px
  }
}

.p-front__about--button-wrapper {
  margin-top: 3.5rem;
  text-align: right
}

.p-front__career {
  position: relative;
  background-color: #243d9b;
  border-radius: 40px;
  margin-top: -40px
}

.p-front__career--inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 90px;
  padding-top: 95px;
  padding-bottom: 110px
}

@media(max-width: 1024px) {
  .p-front__career--inner {
    gap: 37px;
    padding-top: 65px;
    padding-bottom: 70px
  }
}

@media not all and (min-width: 768px) {
  .p-front__career--inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
  }
}

.p-front__career--inner--bg {
  position: absolute;
  right: 0;
  -webkit-transform: rotateZ(-90deg) translateY(335px);
  transform: rotateZ(-90deg) translateY(335px);
  color: rgba(191, 205, 237, .4);
  font-family: var(--font-family--serif);
  font-size: 64px;
  font-weight: 500;
  line-height: 1.125;
  letter-spacing: .05em
}

@media(max-width: 1024px) {
  .p-front__career--inner--bg {
    -webkit-transform: rotateZ(-90deg) translateY(318px);
    transform: rotateZ(-90deg) translateY(318px)
  }
}

@media not all and (min-width: 768px) {
  .p-front__career--inner--bg {
    -webkit-transform: rotateZ(-90deg) translate(-173px, 200px);
    transform: rotateZ(-90deg) translate(-173px, 200px);
    font-size: 40px;
    width: 430px
  }
}

.p-front__career--inner--left {
  width: 100%;
  max-width: 504px
}

@media(max-width: 1024px) {
  .p-front__career--inner--left {
    max-width: 43.23vw
  }
}

@media not all and (min-width: 768px) {
  .p-front__career--inner--left {
    max-width: none;
    margin-left: -40px
  }
}

.p-front__career--inner--right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff
}

.p-front__career--image {
  display: block;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .16);
  box-shadow: 0 3px 10px rgba(0, 0, 0, .16);
  border-radius: 10px;
  overflow: hidden
}

@media not all and (min-width: 768px) {
  .p-front__career--image {
    border-radius: 0 10px 10px 0
  }
}

.p-front__career--image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover
}

.p-front__career--heading {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.725;
  letter-spacing: .05em;
  margin-top: 4rem;
  margin-bottom: 2.5rem
}

@media(max-width: 1024px) {
  .p-front__career--heading {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 25px
  }
}

.p-front__career--description {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: .05em;
  margin-bottom: 7rem
}

@media(max-width: 1024px) {
  .p-front__career--description {
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 40px
  }
}

.p-front__career--list {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px 60px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media(max-width: 1024px) {
  .p-front__career--list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px
  }
}

.p-front__career--item {
  width: calc(50% - 30px);
  padding-bottom: 1rem;
  border-bottom: 1px dotted rgba(255, 255, 255, .3)
}

@media(max-width: 1024px) {
  .p-front__career--item {
    width: 100%
  }
}

.p-front__career--item>a {
  display: block;
  height: 100%
}

.p-front__career--item--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  height: 100%
}

.p-front__career--item--inner--left {
  width: 100%;
  max-width: 76px
}

.p-front__career--item--inner--right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.p-front__career--item--heading {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: .05em;
  padding-right: 1em;
  margin-bottom: .8rem
}

@media(max-width: 1024px) {
  .p-front__career--item--heading {
    font-size: 15px
  }
}

.p-front__career--item--heading::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url("../img/common/icon-button-suffix.svg") no-repeat center center/contain
}

.p-front__career--item--description {
  color: rgba(255, 255, 255, .6);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: .05em
}

@media(max-width: 1024px) {
  .p-front__career--item--description {
    font-size: 10px
  }
}

.p-front__career--item--image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 76px;
  height: 76px;
  background-color: #e0e8fc;
  border-radius: 9999px;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, .16);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, .16)
}

.p-front__career--item--image>img {
  zoom: .5
}

.p-front__career--button-wrapper {
  margin-top: 3.5rem;
  text-align: right
}

.p-front__career--button-wrapper .c-button-1 {
  width: 197px
}

.p-front__culture {
  position: relative
}

.p-front__culture::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #f3f5fa;
  z-index: -2
}

.p-front__culture--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  border-radius: 0 300px
}

@media not all and (min-width: 768px) {
  .p-front__culture--bg {
    border-radius: 0 300px 0 0
  }
}

.p-front__culture--bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/front/bg_front-culture.jpg") no-repeat center center/cover;
  z-index: -1
}

.p-front__culture--bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(36, 61, 155, .8);
  -webkit-backdrop-filter: blur(2px) brightness(50%);
  backdrop-filter: blur(2px) brightness(50%);
  z-index: -1
}

.p-front__culture--heading {
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.725;
  letter-spacing: .05em;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem
}

@media(max-width: 1024px) {
  .p-front__culture--heading {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 20px
  }
}

.p-front__culture--description {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: .05em
}

@media(max-width: 1024px) {
  .p-front__culture--description {
    font-size: 13px;
    font-weight: normal
  }
}

.p-front__culture--inner {
  padding: 243px 0 245px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 60px
}

@media(max-width: 1024px) {
  .p-front__culture--inner {
    padding-top: 160px;
    padding-bottom: 120px;
    gap: 29px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

@media not all and (min-width: 768px) {
  .p-front__culture--inner {
    padding-top: 80px;
    padding-bottom: 80px;
    gap: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.p-front__culture--inner--left {
  width: 100%;
  max-width: 376px
}

@media(max-width: 1024px) {
  .p-front__culture--inner--left {
    max-width: 335px
  }
}

@media not all and (min-width: 768px) {
  .p-front__culture--inner--left {
    max-width: 315px
  }
}

.p-front__culture--inner--right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

@media(max-width: 1024px) {
  .p-front__culture--inner--right {
    padding-right: 30px
  }
}

@media not all and (min-width: 768px) {
  .p-front__culture--inner--right {
    padding-right: 0
  }
}

.p-front__culture--list {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px 28px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media(max-width: 1024px) {
  .p-front__culture--list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px
  }
}

.p-front__culture--item {
  position: relative;
  width: calc(50% - 30px);
  padding-bottom: 1rem;
  background-color: rgba(255, 255, 255, .2);
  border-radius: 10px;
  padding: 0;
  -webkit-transition: var(--hover-transition);
  transition: var(--hover-transition)
}

@media(max-width: 1024px) {
  .p-front__culture--item {
    width: 100%
  }
}

@media(hover: hover) {
  .p-front__culture--item:hover {
    background-color: rgba(255, 255, 255, .4)
  }

  .p-front__culture--item:hover::after {
    right: 10px
  }
}

.p-front__culture--item:focus-visible,
.p-front__culture--item:focus-within {
  background-color: rgba(255, 255, 255, .4)
}

.p-front__culture--item:focus-visible::after,
.p-front__culture--item:focus-within::after {
  right: 10px
}

.p-front__culture--item>a {
  display: block;
  padding: 20px 40px 20px 15px
}

@media(max-width: 1024px) {
  .p-front__culture--item>a {
    padding: 10px 33px 10px 10px
  }
}

.p-front__culture--item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: url("../img/common/icon-button-suffix.svg") no-repeat center center/contain
}

@media(max-width: 1024px) {
  .p-front__culture--item::after {
    right: 10px
  }
}

.p-front__culture--item--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px
}

.p-front__culture--item--inner--left {
  width: 100%;
  max-width: 64px
}

@media(min-width: 1025px) {
  .p-front__culture--item--inner--left {
    max-width: 76px
  }
}

.p-front__culture--item--inner--right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.p-front__culture--item--heading {
  position: relative;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: .05em;
  margin-bottom: .8rem
}

@media(max-width: 1024px) {
  .p-front__culture--item--heading {
    font-size: 15px;
    font-weight: 500
  }
}

.p-front__culture--item--description {
  color: rgba(255, 255, 255, .6);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: .05em
}

@media(max-width: 1024px) {
  .p-front__culture--item--description {
    font-size: 10px
  }
}

.p-front__culture--item--image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 64px;
  height: 64px;
  background-color: #e0e8fc;
  border-radius: 9999px;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, .16);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, .16)
}

@media(min-width: 1025px) {
  .p-front__culture--item--image {
    width: 76px;
    height: 76px
  }
}

.p-front__culture--item--image>img {
  zoom: .5
}

.p-front__employee {
  background-color: #f3f5fa
}

.p-front__employee--inner {
  padding-top: 90px;
  padding-bottom: 90px
}

@media(max-width: 1024px) {
  .p-front__employee--inner {
    padding-top: 40px;
    padding-bottom: 80px
  }
}

@media not all and (min-width: 768px) {
  .p-front__employee--inner {
    padding-top: 80px;
    padding-bottom: 40px
  }
}

.p-front__employee--header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 5rem
}

@media(max-width: 1024px) {
  .p-front__employee--header {
    margin-bottom: 40px
  }
}

.p-front__employee--header--left {
  width: 100%;
  max-width: 590px
}

@media(max-width: 1024px) {
  .p-front__employee--header--left {
    max-width: 355px
  }
}

@media not all and (min-width: 768px) {
  .p-front__employee--header--left {
    max-width: none
  }
}

@media not all and (min-width: 768px) {
  .p-front__employee--header--right {
    display: none
  }
}

.p-front__employee--heading {
  color: #243d9b;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.725;
  letter-spacing: .05em;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem
}

@media(max-width: 1024px) {
  .p-front__employee--heading {
    font-size: 22px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px
  }
}

.p-front__employee--description {
  color: #0f236e;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: .05em
}

@media(max-width: 1024px) {
  .p-front__employee--description {
    font-size: 13px;
    font-weight: normal;
    line-height: 2
  }
}

.p-front__employee--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 42px
}

@media(max-width: 1024px) {
  .p-front__employee--list {
    gap: 32px
  }
}

@media not all and (min-width: 768px) {
  .p-front__employee--list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px 20px
  }
}

@media not all and (min-width: 768px) {
  .p-front__employee--item {
    width: calc(50% - 10px)
  }
}

.p-front__employee--splink {
  display: none
}

@media not all and (min-width: 768px) {
  .p-front__employee--splink {
    margin-top: 36px;
    text-align: right;
    display: block
  }
}

.p-fpSlideSec {
  padding-top: 120px;
  position: relative
}

@media(min-width: 1025px) {
  .p-fpSlideSec {
    margin-top: 60px
  }
}

.p-fpSlideSec--bg {
  -webkit-animation: 10s linear infinite rotation1;
  animation: 10s linear infinite rotation1
}

@-webkit-keyframes rotation1 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes rotation1 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.back-fpSlideSec--bg {
  display: block;
  width: 70vw;
  position: fixed;
  top: 10vw;
  right: -10vw;
  -webkit-animation: 100s linear infinite rotation1;
  animation: 100s linear infinite rotation1;
  z-index: -1;
  opacity: .3
}

.p-front__job {
  background-color: #fff;
  overflow: hidden
}

.p-front__job--inner {
  padding-top: 83px;
  padding-bottom: 102px
}

@media not all and (min-width: 768px) {
  .p-front__job--inner {
    padding-top: 60px;
    padding-bottom: 20px
  }
}

.p-front__job--header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 5rem
}

.p-front__job--header--left {
  width: 100%;
  max-width: 590px
}

@media not all and (min-width: 768px) {
  .p-front__job--header--left .c-lead-1 {
    width: 118px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

@media not all and (min-width: 768px) {
  .p-front__job--header--right {
    display: none
  }
}

.p-front__job--heading {
  color: #243d9b;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.725;
  letter-spacing: .05em;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem
}

@media(max-width: 1024px) {
  .p-front__job--heading {
    font-size: 22px;
    font-weight: bold
  }
}

.p-front__job--description {
  color: #0f236e;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: .05em
}

@media(max-width: 1024px) {
  .p-front__job--description {
    max-width: 364px
  }
}

.p-front__job--slide-wrapper {
  position: relative;
  margin-left: 64px
}

@media(max-width: 1024px) {
  .p-front__job--slide-wrapper {
    margin-left: 30px
  }
}

.p-front__job--slide {
  position: relative;
  height: 480px
}

@media not all and (min-width: 768px) {
  .p-front__job--slide {
    height: 300px
  }
}

@media(hover: hover) {
  .p-front__job--slide:hover .p-front__job--slide--bg::after {
    background-color: rgba(4, 18, 36, .2)
  }
}

.p-front__job--slide:focus-visible .p-front__job--slide--bg::after,
.p-front__job--slide:focus-within .p-front__job--slide--bg::after {
  background-color: rgba(4, 18, 36, .2)
}

.p-front__job--slide>a {
  cursor: pointer
}

.p-front__job--slide--inner {
  height: 100%;
  padding: 105px 55px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media(max-width: 1024px) {
  .p-front__job--slide--inner {
    padding: 105px 30px 60px
  }
}

@media not all and (min-width: 768px) {
  .p-front__job--slide--inner {
    padding: 30px 18px 19px
  }
}

.p-front__job--slide--heading {
  position: relative;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  color: #243d9b;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .5em;
  padding: 12px;
  background-color: #fff;
  border-radius: 2px
}

@media(max-width: 1024px) {
  .p-front__job--slide--heading {
    font-size: 16px
  }
}

.p-front__job--slide--heading::after {
  position: absolute;
  top: -5px;
  left: -5px;
  background-color: #243d9b;
  border-radius: 2px;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1
}

.p-front__job--slide--description {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: .05em
}

@media(max-width: 1024px) {
  .p-front__job--slide--description {
    font-size: 10px
  }
}

.p-front__job--slide--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2
}

.p-front__job--slide--bg::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(4, 18, 36, .6);
  -webkit-transition: var(--hover-transition);
  transition: var(--hover-transition)
}

.p-front__job--slide--bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.p-front__job--button-wrapper {
  display: none
}

@media not all and (min-width: 768px) {
  .p-front__job--button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 34px
  }
}

.p-front__job .swiper {
  border-radius: 20px 0 0 20px;
  margin-right: calc(50% - 50vw)
}

.p-front__job .swiper-slide {
  width: 350px
}

@media(max-width: 1024px) {
  .p-front__job .swiper-slide {
    width: 40.8vw;
    max-width: 222px
  }
}

.p-front__job .swiper-button-prev,
.p-front__job .swiper-button-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 64px;
  height: 64px;
  border-radius: 9999px;
  background-color: #243d9b;
  border: 2px solid #243d9b;
  -webkit-transition: var(--hover-transition);
  transition: var(--hover-transition)
}

@media(max-width: 1024px) {

  .p-front__job .swiper-button-prev,
  .p-front__job .swiper-button-next {
    width: 50px;
    height: 50px
  }
}

.p-front__job .swiper-button-prev::after,
.p-front__job .swiper-button-next::after {
  content: none
}

.p-front__job .swiper-button-prev svg path,
.p-front__job .swiper-button-next svg path {
  -webkit-transition: var(--hover-transition);
  transition: var(--hover-transition)
}

@media(hover: hover) {

  .p-front__job .swiper-button-prev:hover,
  .p-front__job .swiper-button-next:hover {
    background-color: #fff
  }

  .p-front__job .swiper-button-prev:hover svg path,
  .p-front__job .swiper-button-next:hover svg path {
    stroke: #243d9b
  }
}

.p-front__job .swiper-button-prev:focus-visible,
.p-front__job .swiper-button-prev:focus-within,
.p-front__job .swiper-button-next:focus-visible,
.p-front__job .swiper-button-next:focus-within {
  background-color: #fff
}

.p-front__job .swiper-button-prev:focus-visible svg path,
.p-front__job .swiper-button-prev:focus-within svg path,
.p-front__job .swiper-button-next:focus-visible svg path,
.p-front__job .swiper-button-next:focus-within svg path {
  stroke: #243d9b
}

.p-front__job .swiper-button-prev>svg,
.p-front__job .swiper-button-next>svg {
  width: 12px;
  height: 12px
}

.p-front__job .swiper-button-prev {
  left: -32px
}

@media(max-width: 1024px) {
  .p-front__job .swiper-button-prev {
    left: -25px
  }
}

.p-front__job .swiper-button-next {
  right: 0
}

.p-front__mainvisual {
  position: relative;
  background-color: #243d9b;
  height: 700px
}

@media(max-width: 1024px) {
  .p-front__mainvisual {
    height: 85vh
  }
}

.p-front__mainvisual::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
  background: -webkit-radial-gradient(rgba(81, 102, 185, 0.21), rgba(20, 61, 122, 0.3), rgba(2, 28, 62, 0.53));
  background: radial-gradient(rgba(81, 102, 185, 0.21), rgba(20, 61, 122, 0.3), rgba(2, 28, 62, 0.53));
  border-radius: 0 0 40px 40px
}

.p-front__mainvisual--slide {
  position: relative;
  height: 700px
}

@media(max-width: 1024px) {
  .p-front__mainvisual--slide {
    height: 85vh
  }
}

.p-front__mainvisual .swiper {
  border-radius: 0 0 40px 40px
}

.p-front__mainvisual .swiper-slide-active .swiper-img,
.p-front__mainvisual .swiper-slide-duplicate-active .swiper-img,
.p-front__mainvisual .swiper-slide-prev .swiper-img {
  -webkit-animation: zoomOut 7s linear 0s normal both;
  animation: zoomOut 7s linear 0s normal both
}

.p-front__mainvisual .swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.p-front__mainvisual--inner-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2
}

.p-front__mainvisual--inner-wrapper>.l-container {
  height: 100%
}

.p-front__mainvisual--inner {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 45px
}

@media(min-width: 1025px) {
  .p-front__mainvisual--inner {
    max-width: 49.03vw
  }
}

.p-front__mainvisual--heading {
  color: #fff;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .1em;
  margin-bottom: 2.5rem
}

@media(max-width: 1024px) {
  .p-front__mainvisual--heading {
    font-size: 28px;
    margin-bottom: 25px
  }
}

.p-front__mainvisual--description {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: .05em;
  margin-bottom: 4rem;
  max-width: 550px
}

@media(max-width: 1024px) {
  .p-front__mainvisual--description {
    font-size: 13px;
    margin-bottom: 30px;
    max-width: 335px
  }
}

.p-front__mainvisual--button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 8rem
}

@media(max-width: 1024px) {
  .p-front__mainvisual--button-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 25px
  }
}

.p-front__mainvisual--progressbar-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  width: 100%
}

.p-front__mainvisual--progressbar-wrapper .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: left !important;
  bottom: auto !important;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .05em;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important
}

@media(min-width: 1025px) {
  .p-front__mainvisual--progressbar-wrapper .swiper-pagination {
    display: none
  }
}

.p-front__mainvisual--progressbar-wrapper .swiper-pagination .swiper-pagination-current {
  padding-right: 3px
}

.p-front__mainvisual--progressbar-wrapper .swiper-pagination .swiper-pagination-total {
  padding-left: 3px
}

.p-front__mainvisual--progressbar {
  position: relative;
  height: 3px;
  background: #fff;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.p-front__mainvisual--progressbar span {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #243d9b;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear
}

.p-front__mainvisual--thumbnail-container {
  position: relative;
  bottom: 35px;
  margin-left: auto;
  width: 100%;
  max-width: 400px;
  background-color: #0f236e;
  border-radius: 5px;
  padding: 8px
}

@media(max-width: 1024px) {
  .p-front__mainvisual--thumbnail-container {
    display: none
  }
}

.p-front__mainvisual--thumbnail-container .swiper-slide {
  position: relative
}

.p-front__mainvisual--thumbnail-container .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.p-front__mainvisual--thumbnail-container .swiper-slide::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(34, 34, 34, .5);
  z-index: 1
}

.p-front__mainvisual--thumbnail-container .swiper-slide.swiper-slide-thumb-active .p-front__mainvisual--thumbnail-slide {
  border: 2px solid #fff
}

.p-front__mainvisual--thumbnail-container .swiper-slide.swiper-slide-thumb-active::after {
  content: none
}

.p-front__mainvisual--thumbnail-slide {
  position: relative;
  height: 54px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  overflow: hidden
}

.p-front__mainvisual--play-video {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: -webkit-radial-gradient(rgba(110, 110, 110, 0.7), rgba(255, 255, 255, 0.7));
  background: radial-gradient(rgba(110, 110, 110, 0.7), rgba(255, 255, 255, 0.7));
  border-radius: 10px;
  width: 60px;
  height: 180px;
  -webkit-transition: var(--hover-transition);
  transition: var(--hover-transition)
}

.p-front__mainvisual--play-video:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-radial-gradient(rgba(110, 110, 110, 0.7), rgba(145, 145, 145, 0.7));
  background: radial-gradient(rgba(110, 110, 110, 0.7), rgba(145, 145, 145, 0.7));
  border-radius: 10px;
  -webkit-transition: var(--hover-transition);
  transition: var(--hover-transition)
}

@media not all and (min-width: 768px) {
  .p-front__mainvisual--play-video {
    display: none
  }
}

@media(hover: hover) {
  .p-front__mainvisual--play-video:hover::before {
    opacity: 0
  }

  .p-front__mainvisual--play-video:hover .p-front__mainvisual--play-video--inner::after {
    opacity: 0
  }

  .p-front__mainvisual--play-video:hover .p-front__mainvisual--play-video--icon {
    -webkit-transform: scale(1.22);
    transform: scale(1.22)
  }
}

.p-front__mainvisual--play-video:focus-visible::before,
.p-front__mainvisual--play-video:focus-within::before {
  opacity: 0
}

.p-front__mainvisual--play-video:focus-visible .p-front__mainvisual--play-video--inner::after,
.p-front__mainvisual--play-video:focus-within .p-front__mainvisual--play-video--inner::after {
  opacity: 0
}

.p-front__mainvisual--play-video:focus-visible .p-front__mainvisual--play-video--icon,
.p-front__mainvisual--play-video:focus-within .p-front__mainvisual--play-video--icon {
  -webkit-transform: scale(1.22);
  transform: scale(1.22)
}

.p-front__mainvisual--play-video--inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: .05em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl
}

.p-front__mainvisual--play-video--inner::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url("../img/front/bg-watch-the-video.svg") no-repeat center center/contain;
  -webkit-transition: var(--hover-transition);
  transition: var(--hover-transition)
}

.p-front__mainvisual--play-video--icon {
  position: absolute;
  bottom: -30px;
  left: -10px;
  width: 60px;
  height: 60px;
  background-color: #243d9b;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 3px 3px 3px rgba(255, 255, 255, .16);
  box-shadow: 3px 3px 3px rgba(255, 255, 255, .16);
  -webkit-transition: var(--hover-transition);
  transition: var(--hover-transition)
}

@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.p-front__selection {
  background-color: rgba(36, 61, 155, .05)
}

.p-front__selection--inner {
  padding-top: 133px;
  padding-bottom: 90px;
  margin-top: -40px
}

@media(max-width: 1024px) {
  .p-front__selection--inner {
    padding-top: 120px;
    padding-bottom: 80px
  }
}

.p-front__selection--header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 5rem
}

.p-front__selection--header--left {
  width: 100%;
  max-width: 590px
}

.p-front__selection--heading {
  color: #243d9b;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.725;
  letter-spacing: .05em;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem
}

@media(max-width: 1024px) {
  .p-front__selection--heading {
    font-size: 22px
  }
}

.p-front__selection--description {
  color: #0f236e;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: .05em
}

@media(max-width: 1024px) {
  .p-front__selection--description {
    font-size: 13px
  }
}

.p-front__selection--list {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 25px 28px
}

@media not all and (min-width: 768px) {
  .p-front__selection--list {
    gap: 6px
  }
}

.p-front__video {
  position: relative;
  width: 100%;
  background: url("../img/front/bg-front-video.png") no-repeat center center/cover;
  aspect-ratio: 9/4
}

@media not all and (min-width: 768px) {
  .p-front__video {
    background-image: url("../img/front/bg-front-video_sp.png");
    min-height: 440px
  }
}

.p-front__video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f3f5fa;
  z-index: -1
}

.p-front__video--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  cursor: pointer
}

@media not all and (min-width: 768px) {
  .p-front__video--inner {
    min-height: 420px
  }
}

.p-front__video--button {
  width: 200px;
  height: 200px;
  position: relative
}

@media not all and (min-width: 768px) {
  .p-front__video--button {
    width: 120px;
    height: 120px
  }
}

.p-front__video--button--center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 75px;
  height: 75px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

@media not all and (min-width: 768px) {
  .p-front__video--button--center {
    width: 60px;
    height: 60px
  }
}

.p-front__video--button--center--box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.u-text-left {
  text-align: left !important
}

.u-text-center {
  text-align: center !important
}

.u-text-right {
  text-align: right !important
}

@media(min-width: 1025px) {
  .u-text-md-left {
    text-align: left !important
  }
}

@media(min-width: 1025px) {
  .u-text-md-center {
    text-align: center !important
  }
}

@media(min-width: 1025px) {
  .u-text-md-right {
    text-align: right !important
  }
}

@media(max-width: 1024px) {
  .u-text-sm-left {
    text-align: left !important
  }
}

@media(max-width: 1024px) {
  .u-text-sm-center {
    text-align: center !important
  }
}

@media(max-width: 1024px) {
  .u-text-sm-right {
    text-align: right !important
  }
}

.u-d-none {
  display: none !important
}

@media(min-width: 1025px) {
  .u-d-md-none {
    display: none !important
  }
}

@media(max-width: 1024px) {
  .u-d-sm-none {
    display: none !important
  }
}

.u-height-header-height {
  height: var(--header-height, 0) !important
}

@media(min-width: 1025px) {
  .u-height-md-header-height {
    height: var(--header-height, 0) !important
  }
}

@media(max-width: 1024px) {
  .u-height-sm-header-height {
    height: var(--header-height, 0) !important
  }
}

.u-hidden {
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  border: 0 !important;
  padding: 0 !important;
  clip: rect(0 0 0 0) !important;
  margin: -1px !important
}

@media(min-width: 1025px) {
  .u-md-hidden {
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    border: 0 !important;
    padding: 0 !important;
    clip: rect(0 0 0 0) !important;
    margin: -1px !important
  }
}

@media(max-width: 1024px) {
  .u-sm-hidden {
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    border: 0 !important;
    padding: 0 !important;
    clip: rect(0 0 0 0) !important;
    margin: -1px !important
  }
}

@media(min-width: 1025px) {
  .u-mt-md-0 {
    margin-top: 0px !important
  }
}

@media(max-width: 1024px) {
  .u-mt-sm-0 {
    margin-top: 0px !important
  }
}

@media(min-width: 1025px) {
  .u-ml-md-0 {
    margin-left: 0px !important
  }
}

@media(max-width: 1024px) {
  .u-ml-sm-0 {
    margin-left: 0px !important
  }
}

@media(min-width: 1025px) {
  .u-mb-md-0 {
    margin-bottom: 0px !important
  }
}

@media(max-width: 1024px) {
  .u-mb-sm-0 {
    margin-bottom: 0px !important
  }
}

@media(min-width: 1025px) {
  .u-mr-md-0 {
    margin-right: 0px !important
  }
}

@media(max-width: 1024px) {
  .u-mr-sm-0 {
    margin-right: 0px !important
  }
}

@media(min-width: 1025px) {
  .u-mt-md-5 {
    margin-top: 5px !important
  }
}

@media(max-width: 1024px) {
  .u-mt-sm-5 {
    margin-top: 5px !important
  }
}

@media(min-width: 1025px) {
  .u-ml-md-5 {
    margin-left: 5px !important
  }
}

@media(max-width: 1024px) {
  .u-ml-sm-5 {
    margin-left: 5px !important
  }
}

@media(min-width: 1025px) {
  .u-mb-md-5 {
    margin-bottom: 5px !important
  }
}

@media(max-width: 1024px) {
  .u-mb-sm-5 {
    margin-bottom: 5px !important
  }
}

@media(min-width: 1025px) {
  .u-mr-md-5 {
    margin-right: 5px !important
  }
}

@media(max-width: 1024px) {
  .u-mr-sm-5 {
    margin-right: 5px !important
  }
}

@media(min-width: 1025px) {
  .u-mt-md-10 {
    margin-top: 10px !important
  }
}

@media(max-width: 1024px) {
  .u-mt-sm-10 {
    margin-top: 10px !important
  }
}

@media(min-width: 1025px) {
  .u-ml-md-10 {
    margin-left: 10px !important
  }
}

@media(max-width: 1024px) {
  .u-ml-sm-10 {
    margin-left: 10px !important
  }
}

@media(min-width: 1025px) {
  .u-mb-md-10 {
    margin-bottom: 10px !important
  }
}

@media(max-width: 1024px) {
  .u-mb-sm-10 {
    margin-bottom: 10px !important
  }
}

@media(min-width: 1025px) {
  .u-mr-md-10 {
    margin-right: 10px !important
  }
}

@media(max-width: 1024px) {
  .u-mr-sm-10 {
    margin-right: 10px !important
  }
}

@media(min-width: 1025px) {
  .u-mt-md-15 {
    margin-top: 15px !important
  }
}

@media(max-width: 1024px) {
  .u-mt-sm-15 {
    margin-top: 15px !important
  }
}

@media(min-width: 1025px) {
  .u-ml-md-15 {
    margin-left: 15px !important
  }
}

@media(max-width: 1024px) {
  .u-ml-sm-15 {
    margin-left: 15px !important
  }
}

@media(min-width: 1025px) {
  .u-mb-md-15 {
    margin-bottom: 15px !important
  }
}

@media(max-width: 1024px) {
  .u-mb-sm-15 {
    margin-bottom: 15px !important
  }
}

@media(min-width: 1025px) {
  .u-mr-md-15 {
    margin-right: 15px !important
  }
}

@media(max-width: 1024px) {
  .u-mr-sm-15 {
    margin-right: 15px !important
  }
}

@media(min-width: 1025px) {
  .u-mt-md-20 {
    margin-top: 20px !important
  }
}

@media(max-width: 1024px) {
  .u-mt-sm-20 {
    margin-top: 20px !important
  }
}

@media(min-width: 1025px) {
  .u-ml-md-20 {
    margin-left: 20px !important
  }
}

@media(max-width: 1024px) {
  .u-ml-sm-20 {
    margin-left: 20px !important
  }
}

@media(min-width: 1025px) {
  .u-mb-md-20 {
    margin-bottom: 20px !important
  }
}

@media(max-width: 1024px) {
  .u-mb-sm-20 {
    margin-bottom: 20px !important
  }
}

@media(min-width: 1025px) {
  .u-mr-md-20 {
    margin-right: 20px !important
  }
}

@media(max-width: 1024px) {
  .u-mr-sm-20 {
    margin-right: 20px !important
  }
}

@media(min-width: 1025px) {
  .u-mt-md-25 {
    margin-top: 25px !important
  }
}

@media(max-width: 1024px) {
  .u-mt-sm-25 {
    margin-top: 25px !important
  }
}

@media(min-width: 1025px) {
  .u-ml-md-25 {
    margin-left: 25px !important
  }
}

@media(max-width: 1024px) {
  .u-ml-sm-25 {
    margin-left: 25px !important
  }
}

@media(min-width: 1025px) {
  .u-mb-md-25 {
    margin-bottom: 25px !important
  }
}

@media(max-width: 1024px) {
  .u-mb-sm-25 {
    margin-bottom: 25px !important
  }
}

@media(min-width: 1025px) {
  .u-mr-md-25 {
    margin-right: 25px !important
  }
}

@media(max-width: 1024px) {
  .u-mr-sm-25 {
    margin-right: 25px !important
  }
}

@media(min-width: 1025px) {
  .u-mt-md-30 {
    margin-top: 30px !important
  }
}

@media(max-width: 1024px) {
  .u-mt-sm-30 {
    margin-top: 30px !important
  }
}

@media(min-width: 1025px) {
  .u-ml-md-30 {
    margin-left: 30px !important
  }
}

@media(max-width: 1024px) {
  .u-ml-sm-30 {
    margin-left: 30px !important
  }
}

@media(min-width: 1025px) {
  .u-mb-md-30 {
    margin-bottom: 30px !important
  }
}

@media(max-width: 1024px) {
  .u-mb-sm-30 {
    margin-bottom: 30px !important
  }
}

@media(min-width: 1025px) {
  .u-mr-md-30 {
    margin-right: 30px !important
  }
}

@media(max-width: 1024px) {
  .u-mr-sm-30 {
    margin-right: 30px !important
  }
}

@media(min-width: 1025px) {
  .u-mt-md-35 {
    margin-top: 35px !important
  }
}

@media(max-width: 1024px) {
  .u-mt-sm-35 {
    margin-top: 35px !important
  }
}

@media(min-width: 1025px) {
  .u-ml-md-35 {
    margin-left: 35px !important
  }
}

@media(max-width: 1024px) {
  .u-ml-sm-35 {
    margin-left: 35px !important
  }
}

@media(min-width: 1025px) {
  .u-mb-md-35 {
    margin-bottom: 35px !important
  }
}

@media(max-width: 1024px) {
  .u-mb-sm-35 {
    margin-bottom: 35px !important
  }
}

@media(min-width: 1025px) {
  .u-mr-md-35 {
    margin-right: 35px !important
  }
}

@media(max-width: 1024px) {
  .u-mr-sm-35 {
    margin-right: 35px !important
  }
}

@media(min-width: 1025px) {
  .u-mt-md-40 {
    margin-top: 40px !important
  }
}

@media(max-width: 1024px) {
  .u-mt-sm-40 {
    margin-top: 40px !important
  }
}

@media(min-width: 1025px) {
  .u-ml-md-40 {
    margin-left: 40px !important
  }
}

@media(max-width: 1024px) {
  .u-ml-sm-40 {
    margin-left: 40px !important
  }
}

@media(min-width: 1025px) {
  .u-mb-md-40 {
    margin-bottom: 40px !important
  }
}

@media(max-width: 1024px) {
  .u-mb-sm-40 {
    margin-bottom: 40px !important
  }
}

@media(min-width: 1025px) {
  .u-mr-md-40 {
    margin-right: 40px !important
  }
}

@media(max-width: 1024px) {
  .u-mr-sm-40 {
    margin-right: 40px !important
  }
}

@media(min-width: 1025px) {
  .u-mt-md-45 {
    margin-top: 45px !important
  }
}

@media(max-width: 1024px) {
  .u-mt-sm-45 {
    margin-top: 45px !important
  }
}

@media(min-width: 1025px) {
  .u-ml-md-45 {
    margin-left: 45px !important
  }
}

@media(max-width: 1024px) {
  .u-ml-sm-45 {
    margin-left: 45px !important
  }
}

@media(min-width: 1025px) {
  .u-mb-md-45 {
    margin-bottom: 45px !important
  }
}

@media(max-width: 1024px) {
  .u-mb-sm-45 {
    margin-bottom: 45px !important
  }
}

@media(min-width: 1025px) {
  .u-mr-md-45 {
    margin-right: 45px !important
  }
}

@media(max-width: 1024px) {
  .u-mr-sm-45 {
    margin-right: 45px !important
  }
}

@media(min-width: 1025px) {
  .u-mt-md-50 {
    margin-top: 50px !important
  }
}

@media(max-width: 1024px) {
  .u-mt-sm-50 {
    margin-top: 50px !important
  }
}

@media(min-width: 1025px) {
  .u-ml-md-50 {
    margin-left: 50px !important
  }
}

@media(max-width: 1024px) {
  .u-ml-sm-50 {
    margin-left: 50px !important
  }
}

@media(min-width: 1025px) {
  .u-mb-md-50 {
    margin-bottom: 50px !important
  }
}

@media(max-width: 1024px) {
  .u-mb-sm-50 {
    margin-bottom: 50px !important
  }
}

@media(min-width: 1025px) {
  .u-mr-md-50 {
    margin-right: 50px !important
  }
}

@media(max-width: 1024px) {
  .u-mr-sm-50 {
    margin-right: 50px !important
  }
}

@media(min-width: 1025px) {
  .u-mt-md-55 {
    margin-top: 55px !important
  }
}

@media(max-width: 1024px) {
  .u-mt-sm-55 {
    margin-top: 55px !important
  }
}

@media(min-width: 1025px) {
  .u-ml-md-55 {
    margin-left: 55px !important
  }
}

@media(max-width: 1024px) {
  .u-ml-sm-55 {
    margin-left: 55px !important
  }
}

@media(min-width: 1025px) {
  .u-mb-md-55 {
    margin-bottom: 55px !important
  }
}

@media(max-width: 1024px) {
  .u-mb-sm-55 {
    margin-bottom: 55px !important
  }
}

@media(min-width: 1025px) {
  .u-mr-md-55 {
    margin-right: 55px !important
  }
}

@media(max-width: 1024px) {
  .u-mr-sm-55 {
    margin-right: 55px !important
  }
}

@media(min-width: 1025px) {
  .u-mt-md-60 {
    margin-top: 60px !important
  }
}

@media(max-width: 1024px) {
  .u-mt-sm-60 {
    margin-top: 60px !important
  }
}

@media(min-width: 1025px) {
  .u-ml-md-60 {
    margin-left: 60px !important
  }
}

@media(max-width: 1024px) {
  .u-ml-sm-60 {
    margin-left: 60px !important
  }
}

@media(min-width: 1025px) {
  .u-mb-md-60 {
    margin-bottom: 60px !important
  }
}

@media(max-width: 1024px) {
  .u-mb-sm-60 {
    margin-bottom: 60px !important
  }
}

@media(min-width: 1025px) {
  .u-mr-md-60 {
    margin-right: 60px !important
  }
}

@media(max-width: 1024px) {
  .u-mr-sm-60 {
    margin-right: 60px !important
  }
}

@media(min-width: 1025px) {
  .u-mt-md-65 {
    margin-top: 65px !important
  }
}

@media(max-width: 1024px) {
  .u-mt-sm-65 {
    margin-top: 65px !important
  }
}

@media(min-width: 1025px) {
  .u-ml-md-65 {
    margin-left: 65px !important
  }
}

@media(max-width: 1024px) {
  .u-ml-sm-65 {
    margin-left: 65px !important
  }
}

@media(min-width: 1025px) {
  .u-mb-md-65 {
    margin-bottom: 65px !important
  }
}

@media(max-width: 1024px) {
  .u-mb-sm-65 {
    margin-bottom: 65px !important
  }
}

@media(min-width: 1025px) {
  .u-mr-md-65 {
    margin-right: 65px !important
  }
}

@media(max-width: 1024px) {
  .u-mr-sm-65 {
    margin-right: 65px !important
  }
}

@media(min-width: 1025px) {
  .u-mt-md-70 {
    margin-top: 70px !important
  }
}

@media(max-width: 1024px) {
  .u-mt-sm-70 {
    margin-top: 70px !important
  }
}

@media(min-width: 1025px) {
  .u-ml-md-70 {
    margin-left: 70px !important
  }
}

@media(max-width: 1024px) {
  .u-ml-sm-70 {
    margin-left: 70px !important
  }
}

@media(min-width: 1025px) {
  .u-mb-md-70 {
    margin-bottom: 70px !important
  }
}

@media(max-width: 1024px) {
  .u-mb-sm-70 {
    margin-bottom: 70px !important
  }
}

@media(min-width: 1025px) {
  .u-mr-md-70 {
    margin-right: 70px !important
  }
}

@media(max-width: 1024px) {
  .u-mr-sm-70 {
    margin-right: 70px !important
  }
}

@media(min-width: 1025px) {
  .u-mt-md-75 {
    margin-top: 75px !important
  }
}

@media(max-width: 1024px) {
  .u-mt-sm-75 {
    margin-top: 75px !important
  }
}

@media(min-width: 1025px) {
  .u-ml-md-75 {
    margin-left: 75px !important
  }
}

@media(max-width: 1024px) {
  .u-ml-sm-75 {
    margin-left: 75px !important
  }
}

@media(min-width: 1025px) {
  .u-mb-md-75 {
    margin-bottom: 75px !important
  }
}

@media(max-width: 1024px) {
  .u-mb-sm-75 {
    margin-bottom: 75px !important
  }
}

@media(min-width: 1025px) {
  .u-mr-md-75 {
    margin-right: 75px !important
  }
}

@media(max-width: 1024px) {
  .u-mr-sm-75 {
    margin-right: 75px !important
  }
}

@media(min-width: 1025px) {
  .u-mt-md-80 {
    margin-top: 80px !important
  }
}

@media(max-width: 1024px) {
  .u-mt-sm-80 {
    margin-top: 80px !important
  }
}

@media(min-width: 1025px) {
  .u-ml-md-80 {
    margin-left: 80px !important
  }
}

@media(max-width: 1024px) {
  .u-ml-sm-80 {
    margin-left: 80px !important
  }
}

@media(min-width: 1025px) {
  .u-mb-md-80 {
    margin-bottom: 80px !important
  }
}

@media(max-width: 1024px) {
  .u-mb-sm-80 {
    margin-bottom: 80px !important
  }
}

@media(min-width: 1025px) {
  .u-mr-md-80 {
    margin-right: 80px !important
  }
}

@media(max-width: 1024px) {
  .u-mr-sm-80 {
    margin-right: 80px !important
  }
}

@media(min-width: 1025px) {
  .u-mt-md-85 {
    margin-top: 85px !important
  }
}

@media(max-width: 1024px) {
  .u-mt-sm-85 {
    margin-top: 85px !important
  }
}

@media(min-width: 1025px) {
  .u-ml-md-85 {
    margin-left: 85px !important
  }
}

@media(max-width: 1024px) {
  .u-ml-sm-85 {
    margin-left: 85px !important
  }
}

@media(min-width: 1025px) {
  .u-mb-md-85 {
    margin-bottom: 85px !important
  }
}

@media(max-width: 1024px) {
  .u-mb-sm-85 {
    margin-bottom: 85px !important
  }
}

@media(min-width: 1025px) {
  .u-mr-md-85 {
    margin-right: 85px !important
  }
}

@media(max-width: 1024px) {
  .u-mr-sm-85 {
    margin-right: 85px !important
  }
}

@media(min-width: 1025px) {
  .u-mt-md-90 {
    margin-top: 90px !important
  }
}

@media(max-width: 1024px) {
  .u-mt-sm-90 {
    margin-top: 90px !important
  }
}

@media(min-width: 1025px) {
  .u-ml-md-90 {
    margin-left: 90px !important
  }
}

@media(max-width: 1024px) {
  .u-ml-sm-90 {
    margin-left: 90px !important
  }
}

@media(min-width: 1025px) {
  .u-mb-md-90 {
    margin-bottom: 90px !important
  }
}

@media(max-width: 1024px) {
  .u-mb-sm-90 {
    margin-bottom: 90px !important
  }
}

@media(min-width: 1025px) {
  .u-mr-md-90 {
    margin-right: 90px !important
  }
}

@media(max-width: 1024px) {
  .u-mr-sm-90 {
    margin-right: 90px !important
  }
}

@media(min-width: 1025px) {
  .u-mt-md-95 {
    margin-top: 95px !important
  }
}

@media(max-width: 1024px) {
  .u-mt-sm-95 {
    margin-top: 95px !important
  }
}

@media(min-width: 1025px) {
  .u-ml-md-95 {
    margin-left: 95px !important
  }
}

@media(max-width: 1024px) {
  .u-ml-sm-95 {
    margin-left: 95px !important
  }
}

@media(min-width: 1025px) {
  .u-mb-md-95 {
    margin-bottom: 95px !important
  }
}

@media(max-width: 1024px) {
  .u-mb-sm-95 {
    margin-bottom: 95px !important
  }
}

@media(min-width: 1025px) {
  .u-mr-md-95 {
    margin-right: 95px !important
  }
}

@media(max-width: 1024px) {
  .u-mr-sm-95 {
    margin-right: 95px !important
  }
}

@media(min-width: 1025px) {
  .u-mt-md-100 {
    margin-top: 100px !important
  }
}

@media(max-width: 1024px) {
  .u-mt-sm-100 {
    margin-top: 100px !important
  }
}

@media(min-width: 1025px) {
  .u-ml-md-100 {
    margin-left: 100px !important
  }
}

@media(max-width: 1024px) {
  .u-ml-sm-100 {
    margin-left: 100px !important
  }
}

@media(min-width: 1025px) {
  .u-mb-md-100 {
    margin-bottom: 100px !important
  }
}

@media(max-width: 1024px) {
  .u-mb-sm-100 {
    margin-bottom: 100px !important
  }
}

@media(min-width: 1025px) {
  .u-mr-md-100 {
    margin-right: 100px !important
  }
}

@media(max-width: 1024px) {
  .u-mr-sm-100 {
    margin-right: 100px !important
  }
}

@media(min-width: 1025px) {
  .u-mt-md-105 {
    margin-top: 105px !important
  }
}

@media(max-width: 1024px) {
  .u-mt-sm-105 {
    margin-top: 105px !important
  }
}

@media(min-width: 1025px) {
  .u-ml-md-105 {
    margin-left: 105px !important
  }
}

@media(max-width: 1024px) {
  .u-ml-sm-105 {
    margin-left: 105px !important
  }
}

@media(min-width: 1025px) {
  .u-mb-md-105 {
    margin-bottom: 105px !important
  }
}

@media(max-width: 1024px) {
  .u-mb-sm-105 {
    margin-bottom: 105px !important
  }
}

@media(min-width: 1025px) {
  .u-mr-md-105 {
    margin-right: 105px !important
  }
}

@media(max-width: 1024px) {
  .u-mr-sm-105 {
    margin-right: 105px !important
  }
}

@media(min-width: 1025px) {
  .u-mt-md-110 {
    margin-top: 110px !important
  }
}

@media(max-width: 1024px) {
  .u-mt-sm-110 {
    margin-top: 110px !important
  }
}

@media(min-width: 1025px) {
  .u-ml-md-110 {
    margin-left: 110px !important
  }
}

@media(max-width: 1024px) {
  .u-ml-sm-110 {
    margin-left: 110px !important
  }
}

@media(min-width: 1025px) {
  .u-mb-md-110 {
    margin-bottom: 110px !important
  }
}

@media(max-width: 1024px) {
  .u-mb-sm-110 {
    margin-bottom: 110px !important
  }
}

@media(min-width: 1025px) {
  .u-mr-md-110 {
    margin-right: 110px !important
  }
}

@media(max-width: 1024px) {
  .u-mr-sm-110 {
    margin-right: 110px !important
  }
}

@media(min-width: 1025px) {
  .u-mt-md-115 {
    margin-top: 115px !important
  }
}

@media(max-width: 1024px) {
  .u-mt-sm-115 {
    margin-top: 115px !important
  }
}

@media(min-width: 1025px) {
  .u-ml-md-115 {
    margin-left: 115px !important
  }
}

@media(max-width: 1024px) {
  .u-ml-sm-115 {
    margin-left: 115px !important
  }
}

@media(min-width: 1025px) {
  .u-mb-md-115 {
    margin-bottom: 115px !important
  }
}

@media(max-width: 1024px) {
  .u-mb-sm-115 {
    margin-bottom: 115px !important
  }
}

@media(min-width: 1025px) {
  .u-mr-md-115 {
    margin-right: 115px !important
  }
}

@media(max-width: 1024px) {
  .u-mr-sm-115 {
    margin-right: 115px !important
  }
}

@media(min-width: 1025px) {
  .u-mt-md-120 {
    margin-top: 120px !important
  }
}

@media(max-width: 1024px) {
  .u-mt-sm-120 {
    margin-top: 120px !important
  }
}

@media(min-width: 1025px) {
  .u-ml-md-120 {
    margin-left: 120px !important
  }
}

@media(max-width: 1024px) {
  .u-ml-sm-120 {
    margin-left: 120px !important
  }
}

@media(min-width: 1025px) {
  .u-mb-md-120 {
    margin-bottom: 120px !important
  }
}

@media(max-width: 1024px) {
  .u-mb-sm-120 {
    margin-bottom: 120px !important
  }
}

@media(min-width: 1025px) {
  .u-mr-md-120 {
    margin-right: 120px !important
  }
}

@media(max-width: 1024px) {
  .u-mr-sm-120 {
    margin-right: 120px !important
  }
}

@media(min-width: 1025px) {
  .u-mt-md-125 {
    margin-top: 125px !important
  }
}

@media(max-width: 1024px) {
  .u-mt-sm-125 {
    margin-top: 125px !important
  }
}

@media(min-width: 1025px) {
  .u-ml-md-125 {
    margin-left: 125px !important
  }
}

@media(max-width: 1024px) {
  .u-ml-sm-125 {
    margin-left: 125px !important
  }
}

@media(min-width: 1025px) {
  .u-mb-md-125 {
    margin-bottom: 125px !important
  }
}

@media(max-width: 1024px) {
  .u-mb-sm-125 {
    margin-bottom: 125px !important
  }
}

@media(min-width: 1025px) {
  .u-mr-md-125 {
    margin-right: 125px !important
  }
}

@media(max-width: 1024px) {
  .u-mr-sm-125 {
    margin-right: 125px !important
  }
}

@media(min-width: 1025px) {
  .u-mt-md-130 {
    margin-top: 130px !important
  }
}

@media(max-width: 1024px) {
  .u-mt-sm-130 {
    margin-top: 130px !important
  }
}

@media(min-width: 1025px) {
  .u-ml-md-130 {
    margin-left: 130px !important
  }
}

@media(max-width: 1024px) {
  .u-ml-sm-130 {
    margin-left: 130px !important
  }
}

@media(min-width: 1025px) {
  .u-mb-md-130 {
    margin-bottom: 130px !important
  }
}

@media(max-width: 1024px) {
  .u-mb-sm-130 {
    margin-bottom: 130px !important
  }
}

@media(min-width: 1025px) {
  .u-mr-md-130 {
    margin-right: 130px !important
  }
}

@media(max-width: 1024px) {
  .u-mr-sm-130 {
    margin-right: 130px !important
  }
}

@media(min-width: 1025px) {
  .u-mt-md-135 {
    margin-top: 135px !important
  }
}

@media(max-width: 1024px) {
  .u-mt-sm-135 {
    margin-top: 135px !important
  }
}

@media(min-width: 1025px) {
  .u-ml-md-135 {
    margin-left: 135px !important
  }
}

@media(max-width: 1024px) {
  .u-ml-sm-135 {
    margin-left: 135px !important
  }
}

@media(min-width: 1025px) {
  .u-mb-md-135 {
    margin-bottom: 135px !important
  }
}

@media(max-width: 1024px) {
  .u-mb-sm-135 {
    margin-bottom: 135px !important
  }
}

@media(min-width: 1025px) {
  .u-mr-md-135 {
    margin-right: 135px !important
  }
}

@media(max-width: 1024px) {
  .u-mr-sm-135 {
    margin-right: 135px !important
  }
}

@media(min-width: 1025px) {
  .u-mt-md-140 {
    margin-top: 140px !important
  }
}

@media(max-width: 1024px) {
  .u-mt-sm-140 {
    margin-top: 140px !important
  }
}

@media(min-width: 1025px) {
  .u-ml-md-140 {
    margin-left: 140px !important
  }
}

@media(max-width: 1024px) {
  .u-ml-sm-140 {
    margin-left: 140px !important
  }
}

@media(min-width: 1025px) {
  .u-mb-md-140 {
    margin-bottom: 140px !important
  }
}

@media(max-width: 1024px) {
  .u-mb-sm-140 {
    margin-bottom: 140px !important
  }
}

@media(min-width: 1025px) {
  .u-mr-md-140 {
    margin-right: 140px !important
  }
}

@media(max-width: 1024px) {
  .u-mr-sm-140 {
    margin-right: 140px !important
  }
}

@media(min-width: 1025px) {
  .u-mt-md-145 {
    margin-top: 145px !important
  }
}

@media(max-width: 1024px) {
  .u-mt-sm-145 {
    margin-top: 145px !important
  }
}

@media(min-width: 1025px) {
  .u-ml-md-145 {
    margin-left: 145px !important
  }
}

@media(max-width: 1024px) {
  .u-ml-sm-145 {
    margin-left: 145px !important
  }
}

@media(min-width: 1025px) {
  .u-mb-md-145 {
    margin-bottom: 145px !important
  }
}

@media(max-width: 1024px) {
  .u-mb-sm-145 {
    margin-bottom: 145px !important
  }
}

@media(min-width: 1025px) {
  .u-mr-md-145 {
    margin-right: 145px !important
  }
}

@media(max-width: 1024px) {
  .u-mr-sm-145 {
    margin-right: 145px !important
  }
}

@media(min-width: 1025px) {
  .u-mt-md-150 {
    margin-top: 150px !important
  }
}

@media(max-width: 1024px) {
  .u-mt-sm-150 {
    margin-top: 150px !important
  }
}

@media(min-width: 1025px) {
  .u-ml-md-150 {
    margin-left: 150px !important
  }
}

@media(max-width: 1024px) {
  .u-ml-sm-150 {
    margin-left: 150px !important
  }
}

@media(min-width: 1025px) {
  .u-mb-md-150 {
    margin-bottom: 150px !important
  }
}

@media(max-width: 1024px) {
  .u-mb-sm-150 {
    margin-bottom: 150px !important
  }
}

@media(min-width: 1025px) {
  .u-mr-md-150 {
    margin-right: 150px !important
  }
}

@media(max-width: 1024px) {
  .u-mr-sm-150 {
    margin-right: 150px !important
  }
}

@media(min-width: 1025px) {
  .u-mt-md-155 {
    margin-top: 155px !important
  }
}

@media(max-width: 1024px) {
  .u-mt-sm-155 {
    margin-top: 155px !important
  }
}

@media(min-width: 1025px) {
  .u-ml-md-155 {
    margin-left: 155px !important
  }
}

@media(max-width: 1024px) {
  .u-ml-sm-155 {
    margin-left: 155px !important
  }
}

@media(min-width: 1025px) {
  .u-mb-md-155 {
    margin-bottom: 155px !important
  }
}

@media(max-width: 1024px) {
  .u-mb-sm-155 {
    margin-bottom: 155px !important
  }
}

@media(min-width: 1025px) {
  .u-mr-md-155 {
    margin-right: 155px !important
  }
}

@media(max-width: 1024px) {
  .u-mr-sm-155 {
    margin-right: 155px !important
  }
}

@media(min-width: 1025px) {
  .u-mt-md-160 {
    margin-top: 160px !important
  }
}

@media(max-width: 1024px) {
  .u-mt-sm-160 {
    margin-top: 160px !important
  }
}

@media(min-width: 1025px) {
  .u-ml-md-160 {
    margin-left: 160px !important
  }
}

@media(max-width: 1024px) {
  .u-ml-sm-160 {
    margin-left: 160px !important
  }
}

@media(min-width: 1025px) {
  .u-mb-md-160 {
    margin-bottom: 160px !important
  }
}

@media(max-width: 1024px) {
  .u-mb-sm-160 {
    margin-bottom: 160px !important
  }
}

@media(min-width: 1025px) {
  .u-mr-md-160 {
    margin-right: 160px !important
  }
}

@media(max-width: 1024px) {
  .u-mr-sm-160 {
    margin-right: 160px !important
  }
}

@media(min-width: 1025px) {
  .u-mt-md-165 {
    margin-top: 165px !important
  }
}

@media(max-width: 1024px) {
  .u-mt-sm-165 {
    margin-top: 165px !important
  }
}

@media(min-width: 1025px) {
  .u-ml-md-165 {
    margin-left: 165px !important
  }
}

@media(max-width: 1024px) {
  .u-ml-sm-165 {
    margin-left: 165px !important
  }
}

@media(min-width: 1025px) {
  .u-mb-md-165 {
    margin-bottom: 165px !important
  }
}

@media(max-width: 1024px) {
  .u-mb-sm-165 {
    margin-bottom: 165px !important
  }
}

@media(min-width: 1025px) {
  .u-mr-md-165 {
    margin-right: 165px !important
  }
}

@media(max-width: 1024px) {
  .u-mr-sm-165 {
    margin-right: 165px !important
  }
}

@media(min-width: 1025px) {
  .u-mt-md-170 {
    margin-top: 170px !important
  }
}

@media(max-width: 1024px) {
  .u-mt-sm-170 {
    margin-top: 170px !important
  }
}

@media(min-width: 1025px) {
  .u-ml-md-170 {
    margin-left: 170px !important
  }
}

@media(max-width: 1024px) {
  .u-ml-sm-170 {
    margin-left: 170px !important
  }
}

@media(min-width: 1025px) {
  .u-mb-md-170 {
    margin-bottom: 170px !important
  }
}

@media(max-width: 1024px) {
  .u-mb-sm-170 {
    margin-bottom: 170px !important
  }
}

@media(min-width: 1025px) {
  .u-mr-md-170 {
    margin-right: 170px !important
  }
}

@media(max-width: 1024px) {
  .u-mr-sm-170 {
    margin-right: 170px !important
  }
}

@media(min-width: 1025px) {
  .u-mt-md-175 {
    margin-top: 175px !important
  }
}

@media(max-width: 1024px) {
  .u-mt-sm-175 {
    margin-top: 175px !important
  }
}

@media(min-width: 1025px) {
  .u-ml-md-175 {
    margin-left: 175px !important
  }
}

@media(max-width: 1024px) {
  .u-ml-sm-175 {
    margin-left: 175px !important
  }
}

@media(min-width: 1025px) {
  .u-mb-md-175 {
    margin-bottom: 175px !important
  }
}

@media(max-width: 1024px) {
  .u-mb-sm-175 {
    margin-bottom: 175px !important
  }
}

@media(min-width: 1025px) {
  .u-mr-md-175 {
    margin-right: 175px !important
  }
}

@media(max-width: 1024px) {
  .u-mr-sm-175 {
    margin-right: 175px !important
  }
}

@media(min-width: 1025px) {
  .u-mt-md-180 {
    margin-top: 180px !important
  }
}

@media(max-width: 1024px) {
  .u-mt-sm-180 {
    margin-top: 180px !important
  }
}

@media(min-width: 1025px) {
  .u-ml-md-180 {
    margin-left: 180px !important
  }
}

@media(max-width: 1024px) {
  .u-ml-sm-180 {
    margin-left: 180px !important
  }
}

@media(min-width: 1025px) {
  .u-mb-md-180 {
    margin-bottom: 180px !important
  }
}

@media(max-width: 1024px) {
  .u-mb-sm-180 {
    margin-bottom: 180px !important
  }
}

@media(min-width: 1025px) {
  .u-mr-md-180 {
    margin-right: 180px !important
  }
}

@media(max-width: 1024px) {
  .u-mr-sm-180 {
    margin-right: 180px !important
  }
}

@media(min-width: 1025px) {
  .u-mt-md-185 {
    margin-top: 185px !important
  }
}

@media(max-width: 1024px) {
  .u-mt-sm-185 {
    margin-top: 185px !important
  }
}

@media(min-width: 1025px) {
  .u-ml-md-185 {
    margin-left: 185px !important
  }
}

@media(max-width: 1024px) {
  .u-ml-sm-185 {
    margin-left: 185px !important
  }
}

@media(min-width: 1025px) {
  .u-mb-md-185 {
    margin-bottom: 185px !important
  }
}

@media(max-width: 1024px) {
  .u-mb-sm-185 {
    margin-bottom: 185px !important
  }
}

@media(min-width: 1025px) {
  .u-mr-md-185 {
    margin-right: 185px !important
  }
}

@media(max-width: 1024px) {
  .u-mr-sm-185 {
    margin-right: 185px !important
  }
}

@media(min-width: 1025px) {
  .u-mt-md-190 {
    margin-top: 190px !important
  }
}

@media(max-width: 1024px) {
  .u-mt-sm-190 {
    margin-top: 190px !important
  }
}

@media(min-width: 1025px) {
  .u-ml-md-190 {
    margin-left: 190px !important
  }
}

@media(max-width: 1024px) {
  .u-ml-sm-190 {
    margin-left: 190px !important
  }
}

@media(min-width: 1025px) {
  .u-mb-md-190 {
    margin-bottom: 190px !important
  }
}

@media(max-width: 1024px) {
  .u-mb-sm-190 {
    margin-bottom: 190px !important
  }
}

@media(min-width: 1025px) {
  .u-mr-md-190 {
    margin-right: 190px !important
  }
}

@media(max-width: 1024px) {
  .u-mr-sm-190 {
    margin-right: 190px !important
  }
}

@media(min-width: 1025px) {
  .u-mt-md-195 {
    margin-top: 195px !important
  }
}

@media(max-width: 1024px) {
  .u-mt-sm-195 {
    margin-top: 195px !important
  }
}

@media(min-width: 1025px) {
  .u-ml-md-195 {
    margin-left: 195px !important
  }
}

@media(max-width: 1024px) {
  .u-ml-sm-195 {
    margin-left: 195px !important
  }
}

@media(min-width: 1025px) {
  .u-mb-md-195 {
    margin-bottom: 195px !important
  }
}

@media(max-width: 1024px) {
  .u-mb-sm-195 {
    margin-bottom: 195px !important
  }
}

@media(min-width: 1025px) {
  .u-mr-md-195 {
    margin-right: 195px !important
  }
}

@media(max-width: 1024px) {
  .u-mr-sm-195 {
    margin-right: 195px !important
  }
}

@media(min-width: 1025px) {
  .u-mt-md-200 {
    margin-top: 200px !important
  }
}

@media(max-width: 1024px) {
  .u-mt-sm-200 {
    margin-top: 200px !important
  }
}

@media(min-width: 1025px) {
  .u-ml-md-200 {
    margin-left: 200px !important
  }
}

@media(max-width: 1024px) {
  .u-ml-sm-200 {
    margin-left: 200px !important
  }
}

@media(min-width: 1025px) {
  .u-mb-md-200 {
    margin-bottom: 200px !important
  }
}

@media(max-width: 1024px) {
  .u-mb-sm-200 {
    margin-bottom: 200px !important
  }
}

@media(min-width: 1025px) {
  .u-mr-md-200 {
    margin-right: 200px !important
  }
}

@media(max-width: 1024px) {
  .u-mr-sm-200 {
    margin-right: 200px !important
  }
}

@media(min-width: 1025px) {
  .u-p-all-md-10 {
    padding: 10px !important
  }
}

@media(max-width: 1024px) {
  .u-p-all-sm-10 {
    padding: 10px !important
  }
}

.u-pr-container--padding-hori--normal {
  padding-right: var(--container--padding-hori--normal) !important
}

.u-pl-container--padding-hori--normal {
  padding-left: var(--container--padding-hori--normal) !important
}

@media(max-width: 1024px) {
  .u-pr-sm-container--padding-hori--normal {
    padding-right: var(--container--padding-hori--normal) !important
  }
}

@media(max-width: 1024px) {
  .u-pl-sm-container--padding-hori--normal {
    padding-left: var(--container--padding-hori--normal) !important
  }
}

@media(min-width: 1025px) {
  .u-pr-md-container--padding-hori--normal {
    padding-right: var(--container--padding-hori--normal) !important
  }
}

@media(min-width: 1025px) {
  .u-pl-md-container--padding-hori--normal {
    padding-left: var(--container--padding-hori--normal) !important
  }
}

@media(min-width: 1025px) {
  .u-pt-md-0 {
    padding-top: 0px !important
  }
}

@media(max-width: 1024px) {
  .u-pt-sm-0 {
    padding-top: 0px !important
  }
}

@media(min-width: 1025px) {
  .u-pl-md-0 {
    padding-left: 0px !important
  }
}

@media(max-width: 1024px) {
  .u-pl-sm-0 {
    padding-left: 0px !important
  }
}

@media(min-width: 1025px) {
  .u-pb-md-0 {
    padding-bottom: 0px !important
  }
}

@media(max-width: 1024px) {
  .u-pb-sm-0 {
    padding-bottom: 0px !important
  }
}

@media(min-width: 1025px) {
  .u-pr-md-0 {
    padding-right: 0px !important
  }
}

@media(max-width: 1024px) {
  .u-pr-sm-0 {
    padding-right: 0px !important
  }
}

@media(min-width: 1025px) {
  .u-pt-md-5 {
    padding-top: 5px !important
  }
}

@media(max-width: 1024px) {
  .u-pt-sm-5 {
    padding-top: 5px !important
  }
}

@media(min-width: 1025px) {
  .u-pl-md-5 {
    padding-left: 5px !important
  }
}

@media(max-width: 1024px) {
  .u-pl-sm-5 {
    padding-left: 5px !important
  }
}

@media(min-width: 1025px) {
  .u-pb-md-5 {
    padding-bottom: 5px !important
  }
}

@media(max-width: 1024px) {
  .u-pb-sm-5 {
    padding-bottom: 5px !important
  }
}

@media(min-width: 1025px) {
  .u-pr-md-5 {
    padding-right: 5px !important
  }
}

@media(max-width: 1024px) {
  .u-pr-sm-5 {
    padding-right: 5px !important
  }
}

@media(min-width: 1025px) {
  .u-pt-md-10 {
    padding-top: 10px !important
  }
}

@media(max-width: 1024px) {
  .u-pt-sm-10 {
    padding-top: 10px !important
  }
}

@media(min-width: 1025px) {
  .u-pl-md-10 {
    padding-left: 10px !important
  }
}

@media(max-width: 1024px) {
  .u-pl-sm-10 {
    padding-left: 10px !important
  }
}

@media(min-width: 1025px) {
  .u-pb-md-10 {
    padding-bottom: 10px !important
  }
}

@media(max-width: 1024px) {
  .u-pb-sm-10 {
    padding-bottom: 10px !important
  }
}

@media(min-width: 1025px) {
  .u-pr-md-10 {
    padding-right: 10px !important
  }
}

@media(max-width: 1024px) {
  .u-pr-sm-10 {
    padding-right: 10px !important
  }
}

@media(min-width: 1025px) {
  .u-pt-md-15 {
    padding-top: 15px !important
  }
}

@media(max-width: 1024px) {
  .u-pt-sm-15 {
    padding-top: 15px !important
  }
}

@media(min-width: 1025px) {
  .u-pl-md-15 {
    padding-left: 15px !important
  }
}

@media(max-width: 1024px) {
  .u-pl-sm-15 {
    padding-left: 15px !important
  }
}

@media(min-width: 1025px) {
  .u-pb-md-15 {
    padding-bottom: 15px !important
  }
}

@media(max-width: 1024px) {
  .u-pb-sm-15 {
    padding-bottom: 15px !important
  }
}

@media(min-width: 1025px) {
  .u-pr-md-15 {
    padding-right: 15px !important
  }
}

@media(max-width: 1024px) {
  .u-pr-sm-15 {
    padding-right: 15px !important
  }
}

@media(min-width: 1025px) {
  .u-pt-md-20 {
    padding-top: 20px !important
  }
}

@media(max-width: 1024px) {
  .u-pt-sm-20 {
    padding-top: 20px !important
  }
}

@media(min-width: 1025px) {
  .u-pl-md-20 {
    padding-left: 20px !important
  }
}

@media(max-width: 1024px) {
  .u-pl-sm-20 {
    padding-left: 20px !important
  }
}

@media(min-width: 1025px) {
  .u-pb-md-20 {
    padding-bottom: 20px !important
  }
}

@media(max-width: 1024px) {
  .u-pb-sm-20 {
    padding-bottom: 20px !important
  }
}

@media(min-width: 1025px) {
  .u-pr-md-20 {
    padding-right: 20px !important
  }
}

@media(max-width: 1024px) {
  .u-pr-sm-20 {
    padding-right: 20px !important
  }
}

@media(min-width: 1025px) {
  .u-pt-md-25 {
    padding-top: 25px !important
  }
}

@media(max-width: 1024px) {
  .u-pt-sm-25 {
    padding-top: 25px !important
  }
}

@media(min-width: 1025px) {
  .u-pl-md-25 {
    padding-left: 25px !important
  }
}

@media(max-width: 1024px) {
  .u-pl-sm-25 {
    padding-left: 25px !important
  }
}

@media(min-width: 1025px) {
  .u-pb-md-25 {
    padding-bottom: 25px !important
  }
}

@media(max-width: 1024px) {
  .u-pb-sm-25 {
    padding-bottom: 25px !important
  }
}

@media(min-width: 1025px) {
  .u-pr-md-25 {
    padding-right: 25px !important
  }
}

@media(max-width: 1024px) {
  .u-pr-sm-25 {
    padding-right: 25px !important
  }
}

@media(min-width: 1025px) {
  .u-pt-md-30 {
    padding-top: 30px !important
  }
}

@media(max-width: 1024px) {
  .u-pt-sm-30 {
    padding-top: 30px !important
  }
}

@media(min-width: 1025px) {
  .u-pl-md-30 {
    padding-left: 30px !important
  }
}

@media(max-width: 1024px) {
  .u-pl-sm-30 {
    padding-left: 30px !important
  }
}

@media(min-width: 1025px) {
  .u-pb-md-30 {
    padding-bottom: 30px !important
  }
}

@media(max-width: 1024px) {
  .u-pb-sm-30 {
    padding-bottom: 30px !important
  }
}

@media(min-width: 1025px) {
  .u-pr-md-30 {
    padding-right: 30px !important
  }
}

@media(max-width: 1024px) {
  .u-pr-sm-30 {
    padding-right: 30px !important
  }
}

@media(min-width: 1025px) {
  .u-pt-md-35 {
    padding-top: 35px !important
  }
}

@media(max-width: 1024px) {
  .u-pt-sm-35 {
    padding-top: 35px !important
  }
}

@media(min-width: 1025px) {
  .u-pl-md-35 {
    padding-left: 35px !important
  }
}

@media(max-width: 1024px) {
  .u-pl-sm-35 {
    padding-left: 35px !important
  }
}

@media(min-width: 1025px) {
  .u-pb-md-35 {
    padding-bottom: 35px !important
  }
}

@media(max-width: 1024px) {
  .u-pb-sm-35 {
    padding-bottom: 35px !important
  }
}

@media(min-width: 1025px) {
  .u-pr-md-35 {
    padding-right: 35px !important
  }
}

@media(max-width: 1024px) {
  .u-pr-sm-35 {
    padding-right: 35px !important
  }
}

@media(min-width: 1025px) {
  .u-pt-md-40 {
    padding-top: 40px !important
  }
}

@media(max-width: 1024px) {
  .u-pt-sm-40 {
    padding-top: 40px !important
  }
}

@media(min-width: 1025px) {
  .u-pl-md-40 {
    padding-left: 40px !important
  }
}

@media(max-width: 1024px) {
  .u-pl-sm-40 {
    padding-left: 40px !important
  }
}

@media(min-width: 1025px) {
  .u-pb-md-40 {
    padding-bottom: 40px !important
  }
}

@media(max-width: 1024px) {
  .u-pb-sm-40 {
    padding-bottom: 40px !important
  }
}

@media(min-width: 1025px) {
  .u-pr-md-40 {
    padding-right: 40px !important
  }
}

@media(max-width: 1024px) {
  .u-pr-sm-40 {
    padding-right: 40px !important
  }
}

@media(min-width: 1025px) {
  .u-pt-md-45 {
    padding-top: 45px !important
  }
}

@media(max-width: 1024px) {
  .u-pt-sm-45 {
    padding-top: 45px !important
  }
}

@media(min-width: 1025px) {
  .u-pl-md-45 {
    padding-left: 45px !important
  }
}

@media(max-width: 1024px) {
  .u-pl-sm-45 {
    padding-left: 45px !important
  }
}

@media(min-width: 1025px) {
  .u-pb-md-45 {
    padding-bottom: 45px !important
  }
}

@media(max-width: 1024px) {
  .u-pb-sm-45 {
    padding-bottom: 45px !important
  }
}

@media(min-width: 1025px) {
  .u-pr-md-45 {
    padding-right: 45px !important
  }
}

@media(max-width: 1024px) {
  .u-pr-sm-45 {
    padding-right: 45px !important
  }
}

@media(min-width: 1025px) {
  .u-pt-md-50 {
    padding-top: 50px !important
  }
}

@media(max-width: 1024px) {
  .u-pt-sm-50 {
    padding-top: 50px !important
  }
}

@media(min-width: 1025px) {
  .u-pl-md-50 {
    padding-left: 50px !important
  }
}

@media(max-width: 1024px) {
  .u-pl-sm-50 {
    padding-left: 50px !important
  }
}

@media(min-width: 1025px) {
  .u-pb-md-50 {
    padding-bottom: 50px !important
  }
}

@media(max-width: 1024px) {
  .u-pb-sm-50 {
    padding-bottom: 50px !important
  }
}

@media(min-width: 1025px) {
  .u-pr-md-50 {
    padding-right: 50px !important
  }
}

@media(max-width: 1024px) {
  .u-pr-sm-50 {
    padding-right: 50px !important
  }
}

@media(min-width: 1025px) {
  .u-pt-md-55 {
    padding-top: 55px !important
  }
}

@media(max-width: 1024px) {
  .u-pt-sm-55 {
    padding-top: 55px !important
  }
}

@media(min-width: 1025px) {
  .u-pl-md-55 {
    padding-left: 55px !important
  }
}

@media(max-width: 1024px) {
  .u-pl-sm-55 {
    padding-left: 55px !important
  }
}

@media(min-width: 1025px) {
  .u-pb-md-55 {
    padding-bottom: 55px !important
  }
}

@media(max-width: 1024px) {
  .u-pb-sm-55 {
    padding-bottom: 55px !important
  }
}

@media(min-width: 1025px) {
  .u-pr-md-55 {
    padding-right: 55px !important
  }
}

@media(max-width: 1024px) {
  .u-pr-sm-55 {
    padding-right: 55px !important
  }
}

@media(min-width: 1025px) {
  .u-pt-md-60 {
    padding-top: 60px !important
  }
}

@media(max-width: 1024px) {
  .u-pt-sm-60 {
    padding-top: 60px !important
  }
}

@media(min-width: 1025px) {
  .u-pl-md-60 {
    padding-left: 60px !important
  }
}

@media(max-width: 1024px) {
  .u-pl-sm-60 {
    padding-left: 60px !important
  }
}

@media(min-width: 1025px) {
  .u-pb-md-60 {
    padding-bottom: 60px !important
  }
}

@media(max-width: 1024px) {
  .u-pb-sm-60 {
    padding-bottom: 60px !important
  }
}

@media(min-width: 1025px) {
  .u-pr-md-60 {
    padding-right: 60px !important
  }
}

@media(max-width: 1024px) {
  .u-pr-sm-60 {
    padding-right: 60px !important
  }
}

@media(min-width: 1025px) {
  .u-pt-md-65 {
    padding-top: 65px !important
  }
}

@media(max-width: 1024px) {
  .u-pt-sm-65 {
    padding-top: 65px !important
  }
}

@media(min-width: 1025px) {
  .u-pl-md-65 {
    padding-left: 65px !important
  }
}

@media(max-width: 1024px) {
  .u-pl-sm-65 {
    padding-left: 65px !important
  }
}

@media(min-width: 1025px) {
  .u-pb-md-65 {
    padding-bottom: 65px !important
  }
}

@media(max-width: 1024px) {
  .u-pb-sm-65 {
    padding-bottom: 65px !important
  }
}

@media(min-width: 1025px) {
  .u-pr-md-65 {
    padding-right: 65px !important
  }
}

@media(max-width: 1024px) {
  .u-pr-sm-65 {
    padding-right: 65px !important
  }
}

@media(min-width: 1025px) {
  .u-pt-md-70 {
    padding-top: 70px !important
  }
}

@media(max-width: 1024px) {
  .u-pt-sm-70 {
    padding-top: 70px !important
  }
}

@media(min-width: 1025px) {
  .u-pl-md-70 {
    padding-left: 70px !important
  }
}

@media(max-width: 1024px) {
  .u-pl-sm-70 {
    padding-left: 70px !important
  }
}

@media(min-width: 1025px) {
  .u-pb-md-70 {
    padding-bottom: 70px !important
  }
}

@media(max-width: 1024px) {
  .u-pb-sm-70 {
    padding-bottom: 70px !important
  }
}

@media(min-width: 1025px) {
  .u-pr-md-70 {
    padding-right: 70px !important
  }
}

@media(max-width: 1024px) {
  .u-pr-sm-70 {
    padding-right: 70px !important
  }
}

@media(min-width: 1025px) {
  .u-pt-md-75 {
    padding-top: 75px !important
  }
}

@media(max-width: 1024px) {
  .u-pt-sm-75 {
    padding-top: 75px !important
  }
}

@media(min-width: 1025px) {
  .u-pl-md-75 {
    padding-left: 75px !important
  }
}

@media(max-width: 1024px) {
  .u-pl-sm-75 {
    padding-left: 75px !important
  }
}

@media(min-width: 1025px) {
  .u-pb-md-75 {
    padding-bottom: 75px !important
  }
}

@media(max-width: 1024px) {
  .u-pb-sm-75 {
    padding-bottom: 75px !important
  }
}

@media(min-width: 1025px) {
  .u-pr-md-75 {
    padding-right: 75px !important
  }
}

@media(max-width: 1024px) {
  .u-pr-sm-75 {
    padding-right: 75px !important
  }
}

@media(min-width: 1025px) {
  .u-pt-md-80 {
    padding-top: 80px !important
  }
}

@media(max-width: 1024px) {
  .u-pt-sm-80 {
    padding-top: 80px !important
  }
}

@media(min-width: 1025px) {
  .u-pl-md-80 {
    padding-left: 80px !important
  }
}

@media(max-width: 1024px) {
  .u-pl-sm-80 {
    padding-left: 80px !important
  }
}

@media(min-width: 1025px) {
  .u-pb-md-80 {
    padding-bottom: 80px !important
  }
}

@media(max-width: 1024px) {
  .u-pb-sm-80 {
    padding-bottom: 80px !important
  }
}

@media(min-width: 1025px) {
  .u-pr-md-80 {
    padding-right: 80px !important
  }
}

@media(max-width: 1024px) {
  .u-pr-sm-80 {
    padding-right: 80px !important
  }
}

@media(min-width: 1025px) {
  .u-pt-md-85 {
    padding-top: 85px !important
  }
}

@media(max-width: 1024px) {
  .u-pt-sm-85 {
    padding-top: 85px !important
  }
}

@media(min-width: 1025px) {
  .u-pl-md-85 {
    padding-left: 85px !important
  }
}

@media(max-width: 1024px) {
  .u-pl-sm-85 {
    padding-left: 85px !important
  }
}

@media(min-width: 1025px) {
  .u-pb-md-85 {
    padding-bottom: 85px !important
  }
}

@media(max-width: 1024px) {
  .u-pb-sm-85 {
    padding-bottom: 85px !important
  }
}

@media(min-width: 1025px) {
  .u-pr-md-85 {
    padding-right: 85px !important
  }
}

@media(max-width: 1024px) {
  .u-pr-sm-85 {
    padding-right: 85px !important
  }
}

@media(min-width: 1025px) {
  .u-pt-md-90 {
    padding-top: 90px !important
  }
}

@media(max-width: 1024px) {
  .u-pt-sm-90 {
    padding-top: 90px !important
  }
}

@media(min-width: 1025px) {
  .u-pl-md-90 {
    padding-left: 90px !important
  }
}

@media(max-width: 1024px) {
  .u-pl-sm-90 {
    padding-left: 90px !important
  }
}

@media(min-width: 1025px) {
  .u-pb-md-90 {
    padding-bottom: 90px !important
  }
}

@media(max-width: 1024px) {
  .u-pb-sm-90 {
    padding-bottom: 90px !important
  }
}

@media(min-width: 1025px) {
  .u-pr-md-90 {
    padding-right: 90px !important
  }
}

@media(max-width: 1024px) {
  .u-pr-sm-90 {
    padding-right: 90px !important
  }
}

@media(min-width: 1025px) {
  .u-pt-md-95 {
    padding-top: 95px !important
  }
}

@media(max-width: 1024px) {
  .u-pt-sm-95 {
    padding-top: 95px !important
  }
}

@media(min-width: 1025px) {
  .u-pl-md-95 {
    padding-left: 95px !important
  }
}

@media(max-width: 1024px) {
  .u-pl-sm-95 {
    padding-left: 95px !important
  }
}

@media(min-width: 1025px) {
  .u-pb-md-95 {
    padding-bottom: 95px !important
  }
}

@media(max-width: 1024px) {
  .u-pb-sm-95 {
    padding-bottom: 95px !important
  }
}

@media(min-width: 1025px) {
  .u-pr-md-95 {
    padding-right: 95px !important
  }
}

@media(max-width: 1024px) {
  .u-pr-sm-95 {
    padding-right: 95px !important
  }
}

@media(min-width: 1025px) {
  .u-pt-md-100 {
    padding-top: 100px !important
  }
}

@media(max-width: 1024px) {
  .u-pt-sm-100 {
    padding-top: 100px !important
  }
}

@media(min-width: 1025px) {
  .u-pl-md-100 {
    padding-left: 100px !important
  }
}

@media(max-width: 1024px) {
  .u-pl-sm-100 {
    padding-left: 100px !important
  }
}

@media(min-width: 1025px) {
  .u-pb-md-100 {
    padding-bottom: 100px !important
  }
}

@media(max-width: 1024px) {
  .u-pb-sm-100 {
    padding-bottom: 100px !important
  }
}

@media(min-width: 1025px) {
  .u-pr-md-100 {
    padding-right: 100px !important
  }
}

@media(max-width: 1024px) {
  .u-pr-sm-100 {
    padding-right: 100px !important
  }
}

@media(min-width: 1025px) {
  .u-pt-md-105 {
    padding-top: 105px !important
  }
}

@media(max-width: 1024px) {
  .u-pt-sm-105 {
    padding-top: 105px !important
  }
}

@media(min-width: 1025px) {
  .u-pl-md-105 {
    padding-left: 105px !important
  }
}

@media(max-width: 1024px) {
  .u-pl-sm-105 {
    padding-left: 105px !important
  }
}

@media(min-width: 1025px) {
  .u-pb-md-105 {
    padding-bottom: 105px !important
  }
}

@media(max-width: 1024px) {
  .u-pb-sm-105 {
    padding-bottom: 105px !important
  }
}

@media(min-width: 1025px) {
  .u-pr-md-105 {
    padding-right: 105px !important
  }
}

@media(max-width: 1024px) {
  .u-pr-sm-105 {
    padding-right: 105px !important
  }
}

@media(min-width: 1025px) {
  .u-pt-md-110 {
    padding-top: 110px !important
  }
}

@media(max-width: 1024px) {
  .u-pt-sm-110 {
    padding-top: 110px !important
  }
}

@media(min-width: 1025px) {
  .u-pl-md-110 {
    padding-left: 110px !important
  }
}

@media(max-width: 1024px) {
  .u-pl-sm-110 {
    padding-left: 110px !important
  }
}

@media(min-width: 1025px) {
  .u-pb-md-110 {
    padding-bottom: 110px !important
  }
}

@media(max-width: 1024px) {
  .u-pb-sm-110 {
    padding-bottom: 110px !important
  }
}

@media(min-width: 1025px) {
  .u-pr-md-110 {
    padding-right: 110px !important
  }
}

@media(max-width: 1024px) {
  .u-pr-sm-110 {
    padding-right: 110px !important
  }
}

@media(min-width: 1025px) {
  .u-pt-md-115 {
    padding-top: 115px !important
  }
}

@media(max-width: 1024px) {
  .u-pt-sm-115 {
    padding-top: 115px !important
  }
}

@media(min-width: 1025px) {
  .u-pl-md-115 {
    padding-left: 115px !important
  }
}

@media(max-width: 1024px) {
  .u-pl-sm-115 {
    padding-left: 115px !important
  }
}

@media(min-width: 1025px) {
  .u-pb-md-115 {
    padding-bottom: 115px !important
  }
}

@media(max-width: 1024px) {
  .u-pb-sm-115 {
    padding-bottom: 115px !important
  }
}

@media(min-width: 1025px) {
  .u-pr-md-115 {
    padding-right: 115px !important
  }
}

@media(max-width: 1024px) {
  .u-pr-sm-115 {
    padding-right: 115px !important
  }
}

@media(min-width: 1025px) {
  .u-pt-md-120 {
    padding-top: 120px !important
  }
}

@media(max-width: 1024px) {
  .u-pt-sm-120 {
    padding-top: 120px !important
  }
}

@media(min-width: 1025px) {
  .u-pl-md-120 {
    padding-left: 120px !important
  }
}

@media(max-width: 1024px) {
  .u-pl-sm-120 {
    padding-left: 120px !important
  }
}

@media(min-width: 1025px) {
  .u-pb-md-120 {
    padding-bottom: 120px !important
  }
}

@media(max-width: 1024px) {
  .u-pb-sm-120 {
    padding-bottom: 120px !important
  }
}

@media(min-width: 1025px) {
  .u-pr-md-120 {
    padding-right: 120px !important
  }
}

@media(max-width: 1024px) {
  .u-pr-sm-120 {
    padding-right: 120px !important
  }
}

@media(min-width: 1025px) {
  .u-pt-md-125 {
    padding-top: 125px !important
  }
}

@media(max-width: 1024px) {
  .u-pt-sm-125 {
    padding-top: 125px !important
  }
}

@media(min-width: 1025px) {
  .u-pl-md-125 {
    padding-left: 125px !important
  }
}

@media(max-width: 1024px) {
  .u-pl-sm-125 {
    padding-left: 125px !important
  }
}

@media(min-width: 1025px) {
  .u-pb-md-125 {
    padding-bottom: 125px !important
  }
}

@media(max-width: 1024px) {
  .u-pb-sm-125 {
    padding-bottom: 125px !important
  }
}

@media(min-width: 1025px) {
  .u-pr-md-125 {
    padding-right: 125px !important
  }
}

@media(max-width: 1024px) {
  .u-pr-sm-125 {
    padding-right: 125px !important
  }
}

@media(min-width: 1025px) {
  .u-pt-md-130 {
    padding-top: 130px !important
  }
}

@media(max-width: 1024px) {
  .u-pt-sm-130 {
    padding-top: 130px !important
  }
}

@media(min-width: 1025px) {
  .u-pl-md-130 {
    padding-left: 130px !important
  }
}

@media(max-width: 1024px) {
  .u-pl-sm-130 {
    padding-left: 130px !important
  }
}

@media(min-width: 1025px) {
  .u-pb-md-130 {
    padding-bottom: 130px !important
  }
}

@media(max-width: 1024px) {
  .u-pb-sm-130 {
    padding-bottom: 130px !important
  }
}

@media(min-width: 1025px) {
  .u-pr-md-130 {
    padding-right: 130px !important
  }
}

@media(max-width: 1024px) {
  .u-pr-sm-130 {
    padding-right: 130px !important
  }
}

@media(min-width: 1025px) {
  .u-pt-md-135 {
    padding-top: 135px !important
  }
}

@media(max-width: 1024px) {
  .u-pt-sm-135 {
    padding-top: 135px !important
  }
}

@media(min-width: 1025px) {
  .u-pl-md-135 {
    padding-left: 135px !important
  }
}

@media(max-width: 1024px) {
  .u-pl-sm-135 {
    padding-left: 135px !important
  }
}

@media(min-width: 1025px) {
  .u-pb-md-135 {
    padding-bottom: 135px !important
  }
}

@media(max-width: 1024px) {
  .u-pb-sm-135 {
    padding-bottom: 135px !important
  }
}

@media(min-width: 1025px) {
  .u-pr-md-135 {
    padding-right: 135px !important
  }
}

@media(max-width: 1024px) {
  .u-pr-sm-135 {
    padding-right: 135px !important
  }
}

@media(min-width: 1025px) {
  .u-pt-md-140 {
    padding-top: 140px !important
  }
}

@media(max-width: 1024px) {
  .u-pt-sm-140 {
    padding-top: 140px !important
  }
}

@media(min-width: 1025px) {
  .u-pl-md-140 {
    padding-left: 140px !important
  }
}

@media(max-width: 1024px) {
  .u-pl-sm-140 {
    padding-left: 140px !important
  }
}

@media(min-width: 1025px) {
  .u-pb-md-140 {
    padding-bottom: 140px !important
  }
}

@media(max-width: 1024px) {
  .u-pb-sm-140 {
    padding-bottom: 140px !important
  }
}

@media(min-width: 1025px) {
  .u-pr-md-140 {
    padding-right: 140px !important
  }
}

@media(max-width: 1024px) {
  .u-pr-sm-140 {
    padding-right: 140px !important
  }
}

@media(min-width: 1025px) {
  .u-pt-md-145 {
    padding-top: 145px !important
  }
}

@media(max-width: 1024px) {
  .u-pt-sm-145 {
    padding-top: 145px !important
  }
}

@media(min-width: 1025px) {
  .u-pl-md-145 {
    padding-left: 145px !important
  }
}

@media(max-width: 1024px) {
  .u-pl-sm-145 {
    padding-left: 145px !important
  }
}

@media(min-width: 1025px) {
  .u-pb-md-145 {
    padding-bottom: 145px !important
  }
}

@media(max-width: 1024px) {
  .u-pb-sm-145 {
    padding-bottom: 145px !important
  }
}

@media(min-width: 1025px) {
  .u-pr-md-145 {
    padding-right: 145px !important
  }
}

@media(max-width: 1024px) {
  .u-pr-sm-145 {
    padding-right: 145px !important
  }
}

@media(min-width: 1025px) {
  .u-pt-md-150 {
    padding-top: 150px !important
  }
}

@media(max-width: 1024px) {
  .u-pt-sm-150 {
    padding-top: 150px !important
  }
}

@media(min-width: 1025px) {
  .u-pl-md-150 {
    padding-left: 150px !important
  }
}

@media(max-width: 1024px) {
  .u-pl-sm-150 {
    padding-left: 150px !important
  }
}

@media(min-width: 1025px) {
  .u-pb-md-150 {
    padding-bottom: 150px !important
  }
}

@media(max-width: 1024px) {
  .u-pb-sm-150 {
    padding-bottom: 150px !important
  }
}

@media(min-width: 1025px) {
  .u-pr-md-150 {
    padding-right: 150px !important
  }
}

@media(max-width: 1024px) {
  .u-pr-sm-150 {
    padding-right: 150px !important
  }
}

@media(min-width: 1025px) {
  .u-pt-md-155 {
    padding-top: 155px !important
  }
}

@media(max-width: 1024px) {
  .u-pt-sm-155 {
    padding-top: 155px !important
  }
}

@media(min-width: 1025px) {
  .u-pl-md-155 {
    padding-left: 155px !important
  }
}

@media(max-width: 1024px) {
  .u-pl-sm-155 {
    padding-left: 155px !important
  }
}

@media(min-width: 1025px) {
  .u-pb-md-155 {
    padding-bottom: 155px !important
  }
}

@media(max-width: 1024px) {
  .u-pb-sm-155 {
    padding-bottom: 155px !important
  }
}

@media(min-width: 1025px) {
  .u-pr-md-155 {
    padding-right: 155px !important
  }
}

@media(max-width: 1024px) {
  .u-pr-sm-155 {
    padding-right: 155px !important
  }
}

@media(min-width: 1025px) {
  .u-pt-md-160 {
    padding-top: 160px !important
  }
}

@media(max-width: 1024px) {
  .u-pt-sm-160 {
    padding-top: 160px !important
  }
}

@media(min-width: 1025px) {
  .u-pl-md-160 {
    padding-left: 160px !important
  }
}

@media(max-width: 1024px) {
  .u-pl-sm-160 {
    padding-left: 160px !important
  }
}

@media(min-width: 1025px) {
  .u-pb-md-160 {
    padding-bottom: 160px !important
  }
}

@media(max-width: 1024px) {
  .u-pb-sm-160 {
    padding-bottom: 160px !important
  }
}

@media(min-width: 1025px) {
  .u-pr-md-160 {
    padding-right: 160px !important
  }
}

@media(max-width: 1024px) {
  .u-pr-sm-160 {
    padding-right: 160px !important
  }
}

@media(min-width: 1025px) {
  .u-pt-md-165 {
    padding-top: 165px !important
  }
}

@media(max-width: 1024px) {
  .u-pt-sm-165 {
    padding-top: 165px !important
  }
}

@media(min-width: 1025px) {
  .u-pl-md-165 {
    padding-left: 165px !important
  }
}

@media(max-width: 1024px) {
  .u-pl-sm-165 {
    padding-left: 165px !important
  }
}

@media(min-width: 1025px) {
  .u-pb-md-165 {
    padding-bottom: 165px !important
  }
}

@media(max-width: 1024px) {
  .u-pb-sm-165 {
    padding-bottom: 165px !important
  }
}

@media(min-width: 1025px) {
  .u-pr-md-165 {
    padding-right: 165px !important
  }
}

@media(max-width: 1024px) {
  .u-pr-sm-165 {
    padding-right: 165px !important
  }
}

@media(min-width: 1025px) {
  .u-pt-md-170 {
    padding-top: 170px !important
  }
}

@media(max-width: 1024px) {
  .u-pt-sm-170 {
    padding-top: 170px !important
  }
}

@media(min-width: 1025px) {
  .u-pl-md-170 {
    padding-left: 170px !important
  }
}

@media(max-width: 1024px) {
  .u-pl-sm-170 {
    padding-left: 170px !important
  }
}

@media(min-width: 1025px) {
  .u-pb-md-170 {
    padding-bottom: 170px !important
  }
}

@media(max-width: 1024px) {
  .u-pb-sm-170 {
    padding-bottom: 170px !important
  }
}

@media(min-width: 1025px) {
  .u-pr-md-170 {
    padding-right: 170px !important
  }
}

@media(max-width: 1024px) {
  .u-pr-sm-170 {
    padding-right: 170px !important
  }
}

@media(min-width: 1025px) {
  .u-pt-md-175 {
    padding-top: 175px !important
  }
}

@media(max-width: 1024px) {
  .u-pt-sm-175 {
    padding-top: 175px !important
  }
}

@media(min-width: 1025px) {
  .u-pl-md-175 {
    padding-left: 175px !important
  }
}

@media(max-width: 1024px) {
  .u-pl-sm-175 {
    padding-left: 175px !important
  }
}

@media(min-width: 1025px) {
  .u-pb-md-175 {
    padding-bottom: 175px !important
  }
}

@media(max-width: 1024px) {
  .u-pb-sm-175 {
    padding-bottom: 175px !important
  }
}

@media(min-width: 1025px) {
  .u-pr-md-175 {
    padding-right: 175px !important
  }
}

@media(max-width: 1024px) {
  .u-pr-sm-175 {
    padding-right: 175px !important
  }
}

@media(min-width: 1025px) {
  .u-pt-md-180 {
    padding-top: 180px !important
  }
}

@media(max-width: 1024px) {
  .u-pt-sm-180 {
    padding-top: 180px !important
  }
}

@media(min-width: 1025px) {
  .u-pl-md-180 {
    padding-left: 180px !important
  }
}

@media(max-width: 1024px) {
  .u-pl-sm-180 {
    padding-left: 180px !important
  }
}

@media(min-width: 1025px) {
  .u-pb-md-180 {
    padding-bottom: 180px !important
  }
}

@media(max-width: 1024px) {
  .u-pb-sm-180 {
    padding-bottom: 180px !important
  }
}

@media(min-width: 1025px) {
  .u-pr-md-180 {
    padding-right: 180px !important
  }
}

@media(max-width: 1024px) {
  .u-pr-sm-180 {
    padding-right: 180px !important
  }
}

@media(min-width: 1025px) {
  .u-pt-md-185 {
    padding-top: 185px !important
  }
}

@media(max-width: 1024px) {
  .u-pt-sm-185 {
    padding-top: 185px !important
  }
}

@media(min-width: 1025px) {
  .u-pl-md-185 {
    padding-left: 185px !important
  }
}

@media(max-width: 1024px) {
  .u-pl-sm-185 {
    padding-left: 185px !important
  }
}

@media(min-width: 1025px) {
  .u-pb-md-185 {
    padding-bottom: 185px !important
  }
}

@media(max-width: 1024px) {
  .u-pb-sm-185 {
    padding-bottom: 185px !important
  }
}

@media(min-width: 1025px) {
  .u-pr-md-185 {
    padding-right: 185px !important
  }
}

@media(max-width: 1024px) {
  .u-pr-sm-185 {
    padding-right: 185px !important
  }
}

@media(min-width: 1025px) {
  .u-pt-md-190 {
    padding-top: 190px !important
  }
}

@media(max-width: 1024px) {
  .u-pt-sm-190 {
    padding-top: 190px !important
  }
}

@media(min-width: 1025px) {
  .u-pl-md-190 {
    padding-left: 190px !important
  }
}

@media(max-width: 1024px) {
  .u-pl-sm-190 {
    padding-left: 190px !important
  }
}

@media(min-width: 1025px) {
  .u-pb-md-190 {
    padding-bottom: 190px !important
  }
}

@media(max-width: 1024px) {
  .u-pb-sm-190 {
    padding-bottom: 190px !important
  }
}

@media(min-width: 1025px) {
  .u-pr-md-190 {
    padding-right: 190px !important
  }
}

@media(max-width: 1024px) {
  .u-pr-sm-190 {
    padding-right: 190px !important
  }
}

@media(min-width: 1025px) {
  .u-pt-md-195 {
    padding-top: 195px !important
  }
}

@media(max-width: 1024px) {
  .u-pt-sm-195 {
    padding-top: 195px !important
  }
}

@media(min-width: 1025px) {
  .u-pl-md-195 {
    padding-left: 195px !important
  }
}

@media(max-width: 1024px) {
  .u-pl-sm-195 {
    padding-left: 195px !important
  }
}

@media(min-width: 1025px) {
  .u-pb-md-195 {
    padding-bottom: 195px !important
  }
}

@media(max-width: 1024px) {
  .u-pb-sm-195 {
    padding-bottom: 195px !important
  }
}

@media(min-width: 1025px) {
  .u-pr-md-195 {
    padding-right: 195px !important
  }
}

@media(max-width: 1024px) {
  .u-pr-sm-195 {
    padding-right: 195px !important
  }
}

@media(min-width: 1025px) {
  .u-pt-md-200 {
    padding-top: 200px !important
  }
}

@media(max-width: 1024px) {
  .u-pt-sm-200 {
    padding-top: 200px !important
  }
}

@media(min-width: 1025px) {
  .u-pl-md-200 {
    padding-left: 200px !important
  }
}

@media(max-width: 1024px) {
  .u-pl-sm-200 {
    padding-left: 200px !important
  }
}

@media(min-width: 1025px) {
  .u-pb-md-200 {
    padding-bottom: 200px !important
  }
}

@media(max-width: 1024px) {
  .u-pb-sm-200 {
    padding-bottom: 200px !important
  }
}

@media(min-width: 1025px) {
  .u-pr-md-200 {
    padding-right: 200px !important
  }
}

@media(max-width: 1024px) {
  .u-pr-sm-200 {
    padding-right: 200px !important
  }
}

.u-position-absolute {
  position: absolute !important
}

@media(max-width: 1024px) {
  .u-position-sm-absolute {
    position: absolute !important
  }
}

@media(min-width: 1025px) {
  .u-position-md-absolute {
    position: absolute !important
  }
}

.u-position-fixed {
  position: fixed !important
}

@media(max-width: 1024px) {
  .u-position-sm-fixed {
    position: fixed !important
  }
}

@media(min-width: 1025px) {
  .u-position-md-fixed {
    position: fixed !important
  }
}

.u-position-sticky {
  position: sticky !important
}

@media(max-width: 1024px) {
  .u-position-sm-sticky {
    position: sticky !important
  }
}

@media(min-width: 1025px) {
  .u-position-md-sticky {
    position: sticky !important
  }
}

.u-text-transform-none {
  text-transform: none !important
}

.u-text-transform-capitalize {
  text-transform: capitalize !important
}

.u-text-transform-uppercase {
  text-transform: uppercase !important
}

.u-text-transform-lowercase {
  text-transform: lowercase !important
}

.u-text-transform-full-width {
  text-transform: full-width !important
}

@media(min-width: 1025px) {
  .u-text-transform-md-none {
    text-transform: none !important
  }
}

@media(min-width: 1025px) {
  .u-text-transform-md-capitalize {
    text-transform: capitalize !important
  }
}

@media(min-width: 1025px) {
  .u-text-transform-md-uppercase {
    text-transform: uppercase !important
  }
}

@media(min-width: 1025px) {
  .u-text-transform-md-lowercase {
    text-transform: lowercase !important
  }
}

@media(min-width: 1025px) {
  .u-text-transform-md-full-width {
    text-transform: full-width !important
  }
}

@media(max-width: 1024px) {
  .u-text-transform-sm-none {
    text-transform: none !important
  }
}

@media(max-width: 1024px) {
  .u-text-transform-sm-capitalize {
    text-transform: capitalize !important
  }
}

@media(max-width: 1024px) {
  .u-text-transform-sm-uppercase {
    text-transform: uppercase !important
  }
}

@media(max-width: 1024px) {
  .u-text-transform-sm-lowercase {
    text-transform: lowercase !important
  }
}

@media(max-width: 1024px) {
  .u-text-transform-sm-full-width {
    text-transform: full-width !important
  }
}

.u-width-100p {
  width: 100% !important
}

@media(min-width: 1025px) {
  .u-width-md-100p {
    width: 100% !important
  }
}

@media(max-width: 1024px) {
  .u-width-sm-100p {
    width: 100% !important
  }
}

/*# sourceMappingURL=main.css.map */