@charset "UTF-8";
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

iframe {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes fadeIn {
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInUp {
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
html {
  font-size: 62.5%;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

body {
  font-size: 1.6rem;
  line-height: 200%;
  overflow-x: hidden;
}

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

body {
  scrollbar-color: #32B89D #F1EEE7;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #F1EEE7;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  background: #32B89D;
  border-radius: 5px;
}

.fadeIn {
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.fadeIn.is-show {
  opacity: 1;
}

.fadeInUp {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.fadeInUp.is-show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.transitionDelay01 {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.scroll-hint-icon {
  line-height: 1.2;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  padding: 30px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.l-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(255, 255, 255, 0.85);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.l-header__inner {
  position: relative;
  z-index: 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;
  width: calc(100% - 80px);
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .l-header__inner {
    display: block;
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 599px) {
  .l-header__logo, .l-header__logo--notTop, .l-header__logo--top {
    width: 252px;
  }
}
.l-header__logo--top {
  display: none;
}
.l-header__logo--notTop {
  display: block;
}
.l-header__logoLink {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  display: block;
}
@media (hover: hover) {
  .l-header__logoLink:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
  .l-header__logoLink:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}
.l-header__logoImg {
  display: block;
}
@media screen and (max-width: 1023px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  list-style-type: none;
  visibility: hidden;
}
@media screen and (max-width: 1250px) {
  .l-header__navList {
    gap: 20px;
  }
}
.l-header__navList:hover .l-header__navLink {
  opacity: 0.5;
}
.l-header__navList:hover .l-header__navLink:hover {
  opacity: 1;
}
.l-header__navItem {
  visibility: visible;
}
.l-header__navItem:hover .l-header__navSub {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  visibility: visible;
}
.l-header__navItem:hover .l-header__navLink {
  opacity: 1;
}
.l-header__navLink {
  position: relative;
  display: block;
  color: #002162;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 240%;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.l-header__navLink::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #32B89D;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.l-header__navLink.is-current::before {
  opacity: 1;
}
.l-header__navBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  list-style-type: none;
}
@media screen and (max-width: 1250px) {
  .l-header__navBtn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 20px;
  }
}
.l-header__navBtnItem {
  width: 180px;
}
.l-header__navBtnLink, .l-header__drawerBtnLink02, .l-header__drawerBtnLink01, .l-header__navBtnLink02, .l-header__navBtnLink01 {
  position: relative;
  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;
  border-radius: 70px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background-color: #32B89D;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  height: 46px;
  padding: 13px 5px;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.1em;
}
.l-header__navBtnLink::before, .l-header__drawerBtnLink02::before, .l-header__drawerBtnLink01::before, .l-header__navBtnLink02::before, .l-header__navBtnLink01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2A9983;
  -webkit-transform-origin: center left;
          transform-origin: center left;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (hover: hover) {
  .l-header__navBtnLink:where(:-moz-any-link, :enabled, summary):hover::before, .l-header__drawerBtnLink02:where(:-moz-any-link, :enabled, summary):hover::before, .l-header__drawerBtnLink01:where(:-moz-any-link, :enabled, summary):hover::before, .l-header__navBtnLink02:where(:-moz-any-link, :enabled, summary):hover::before, .l-header__navBtnLink01:where(:-moz-any-link, :enabled, summary):hover::before {
    transform: scaleX(1);
  }
  .l-header__navBtnLink:where(:any-link, :enabled, summary):hover::before, .l-header__drawerBtnLink02:where(:any-link, :enabled, summary):hover::before, .l-header__drawerBtnLink01:where(:any-link, :enabled, summary):hover::before, .l-header__navBtnLink02:where(:any-link, :enabled, summary):hover::before, .l-header__navBtnLink01:where(:any-link, :enabled, summary):hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.l-header__navBtnLink .btnText, .l-header__drawerBtnLink02 .btnText, .l-header__drawerBtnLink01 .btnText, .l-header__navBtnLink02 .btnText, .l-header__navBtnLink01 .btnText {
  position: relative;
}
.l-header__navBtnLink .btnIcon, .l-header__drawerBtnLink02 .btnIcon, .l-header__drawerBtnLink01 .btnIcon, .l-header__navBtnLink02 .btnIcon, .l-header__navBtnLink01 .btnIcon {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (hover: hover) {
  .l-header__navBtnLink:where(:-moz-any-link, :enabled, summary):hover .btnIcon, .l-header__drawerBtnLink02:where(:-moz-any-link, :enabled, summary):hover .btnIcon, .l-header__drawerBtnLink01:where(:-moz-any-link, :enabled, summary):hover .btnIcon, .l-header__navBtnLink02:where(:-moz-any-link, :enabled, summary):hover .btnIcon, .l-header__navBtnLink01:where(:-moz-any-link, :enabled, summary):hover .btnIcon {
    transform: translateX(8px);
  }
  .l-header__navBtnLink:where(:any-link, :enabled, summary):hover .btnIcon, .l-header__drawerBtnLink02:where(:any-link, :enabled, summary):hover .btnIcon, .l-header__drawerBtnLink01:where(:any-link, :enabled, summary):hover .btnIcon, .l-header__navBtnLink02:where(:any-link, :enabled, summary):hover .btnIcon, .l-header__navBtnLink01:where(:any-link, :enabled, summary):hover .btnIcon {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
}
@media screen and (max-width: 1250px) {
  .l-header__navBtnLink, .l-header__drawerBtnLink02, .l-header__drawerBtnLink01, .l-header__navBtnLink02, .l-header__navBtnLink01 {
    height: 38px;
  }
}
.l-header__navBtnLink01 {
  background: #F0AB00;
}
.l-header__navBtnLink01::before {
  background: #dc9d00;
}
.l-header__navSub {
  position: absolute;
  top: 43px;
  left: 0;
  right: 0;
  z-index: 1;
  padding-top: 40px;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
  opacity: 0;
  visibility: hidden;
}
.l-header__navSubInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 5vw;
  background: rgba(0, 33, 98, 0.94);
}
.l-header__navSubHead {
  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;
  gap: 24px;
  width: 220px;
  padding: 40px 60px 40px 0;
}
.l-header__navSubContent {
  padding: 40px 0 40px 60px;
  border-left: 1px solid #ffffff;
}
.l-header__navSubTitle {
  color: #ffffff;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 240%;
}
.l-header__navSubBtnLink {
  position: relative;
  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;
  border-radius: 70px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background-color: #32B89D;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  width: 144px;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.l-header__navSubBtnLink::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2A9983;
  -webkit-transform-origin: center left;
          transform-origin: center left;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (hover: hover) {
  .l-header__navSubBtnLink:where(:-moz-any-link, :enabled, summary):hover::before {
    transform: scaleX(1);
  }
  .l-header__navSubBtnLink:where(:any-link, :enabled, summary):hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.l-header__navSubBtnLink .btnText {
  position: relative;
}
.l-header__navSubBtnLink::after {
  content: "";
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-radius: 50%;
  background: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (hover: hover) {
  .l-header__navSubBtnLink:where(:-moz-any-link, :enabled, summary):hover::after {
    transform: translateX(8px);
  }
  .l-header__navSubBtnLink:where(:any-link, :enabled, summary):hover::after {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
}
.l-header__navSubBtnLink::after {
  content: "";
  position: absolute;
  right: 11px;
  width: 8px;
  height: 8px;
}
@media (hover: hover) {
  .l-header__navSubBtnLink:where(:-moz-any-link, :enabled, summary):hover::after {
    transform: translateX(6px);
  }
  .l-header__navSubBtnLink:where(:any-link, :enabled, summary):hover::after {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
}
.l-header__navSubList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 60px;
  list-style-type: none;
}
.l-header__navSubItem {
  position: relative;
}
.l-header__navSubItem::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ffffff;
}
.l-header__navSubItem::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 1px;
  background: #32B89D;
}
.l-header__navSubLink {
  position: relative;
  display: block;
  min-width: 200px;
  padding-right: 60px;
  color: #ffffff;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 240%;
  text-decoration: none;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.l-header__navSubLink::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 11px;
  width: 8px;
  height: 8px;
  margin: auto;
  border-radius: 50%;
  background: #32B89D;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (hover: hover) {
  .l-header__navSubLink:where(:-moz-any-link, :enabled, summary):hover {
    color: #32B89D;
  }
  .l-header__navSubLink:where(:any-link, :enabled, summary):hover {
    color: #32B89D;
  }
  .l-header__navSubLink:where(:-moz-any-link, :enabled, summary):hover::after {
    transform: translateX(6px);
  }
  .l-header__navSubLink:where(:any-link, :enabled, summary):hover::after {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
}
.l-header__menuBtn {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (hover: hover) {
  .l-header__menuBtn:where(:-moz-any-link, :enabled, summary):hover {
    transform: scale(1.075);
  }
  .l-header__menuBtn:where(:any-link, :enabled, summary):hover {
    -webkit-transform: scale(1.075);
            transform: scale(1.075);
  }
}
@media screen and (min-width: 1024px) {
  .l-header__menuBtn {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .l-header__menuBtn {
    top: -5px;
    right: 0;
    width: 52px;
    height: 52px;
  }
}
.l-header__menuBtn::before, .l-header__menuBtn::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 42px;
  height: 3px;
  border-radius: 2px;
  background: #002162;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 599px) {
  .l-header__menuBtn::before, .l-header__menuBtn::after {
    width: 26px;
    height: 2px;
  }
}
.l-header__menuBtn::before {
  top: 25px;
}
@media screen and (max-width: 599px) {
  .l-header__menuBtn::before {
    top: 16px;
  }
}
.l-header__menuBtn::after {
  top: 36px;
}
@media screen and (max-width: 599px) {
  .l-header__menuBtn::after {
    top: 23px;
  }
}
.l-header__menuBtn.is-open::before {
  -webkit-transform: translate(0, 5px) rotate(30deg);
          transform: translate(0, 5px) rotate(30deg);
}
@media screen and (max-width: 599px) {
  .l-header__menuBtn.is-open::before {
    -webkit-transform: translate(0, 2px) rotate(30deg);
            transform: translate(0, 2px) rotate(30deg);
  }
}
.l-header__menuBtn.is-open::after {
  -webkit-transform: translate(0, -6px) rotate(-30deg);
          transform: translate(0, -6px) rotate(-30deg);
}
@media screen and (max-width: 599px) {
  .l-header__menuBtn.is-open::after {
    -webkit-transform: translate(0, -5px) rotate(-30deg);
            transform: translate(0, -5px) rotate(-30deg);
  }
}
.l-header__menuBtnText {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  margin: auto;
  width: 42px;
  height: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 599px) {
  .l-header__menuBtnText {
    width: 26px;
    bottom: 13px;
  }
}
.l-header__drawer {
  display: none;
}
@media screen and (max-width: 1023px) {
  .l-header__drawer {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100dvh;
    overflow-y: auto;
    background: url(../img/common/bg_drawer01.svg) no-repeat top right/cover;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: all 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
    transition: all 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
    opacity: 0;
    visibility: hidden;
  }
  .l-header__drawer.is-show {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 599px) {
  .l-header__drawer {
    background-image: url(../img/common/bg_drawer01_sp.svg);
  }
}
.l-header__drawerInner {
  padding: 152px 11.7073170732vw 60px;
}
@media screen and (max-width: 599px) {
  .l-header__drawerInner {
    padding: 152px 20px 86px;
  }
}
.l-header__drawerGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11.2195121951vw;
}
@media screen and (max-width: 599px) {
  .l-header__drawerGrid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.l-header__drawerList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  list-style-type: none;
}
.l-header__drawerItem {
  position: relative;
}
.l-header__drawerItem::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ffffff;
}
.l-header__drawerItem::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 1px;
  background: #32B89D;
}
.l-header__drawerLink {
  position: relative;
  display: block;
  padding: 0 30px 10px 0;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 240%;
  text-decoration: none;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.l-header__drawerLink::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 11px;
  width: 8px;
  height: 8px;
  margin: auto;
  border-radius: 50%;
  background: #32B89D;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (hover: hover) {
  .l-header__drawerLink:where(:-moz-any-link, :enabled, summary):hover {
    color: #32B89D;
  }
  .l-header__drawerLink:where(:any-link, :enabled, summary):hover {
    color: #32B89D;
  }
  .l-header__drawerLink:where(:-moz-any-link, :enabled, summary):hover::after {
    transform: translateX(6px);
  }
  .l-header__drawerLink:where(:any-link, :enabled, summary):hover::after {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
}
.l-header__drawerChild {
  margin-top: -10px;
}
.l-header__drawerChildList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  list-style-type: none;
}
.l-header__drawerChildItem, .l-header__drawerChildItem--half {
  position: relative;
  width: 100%;
}
.l-header__drawerChildItem::before, .l-header__drawerChildItem--half::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ffffff;
}
.l-header__drawerChildItem::after, .l-header__drawerChildItem--half::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 1px;
  background: #32B89D;
}
.l-header__drawerChildItem--half {
  width: calc(50% - 17px);
}
@media screen and (min-width: 600px) and (max-width: 800px) {
  .l-header__drawerChildItem--half {
    width: 100%;
  }
}
.l-header__drawerChildLink, .l-header__drawerChildLink--small {
  position: relative;
  display: block;
  padding: 0 20px 14px 0;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 160%;
  text-decoration: none;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.l-header__drawerChildLink::after, .l-header__drawerChildLink--small::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7px;
  width: 6px;
  height: 6px;
  margin: auto;
  border-radius: 50%;
  background: #32B89D;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (hover: hover) {
  .l-header__drawerChildLink:where(:-moz-any-link, :enabled, summary):hover, .l-header__drawerChildLink--small:where(:-moz-any-link, :enabled, summary):hover {
    color: #32B89D;
  }
  .l-header__drawerChildLink:where(:any-link, :enabled, summary):hover, .l-header__drawerChildLink--small:where(:any-link, :enabled, summary):hover {
    color: #32B89D;
  }
  .l-header__drawerChildLink:where(:-moz-any-link, :enabled, summary):hover::after, .l-header__drawerChildLink--small:where(:-moz-any-link, :enabled, summary):hover::after {
    transform: translateX(4px);
  }
  .l-header__drawerChildLink:where(:any-link, :enabled, summary):hover::after, .l-header__drawerChildLink--small:where(:any-link, :enabled, summary):hover::after {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
}
.l-header__drawerChildLink--small {
  font-size: 1.4rem;
}
.l-header__drawerBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 60px;
  list-style-type: none;
}
.l-header__drawerBtnLink {
  position: relative;
  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;
  border-radius: 70px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background-color: #32B89D;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  padding: 2px 5px 3px;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 240%;
}
.l-header__drawerBtnLink::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2A9983;
  -webkit-transform-origin: center left;
          transform-origin: center left;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (hover: hover) {
  .l-header__drawerBtnLink:where(:-moz-any-link, :enabled, summary):hover::before {
    transform: scaleX(1);
  }
  .l-header__drawerBtnLink:where(:any-link, :enabled, summary):hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.l-header__drawerBtnLink .btnText {
  position: relative;
}
.l-header__drawerBtnLink .btnIcon {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (hover: hover) {
  .l-header__drawerBtnLink:where(:-moz-any-link, :enabled, summary):hover .btnIcon {
    transform: translateX(8px);
  }
  .l-header__drawerBtnLink:where(:any-link, :enabled, summary):hover .btnIcon {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
}
.l-header__drawerBtnLink01 {
  background: #F0AB00;
}
.l-header__drawerBtnLink01::before {
  background: #dc9d00;
}
.l-header__drawerFoot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  margin-top: 28px;
  list-style-type: none;
}
.l-header__drawerFootLink {
  display: block;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
@media (hover: hover) {
  .l-header__drawerFootLink:where(:-moz-any-link, :enabled, summary):hover {
    color: #32B89D;
  }
  .l-header__drawerFootLink:where(:any-link, :enabled, summary):hover {
    color: #32B89D;
  }
}
.is-top .l-header::before {
  background: rgba(0, 33, 98, 0.85);
}
.is-top .l-header .l-header__logo--top {
  display: block;
}
.is-top .l-header .l-header__logo--notTop {
  display: none;
}
.is-top .l-header .l-header__navLink {
  color: #ffffff;
}
.is-scroll .l-header {
  padding: 15px 0;
}
.is-scroll .l-header::before {
  height: 100%;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .is-scroll .l-header .l-header__menuBtn {
    width: 57px;
    height: 57px;
  }
  .is-scroll .l-header .l-header__menuBtn.is-open::after {
    top: 26px;
  }
  .is-scroll .l-header .l-header__menuBtn::before, .is-scroll .l-header .l-header__menuBtn::after {
    width: 30px;
  }
  .is-scroll .l-header .l-header__menuBtn::before {
    top: 15px;
  }
  .is-scroll .l-header .l-header__menuBtn::after {
    top: 25px;
  }
  .is-scroll .l-header .l-header__menuBtnText {
    bottom: 14px;
    width: 30px;
  }
}

.l-footer {
  background: #ffffff;
}
.l-footer__inner01 {
  width: calc(100% - 40px);
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding: 160px 0;
}
@media screen and (max-width: 599px) {
  .l-footer__inner01 {
    padding: 80px 0;
  }
}
.l-footer__title01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 599px) {
  .l-footer__title01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
    margin-bottom: 40px;
  }
}
.l-footer__title01Eng {
  font-family: "Poppins", sans-serif;
  display: block;
  font-size: 6rem;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 599px) {
  .l-footer__title01Eng {
    font-size: 5rem;
  }
}
.l-footer__title01Ja {
  position: relative;
  display: block;
  margin-left: 40px;
  padding-left: 46px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 599px) {
  .l-footer__title01Ja {
    margin-left: 0;
  }
}
.l-footer__title01Ja::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 30px;
  height: 3px;
  background: #ffffff;
}
.l-footer__text01 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 240%;
}
@media screen and (max-width: 599px) {
  .l-footer__text01 {
    font-size: 1.6rem;
    line-height: 200%;
  }
}
.l-footer__btn01 {
  width: 300px;
}
.l-footer__btn01Link {
  font-family: "Poppins", sans-serif;
  position: relative;
  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;
  border-radius: 70px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background-color: #32B89D;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  height: 100%;
  padding: 15px 40px;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.02em;
}
.l-footer__btn01Link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2A9983;
  -webkit-transform-origin: center left;
          transform-origin: center left;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (hover: hover) {
  .l-footer__btn01Link:where(:-moz-any-link, :enabled, summary):hover::before {
    transform: scaleX(1);
  }
  .l-footer__btn01Link:where(:any-link, :enabled, summary):hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.l-footer__btn01Link .btnText {
  position: relative;
}
.l-footer__btn01Link .btnIcon {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (hover: hover) {
  .l-footer__btn01Link:where(:-moz-any-link, :enabled, summary):hover .btnIcon {
    transform: translateX(8px);
  }
  .l-footer__btn01Link:where(:any-link, :enabled, summary):hover .btnIcon {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
}
@media screen and (max-width: 599px) {
  .l-footer__btn01Link {
    font-size: 2.4rem;
  }
}
.l-footer__btn01Link.is-soon {
  pointer-events: none;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.l-footer__btn02 {
  width: 470px;
}
@media screen and (max-width: 599px) {
  .l-footer__btn02 {
    width: 300px;
  }
}
.l-footer__btn02Link {
  font-family: "Poppins", sans-serif;
  position: relative;
  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;
  border-radius: 70px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background-color: #32B89D;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  height: 100%;
  padding: 15px 40px;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.02em;
}
.l-footer__btn02Link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2A9983;
  -webkit-transform-origin: center left;
          transform-origin: center left;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (hover: hover) {
  .l-footer__btn02Link:where(:-moz-any-link, :enabled, summary):hover::before {
    transform: scaleX(1);
  }
  .l-footer__btn02Link:where(:any-link, :enabled, summary):hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.l-footer__btn02Link .btnText {
  position: relative;
}
.l-footer__btn02Link .btnIcon {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (hover: hover) {
  .l-footer__btn02Link:where(:-moz-any-link, :enabled, summary):hover .btnIcon {
    transform: translateX(8px);
  }
  .l-footer__btn02Link:where(:any-link, :enabled, summary):hover .btnIcon {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
}
@media screen and (max-width: 599px) {
  .l-footer__btn02Link {
    font-size: 1.6rem;
  }
}
.l-footer__btn02Link.is-soon {
  pointer-events: none;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
@media screen and (max-width: 599px) {
  .l-footer__btn02 .btnIcon {
    width: 32px;
  }
}
.l-footer__tab {
  margin-top: 50px;
}
.l-footer__tabBtn {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 38px;
  list-style-type: none;
}
@media screen and (max-width: 599px) {
  .l-footer__tabBtn {
    gap: 9px;
  }
}
.l-footer__tabBtnItem {
  position: relative;
}
.l-footer__tabBtnItem:nth-of-type(2)::before, .l-footer__tabBtnItem:nth-of-type(2)::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 38px;
  height: 2px;
  background: #B9C2EC;
}
@media screen and (max-width: 599px) {
  .l-footer__tabBtnItem:nth-of-type(2)::before, .l-footer__tabBtnItem:nth-of-type(2)::after {
    width: 9px;
  }
}
.l-footer__tabBtnItem:nth-of-type(2)::before {
  left: -38px;
}
@media screen and (max-width: 599px) {
  .l-footer__tabBtnItem:nth-of-type(2)::before {
    left: -9px;
  }
}
.l-footer__tabBtnItem:nth-of-type(2)::after {
  right: -38px;
}
@media screen and (max-width: 599px) {
  .l-footer__tabBtnItem:nth-of-type(2)::after {
    right: -9px;
  }
}
.l-footer__tabBtnItem.is-active {
  border-bottom-color: transparent;
}
.l-footer__tabBtnLink {
  font-family: "Poppins", sans-serif;
  display: block;
  padding: 16px 15px 15px;
  border: 2px solid #B9C2EC;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  text-align: center;
  color: #ffffff;
  font-size: 2.4rem;
  line-height: 120%;
  letter-spacing: 0.02em;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (hover: hover) {
  .l-footer__tabBtnLink:where(:-moz-any-link, :enabled, summary):hover {
    background: #B9C2EC;
    color: #000000;
    font-weight: 700;
  }
  .l-footer__tabBtnLink:where(:any-link, :enabled, summary):hover {
    background: #B9C2EC;
    color: #000000;
    font-weight: 700;
  }
}
@media screen and (max-width: 599px) {
  .l-footer__tabBtnLink {
    padding: 21px 2px 23px;
    font-size: 1.3rem;
  }
}
.l-footer__tabBtnLink.is-active {
  border-bottom-color: transparent;
}
.l-footer__tabContentsItem {
  display: none;
  padding-top: 40px;
}
@media screen and (max-width: 599px) {
  .l-footer__tabContentsItem {
    padding-top: 30px;
  }
}
.l-footer__tabContentsItem.is-show {
  display: block;
}
.l-footer__tabContentsBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 599px) {
  .l-footer__tabContentsBtns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
  }
}
.l-footer__faq {
  background: #002162;
  color: #ffffff;
}
.l-footer__app {
  background: url(../img/common/bg_app01.webp) no-repeat center/cover;
  color: #ffffff;
}
.l-footer__nav {
  background: #000714;
}
.l-footer__navInner {
  width: calc(100% - 40px);
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 0;
}
@media screen and (max-width: 599px) {
  .l-footer__navInner {
    padding: 40px 0;
  }
}
.l-footer__navGrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 599px) {
  .l-footer__navGrid {
    display: none;
  }
}
.l-footer__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  list-style-type: none;
}
.l-footer__navText, .l-footer__navLink {
  position: relative;
  display: block;
  border-bottom: 1px solid #D7D7D7;
  font-size: 1.5rem;
  color: #ffffff;
  font-weight: 700;
  line-height: 240%;
  text-decoration: none;
}
.l-footer__navLink::after {
  content: "";
  position: absolute;
  top: 0;
  right: 2px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border-radius: 50%;
  background: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (hover: hover) {
  .l-footer__navLink:where(:-moz-any-link, :enabled, summary):hover::after {
    transform: translateX(6px);
  }
  .l-footer__navLink:where(:any-link, :enabled, summary):hover::after {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
}
.l-footer__navChildList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  list-style-type: none;
  padding-top: 20px;
}
.l-footer__navChildLink {
  position: relative;
  display: block;
  padding: 0 10px;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 160%;
  text-decoration: none;
}
.l-footer__navChildLink::after {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  border-radius: 50%;
  background: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (hover: hover) {
  .l-footer__navChildLink:where(:-moz-any-link, :enabled, summary):hover::after {
    transform: translateX(6px);
  }
  .l-footer__navChildLink:where(:any-link, :enabled, summary):hover::after {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
}
.l-footer__navChildLink.is-soon {
  pointer-events: none;
  opacity: 0.5;
}
.l-footer__navBnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  list-style-type: none;
}
.l-footer__navBnrItem {
  background: #ffffff;
}
@media screen and (max-width: 599px) {
  .l-footer__navBnrItem {
    margin: 0 auto;
  }
}
.l-footer__navBnrLink {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  display: block;
}
@media (hover: hover) {
  .l-footer__navBnrLink:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
  .l-footer__navBnrLink:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}
.l-footer__navBnrImg {
  display: block;
}
.l-footer__footInner {
  position: relative;
  padding: 40px 60px 37px;
}
@media screen and (max-width: 599px) {
  .l-footer__footInner {
    padding: 30px 20px 24px;
  }
}
.l-footer__footHead {
  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;
  gap: 30px;
  padding-bottom: 30px;
}
.l-footer__footLogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
@media screen and (max-width: 599px) {
  .l-footer__footLogo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
}
.l-footer__footLogoLink {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  display: block;
  width: 226px;
}
@media (hover: hover) {
  .l-footer__footLogoLink:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
  .l-footer__footLogoLink:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 599px) {
  .l-footer__footLogoLink {
    width: 187px;
  }
}
.l-footer__footLogoImg {
  display: block;
}
.l-footer__footLogoText {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 240%;
}
@media screen and (max-width: 599px) {
  .l-footer__footLogoText {
    font-size: 1.1rem;
  }
}
.l-footer__footNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.l-footer__footNavList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 26px;
  list-style-type: none;
}
@media screen and (max-width: 599px) {
  .l-footer__footNavList {
    display: none;
  }
}
.l-footer__footNavLink {
  color: #000000;
  font-size: 1.3rem;
  line-height: 320%;
  text-decoration: none;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
@media (hover: hover) {
  .l-footer__footNavLink:where(:-moz-any-link, :enabled, summary):hover {
    color: #32B89D;
  }
  .l-footer__footNavLink:where(:any-link, :enabled, summary):hover {
    color: #32B89D;
  }
}
.l-footer__footSns {
  display: grid;
  grid-template-columns: 40px 40px;
  gap: 10px;
}
.l-footer__footSnsLink {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  display: block;
}
@media (hover: hover) {
  .l-footer__footSnsLink:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
  .l-footer__footSnsLink:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}
.l-footer__footSnsImg {
  display: block;
  width: 100%;
}
.l-footer__footCopy {
  display: block;
  padding-top: 20px;
  border-top: 1px solid #000714;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 240%;
}
@media screen and (max-width: 599px) {
  .l-footer__footCopy {
    padding-top: 10px;
  }
}
.l-footerPageTop {
  position: relative;
  position: fixed;
  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;
  right: 60px;
  bottom: 30px;
  z-index: 10;
  width: 50px;
  height: 50px;
  background-color: #808080;
  font-size: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0.5s, background-color 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, visibility 0.5s, background-color 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, visibility 0.5s, transform 0.5s, background-color 0.5s;
  transition: opacity 0.5s, visibility 0.5s, transform 0.5s, background-color 0.5s, -webkit-transform 0.5s;
}
@media screen and (max-width: 1023px) {
  .l-footerPageTop {
    right: 20px;
  }
}
.l-footerPageTop::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 20px;
  height: 20px;
  margin: auto;
  background-image: url(../img/common/icon_arrow02.svg);
  background-position: center;
  background-size: contain;
  -webkit-transform: translateY(-2px) rotate(180deg);
          transform: translateY(-2px) rotate(180deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.l-footerPageTop.is-active {
  opacity: 1;
  visibility: visible;
}
@media (hover: hover) {
  .l-footerPageTop.is-active:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #32B89D;
  }
  .l-footerPageTop.is-active:where(:any-link, :enabled, summary):hover {
    background-color: #32B89D;
  }
}
.l-footerPageTop.is-fixed {
  position: absolute;
  top: -25px;
}

.l-main {
  padding-bottom: 80px;
}
.l-main__inner {
  width: calc(100% - 40px);
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.l-main__inner--col02 {
  width: calc(100% - 40px);
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  gap: 6.6875vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .l-main__inner--col02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}
.l-main__inner--col02 .l-main__content {
  max-width: 738px;
}
@media screen and (max-width: 1023px) {
  .l-main__inner--col02 .l-main__content {
    max-width: none;
  }
}

.l-section01 {
  padding-bottom: 80px;
}
.l-section01__inner {
  width: calc(100% - 40px);
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.l-section02:not(:last-of-type) {
  padding-bottom: 40px;
}

.l-sidenav {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20.9375vw;
  min-width: 200px;
  max-width: 335px;
}
@media screen and (max-width: 1023px) {
  .l-sidenav {
    width: 100%;
    min-width: none;
    max-width: none;
  }
}
.l-sidenav__inner {
  position: sticky;
  top: 80px;
  max-height: calc(100dvh - 100px);
  padding: 20px 0;
  background: #F1EEE7;
  overflow-y: auto;
}
@media screen and (max-width: 1023px) {
  .l-sidenav__inner {
    position: static;
    max-height: none;
    padding: 0;
    border-top: 1px solid #D7D7D7;
  }
}
.l-sidenav__list--pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style-type: none;
}
@media screen and (max-width: 1023px) {
  .l-sidenav__list--pc {
    display: none;
  }
}
.l-sidenav__list--sp {
  display: none;
}
@media screen and (max-width: 1023px) {
  .l-sidenav__list--sp {
    position: relative;
    display: block;
  }
  .l-sidenav__list--sp::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 10px;
    height: 2px;
    background: #32B89D;
    pointer-events: none;
  }
  .l-sidenav__list--sp::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 12px;
    width: 20px;
    height: 20px;
    background: #F1EEE7 url(../img/common/icon_arrow01.svg) no-repeat center/contain;
    pointer-events: none;
  }
}
.l-sidenav__item:not(:last-of-type) {
  border-bottom: 1px solid #D7D7D7;
}
.l-sidenav__item.is-current .l-sidenav__link, .l-sidenav__item.is-current .l-sidenav__link--type01 {
  font-weight: 700;
}
.l-sidenav__item.is-current .l-sidenav__link::before, .l-sidenav__item.is-current .l-sidenav__link--type01::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.l-sidenav__link, .l-sidenav__link--type01 {
  position: relative;
  display: block;
  padding: 20px 10px 20px 35px;
  color: #000000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (hover: hover) {
  .l-sidenav__link:where(:-moz-any-link, :enabled, summary):hover, .l-sidenav__link--type01:where(:-moz-any-link, :enabled, summary):hover {
    color: #32B89D;
  }
  .l-sidenav__link:where(:any-link, :enabled, summary):hover, .l-sidenav__link--type01:where(:any-link, :enabled, summary):hover {
    color: #32B89D;
  }
}
.l-sidenav__link::before, .l-sidenav__link--type01::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 22px;
  height: 2px;
  background: #32B89D;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center left;
          transform-origin: center left;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.l-sidenav__link--type01 {
  font-weight: bold;
}
.l-sidenav__link--type01::after {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "★";
  position: absolute;
  left: 15px;
  color: #32B89D;
}
.l-sidenav__select {
  width: 100%;
  padding: 20px 40px 20px 15px;
  border-bottom: 1px solid #D7D7D7;
  color: #000000;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 140%;
}

.l-mv01 {
  height: 580px;
  background: #F1EEE7 url(../img/common/bg_mv01.png) no-repeat center/cover;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .l-mv01 {
    background-image: url(../img/common/bg_mv01_sp.png);
  }
}
.l-mv01__inner {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  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: end;
  height: 100%;
}
@media screen and (max-width: 599px) {
  .l-mv01__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    padding-top: 130px;
  }
}
.l-mv01__title {
  position: relative;
  z-index: 1;
  margin-bottom: 196px;
}
@media screen and (max-width: 599px) {
  .l-mv01__title {
    margin: 0;
  }
}
.l-mv01__titleEng, .l-mv01__titleEng--type03, .l-mv01__titleEng--type02, .l-mv01__titleEng--type01 {
  font-family: "Poppins", sans-serif;
  display: block;
  color: #002162;
  font-size: 6rem;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 599px) {
  .l-mv01__titleEng--type01 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 599px) {
  .l-mv01__titleEng--type02 {
    font-size: 3.5rem;
  }
}
.l-mv01__titleEng--type03 {
  font-size: 5rem;
}
.l-mv01__titleJa {
  position: relative;
  display: block;
  margin-top: 20px;
  padding-left: 46px;
  color: #002162;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.08em;
}
.l-mv01__titleJa::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 30px;
  height: 3px;
  background: #002162;
}
.l-mv01__figure, .l-mv01__figure--privacy, .l-mv01__figure--recruit, .l-mv01__figure--contact, .l-mv01__figure--webBridgeContact, .l-mv01__figure--concur {
  position: absolute;
  right: 0;
  bottom: 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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 39.1875vw;
}
@media screen and (max-width: 599px) {
  .l-mv01__figure, .l-mv01__figure--privacy, .l-mv01__figure--recruit, .l-mv01__figure--contact, .l-mv01__figure--webBridgeContact, .l-mv01__figure--concur {
    width: 100%;
    height: 300px;
  }
}
@media screen and (max-width: 599px) {
  .l-mv01__figure--concur {
    -webkit-transform: translateX(120px);
            transform: translateX(120px);
  }
}
.l-mv01__figure--contact, .l-mv01__figure--webBridgeContact {
  width: 33.4375vw;
}
@media screen and (max-width: 599px) {
  .l-mv01__figure--contact, .l-mv01__figure--webBridgeContact {
    width: 100%;
    bottom: 10px;
  }
}
.l-mv01__figure--recruit {
  width: 31.375vw;
}
@media screen and (max-width: 599px) {
  .l-mv01__figure--recruit {
    width: 100%;
    bottom: 10px;
  }
}
.l-mv01__figure--privacy {
  width: 31.375vw;
}
@media screen and (max-width: 599px) {
  .l-mv01__figure--privacy {
    width: 75%;
    bottom: 0;
  }
}
.l-mv01__figureImg {
  display: block;
}

.l-breadcrumb__inner {
  width: calc(100% - 40px);
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .l-breadcrumb__inner {
    width: calc(100% - 20px);
    margin-right: 0;
    padding-bottom: 30px;
  }
}
.l-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding-bottom: 10px;
  list-style-type: none;
  white-space: nowrap;
  overflow-x: auto;
}
.l-breadcrumb__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.l-breadcrumb__item:not(:first-of-type)::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.l-breadcrumb__text, .l-breadcrumb__link {
  color: #000000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 200%;
}
.l-breadcrumb__link {
  text-decoration-line: underline;
  text-underline-offset: 2px;
  -webkit-transition: text-decoration-color 0.5s;
  transition: text-decoration-color 0.5s;
  color: #32B89D;
}
@media (hover: hover) {
  .l-breadcrumb__link:where(:-moz-any-link, :enabled, summary):hover {
    text-decoration-color: transparent;
  }
  .l-breadcrumb__link:where(:any-link, :enabled, summary):hover {
    text-decoration-color: transparent;
  }
}

.c-article01 {
  list-style-type: none;
}
.c-article01__item {
  border-bottom: 1px dotted #B9C2EC;
}
.c-article01__link {
  display: block;
  padding: 30px 0;
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (hover: hover) {
  .c-article01__link:where(:-moz-any-link, :enabled, summary):hover {
    background: rgba(50, 184, 157, 0.1);
    color: #32B89D;
  }
  .c-article01__link:where(:any-link, :enabled, summary):hover {
    background: rgba(50, 184, 157, 0.1);
    color: #32B89D;
  }
}
@media screen and (max-width: 599px) {
  .c-article01__link {
    padding: 20px 0;
  }
}
.c-article01__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}
.c-article01__date {
  font-family: "Poppins", sans-serif;
  color: #002162;
  line-height: 100%;
  letter-spacing: 0.06em;
}
.c-article01__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  list-style-type: none;
}
.c-article01__categoryItem {
  padding: 0 18px 0 22px;
  border: 1px solid #D7D7D7;
  border-left: 3px solid #32B89D;
  background: #ffffff;
  color: #000000;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 0.08em;
}
.c-article01__text {
  line-height: 200%;
}

.c-btn01, .c-btn01--blue {
  position: relative;
  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;
  border-radius: 70px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background-color: #32B89D;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  padding: 12px 40px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 0.08em;
}
.c-btn01::before, .c-btn01--blue::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2A9983;
  -webkit-transform-origin: center left;
          transform-origin: center left;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (hover: hover) {
  .c-btn01:where(:-moz-any-link, :enabled, summary):hover::before, .c-btn01--blue:where(:-moz-any-link, :enabled, summary):hover::before {
    transform: scaleX(1);
  }
  .c-btn01:where(:any-link, :enabled, summary):hover::before, .c-btn01--blue:where(:any-link, :enabled, summary):hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.c-btn01 .btnText, .c-btn01--blue .btnText {
  position: relative;
}
.c-btn01::after, .c-btn01--blue::after {
  content: "";
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-radius: 50%;
  background: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (hover: hover) {
  .c-btn01:where(:-moz-any-link, :enabled, summary):hover::after, .c-btn01--blue:where(:-moz-any-link, :enabled, summary):hover::after {
    transform: translateX(8px);
  }
  .c-btn01:where(:any-link, :enabled, summary):hover::after, .c-btn01--blue:where(:any-link, :enabled, summary):hover::after {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
}
@media screen and (max-width: 599px) {
  .c-btn01, .c-btn01--blue {
    padding: 10px 40px;
    font-size: 1.6rem;
    line-height: 180%;
  }
}
.c-btn01[href$=".pdf"]::after, [href$=".pdf"].c-btn01--blue::after {
  content: none;
}
.c-btn01[href$=".pdf"] .btnText, [href$=".pdf"].c-btn01--blue .btnText {
  position: relative;
  padding-right: 34px;
}
.c-btn01[href$=".pdf"] .btnText::after, [href$=".pdf"].c-btn01--blue .btnText::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background: url(../img/common/icon_pdf01.svg) no-repeat center/contain;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (hover: hover) {
  .c-btn01[href$=".pdf"]:where(:-moz-any-link, :enabled, summary):hover .btnText::after, [href$=".pdf"].c-btn01--blue:where(:-moz-any-link, :enabled, summary):hover .btnText::after {
    transform: translateX(8px);
  }
  .c-btn01[href$=".pdf"]:where(:any-link, :enabled, summary):hover .btnText::after, [href$=".pdf"].c-btn01--blue:where(:any-link, :enabled, summary):hover .btnText::after {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
}
.c-btn01--blue {
  background-color: #002162;
}
.c-btn01--blue::before {
  background-color: #000000;
}
.c-btn01.is-soon, .is-soon.c-btn01--blue {
  pointer-events: none;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.c-btnWrap01 {
  max-width: 416px;
  margin-left: auto;
  margin-right: auto;
}
.c-btnCol01 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 56px;
}
@media screen and (max-width: 599px) {
  .c-btnCol01 {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

.c-formText01 {
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #D7D7D7;
  border-radius: 3px;
  background: #ffffff;
  color: #000000;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.c-formText01::-webkit-input-placeholder {
  opacity: 0.5;
}
.c-formText01::-moz-placeholder {
  opacity: 0.5;
}
.c-formText01:-ms-input-placeholder {
  opacity: 0.5;
}
.c-formText01::-ms-input-placeholder {
  opacity: 0.5;
}
.c-formText01::placeholder {
  opacity: 0.5;
}
.c-formText01:disabled {
  background: #D7D7D7;
}
.c-formSelect01 {
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #D7D7D7;
  border-radius: 3px;
  background: #ffffff;
  color: #000000;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.c-formSelect01::-webkit-input-placeholder {
  opacity: 0.5;
}
.c-formSelect01::-moz-placeholder {
  opacity: 0.5;
}
.c-formSelect01:-ms-input-placeholder {
  opacity: 0.5;
}
.c-formSelect01::-ms-input-placeholder {
  opacity: 0.5;
}
.c-formSelect01::placeholder {
  opacity: 0.5;
}
.c-formSelect01:disabled {
  background: #D7D7D7;
}
.c-formCheck01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  list-style-type: none;
  font-size: 1.4rem;
}
.c-formCheck01 input {
  margin-right: 5px;
}
.c-formPost01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-formPost01__head {
  padding: 5px 8px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 20px;
  background: #D7D7D7;
  color: #ffffff;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.c-formPost01 input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.c-formFile01 {
  display: inline-block;
  padding: 15px;
  background: #EFF1FE;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .c-formFile01 {
    padding: 10px 5px;
  }
}
.c-formBtn01, .c-formBtn02 {
  position: relative;
  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;
  border-radius: 70px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background-color: #32B89D;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 0.08em;
  max-width: 416px;
  margin-left: auto;
  margin-right: auto;
}
.c-formBtn01::before, .c-formBtn02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2A9983;
  -webkit-transform-origin: center left;
          transform-origin: center left;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (hover: hover) {
  .c-formBtn01:where(:-moz-any-link, :enabled, summary):hover::before, .c-formBtn02:where(:-moz-any-link, :enabled, summary):hover::before {
    transform: scaleX(1);
  }
  .c-formBtn01:where(:any-link, :enabled, summary):hover::before, .c-formBtn02:where(:any-link, :enabled, summary):hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.c-formBtn01 .btnText, .c-formBtn02 .btnText {
  position: relative;
}
.c-formBtn01::after, .c-formBtn02::after {
  content: "";
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-radius: 50%;
  background: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (hover: hover) {
  .c-formBtn01:where(:-moz-any-link, :enabled, summary):hover::after, .c-formBtn02:where(:-moz-any-link, :enabled, summary):hover::after {
    transform: translateX(8px);
  }
  .c-formBtn01:where(:any-link, :enabled, summary):hover::after, .c-formBtn02:where(:any-link, :enabled, summary):hover::after {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
}
@media screen and (max-width: 599px) {
  .c-formBtn01, .c-formBtn02 {
    padding: 10px 40px;
    font-size: 1.6rem;
    line-height: 180%;
  }
}
.c-formBtn01__link, .c-formBtn02__link {
  position: relative;
  width: 100%;
  padding: 12px 40px;
  color: #ffffff;
}
.c-formBtn01:hover::before, .c-formBtn02:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.c-formBtn01:hover::after, .c-formBtn02:hover::after {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.c-formBtn02 {
  max-width: 320px;
  background-color: #002162;
}
.c-formBtn02::before {
  background-color: #000000;
}
.c-formRequired {
  display: inline-block;
  margin-left: 6px;
  padding: 4px 8px;
  border-radius: 3px;
  background: #d60202;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  line-height: 18px;
}
.c-form .alert-danger {
  padding: 10px;
  color: #d60202;
}
.c-form .alert-error {
  padding-top: 10px;
  color: #d60202;
}

.c-link01 {
  text-decoration-line: underline;
  text-underline-offset: 2px;
  -webkit-transition: text-decoration-color 0.5s;
  transition: text-decoration-color 0.5s;
  color: #32B89D;
}
@media (hover: hover) {
  .c-link01:where(:-moz-any-link, :enabled, summary):hover {
    text-decoration-color: transparent;
  }
  .c-link01:where(:any-link, :enabled, summary):hover {
    text-decoration-color: transparent;
  }
}
.c-link01[target=_blank] {
  position: relative;
  padding-right: 1.25em;
  background: url(../img/common/icon_blank01.svg) no-repeat right 0.25em center/0.85em 0.85em;
}

.c-list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
  padding-left: 1em;
  line-height: 1.8;
}
.c-listNote01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  list-style-type: none;
}
.c-listNote01__item {
  position: relative;
  padding-left: 1.25em;
}
.c-listNote01__item::before {
  position: absolute;
  content: "※";
  top: 0;
  left: 0;
}
.c-listNote02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  list-style-type: none;
}
.c-listNote02__item {
  position: relative;
  padding-left: 1.25em;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 150%;
}
.c-listNote02__item::before {
  position: absolute;
  content: "※";
  top: 0;
  left: 0;
}
.c-listCheck01 {
  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;
  list-style-type: none;
}
.c-listCheck01__item {
  position: relative;
  padding-left: 32px;
}
.c-listCheck01__item::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 22px;
  height: 22px;
  background: url(../img/common/icon_check01.svg) no-repeat center/contain;
}

.c-text01 {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
}

.c-title01 {
  position: relative;
  margin-bottom: 40px;
  padding-left: 54px;
  color: #000000;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.02em;
}
.c-title01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: #32B89D;
}
@media screen and (max-width: 599px) {
  .c-title01 {
    padding-left: 26px;
    font-size: 3rem;
  }
}
.c-title02, .c-title02--small {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 21px;
  color: #002162;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.02em;
}
.c-title02::before, .c-title02--small::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #D7D7D7;
}
.c-title02::after, .c-title02--small::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 4px;
  background: #32B89D;
}
@media screen and (max-width: 599px) {
  .c-title02, .c-title02--small {
    font-size: 2.2rem;
  }
}
.c-title02__small {
  font-size: 60%;
}
.c-title02--small {
  color: #000000;
  font-size: 2rem;
  font-weight: 700;
  line-height: 180%;
}
@media screen and (max-width: 599px) {
  .c-title02--small {
    font-size: 1.8rem;
  }
}
.c-title03 {
  position: relative;
  margin-bottom: 20px;
  padding-left: 35px;
  color: #002162;
  font-size: 2rem;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.02em;
}
.c-title03::before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 22px;
  height: 3px;
  background: #32B89D;
}
@media screen and (max-width: 599px) {
  .c-title03 {
    font-size: 1.8rem;
  }
}
.c-title04 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 132px;
  padding-left: 96px;
}
.c-title04__num {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Poppins", sans-serif;
  left: 0;
  color: #002162;
  font-size: 11rem;
  font-style: italic;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.02em;
}
.c-title04__text {
  color: #002162;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.02em;
}
.c-title05 {
  color: #000000;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
}
.c-title06 {
  margin-bottom: 20px;
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.02em;
}
.c-title07 {
  color: #002162;
  font-size: 4.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 599px) {
  .c-title07 {
    font-size: 3.5rem;
  }
}
.c-title08 {
  margin-bottom: 20px;
  color: #000000;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.02em;
}
.c-title09 {
  margin: 10px 0 5px;
  color: #000000;
  font-weight: 700;
}

.c-table01 {
  border-collapse: collapse;
  width: 100%;
}
.c-table01 thead {
  background: #002162;
  color: #ffffff;
}
.c-table01 thead th:not(:last-of-type) {
  border-right-color: #ffffff;
}
.c-table01 th,
.c-table01 td {
  padding: 12px 24px;
  border: 1px solid #D7D7D7;
  font-size: 1.4rem;
  font-weight: 500;
}
.c-table01 th {
  line-height: 18px;
}
.c-table01 td {
  line-height: 20px;
}
.c-table01 th.c-table01__cell01,
.c-table01 td.c-table01__cell01 {
  padding: 12px 10px;
}
.c-table01 th.c-table01__cell02,
.c-table01 td.c-table01__cell02 {
  padding: 12px 10px;
  background: #EAECF0;
  color: #000000;
}
.c-table01 th.c-table01__cell02:not(:last-of-type),
.c-table01 td.c-table01__cell02:not(:last-of-type) {
  border-right-color: #D7D7D7;
}
.c-table01__text01 {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 18px;
}
.c-table01__text02 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 20px;
}
.c-table01__text03 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 20px;
}
.c-table02 {
  border-collapse: collapse;
  width: 100%;
}
.c-table02 th,
.c-table02 td {
  padding: 12px 24px;
  border: 1px solid #D7D7D7;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 160%;
}
@media screen and (max-width: 599px) {
  .c-table02 th,
  .c-table02 td {
    display: block;
  }
}
.c-table02 th {
  width: 20%;
  background: #002162;
  text-align: left;
  color: #ffffff;
}
@media screen and (max-width: 599px) {
  .c-table02 th {
    width: 100%;
    border: none;
  }
}

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

.c-frame01 {
  padding: 30px;
  background: #F1EEE7;
}
@media screen and (max-width: 599px) {
  .c-frame01 {
    padding: 15px;
  }
}

.c-video01 {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.c-video01 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-pagination01 {
  padding-top: 40px;
}
.c-pagination01__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  list-style-type: none;
}
.c-pagination01__listItem a,
.c-pagination01__listItem span {
  font-family: "Poppins", sans-serif;
  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: 30px;
  height: 30px;
  color: #002162;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  text-decoration: none;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
@media screen and (max-width: 599px) {
  .c-pagination01__listItem a,
  .c-pagination01__listItem span {
    font-size: 1.4rem;
  }
}
@media (hover: hover) {
  .c-pagination01__listItem a:where(:-moz-any-link, :enabled, summary):hover, .c-pagination01__listItem span:where(:-moz-any-link, :enabled, summary):hover {
    color: #32B89D;
  }
  .c-pagination01__listItem a:where(:any-link, :enabled, summary):hover,
  .c-pagination01__listItem span:where(:any-link, :enabled, summary):hover {
    color: #32B89D;
  }
}
.c-pagination01__listItem a.current,
.c-pagination01__listItem span.current {
  border-radius: 50%;
  background: #32B89D;
  color: #ffffff;
}
.c-pagination01__listItem a.prev, .c-pagination01__listItem a.next,
.c-pagination01__listItem span.prev,
.c-pagination01__listItem span.next {
  position: relative;
  width: 30px;
  border: none;
  background: none;
  font-size: 0;
}
.c-pagination01__listItem a.prev::before, .c-pagination01__listItem a.next::before,
.c-pagination01__listItem span.prev::before,
.c-pagination01__listItem span.next::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid;
  border-left: 2px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-pagination01__listItem a.next,
.c-pagination01__listItem span.next {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.p-topLoading {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  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;
  text-align: center;
  background: #ffffff;
}
.p-topLoading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #002162;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.p-topLoading.is-complete::before {
  -webkit-transform: none;
          transform: none;
}
.p-topLoading__logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-topLoading__logo .pathText {
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  opacity: 0;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.p-topLoading__logo .pathText.is-show {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}
.p-topLoading__logo .pathLogo {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transform: translateX(114px);
          transform: translateX(114px);
  opacity: 0;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.p-topLoading__logo .pathLogo.is-show {
  -webkit-filter: none;
          filter: none;
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}
.p-topMv {
  position: relative;
  height: 840px;
}
@media screen and (max-width: 599px) {
  .p-topMv {
    height: 580px;
  }
}
.p-topMv::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #002162;
  -webkit-mask-image: url(../img/common/bg_logo02.svg);
          mask-image: url(../img/common/bg_logo02.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: top right;
          mask-position: top right;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  opacity: 0.9;
  pointer-events: none;
}
@media screen and (max-width: 599px) {
  .p-topMv::before {
    height: 390px;
    -webkit-mask-image: url(../img/common/bg_logo02_sp.svg);
            mask-image: url(../img/common/bg_logo02_sp.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: top right;
            mask-position: top right;
    -webkit-mask-size: cover;
            mask-size: cover;
  }
}
.p-topMv__slider {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
}
.p-topMv__slider.slick-initialized {
  display: block;
}
.p-topMv__sliderItem {
  display: block;
  height: 840px;
  background-position: center;
  background-size: cover;
  will-change: transform, opacity;
}
@media screen and (max-width: 599px) {
  .p-topMv__sliderItem {
    height: 390px;
  }
}
.p-topMv__sliderItem.slick-current {
  -webkit-animation: zoomUp 6s linear;
          animation: zoomUp 6s linear;
}
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.p-topMv__slider .slick-dots {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  bottom: 60px;
  left: 63px;
  list-style-type: none;
}
@media screen and (max-width: 599px) {
  .p-topMv__slider .slick-dots {
    bottom: 30px;
    left: 20px;
  }
}
.p-topMv__slider .slick-dots li {
  height: 4px;
}
.p-topMv__slider .slick-dots li button {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  position: relative;
  width: 30px;
  height: 4px;
  background: #F1EEE7;
  font-size: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (hover: hover) {
  .p-topMv__slider .slick-dots li button:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
  .p-topMv__slider .slick-dots li button:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}
.p-topMv__slider .slick-dots li.slick-active button {
  background: #32B89D;
}
.p-topMv__content {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media screen and (max-width: 599px) {
  .p-topMv__content {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 190px;
    background: #002162;
  }
}
.p-topMv__title {
  position: absolute;
  top: 180px;
  left: 60px;
  width: 50.75vw;
  max-width: 812px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .p-topMv__title {
    top: 222px;
    width: 62.3414634146vw;
  }
}
@media screen and (max-width: 599px) {
  .p-topMv__title {
    top: auto;
    left: 20px;
    bottom: 142px;
    right: 20px;
    width: auto;
  }
}
.p-topMv__titleImg {
  display: block;
  width: 100%;
}
.p-topMv__medal {
  position: absolute;
  bottom: 60px;
  right: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 45.875vw;
  gap: 20px;
  list-style-type: none;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .p-topMv__medal {
    width: 58.6341463415vw;
  }
}
@media screen and (max-width: 599px) {
  .p-topMv__medal {
    bottom: 54px;
    left: 20px;
    right: 20px;
    width: auto;
  }
}
.p-topBg {
  position: relative;
  background: #F1EEE7;
  overflow: hidden;
}
.p-topBg::before {
  content: "";
  position: absolute;
  top: -840px;
  left: 0;
  width: 100%;
  height: calc(100% + 840px);
  background: url(../img/common/bg_logo01.svg) no-repeat top right/100% auto;
  opacity: 0.8;
}
@media screen and (max-width: 599px) {
  .p-topBg::before {
    top: 0;
    height: 100%;
    background-image: url(../img/common/bg_logo01_sp.svg);
    background-size: cover;
  }
}
.p-topBg__inner {
  position: relative;
}
.p-topIntro__inner {
  width: calc(100% - 40px);
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding: 160px 0;
}
@media screen and (max-width: 599px) {
  .p-topIntro__inner {
    padding: 80px 0;
  }
}
.p-topIntro__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
}
@media screen and (max-width: 1023px) {
  .p-topIntro__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.p-topIntro__title {
  color: #002162;
  font-size: 8rem;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
@media screen and (max-width: 599px) {
  .p-topIntro__title {
    font-size: 4.6rem;
    line-height: 140%;
  }
}
.p-topIntro__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding-top: 30px;
}
@media screen and (max-width: 599px) {
  .p-topIntro__text {
    gap: 16px;
    padding-top: 0;
  }
}
.p-topIntro__textItem {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 599px) {
  .p-topIntro__textItem {
    font-size: 1.6rem;
  }
}
.p-topIntro__figure {
  padding-top: 64px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .p-topIntro__figure {
    padding-top: 32px;
  }
}
.p-topService {
  position: relative;
}
.p-topService__bg01, .p-topService__bg03, .p-topService__bg02 {
  position: relative;
}
.p-topService__bg01::before, .p-topService__bg03::before, .p-topService__bg02::before {
  content: "";
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/bg_service01.webp) no-repeat center/cover;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.p-topService__bg01.is-show::before, .is-show.p-topService__bg03::before, .is-show.p-topService__bg02::before {
  opacity: 1;
}
.p-topService__bg02::before {
  background-image: url(../img/top/bg_service02.webp);
}
.p-topService__bg03::before {
  background-image: url(../img/top/bg_service03.webp);
}
.p-topService__inner {
  width: calc(100% - 40px);
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
}
.p-topService__section01 {
  padding: 160px 0 100px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 599px) {
  .p-topService__section01 {
    padding: 80px 0 50px;
  }
}
.p-topService__section02 {
  padding: 88px 0 76px;
}
@media screen and (max-width: 599px) {
  .p-topService__section02 {
    padding: 44px 0 38px;
  }
}
.p-topService__section03 {
  padding: 0 0 100px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 599px) {
  .p-topService__section03 {
    padding: 0 0 50px;
  }
}
.p-topService__section04 {
  padding: 100px 0 150px;
}
@media screen and (max-width: 599px) {
  .p-topService__section04 {
    padding: 50px 0 75px;
  }
}
.p-topService__head01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 80px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .p-topService__head01 {
    gap: 20px;
  }
}
@media screen and (max-width: 599px) {
  .p-topService__head01 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-topService__content01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-top: 54px;
}
@media screen and (max-width: 1023px) {
  .p-topService__content01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-top: 27px;
  }
}
.p-topService__content01Item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 80px 60px;
  border-radius: 30px;
  background: rgba(0, 7, 20, 0.64);
}
@media screen and (max-width: 599px) {
  .p-topService__content01Item {
    padding: 40px 20px;
  }
}
.p-topService__content01Title {
  font-family: "Poppins", sans-serif;
  margin-bottom: 30px;
  font-size: 5.6rem;
  font-weight: 600;
  line-height: 56px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 599px) {
  .p-topService__content01Title {
    margin-bottom: 15px;
    font-size: 2.8rem;
  }
}
.p-topService__content01Medal01 {
  position: absolute;
  top: -20px;
  right: 20px;
  width: 159px;
}
@media screen and (max-width: 599px) {
  .p-topService__content01Medal01 {
    top: 20px;
    right: 0;
    width: 120px;
  }
}
.p-topService__content01Medal02 {
  position: absolute;
  top: -20px;
  right: 20px;
  width: 180px;
}
@media screen and (max-width: 599px) {
  .p-topService__content01Medal02 {
    top: 20px;
    right: 0;
    width: 120px;
  }
}
.p-topService__content01Text {
  margin-bottom: 40px;
  line-height: 200%;
}
@media screen and (min-width: 600px) {
  .p-topService__content01Text {
    min-height: 128px;
  }
}
@media screen and (max-width: 599px) {
  .p-topService__content01Text {
    margin-bottom: 20px;
  }
}
.p-topService__content01Btn {
  max-width: 350px;
  margin-bottom: 20px;
}
.p-topService__content01BtnLink {
  position: relative;
  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;
  border-radius: 70px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background-color: #32B89D;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  padding: 12px 40px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 0.08em;
}
.p-topService__content01BtnLink::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2A9983;
  -webkit-transform-origin: center left;
          transform-origin: center left;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (hover: hover) {
  .p-topService__content01BtnLink:where(:-moz-any-link, :enabled, summary):hover::before {
    transform: scaleX(1);
  }
  .p-topService__content01BtnLink:where(:any-link, :enabled, summary):hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.p-topService__content01BtnLink .btnText {
  position: relative;
}
.p-topService__content01BtnLink::after {
  content: "";
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-radius: 50%;
  background: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (hover: hover) {
  .p-topService__content01BtnLink:where(:-moz-any-link, :enabled, summary):hover::after {
    transform: translateX(8px);
  }
  .p-topService__content01BtnLink:where(:any-link, :enabled, summary):hover::after {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
}
@media screen and (max-width: 599px) {
  .p-topService__content01BtnLink {
    padding: 10px 40px;
    font-size: 1.6rem;
    line-height: 180%;
  }
}
.p-topService__content01Links {
  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;
  list-style-type: none;
}
.p-topService__foot01 {
  margin-top: 40px;
}
@media screen and (max-width: 599px) {
  .p-topService__foot01 {
    margin-top: 20px;
  }
}
.p-topService__foot02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 1023px) {
  .p-topService__foot02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 599px) {
  .p-topService__foot02 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-topService__title01 {
  font-family: "Poppins", sans-serif;
  font-size: 11rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 599px) {
  .p-topService__title01 {
    font-size: 6.3rem;
  }
}
.p-topService__title01Sub {
  padding-left: 20px;
  font-size: 5rem;
  letter-spacing: 0.02em;
  vertical-align: middle;
}
@media screen and (max-width: 1023px) {
  .p-topService__title01Sub {
    display: block;
    margin-top: 10px;
  }
}
@media screen and (max-width: 599px) {
  .p-topService__title01Sub {
    font-size: 2.2rem;
  }
}
.p-topService__title02 {
  padding-bottom: 40px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 220%;
}
@media screen and (max-width: 599px) {
  .p-topService__title02 {
    padding-bottom: 20px;
    font-size: 2.5rem;
    line-height: 150%;
  }
}
.p-topService__title02Sub {
  font-family: "Poppins", sans-serif;
  display: block;
  font-size: 2rem;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 599px) {
  .p-topService__title02Sub {
    margin-top: 10px;
    line-height: 150%;
  }
}
.p-topService__title03 {
  position: relative;
  padding-left: 36px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.08em;
  overflow-x: hidden;
}
.p-topService__title03::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 4px;
  background: #F0AB00;
}
.p-topService__title03Text {
  position: relative;
}
.p-topService__title03Text::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100vw;
  height: 2px;
  background: rgba(255, 255, 255, 0.4);
  -webkit-transform: translateX(55px);
          transform: translateX(55px);
}
.p-topService__medal01 {
  width: 258px;
}
@media screen and (max-width: 599px) {
  .p-topService__medal01 {
    width: 160px;
  }
}
.p-topService__medal02 {
  width: 218px;
}
@media screen and (max-width: 599px) {
  .p-topService__medal02 {
    width: 160px;
  }
}
.p-topService__text01 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 180%;
}
@media screen and (max-width: 599px) {
  .p-topService__text01 {
    font-size: 1.6rem;
  }
}
.p-topService__text02 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 180%;
}
@media screen and (max-width: 599px) {
  .p-topService__text02 {
    font-size: 1.6rem;
  }
}
.p-topService__btn01 {
  width: 416px;
}
@media screen and (max-width: 599px) {
  .p-topService__btn01 {
    width: 100%;
  }
}
.p-topService__btn01Link {
  position: relative;
  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;
  border-radius: 70px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background-color: #32B89D;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  padding: 12px 40px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 0.08em;
}
.p-topService__btn01Link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2A9983;
  -webkit-transform-origin: center left;
          transform-origin: center left;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (hover: hover) {
  .p-topService__btn01Link:where(:-moz-any-link, :enabled, summary):hover::before {
    transform: scaleX(1);
  }
  .p-topService__btn01Link:where(:any-link, :enabled, summary):hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.p-topService__btn01Link .btnText {
  position: relative;
}
.p-topService__btn01Link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-radius: 50%;
  background: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (hover: hover) {
  .p-topService__btn01Link:where(:-moz-any-link, :enabled, summary):hover::after {
    transform: translateX(8px);
  }
  .p-topService__btn01Link:where(:any-link, :enabled, summary):hover::after {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
}
@media screen and (max-width: 599px) {
  .p-topService__btn01Link {
    padding: 10px 40px;
    font-size: 1.6rem;
    line-height: 180%;
  }
}
.p-topService__link01 {
  text-decoration-line: underline;
  text-underline-offset: 2px;
  -webkit-transition: text-decoration-color 0.5s;
  transition: text-decoration-color 0.5s;
  position: relative;
  display: inline-block;
  padding-right: 20px;
  font-size: 1.5rem;
  color: #ffffff;
  line-height: 200%;
}
@media (hover: hover) {
  .p-topService__link01:where(:-moz-any-link, :enabled, summary):hover {
    text-decoration-color: transparent;
  }
  .p-topService__link01:where(:any-link, :enabled, summary):hover {
    text-decoration-color: transparent;
  }
}
.p-topService__link01::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (hover: hover) {
  .p-topService__link01:where(:-moz-any-link, :enabled, summary):hover::after {
    transform: translateX(8px);
  }
  .p-topService__link01:where(:any-link, :enabled, summary):hover::after {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
}
.p-topService__link01.is-soon {
  pointer-events: none;
  opacity: 0.5;
}
.p-topNews {
  background: #ffffff;
}
.p-topNews__inner {
  width: calc(100% - 40px);
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 0;
}
@media screen and (max-width: 599px) {
  .p-topNews__inner {
    padding: 80px 0 60px;
  }
}
.p-topNews__wrap {
  display: grid;
  grid-template-columns: 162px 1fr;
  gap: 80px;
}
@media screen and (max-width: 599px) {
  .p-topNews__wrap {
    display: block;
  }
}
.p-topNews__head {
  position: relative;
  padding: 30px 0;
}
@media screen and (max-width: 599px) {
  .p-topNews__head {
    padding: 0 0 30px;
  }
}
.p-topNews__content {
  padding-left: 80px;
  border-left: 2px solid #B9C2EC;
}
@media screen and (max-width: 599px) {
  .p-topNews__content {
    padding: 20px 0 0;
    border-top: 2px solid #B9C2EC;
    border-left: none;
  }
}
.p-topNews__title {
  margin-bottom: 52px;
}
@media screen and (max-width: 599px) {
  .p-topNews__title {
    margin-bottom: 30px;
  }
}
.p-topNews__titleEng {
  display: block;
  font-family: "Poppins", sans-serif;
  color: #002162;
  font-size: 5rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.02em;
}
.p-topNews__titleJa {
  display: block;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 0.08em;
}
.p-topNews__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding-bottom: 112px;
  list-style-type: none;
}
@media screen and (max-width: 599px) {
  .p-topNews__category {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 9px 28px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 599px) {
  .p-topNews__categoryItem-all {
    width: 100%;
  }
}
.p-topNews__categoryLink {
  color: #000000;
  position: relative;
  display: block;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 0.08em;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (hover: hover) {
  .p-topNews__categoryLink:where(:-moz-any-link, :enabled, summary):hover {
    color: #32B89D;
  }
  .p-topNews__categoryLink:where(:any-link, :enabled, summary):hover {
    color: #32B89D;
  }
}
@media screen and (max-width: 599px) {
  .p-topNews__categoryLink {
    font-size: 1.4rem;
  }
}
.p-topNews__categoryLink::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 16px;
  height: 3px;
  background: #32B89D;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center left;
          transform-origin: center left;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
@media screen and (max-width: 599px) {
  .p-topNews__categoryLink::before {
    width: 14px;
  }
}
.p-topNews__categoryLink.is-active {
  position: relative;
  padding-left: 26px;
}
@media screen and (max-width: 599px) {
  .p-topNews__categoryLink.is-active {
    padding-left: 24px;
  }
}
.p-topNews__categoryLink.is-active::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.p-topNews__btn {
  position: absolute;
  right: 0;
  bottom: 30px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .p-topNews__btn {
    width: auto;
  }
}
.p-topNews__btnLink {
  position: relative;
  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;
  border-radius: 70px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background-color: #32B89D;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  padding: 12px 40px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 0.08em;
}
.p-topNews__btnLink::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2A9983;
  -webkit-transform-origin: center left;
          transform-origin: center left;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (hover: hover) {
  .p-topNews__btnLink:where(:-moz-any-link, :enabled, summary):hover::before {
    transform: scaleX(1);
  }
  .p-topNews__btnLink:where(:any-link, :enabled, summary):hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.p-topNews__btnLink .btnText {
  position: relative;
}
.p-topNews__btnLink::after {
  content: "";
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-radius: 50%;
  background: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (hover: hover) {
  .p-topNews__btnLink:where(:-moz-any-link, :enabled, summary):hover::after {
    transform: translateX(8px);
  }
  .p-topNews__btnLink:where(:any-link, :enabled, summary):hover::after {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
}
@media screen and (max-width: 599px) {
  .p-topNews__btnLink {
    padding: 2px 21px 3px;
    font-size: 1.4rem;
  }
  .p-topNews__btnLink::after {
    content: none;
  }
}
.p-topFoot {
  position: relative;
  background: #ffffff;
}
.p-topFoot::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16.5625vw;
  background: #002162;
}
.p-topFoot__inner {
  width: calc(100% - 40px);
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 599px) {
  .p-topFoot__inner {
    width: 100%;
  }
}
.p-topFoot__bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 599px) {
  .p-topFoot__bnr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
}
.p-topFoot__bnrLink {
  position: relative;
  display: block;
  overflow: hidden;
}
.p-topFoot__bnrTitle {
  position: absolute;
  top: 4.375vw;
  left: 5vw;
  z-index: 1;
  color: #ffffff;
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  .p-topFoot__bnrTitle {
    top: 30px;
    left: 30px;
  }
}
.p-topFoot__bnrTitleEng {
  font-family: "Poppins", sans-serif;
  display: block;
  font-size: 6rem;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 599px) {
  .p-topFoot__bnrTitleEng {
    font-size: 5rem;
  }
}
.p-topFoot__bnrTitleJa {
  position: relative;
  display: block;
  margin-top: 20px;
  padding-left: 46px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 599px) {
  .p-topFoot__bnrTitleJa {
    font-size: 1.6rem;
  }
}
.p-topFoot__bnrTitleJa::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 30px;
  height: 3px;
  background: #ffffff;
}
.p-topFoot__bnrImg {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
}
@media (hover: hover) {
  .p-topFoot__bnrImg:is(:where(:-moz-any-link, :enabled, summary):hover *) {
    transform: scale(1.1);
  }
  .p-topFoot__bnrImg:is(:where(:any-link, :enabled, summary):hover *) {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.p-companyBlock01 {
  position: relative;
  padding: 48px 42px;
  border-radius: 10px;
  border: 2px solid #E8C253;
  background: #FBFBFA;
  overflow: hidden;
}
.p-companyBlock01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 36%;
  height: 100%;
  background: url(../img/company/img_company07.svg) no-repeat left top/contain;
}
@media screen and (max-width: 599px) {
  .p-companyBlock01 {
    padding: 20px;
  }
}
.p-companyBlock01__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px;
}
.p-companyBlock01__list::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: -48px;
  left: 0;
  margin: auto;
  width: 2px;
  background: #E8C253;
}
.p-companyBlock01__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding-left: 26px;
}
.p-companyBlock01__item::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -1px;
  width: 4px;
  height: 16px;
  background: #BB8539;
}
.p-companyBlock01__head {
  font-family: "Poppins", sans-serif;
  color: #BB8539;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.p-companyBlock01__text {
  color: #000000;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}

.p-serviceSection01:not(:last-of-type) {
  padding: 100px 0;
  border-bottom: 2px solid rgba(0, 33, 98, 0.4);
}
@media screen and (max-width: 599px) {
  .p-serviceSection01:not(:last-of-type) {
    padding: 50px 0;
  }
}
.p-serviceSection01:first-of-type {
  padding-top: 0;
}
.p-serviceSection01:last-of-type {
  padding: 100px 0;
}
@media screen and (max-width: 599px) {
  .p-serviceSection01:last-of-type {
    padding: 50px 0;
  }
}
.p-service__head01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 80px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .p-service__head01 {
    gap: 20px;
  }
}
@media screen and (max-width: 599px) {
  .p-service__head01 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-service__content01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-top: 54px;
}
@media screen and (max-width: 1023px) {
  .p-service__content01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-top: 27px;
  }
}
.p-service__content01Item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 80px 60px;
  border-radius: 30px;
  background: #002162;
}
@media screen and (max-width: 599px) {
  .p-service__content01Item {
    padding: 40px 20px;
  }
}
.p-service__content01Title {
  font-family: "Poppins", sans-serif;
  margin-bottom: 30px;
  font-size: 5.6rem;
  font-weight: 600;
  line-height: 56px;
  color: #ffffff;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 599px) {
  .p-service__content01Title {
    margin-bottom: 15px;
    font-size: 2.8rem;
  }
}
.p-service__content01Medal01 {
  position: absolute;
  top: -20px;
  right: 20px;
  width: 159px;
}
@media screen and (max-width: 599px) {
  .p-service__content01Medal01 {
    top: 20px;
    right: 0;
    width: 120px;
  }
}
.p-service__content01Medal02 {
  position: absolute;
  top: -20px;
  right: 20px;
  width: 180px;
}
@media screen and (max-width: 599px) {
  .p-service__content01Medal02 {
    top: 20px;
    right: 0;
    width: 120px;
  }
}
.p-service__content01Text {
  margin-bottom: 40px;
  line-height: 200%;
  color: #ffffff;
}
@media screen and (min-width: 600px) {
  .p-service__content01Text {
    min-height: 128px;
  }
}
@media screen and (max-width: 599px) {
  .p-service__content01Text {
    margin-bottom: 20px;
  }
}
.p-service__content01Btn {
  max-width: 350px;
  margin-bottom: 20px;
}
.p-service__content01BtnLink {
  position: relative;
  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;
  border-radius: 70px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background-color: #32B89D;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  padding: 12px 40px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 0.08em;
}
.p-service__content01BtnLink::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2A9983;
  -webkit-transform-origin: center left;
          transform-origin: center left;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (hover: hover) {
  .p-service__content01BtnLink:where(:-moz-any-link, :enabled, summary):hover::before {
    transform: scaleX(1);
  }
  .p-service__content01BtnLink:where(:any-link, :enabled, summary):hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.p-service__content01BtnLink .btnText {
  position: relative;
}
.p-service__content01BtnLink::after {
  content: "";
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-radius: 50%;
  background: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (hover: hover) {
  .p-service__content01BtnLink:where(:-moz-any-link, :enabled, summary):hover::after {
    transform: translateX(8px);
  }
  .p-service__content01BtnLink:where(:any-link, :enabled, summary):hover::after {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
}
@media screen and (max-width: 599px) {
  .p-service__content01BtnLink {
    padding: 10px 40px;
    font-size: 1.6rem;
    line-height: 180%;
  }
}
.p-service__content01Links {
  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;
  list-style-type: none;
}
.p-service__foot01 {
  margin-top: 40px;
}
@media screen and (max-width: 599px) {
  .p-service__foot01 {
    margin-top: 20px;
  }
}
.p-service__foot02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 1023px) {
  .p-service__foot02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 599px) {
  .p-service__foot02 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-service__title01 {
  font-family: "Poppins", sans-serif;
  font-size: 11rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #002162;
}
@media screen and (max-width: 599px) {
  .p-service__title01 {
    font-size: 6.3rem;
  }
}
.p-service__title01Sub {
  padding-left: 20px;
  font-size: 5rem;
  letter-spacing: 0.02em;
  vertical-align: middle;
}
@media screen and (max-width: 1023px) {
  .p-service__title01Sub {
    display: block;
    margin-top: 10px;
  }
}
@media screen and (max-width: 599px) {
  .p-service__title01Sub {
    font-size: 2.2rem;
  }
}
.p-service__title02 {
  padding-bottom: 40px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 220%;
  color: #002162;
}
@media screen and (max-width: 599px) {
  .p-service__title02 {
    padding-bottom: 20px;
    font-size: 2.5rem;
    line-height: 150%;
  }
}
.p-service__title02Sub {
  font-family: "Poppins", sans-serif;
  display: block;
  font-size: 2rem;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 599px) {
  .p-service__title02Sub {
    margin-top: 10px;
    line-height: 150%;
  }
}
.p-service__title03 {
  position: relative;
  padding-left: 36px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.08em;
  overflow-x: hidden;
}
.p-service__title03::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 4px;
  background: #F0AB00;
}
.p-service__title03Text {
  position: relative;
}
.p-service__title03Text::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100vw;
  height: 2px;
  background: rgba(255, 255, 255, 0.4);
  -webkit-transform: translateX(55px);
          transform: translateX(55px);
}
.p-service__medal01 {
  width: 258px;
}
@media screen and (max-width: 599px) {
  .p-service__medal01 {
    width: 160px;
  }
}
.p-service__medal02 {
  width: 218px;
}
@media screen and (max-width: 599px) {
  .p-service__medal02 {
    width: 160px;
  }
}
.p-service__text01 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 180%;
}
@media screen and (max-width: 599px) {
  .p-service__text01 {
    font-size: 1.6rem;
  }
}
.p-service__text02 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 180%;
}
@media screen and (max-width: 599px) {
  .p-service__text02 {
    font-size: 1.6rem;
  }
}
.p-service__btn01 {
  width: 416px;
}
@media screen and (max-width: 599px) {
  .p-service__btn01 {
    width: 100%;
  }
}
.p-service__btn01Link {
  position: relative;
  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;
  border-radius: 70px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background-color: #32B89D;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  padding: 12px 40px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 0.08em;
}
.p-service__btn01Link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2A9983;
  -webkit-transform-origin: center left;
          transform-origin: center left;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (hover: hover) {
  .p-service__btn01Link:where(:-moz-any-link, :enabled, summary):hover::before {
    transform: scaleX(1);
  }
  .p-service__btn01Link:where(:any-link, :enabled, summary):hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.p-service__btn01Link .btnText {
  position: relative;
}
.p-service__btn01Link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-radius: 50%;
  background: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (hover: hover) {
  .p-service__btn01Link:where(:-moz-any-link, :enabled, summary):hover::after {
    transform: translateX(8px);
  }
  .p-service__btn01Link:where(:any-link, :enabled, summary):hover::after {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
}
@media screen and (max-width: 599px) {
  .p-service__btn01Link {
    padding: 10px 40px;
    font-size: 1.6rem;
    line-height: 180%;
  }
}
.p-service__link01, .p-service__link01--white {
  text-decoration-line: underline;
  text-underline-offset: 2px;
  -webkit-transition: text-decoration-color 0.5s;
  transition: text-decoration-color 0.5s;
  position: relative;
  display: inline-block;
  padding-right: 20px;
  font-size: 1.5rem;
  color: #32B89D;
  line-height: 200%;
}
@media (hover: hover) {
  .p-service__link01:where(:-moz-any-link, :enabled, summary):hover, .p-service__link01--white:where(:-moz-any-link, :enabled, summary):hover {
    text-decoration-color: transparent;
  }
  .p-service__link01:where(:any-link, :enabled, summary):hover, .p-service__link01--white:where(:any-link, :enabled, summary):hover {
    text-decoration-color: transparent;
  }
}
.p-service__link01::after, .p-service__link01--white::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #32B89D;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (hover: hover) {
  .p-service__link01:where(:-moz-any-link, :enabled, summary):hover::after, .p-service__link01--white:where(:-moz-any-link, :enabled, summary):hover::after {
    transform: translateX(8px);
  }
  .p-service__link01:where(:any-link, :enabled, summary):hover::after, .p-service__link01--white:where(:any-link, :enabled, summary):hover::after {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
}
.p-service__link01.is-soon, .is-soon.p-service__link01--white {
  pointer-events: none;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.p-service__link01--white {
  color: #ffffff;
}
.p-service__link01--white::after {
  background: #ffffff;
}
.p-service__link01--white.is-soon {
  -webkit-filter: none;
          filter: none;
  opacity: 0.5;
}

.p-concurBlock01 {
  padding-top: 20px;
}
.p-concurBlock01__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  padding: 50px 70px;
  border: 2px solid #F8F6F2;
}
@media screen and (max-width: 599px) {
  .p-concurBlock01__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    padding: 20px;
  }
}
.p-concurBlock01__title {
  margin-bottom: 20px;
}
.p-concurBlock02 {
  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-concurBlock02__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 22px;
  padding: 40px;
  background: #F1EEE7;
}
.p-concurBlock02__item:nth-child(2n) {
  background: #F8F6F2;
}
@media screen and (max-width: 599px) {
  .p-concurBlock02__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding: 20px;
  }
}
.p-concurBlock02__title {
  margin-bottom: 20px;
}
.p-concurBlock02__titleEng {
  font-family: "Poppins", sans-serif;
  position: relative;
  display: block;
  padding-left: 26px;
  margin-bottom: 10px;
  color: #002162;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.02em;
}
.p-concurBlock02__titleEng::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 16px;
  height: 3px;
  background: #002162;
}
.p-concurBlock02__titleJa {
  display: block;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.02em;
}
.p-concurBlock02__text {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.02em;
}
.p-concurBlock02__figure {
  width: 11.25vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .p-concurBlock02__figure {
    width: auto;
  }
}
.p-concurBlock03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 599px) {
  .p-concurBlock03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-concurBlock03__item, .p-concurBlock03__item--half {
  width: 100%;
  padding: 40px;
  background: #F1EEE7;
}
.p-concurBlock03__item:nth-child(2n), .p-concurBlock03__item--half:nth-child(2n) {
  background: #F8F6F2;
}
@media screen and (max-width: 599px) {
  .p-concurBlock03__item, .p-concurBlock03__item--half {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding: 20px;
  }
}
.p-concurBlock03__item--half {
  width: calc(50% - 5px);
}
@media screen and (max-width: 599px) {
  .p-concurBlock03__item--half {
    width: 100%;
  }
}
.p-concurBlock03__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  margin-bottom: 15px;
}
.p-concurBlock03__titleEng {
  font-family: "Poppins", sans-serif;
  color: #002162;
  font-size: 2rem;
  font-style: italic;
  font-weight: 500;
  line-height: 40px; /* 200% */
}
.p-concurBlock03__titleNum {
  font-family: "Poppins", sans-serif;
  color: #002162;
  font-size: 4rem;
  font-style: italic;
  font-weight: 500;
  line-height: 40px;
}
.p-concurBlock03__titleJa {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
}
.p-concurBlock03__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (max-width: 599px) {
  .p-concurBlock03__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.p-concurBlock03__grid .p-concurBlock03__titleJa {
  text-align: left;
}
@media screen and (max-width: 599px) {
  .p-concurBlock03__grid .p-concurBlock03__titleJa {
    text-align: center;
  }
}
.p-concurBlock03__figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 150px;
  margin: 0 auto 5px;
  text-align: center;
}
.p-concurBlock04__title01 {
  font-family: "Poppins", sans-serif;
  padding: 15px;
  background: #002162;
  color: #ffffff;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 100%;
}
.p-concurBlock04__title02 {
  margin-bottom: 22px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 100%;
}
.p-concurBlock04__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 599px) {
  .p-concurBlock04__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-concurBlock04__item {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  padding: 40px;
  background: #F1EEE7;
}
.p-concurBlock04__item:nth-child(2n) {
  background: #F8F6F2;
}
@media screen and (max-width: 599px) {
  .p-concurBlock04__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding: 20px;
  }
}
.p-concurBlock04__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: 15px;
  list-style-type: none;
}
.p-concurBlock04__listItem {
  position: relative;
  padding-left: 32px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 170%;
}
.p-concurBlock04__listItem::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 22px;
  height: 22px;
  background: url(../img/common/icon_check01.svg) no-repeat center/contain;
}
.p-concurBlock05 {
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
}
.p-concurBlock05__line {
  background-image: -webkit-gradient(linear, left top, right top, from(#FFCE53), to(#FFCE53));
  background-image: linear-gradient(to right, #FFCE53, #FFCE53);
  background-position: center bottom;
  background-size: 100% 35%;
  background-repeat: no-repeat;
}
.p-concurBlock06 {
  padding: 50px 70px;
  border: 1px solid #F8F6F2;
}
@media screen and (max-width: 599px) {
  .p-concurBlock06 {
    padding: 50px 28px;
  }
}
.p-concurBlock07 {
  padding: 40px;
  background: #F1EEE7;
}
@media screen and (max-width: 599px) {
  .p-concurBlock07 {
    padding: 20px;
  }
}

.p-labcoaBlock01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}
@media screen and (max-width: 599px) {
  .p-labcoaBlock01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-labcoaBlock01__item {
  position: relative;
  width: 100%;
  padding: 40px 10px 28px;
  background: #F1EEE7;
}
.p-labcoaBlock01__item::before {
  content: "";
  position: absolute;
  top: 0;
  right: -13px;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 21px;
  border-color: transparent transparent transparent #F1EEE7;
}
@media screen and (max-width: 599px) {
  .p-labcoaBlock01__item::before {
    top: auto;
    right: 0;
    bottom: -13px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 21px 15px 0 15px;
    border-color: #F1EEE7 transparent transparent transparent;
  }
}
@media screen and (max-width: 599px) {
  .p-labcoaBlock01__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
  }
}
.p-labcoaBlock01__item:nth-child(2n) {
  background: #F8F6F2;
}
.p-labcoaBlock01__item:nth-child(2n)::before {
  border-color: transparent transparent transparent #F8F6F2;
}
@media screen and (max-width: 599px) {
  .p-labcoaBlock01__item:nth-child(2n)::before {
    border-color: #F8F6F2 transparent transparent transparent;
  }
}
.p-labcoaBlock01__item:last-child::before {
  content: none;
}
.p-labcoaBlock01__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  margin-bottom: 15px;
}
.p-labcoaBlock01__titleEng {
  font-family: "Poppins", sans-serif;
  color: #002162;
  font-size: 2rem;
  font-style: italic;
  font-weight: 500;
  line-height: 40px; /* 200% */
}
.p-labcoaBlock01__titleNum {
  font-family: "Poppins", sans-serif;
  color: #002162;
  font-size: 4rem;
  font-style: italic;
  font-weight: 500;
  line-height: 40px;
}
.p-labcoaBlock01__titleJa {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
}
.p-labcoaBlock01__text {
  text-align: center;
  font-family: Noto Sans JP;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
.p-labcoaBlock01__figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 150px;
  margin: 0 auto 5px;
  text-align: center;
}

.p-webBridgeBlock01 {
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
}
.p-webBridgeBlock01__line {
  background-image: -webkit-gradient(linear, left top, right top, from(#FFCE53), to(#FFCE53));
  background-image: linear-gradient(to right, #FFCE53, #FFCE53);
  background-position: center bottom;
  background-size: 100% 35%;
  background-repeat: no-repeat;
}
.p-webBridgeBlock02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 599px) {
  .p-webBridgeBlock02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-webBridgeTable01__cell01 {
  background: rgba(240, 171, 0, 0.3);
}
.p-webBridgeTable01__cell02 {
  background: rgba(50, 184, 157, 0.3);
}

.p-sapBlock01__inner {
  display: grid;
  grid-template-columns: 1fr 278px;
  gap: 50px;
}
@media screen and (max-width: 599px) {
  .p-sapBlock01__inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.p-sapBlock02__inner {
  display: grid;
  grid-template-columns: 1fr 276px;
  gap: 30px;
}
@media screen and (max-width: 599px) {
  .p-sapBlock02__inner {
    grid-template-columns: 1fr;
  }
}

.p-recruitBlock01__inner {
  width: 584px;
  height: 200px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .p-recruitBlock01__inner {
    width: 100%;
  }
}
.p-recruitBlock01__link {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
}
.p-recruitBlock01__content {
  position: absolute;
  top: 34px;
  bottom: 20px;
  left: 0;
  z-index: 1;
  width: 100%;
  margin: auto;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 34px;
}
@media screen and (max-width: 599px) {
  .p-recruitBlock01__content {
    top: 20px;
    gap: 20px;
  }
}
.p-recruitBlock01__title {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.p-recruitBlock01__titleJa {
  color: #ffffff;
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 599px) {
  .p-recruitBlock01__titleJa {
    font-size: 2.2rem;
  }
}
.p-recruitBlock01__more {
  position: relative;
  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;
  border-radius: 70px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background-color: #32B89D;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  width: 240px;
  padding: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 0.08em;
}
.p-recruitBlock01__more::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2A9983;
  -webkit-transform-origin: center left;
          transform-origin: center left;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (hover: hover) {
  .p-recruitBlock01__more:where(:-moz-any-link, :enabled, summary):hover::before {
    transform: scaleX(1);
  }
  .p-recruitBlock01__more:where(:any-link, :enabled, summary):hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.p-recruitBlock01__more .btnText {
  position: relative;
}
.p-recruitBlock01__more::after {
  content: "";
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-radius: 50%;
  background: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (hover: hover) {
  .p-recruitBlock01__more:where(:-moz-any-link, :enabled, summary):hover::after {
    transform: translateX(8px);
  }
  .p-recruitBlock01__more:where(:any-link, :enabled, summary):hover::after {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
}
@media screen and (max-width: 599px) {
  .p-recruitBlock01__more {
    padding: 6px;
    font-size: 1.2rem;
  }
}
@media (hover: hover) {
  .p-recruitBlock01__more:is(:where(:-moz-any-link, :enabled, summary):hover *)::before {
    transform: scaleX(1);
  }
  .p-recruitBlock01__more:is(:where(:any-link, :enabled, summary):hover *)::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .p-recruitBlock01__more:is(:where(:-moz-any-link, :enabled, summary):hover *)::after {
    transform: translateX(8px);
  }
  .p-recruitBlock01__more:is(:where(:any-link, :enabled, summary):hover *)::after {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
}
.p-recruitBlock01__img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (hover: hover) {
  .p-recruitBlock01__img:is(:where(:-moz-any-link, :enabled, summary):hover *) {
    transform: scale(1.1);
  }
  .p-recruitBlock01__img:is(:where(:any-link, :enabled, summary):hover *) {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.p-postHead {
  padding-bottom: 40px;
}
.p-postHead__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 599px) {
  .p-postHead__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-postHead__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  list-style-type: none;
}
.p-postHead__categoryItem {
  padding: 0 18px 0 22px;
  border: 1px solid #D7D7D7;
  border-left: 3px solid #32B89D;
  background: #ffffff;
  color: #000000;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 0.08em;
}
.p-postHead__date {
  font-family: "Poppins", sans-serif;
  color: #002162;
  line-height: 100%;
  letter-spacing: 0.02em;
}
.p-postBody {
  /* a:not(:has(img)) {
    @include g.c-link01;
  } */
}
.p-postBody::after {
  content: "";
  display: block;
  clear: both;
}
.p-postBody > *:first-child {
  margin-top: 0 !important;
}
.p-postBody > * + * {
  margin-top: 1em;
}
.p-postBody h2 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 21px;
  color: #002162;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.02em;
  margin-bottom: 0;
}
.p-postBody h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #D7D7D7;
}
.p-postBody h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 4px;
  background: #32B89D;
}
@media screen and (max-width: 599px) {
  .p-postBody h2 {
    font-size: 2.2rem;
  }
}
.p-postBody h2__small {
  font-size: 60%;
}
.p-postBody h3 {
  position: relative;
  margin-bottom: 20px;
  padding-left: 35px;
  color: #002162;
  font-size: 2rem;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.02em;
  margin-bottom: 0;
}
.p-postBody h3::before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 22px;
  height: 3px;
  background: #32B89D;
}
@media screen and (max-width: 599px) {
  .p-postBody h3 {
    font-size: 1.8rem;
  }
}
.p-postBody h4 {
  color: #000000;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  margin-bottom: 0;
}
.p-postBody h5,
.p-postBody h6 {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.p-postBody p {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
}
.p-postBody a img {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media (hover: hover) {
  .p-postBody a img:is(:where(:-moz-any-link, :enabled, summary):hover *) {
    opacity: 0.7;
  }
  .p-postBody a img:is(:where(:any-link, :enabled, summary):hover *) {
    opacity: 0.7;
  }
}
.p-postBody strong {
  font-weight: bold;
}
.p-postBody ul,
.p-postBody ol {
  padding-left: 1em;
}
.p-postBody table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}
.p-postBody table thead {
  background: #002162;
  color: #ffffff;
}
.p-postBody table thead th:not(:last-of-type) {
  border-right-color: #ffffff;
}
.p-postBody table th,
.p-postBody table td {
  padding: 12px 24px;
  border: 1px solid #D7D7D7;
  font-size: 1.4rem;
  font-weight: 500;
}
.p-postBody table th {
  line-height: 18px;
}
.p-postBody table td {
  line-height: 20px;
}
.p-postBody hr {
  margin: 40px 0;
}
.p-postBody blockquote {
  padding: 10px 0 10px 20px;
  border-left: 5px solid #808080;
}
@media screen and (max-width: 1023px) {
  .p-postBody blockquote {
    padding: 7px 0 7px 15px;
  }
}
.p-postBody .mt-be-columns {
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (max-width: 1023px) {
  .p-postBody .mt-be-columns {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.p-postBody .mt-be-column {
  padding: 0 10px;
}
@media screen and (max-width: 1023px) {
  .p-postBody .mt-be-column {
    padding: 0 5px;
  }
}
.p-postNav {
  margin-top: 80px;
  border-top: 2px solid #D7D7D7;
  padding-top: 40px;
}
.p-postNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  list-style-type: none;
}
.p-postNav__listItem {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-postNav__listItem:nth-of-type(2) {
  position: relative;
}
.p-postNav__listItem:nth-of-type(2)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: #D7D7D7;
}
.p-postNav__listItemLink, .p-postNav__listItemLink--next, .p-postNav__listItemLink--prev {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  color: #002162;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  text-decoration: none;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
@media (hover: hover) {
  .p-postNav__listItemLink:where(:-moz-any-link, :enabled, summary):hover, .p-postNav__listItemLink--next:where(:-moz-any-link, :enabled, summary):hover, .p-postNav__listItemLink--prev:where(:-moz-any-link, :enabled, summary):hover {
    color: #32B89D;
  }
  .p-postNav__listItemLink:where(:any-link, :enabled, summary):hover, .p-postNav__listItemLink--next:where(:any-link, :enabled, summary):hover, .p-postNav__listItemLink--prev:where(:any-link, :enabled, summary):hover {
    color: #32B89D;
  }
}
.p-postNav__listItemLink::before, .p-postNav__listItemLink--next::before, .p-postNav__listItemLink--prev::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.5em;
  height: 0.5em;
  border-bottom: 2px solid;
  border-right: 2px solid;
}
.p-postNav__listItemLink--prev {
  padding-left: 38px;
}
.p-postNav__listItemLink--prev::before {
  left: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.p-postNav__listItemLink--next {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 38px;
}
.p-postNav__listItemLink--next::before {
  right: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-bridgeUptime {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.p-bridgeUptime__head {
  font-size: 1.8rem;
}
.p-bridgeUptime__body {
  font-weight: bold;
}
.p-bridgeNews {
  height: 300px;
  padding: 20px;
  border: 1px solid #D7D7D7;
  overflow-y: auto;
}
@media screen and (max-width: 599px) {
  .p-bridgeNews {
    padding: 10px;
  }
}
.p-bridgeBtnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 599px) {
  .p-bridgeBtnWrap {
    gap: 20px;
  }
}

.p-notfoundBlock01 {
  margin: 60px 0 70px;
  color: #002162;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 240%;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 599px) {
  .p-notfoundBlock01 {
    margin: 30px 0 40px;
    text-align: left;
    font-size: 1.6rem;
    line-height: 200%;
  }
}

.u-text--white01 {
  color: #ffffff !important;
}
.u-text--black01 {
  color: #000000 !important;
}
.u-text--black02 {
  color: #000714 !important;
}
.u-text--gray01 {
  color: #808080 !important;
}
.u-text--gray02 {
  color: #D7D7D7 !important;
}
.u-text--gray03 {
  color: #FBFBFA !important;
}
.u-text--red01 {
  color: #ff0000 !important;
}
.u-text--red02 {
  color: #d60202 !important;
}
.u-text--blue01 {
  color: #002162 !important;
}
.u-text--blue02 {
  color: #B9C2EC !important;
}
.u-text--blue03 {
  color: #EAECF0 !important;
}
.u-text--blue04 {
  color: #EFF1FE !important;
}
.u-text--green01 {
  color: #32B89D !important;
}
.u-text--green02 {
  color: #2A9983 !important;
}
.u-text--yellow01 {
  color: #F0AB00 !important;
}
.u-text--yellow02 {
  color: #dc9d00 !important;
}
.u-text--yellow03 {
  color: #FFCE53 !important;
}
.u-text--gold01 {
  color: #BB8539 !important;
}
.u-text--gold02 {
  color: #E8C253 !important;
}
.u-text--beige01 {
  color: #F1EEE7 !important;
}
.u-text--beige02 {
  color: #F8F6F2 !important;
}
.u-bg--white01 {
  background-color: #ffffff !important;
}
.u-bg--black01 {
  background-color: #000000 !important;
}
.u-bg--black02 {
  background-color: #000714 !important;
}
.u-bg--gray01 {
  background-color: #808080 !important;
}
.u-bg--gray02 {
  background-color: #D7D7D7 !important;
}
.u-bg--gray03 {
  background-color: #FBFBFA !important;
}
.u-bg--red01 {
  background-color: #ff0000 !important;
}
.u-bg--red02 {
  background-color: #d60202 !important;
}
.u-bg--blue01 {
  background-color: #002162 !important;
}
.u-bg--blue02 {
  background-color: #B9C2EC !important;
}
.u-bg--blue03 {
  background-color: #EAECF0 !important;
}
.u-bg--blue04 {
  background-color: #EFF1FE !important;
}
.u-bg--green01 {
  background-color: #32B89D !important;
}
.u-bg--green02 {
  background-color: #2A9983 !important;
}
.u-bg--yellow01 {
  background-color: #F0AB00 !important;
}
.u-bg--yellow02 {
  background-color: #dc9d00 !important;
}
.u-bg--yellow03 {
  background-color: #FFCE53 !important;
}
.u-bg--gold01 {
  background-color: #BB8539 !important;
}
.u-bg--gold02 {
  background-color: #E8C253 !important;
}
.u-bg--beige01 {
  background-color: #F1EEE7 !important;
}
.u-bg--beige02 {
  background-color: #F8F6F2 !important;
}

.u-d--block {
  display: block !important;
}
.u-d--inline-block {
  display: inline-block !important;
}
.u-d--inline {
  display: inline !important;
}
.u-d--none {
  display: none !important;
}
.u-d--pcBlock {
  display: block !important;
}
@media screen and (max-width: 1023px) {
  .u-d--pcBlock {
    display: none !important;
  }
}
.u-d--pcNone {
  display: none !important;
}
@media screen and (max-width: 1023px) {
  .u-d--pcNone {
    display: block !important;
  }
}
.u-d--tabBlock {
  display: none !important;
}
@media screen and (max-width: 1023px) {
  .u-d--tabBlock {
    display: block !important;
  }
}
@media screen and (max-width: 599px) {
  .u-d--tabBlock {
    display: none !important;
  }
}
.u-d--tabNone {
  display: block !important;
}
@media screen and (max-width: 1023px) {
  .u-d--tabNone {
    display: none !important;
  }
}
@media screen and (max-width: 599px) {
  .u-d--tabNone {
    display: block !important;
  }
}
.u-d--spBlock {
  display: none !important;
}
@media screen and (max-width: 599px) {
  .u-d--spBlock {
    display: block !important;
  }
}
.u-d--spNone {
  display: block !important;
}
@media screen and (max-width: 599px) {
  .u-d--spNone {
    display: none !important;
  }
}
.u-d--pctabBlock {
  display: block !important;
}
@media screen and (max-width: 599px) {
  .u-d--pctabBlock {
    display: none !important;
  }
}
.u-d--pctabNone {
  display: none !important;
}
@media screen and (max-width: 599px) {
  .u-d--pctabNone {
    display: block !important;
  }
}
.u-d--tabspBlock {
  display: none !important;
}
@media screen and (max-width: 1023px) {
  .u-d--tabspBlock {
    display: block !important;
  }
}
.u-d--tabspNone {
  display: block !important;
}
@media screen and (max-width: 1023px) {
  .u-d--tabspNone {
    display: none !important;
  }
}

.u-mt0 {
  margin-top: 0px !important;
}
.u-mt5 {
  margin-top: 5px !important;
}
.u-mt10 {
  margin-top: 10px !important;
}
.u-mt15 {
  margin-top: 15px !important;
}
.u-mt20 {
  margin-top: 20px !important;
}
.u-mt25 {
  margin-top: 25px !important;
}
.u-mt30 {
  margin-top: 30px !important;
}
.u-mt35 {
  margin-top: 35px !important;
}
.u-mt40 {
  margin-top: 40px !important;
}
.u-mt45 {
  margin-top: 45px !important;
}
.u-mt50 {
  margin-top: 50px !important;
}
.u-mt55 {
  margin-top: 55px !important;
}
.u-mt60 {
  margin-top: 60px !important;
}
@media screen and (max-width: 1023px) {
  .u-mt--tab0 {
    margin-top: 0px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mt--tab5 {
    margin-top: 5px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mt--tab10 {
    margin-top: 10px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mt--tab15 {
    margin-top: 15px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mt--tab20 {
    margin-top: 20px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mt--tab25 {
    margin-top: 25px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mt--tab30 {
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mt--tab35 {
    margin-top: 35px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mt--tab40 {
    margin-top: 40px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mt--tab45 {
    margin-top: 45px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mt--tab50 {
    margin-top: 50px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mt--tab55 {
    margin-top: 55px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mt--tab60 {
    margin-top: 60px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-mt--sp0 {
    margin-top: 0px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-mt--sp5 {
    margin-top: 5px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-mt--sp10 {
    margin-top: 10px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-mt--sp15 {
    margin-top: 15px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-mt--sp20 {
    margin-top: 20px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-mt--sp25 {
    margin-top: 25px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-mt--sp30 {
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-mt--sp35 {
    margin-top: 35px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-mt--sp40 {
    margin-top: 40px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-mt--sp45 {
    margin-top: 45px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-mt--sp50 {
    margin-top: 50px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-mt--sp55 {
    margin-top: 55px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-mt--sp60 {
    margin-top: 60px !important;
  }
}
.u-mr0 {
  margin-right: 0px !important;
}
.u-mr5 {
  margin-right: 5px !important;
}
.u-mr10 {
  margin-right: 10px !important;
}
.u-mr15 {
  margin-right: 15px !important;
}
.u-mr20 {
  margin-right: 20px !important;
}
.u-mr25 {
  margin-right: 25px !important;
}
.u-mr30 {
  margin-right: 30px !important;
}
.u-mr35 {
  margin-right: 35px !important;
}
.u-mr40 {
  margin-right: 40px !important;
}
.u-mr45 {
  margin-right: 45px !important;
}
.u-mr50 {
  margin-right: 50px !important;
}
.u-mr55 {
  margin-right: 55px !important;
}
.u-mr60 {
  margin-right: 60px !important;
}
@media screen and (max-width: 1023px) {
  .u-mr--tab0 {
    margin-right: 0px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mr--tab5 {
    margin-right: 5px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mr--tab10 {
    margin-right: 10px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mr--tab15 {
    margin-right: 15px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mr--tab20 {
    margin-right: 20px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mr--tab25 {
    margin-right: 25px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mr--tab30 {
    margin-right: 30px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mr--tab35 {
    margin-right: 35px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mr--tab40 {
    margin-right: 40px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mr--tab45 {
    margin-right: 45px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mr--tab50 {
    margin-right: 50px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mr--tab55 {
    margin-right: 55px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mr--tab60 {
    margin-right: 60px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-mr--sp0 {
    margin-right: 0px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-mr--sp5 {
    margin-right: 5px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-mr--sp10 {
    margin-right: 10px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-mr--sp15 {
    margin-right: 15px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-mr--sp20 {
    margin-right: 20px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-mr--sp25 {
    margin-right: 25px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-mr--sp30 {
    margin-right: 30px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-mr--sp35 {
    margin-right: 35px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-mr--sp40 {
    margin-right: 40px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-mr--sp45 {
    margin-right: 45px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-mr--sp50 {
    margin-right: 50px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-mr--sp55 {
    margin-right: 55px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-mr--sp60 {
    margin-right: 60px !important;
  }
}
.u-mb0 {
  margin-bottom: 0px !important;
}
.u-mb5 {
  margin-bottom: 5px !important;
}
.u-mb10 {
  margin-bottom: 10px !important;
}
.u-mb15 {
  margin-bottom: 15px !important;
}
.u-mb20 {
  margin-bottom: 20px !important;
}
.u-mb25 {
  margin-bottom: 25px !important;
}
.u-mb30 {
  margin-bottom: 30px !important;
}
.u-mb35 {
  margin-bottom: 35px !important;
}
.u-mb40 {
  margin-bottom: 40px !important;
}
.u-mb45 {
  margin-bottom: 45px !important;
}
.u-mb50 {
  margin-bottom: 50px !important;
}
.u-mb55 {
  margin-bottom: 55px !important;
}
.u-mb60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 1023px) {
  .u-mb--tab0 {
    margin-bottom: 0px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mb--tab5 {
    margin-bottom: 5px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mb--tab10 {
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mb--tab15 {
    margin-bottom: 15px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mb--tab20 {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mb--tab25 {
    margin-bottom: 25px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mb--tab30 {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mb--tab35 {
    margin-bottom: 35px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mb--tab40 {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mb--tab45 {
    margin-bottom: 45px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mb--tab50 {
    margin-bottom: 50px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mb--tab55 {
    margin-bottom: 55px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mb--tab60 {
    margin-bottom: 60px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-mb--sp0 {
    margin-bottom: 0px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-mb--sp5 {
    margin-bottom: 5px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-mb--sp10 {
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-mb--sp15 {
    margin-bottom: 15px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-mb--sp20 {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-mb--sp25 {
    margin-bottom: 25px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-mb--sp30 {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-mb--sp35 {
    margin-bottom: 35px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-mb--sp40 {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-mb--sp45 {
    margin-bottom: 45px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-mb--sp50 {
    margin-bottom: 50px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-mb--sp55 {
    margin-bottom: 55px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-mb--sp60 {
    margin-bottom: 60px !important;
  }
}
.u-ml0 {
  margin-left: 0px !important;
}
.u-ml5 {
  margin-left: 5px !important;
}
.u-ml10 {
  margin-left: 10px !important;
}
.u-ml15 {
  margin-left: 15px !important;
}
.u-ml20 {
  margin-left: 20px !important;
}
.u-ml25 {
  margin-left: 25px !important;
}
.u-ml30 {
  margin-left: 30px !important;
}
.u-ml35 {
  margin-left: 35px !important;
}
.u-ml40 {
  margin-left: 40px !important;
}
.u-ml45 {
  margin-left: 45px !important;
}
.u-ml50 {
  margin-left: 50px !important;
}
.u-ml55 {
  margin-left: 55px !important;
}
.u-ml60 {
  margin-left: 60px !important;
}
@media screen and (max-width: 1023px) {
  .u-ml--tab0 {
    margin-left: 0px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-ml--tab5 {
    margin-left: 5px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-ml--tab10 {
    margin-left: 10px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-ml--tab15 {
    margin-left: 15px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-ml--tab20 {
    margin-left: 20px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-ml--tab25 {
    margin-left: 25px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-ml--tab30 {
    margin-left: 30px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-ml--tab35 {
    margin-left: 35px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-ml--tab40 {
    margin-left: 40px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-ml--tab45 {
    margin-left: 45px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-ml--tab50 {
    margin-left: 50px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-ml--tab55 {
    margin-left: 55px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-ml--tab60 {
    margin-left: 60px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-ml--sp0 {
    margin-left: 0px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-ml--sp5 {
    margin-left: 5px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-ml--sp10 {
    margin-left: 10px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-ml--sp15 {
    margin-left: 15px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-ml--sp20 {
    margin-left: 20px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-ml--sp25 {
    margin-left: 25px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-ml--sp30 {
    margin-left: 30px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-ml--sp35 {
    margin-left: 35px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-ml--sp40 {
    margin-left: 40px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-ml--sp45 {
    margin-left: 45px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-ml--sp50 {
    margin-left: 50px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-ml--sp55 {
    margin-left: 55px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-ml--sp60 {
    margin-left: 60px !important;
  }
}

.u-pt0 {
  padding-top: 0px !important;
}
.u-pt5 {
  padding-top: 5px !important;
}
.u-pt10 {
  padding-top: 10px !important;
}
.u-pt15 {
  padding-top: 15px !important;
}
.u-pt20 {
  padding-top: 20px !important;
}
.u-pt25 {
  padding-top: 25px !important;
}
.u-pt30 {
  padding-top: 30px !important;
}
.u-pt35 {
  padding-top: 35px !important;
}
.u-pt40 {
  padding-top: 40px !important;
}
.u-pt45 {
  padding-top: 45px !important;
}
.u-pt50 {
  padding-top: 50px !important;
}
.u-pt55 {
  padding-top: 55px !important;
}
.u-pt60 {
  padding-top: 60px !important;
}
@media screen and (max-width: 1023px) {
  .u-pt--tab0 {
    padding-top: 0px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-pt--tab5 {
    padding-top: 5px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-pt--tab10 {
    padding-top: 10px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-pt--tab15 {
    padding-top: 15px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-pt--tab20 {
    padding-top: 20px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-pt--tab25 {
    padding-top: 25px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-pt--tab30 {
    padding-top: 30px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-pt--tab35 {
    padding-top: 35px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-pt--tab40 {
    padding-top: 40px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-pt--tab45 {
    padding-top: 45px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-pt--tab50 {
    padding-top: 50px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-pt--tab55 {
    padding-top: 55px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-pt--tab60 {
    padding-top: 60px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-pt--sp0 {
    padding-top: 0px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-pt--sp5 {
    padding-top: 5px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-pt--sp10 {
    padding-top: 10px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-pt--sp15 {
    padding-top: 15px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-pt--sp20 {
    padding-top: 20px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-pt--sp25 {
    padding-top: 25px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-pt--sp30 {
    padding-top: 30px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-pt--sp35 {
    padding-top: 35px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-pt--sp40 {
    padding-top: 40px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-pt--sp45 {
    padding-top: 45px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-pt--sp50 {
    padding-top: 50px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-pt--sp55 {
    padding-top: 55px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-pt--sp60 {
    padding-top: 60px !important;
  }
}
.u-pr0 {
  padding-right: 0px !important;
}
.u-pr5 {
  padding-right: 5px !important;
}
.u-pr10 {
  padding-right: 10px !important;
}
.u-pr15 {
  padding-right: 15px !important;
}
.u-pr20 {
  padding-right: 20px !important;
}
.u-pr25 {
  padding-right: 25px !important;
}
.u-pr30 {
  padding-right: 30px !important;
}
.u-pr35 {
  padding-right: 35px !important;
}
.u-pr40 {
  padding-right: 40px !important;
}
.u-pr45 {
  padding-right: 45px !important;
}
.u-pr50 {
  padding-right: 50px !important;
}
.u-pr55 {
  padding-right: 55px !important;
}
.u-pr60 {
  padding-right: 60px !important;
}
@media screen and (max-width: 1023px) {
  .u-pr--tab0 {
    padding-right: 0px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-pr--tab5 {
    padding-right: 5px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-pr--tab10 {
    padding-right: 10px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-pr--tab15 {
    padding-right: 15px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-pr--tab20 {
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-pr--tab25 {
    padding-right: 25px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-pr--tab30 {
    padding-right: 30px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-pr--tab35 {
    padding-right: 35px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-pr--tab40 {
    padding-right: 40px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-pr--tab45 {
    padding-right: 45px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-pr--tab50 {
    padding-right: 50px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-pr--tab55 {
    padding-right: 55px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-pr--tab60 {
    padding-right: 60px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-pr--sp0 {
    padding-right: 0px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-pr--sp5 {
    padding-right: 5px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-pr--sp10 {
    padding-right: 10px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-pr--sp15 {
    padding-right: 15px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-pr--sp20 {
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-pr--sp25 {
    padding-right: 25px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-pr--sp30 {
    padding-right: 30px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-pr--sp35 {
    padding-right: 35px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-pr--sp40 {
    padding-right: 40px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-pr--sp45 {
    padding-right: 45px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-pr--sp50 {
    padding-right: 50px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-pr--sp55 {
    padding-right: 55px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-pr--sp60 {
    padding-right: 60px !important;
  }
}
.u-pb0 {
  padding-bottom: 0px !important;
}
.u-pb5 {
  padding-bottom: 5px !important;
}
.u-pb10 {
  padding-bottom: 10px !important;
}
.u-pb15 {
  padding-bottom: 15px !important;
}
.u-pb20 {
  padding-bottom: 20px !important;
}
.u-pb25 {
  padding-bottom: 25px !important;
}
.u-pb30 {
  padding-bottom: 30px !important;
}
.u-pb35 {
  padding-bottom: 35px !important;
}
.u-pb40 {
  padding-bottom: 40px !important;
}
.u-pb45 {
  padding-bottom: 45px !important;
}
.u-pb50 {
  padding-bottom: 50px !important;
}
.u-pb55 {
  padding-bottom: 55px !important;
}
.u-pb60 {
  padding-bottom: 60px !important;
}
@media screen and (max-width: 1023px) {
  .u-pb--tab0 {
    padding-bottom: 0px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-pb--tab5 {
    padding-bottom: 5px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-pb--tab10 {
    padding-bottom: 10px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-pb--tab15 {
    padding-bottom: 15px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-pb--tab20 {
    padding-bottom: 20px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-pb--tab25 {
    padding-bottom: 25px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-pb--tab30 {
    padding-bottom: 30px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-pb--tab35 {
    padding-bottom: 35px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-pb--tab40 {
    padding-bottom: 40px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-pb--tab45 {
    padding-bottom: 45px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-pb--tab50 {
    padding-bottom: 50px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-pb--tab55 {
    padding-bottom: 55px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-pb--tab60 {
    padding-bottom: 60px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-pb--sp0 {
    padding-bottom: 0px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-pb--sp5 {
    padding-bottom: 5px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-pb--sp10 {
    padding-bottom: 10px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-pb--sp15 {
    padding-bottom: 15px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-pb--sp20 {
    padding-bottom: 20px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-pb--sp25 {
    padding-bottom: 25px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-pb--sp30 {
    padding-bottom: 30px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-pb--sp35 {
    padding-bottom: 35px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-pb--sp40 {
    padding-bottom: 40px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-pb--sp45 {
    padding-bottom: 45px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-pb--sp50 {
    padding-bottom: 50px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-pb--sp55 {
    padding-bottom: 55px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-pb--sp60 {
    padding-bottom: 60px !important;
  }
}
.u-pl0 {
  padding-left: 0px !important;
}
.u-pl5 {
  padding-left: 5px !important;
}
.u-pl10 {
  padding-left: 10px !important;
}
.u-pl15 {
  padding-left: 15px !important;
}
.u-pl20 {
  padding-left: 20px !important;
}
.u-pl25 {
  padding-left: 25px !important;
}
.u-pl30 {
  padding-left: 30px !important;
}
.u-pl35 {
  padding-left: 35px !important;
}
.u-pl40 {
  padding-left: 40px !important;
}
.u-pl45 {
  padding-left: 45px !important;
}
.u-pl50 {
  padding-left: 50px !important;
}
.u-pl55 {
  padding-left: 55px !important;
}
.u-pl60 {
  padding-left: 60px !important;
}
@media screen and (max-width: 1023px) {
  .u-pl--tab0 {
    padding-left: 0px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-pl--tab5 {
    padding-left: 5px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-pl--tab10 {
    padding-left: 10px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-pl--tab15 {
    padding-left: 15px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-pl--tab20 {
    padding-left: 20px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-pl--tab25 {
    padding-left: 25px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-pl--tab30 {
    padding-left: 30px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-pl--tab35 {
    padding-left: 35px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-pl--tab40 {
    padding-left: 40px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-pl--tab45 {
    padding-left: 45px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-pl--tab50 {
    padding-left: 50px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-pl--tab55 {
    padding-left: 55px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-pl--tab60 {
    padding-left: 60px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-pl--sp0 {
    padding-left: 0px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-pl--sp5 {
    padding-left: 5px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-pl--sp10 {
    padding-left: 10px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-pl--sp15 {
    padding-left: 15px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-pl--sp20 {
    padding-left: 20px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-pl--sp25 {
    padding-left: 25px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-pl--sp30 {
    padding-left: 30px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-pl--sp35 {
    padding-left: 35px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-pl--sp40 {
    padding-left: 40px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-pl--sp45 {
    padding-left: 45px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-pl--sp50 {
    padding-left: 50px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-pl--sp55 {
    padding-left: 55px !important;
  }
}
@media screen and (max-width: 599px) {
  .u-pl--sp60 {
    padding-left: 60px !important;
  }
}

.u-text--alignLeft {
  text-align: left !important;
}
.u-text--alignCenter {
  text-align: center !important;
}
.u-text--alignRight {
  text-align: right !important;
}
.u-textBold {
  font-weight: bold;
}
.u-textNowrap {
  white-space: nowrap;
}