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

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

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

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

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  height: 0;
  /* Add the correct box sizing in Firefox */
  overflow: visible;
  /* Show the overflow in Edge and IE */
  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;
  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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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] {
  appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  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 {
  padding: 0;
  border-style: none;
}

/* 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] {
  appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

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

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

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

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

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

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

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  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;
}

/* ----------------------------------------
  共通部分
---------------------------------------- */
html {
  box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  overflow-x: hidden;
  font-family: "Zen Kaku Gothic New", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

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

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

p {
  color: #232323;
}

/*========================================
break point
========================================*/
/* header
------------------------------------------------------ */
.l-header {
  position: relative;
  background-color: #FFFFFF;
}
.l-header::before {
  content: "";
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100dvh;
  background-image: url(../img/bg_main.webp);
  background-position: center;
  background-size: cover;
}
.l-header__inner {
  padding-right: 4%;
  padding-left: 4%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .l-header__inner {
    padding-right: 150px;
    padding-left: 150px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.l-header__logoImg {
  width: 110px;
}
@media (min-width: 768px) {
  .l-header__logoImg {
    width: 153px;
  }
}

/* main
------------------------------------------------------ */
.l-mainBg {
  position: relative;
  max-width: 1245px;
  margin: 0 3%;
}
@media (min-width: 768px) {
  .l-mainBg {
    margin: 0 2%;
  }
}
@media (1325px <= width < 1399px) {
  .l-mainBg {
    margin: 0 auto;
  }
}
@media (min-width: 1400px) {
  .l-mainBg {
    margin: 0 auto;
  }
}
.l-mainBg::before, .l-mainBg::after {
  content: "";
  position: fixed;
  height: 100%;
  top: 0;
  z-index: 2;
}
.l-mainBg::before {
  left: 2%;
  border-left: 4px solid #F059A1;
  border-image: linear-gradient(to bottom, #F059A1 0%, #FFFFFF 100%) 1;
}
@media (min-width: 768px) {
  .l-mainBg::before {
    border-left: 6px solid #F059A1;
  }
}
@media (min-width: 1300px) {
  .l-mainBg::before {
    display: none;
  }
}
.l-mainBg::after {
  right: 2%;
  border-right: 4px solid #FFFFFF;
  border-image: linear-gradient(to bottom, #FFFFFF 0%, #F059A1 100%) 1;
}
@media (min-width: 768px) {
  .l-mainBg::after {
    border-right: 6px solid #FFFFFF;
  }
}
@media (min-width: 1300px) {
  .l-mainBg::after {
    display: none;
  }
}

/* section
------------------------------------------------------ */
/* inner
------------------------------------------------------ */
.l-inner {
  max-width: 870px;
  margin-inline: auto;
  padding-right: 4%;
  padding-left: 4%;
}
@media (min-width: 768px) {
  .l-inner {
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* footer
------------------------------------------------------ */
.l-footer {
  position: relative;
}
.l-footer::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 300px;
  margin: 0 calc(50% - 50vw);
  bottom: 0;
  left: 0;
  background-color: #FFFFFF;
  border-bottom: 16px solid #1FA2D7;
  box-shadow: 0 -3px 10px 0px rgba(0, 0, 0, 0.16);
}
@media (min-width: 768px) {
  .l-footer::before {
    height: 330px;
  }
}
.l-footer__inner {
  position: relative;
  margin-inline: auto;
  padding-top: 40px;
  background-color: #FFFFFF;
  box-shadow: 0 -3px 10px 0px rgba(0, 0, 0, 0.16);
  text-align: center;
}
.l-footer__inner::before {
  position: absolute;
  width: 54px;
  height: 72px;
  content: "";
  top: -40%;
  left: 5%;
  background-image: url(../img/bg_message_03.webp);
  background-size: contain;
}
@media (min-width: 768px) {
  .l-footer__inner::before {
    width: 100px;
    height: 132px;
    top: -48%;
  }
}
.l-footer__inner::after {
  position: absolute;
  width: 89px;
  height: 30px;
  content: "";
  top: -35%;
  right: 5%;
  background-image: url(../img/bg_message_04.webp);
  background-size: contain;
}
@media (min-width: 768px) {
  .l-footer__inner::after {
    width: 212px;
    height: 72px;
    top: -45%;
  }
}
.l-footer__topWrapper.js-fadeIn {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.5s ease-in-out;
  transition-delay: 0.2s;
}
.l-footer__topWrapper.js-fadeInScroll {
  opacity: 1;
  transform: translateY(0);
}
.l-footer__topImage {
  width: 135px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .l-footer__topImage {
    width: 210px;
  }
}
.l-footer__text {
  margin-bottom: 20px;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: #F7B319;
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
}
.l-footer__bottomImageWrapper {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  gap: 10px;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .l-footer__bottomImageWrapper {
    margin-bottom: 40px;
  }
}
.l-footer__bottomImage {
  width: 135px;
}
@media (min-width: 768px) {
  .l-footer__bottomImage {
    width: 180px;
  }
}
@media (any-hover: hover) {
  .l-footer__bottomImage:hover {
    transition: 0.3s ease;
    opacity: 0.6;
  }
  .l-footer__bottomImage:focus-visible {
    transition: 0.3s ease;
    opacity: 0.6;
  }
}
.l-footerCopyright {
  padding: 5px;
  background-color: #1FA2D7;
  color: #FFFFFF;
  font-size: 0.625rem;
}
@media (min-width: 768px) {
  .l-footerCopyright {
    font-size: 0.75rem;
  }
}

/* hamburger
------------------------------------------------------ */
.c-hamburger {
  z-index: 100;
  cursor: pointer;
  /*閉じる*/
}
@media (min-width: 1024px) {
  .c-hamburger {
    display: none;
  }
}
.c-hamburger__inner {
  width: 80px;
  height: 70px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #1472AA;
}
.c-hamburger__line {
  position: absolute;
  width: 32px;
  height: 3px;
  top: 55%;
  right: 29%;
  background: #FFFFFF;
  border-radius: 10px;
}
.c-hamburger__line::before {
  position: absolute;
  content: "";
  display: block;
  width: 32px;
  height: 3px;
  background: #FFFFFF;
  transition: transform 0.3s;
  border-radius: 10px;
}
.c-hamburger__line::before {
  top: -11px;
}
.c-hamburger.close .c-hamburger__line {
  top: 33px;
  transform: rotate(45deg);
  background: #FFFFFF;
  transition: transform 0.3s;
}
.c-hamburger.close .c-hamburger__line::before {
  top: 0;
  transform: rotate(90deg);
  background: #FFFFFF;
}

/* button
------------------------------------------------------ */
.c-button {
  position: relative;
  display: inline-block;
  width: 280px;
  max-width: 100%;
  padding: 15px 10px;
  background-color: #DC488E;
  border: 2px solid transparent;
  border-radius: 10px;
  box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.16);
  color: #FFFFFF;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: 0.25s;
}
@media (min-width: 768px) {
  .c-button {
    width: 320px;
    font-size: 1.125rem;
  }
}
@media (any-hover: hover) {
  .c-button:hover {
    color: #DC488E;
    background-color: #FFFFFF;
    border: 2px solid #DC488E;
  }
  .c-button:focus-visible {
    color: #DC488E;
    background-color: #FFFFFF;
    border: 2px solid #DC488E;
  }
}
.c-button::before {
  position: absolute;
  width: 25px;
  height: 25px;
  content: "";
  bottom: 0;
  right: 0;
  background-image: url(../img/bg_button-bg.webp);
  background-size: contain;
}
.c-button--sm {
  width: 130px;
  padding: 10px 0;
  align-self: end;
  border-radius: 3px;
  font-size: 0.6875rem;
}
@media (min-width: 768px) {
  .c-button--sm {
    width: 220px;
    padding: 6px 10px;
    font-size: 0.875rem;
  }
}
.c-button--sm::before {
  width: 16px;
  height: 16px;
  bottom: -1px;
  right: -1px;
}
.c-button--md {
  width: 160px;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 0.75rem;
}
@media (min-width: 1200px) {
  .c-button--md {
    width: 220px;
    font-size: 0.875rem;
  }
}
.c-button--md::before {
  width: 16px;
  height: 16px;
  bottom: -1px;
  right: -1px;
}
.c-button--lg {
  width: 220px;
  padding: 10px 10px;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .c-button--lg {
    font-size: 1rem;
  }
}
.c-button--top {
  background-color: #1472A9;
}
@media (any-hover: hover) {
  .c-button--top:hover {
    color: #1472A9;
    border: 2px solid #1472A9;
  }
  .c-button--top:focus-visible {
    color: #1472A9;
    border: 2px solid #1472A9;
  }
}
.c-button--top::before {
  background-image: url(../img/bg_button-bg_blue.webp);
}

/* breadcrumb
------------------------------------------------------ */
.c-breadcrumb {
  background-color: #105093;
}
.c-breadcrumb__list {
  display: flex;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 10px;
  list-style-type: none;
}
.c-breadcrumb__link span {
  color: black;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: calc(60 / 1000 * 1em);
}
@media (min-width: 768px) {
  .c-breadcrumb__link span {
    font-size: 0.75rem;
  }
}
.c-breadcrumb__item span {
  color: black;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: calc(60 / 1000 * 1em);
}
@media (min-width: 768px) {
  .c-breadcrumb__item span {
    font-size: 0.75rem;
  }
}

/* JobListCard
------------------------------------------------------ */
.c-JobListCard {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 38px;
  column-gap: 10px;
}
@media (min-width: 1200px) {
  .c-JobListCard {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 85px;
    column-gap: 35px;
  }
}
.c-JobListCard__item {
  position: relative;
  background-color: #FFFFFF;
  border: 3px solid #C2E0ED;
  border-radius: 6px;
}
@media (min-width: 768px) {
  .c-JobListCard__item {
    border: 10px solid #C2E0ED;
  }
}
.c-JobListCard__item.js-fadeIn {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.5s ease-in-out;
  transition-delay: 0.2s;
}
.c-JobListCard__item.js-fadeInScroll {
  opacity: 1;
  transform: translateY(0);
}
.c-JobListCardHead {
  position: absolute;
  top: -37px;
  left: -5px;
}
@media (min-width: 768px) {
  .c-JobListCardHead {
    top: -66px;
    left: -22px;
  }
}
.c-JobListCardHead--work {
  position: static;
  text-align: center;
}
@media (min-width: 768px) {
  .c-JobListCardHead--work {
    position: absolute;
    top: 50%;
    left: 10%;
    translate: -50% -50%;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .c-JobListCardHead--work {
    left: 20%;
  }
}
.c-JobListCardHead--work .c-JobListCardHead__ImgWorks {
  width: 50px;
  height: 14px;
}
.c-JobListCardHead__ImgWorks {
  width: 21px;
  height: 6px;
  vertical-align: bottom;
}
@media (min-width: 768px) {
  .c-JobListCardHead__ImgWorks {
    width: 37px;
    height: 10px;
  }
}
.c-JobListCardHead__number {
  width: 35px;
  height: 35px;
  padding-top: 5px;
  color: #FFFFFF;
  background-image: url(../img/icon_number-bg.webp);
  background-size: contain;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .c-JobListCardHead__number {
    width: 61px;
    height: 61px;
    padding-top: 8px;
    font-size: 1.75rem;
    letter-spacing: calc(40 / 1000 * 1em);
  }
}
.c-JobListCardHead__number--work {
  width: 56px;
  height: 56px;
  font-size: 1.75rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .c-JobListCardHead__number--work {
    width: 83px;
    height: 83px;
    padding-top: 11px;
    font-size: 2.3125rem;
  }
}
.c-JobListCardBody__item {
  display: grid;
  grid-template-rows: 0.5fr 0.8fr 0.8fr 0.5fr;
  justify-items: center;
  padding: 15px 10px;
  border-radius: 10px;
  background-image: url(../img/bg_brackets_01.webp), url(../img/bg_brackets_02.webp), url(../img/bg_brackets_03.webp);
  background-position: top 3% right 4%, bottom 3% right 4%, bottom 3% left 4%;
  background-size: 14px;
}
@media (min-width: 768px) {
  .c-JobListCardBody__item {
    grid-template-rows: 3fr 1fr 1fr;
    padding: 30px;
    background-size: 18px;
  }
}
@media (min-width: 1200px) {
  .c-JobListCardBody__item {
    grid-template-rows: 2fr 1fr 1fr;
  }
}
.c-JobListCardBody__item--2 {
  grid-template-rows: 0.4fr 0.4fr 1.2fr 0.4fr;
}
@media (min-width: 768px) {
  .c-JobListCardBody__item--2 {
    grid-template-rows: 0.4fr 0.4fr 0.6fr 0.1fr;
  }
}
@media (min-width: 1200px) {
  .c-JobListCardBody__item--2 {
    grid-template-rows: 0.5fr 0.5fr 0.75fr 0.5fr;
  }
}
@media (min-width: 1200px) {
  .c-JobListCardBody__item--3 {
    grid-template-rows: 0.5fr 0.5fr 0.75fr 0.5fr;
  }
}
.c-JobListCardBody__img {
  width: 130px;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .c-JobListCardBody__img {
    width: auto;
  }
}
.c-JobListCardBody__job {
  align-self: center;
  font-size: 0.875rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .c-JobListCardBody__job {
    font-size: 1.25rem;
  }
}
.c-JobListCardBody__company {
  align-self: center;
  font-size: 0.75rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .c-JobListCardBody__company {
    align-self: baseline;
    font-size: 0.9375rem;
  }
}

/* messageMedia
------------------------------------------------------ */
.c-messageMedia {
  display: grid;
  gap: 20px;
}
@media (min-width: 1024px) {
  .c-messageMedia {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media (min-width: 1400px) {
  .c-messageMedia {
    gap: 40px;
  }
}
.c-messageMedia__item {
  display: grid;
  grid-template-columns: 90px auto;
  gap: 23px;
  align-items: center;
  justify-content: center;
  padding: 30px 25px;
  background-color: #FFFFFF;
  background-image: url(../img/bg_brackets_01.webp), url(../img/bg_brackets_02.webp), url(../img/bg_brackets_03.webp), url(../img/bg_brackets_04.webp);
  background-position: top 10% right 3%, bottom 10% right 3%, bottom 10% left 3%, top 10% left 3%;
  background-size: 14px;
  border-radius: 10px;
  box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.16);
}
@media (min-width: 768px) {
  .c-messageMedia__item {
    grid-template-columns: 175px auto;
    padding: 23px 30px;
    background-position: top 5% right 3%, bottom 5% right 3%, bottom 5% left 3%, top 5% left 3%;
    background-size: 18px;
  }
}
.c-messageMedia__item.js-fadeIn {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.5s ease-in-out;
  transition-delay: 0.2s;
}
.c-messageMedia__item.js-fadeInScroll {
  opacity: 1;
  transform: translateY(0);
}
.c-messageMedia__imgWrapper {
  position: relative;
  border-radius: 5px;
  clip-path: polygon(0% 0%, 0% 100%, 0 100%, 0 90%, 100% 73%, 100% 84%, 0 100%, 100% 100%, 100% 0%);
}
@media (min-width: 768px) {
  .c-messageMedia__imgWrapper {
    border-radius: 10px;
    clip-path: polygon(0% 0%, 0% 100%, 0 100%, 0 95%, 100% 85%, 100% 92%, 0 100%, 100% 100%, 100% 0%);
  }
}
.c-messageMedia__imgWrapper::before {
  position: absolute;
  width: 100%;
  content: "";
  bottom: 0;
  border-bottom: 15px solid #9FD1FB;
  border-radius: 100% 0 5px 0;
}
@media (min-width: 768px) {
  .c-messageMedia__imgWrapper::before {
    border-bottom: 20px solid #9FD1FB;
    border-radius: 100% 0 10px 0;
  }
}
.c-messageMedia__body {
  text-align: left;
}
.c-messageMedia__job {
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .c-messageMedia__job {
    margin-bottom: 12px;
    font-size: 1.25rem;
  }
}
.c-messageMedia__aff {
  font-size: 0.75rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .c-messageMedia__aff {
    margin-bottom: 5px;
    font-size: 0.875rem;
  }
}
.c-messageMedia__name {
  margin-bottom: 10px;
  font-size: 0.875rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .c-messageMedia__name {
    margin-bottom: 20px;
    font-size: 1rem;
  }
}

/* swiper
------------------------------------------------------ */
.swiper-container {
  position: relative;
  width: auto;
  height: auto;
  margin: 0 calc(50% - 50vw);
  margin-top: -235px;
  overflow: hidden;
  padding-bottom: 70px;
  background-size: contain;
  background-position: center;
  z-index: 3;
}
@media (min-width: 768px) {
  .swiper-container {
    padding-bottom: 76px;
    background-size: auto;
  }
}

.swiper {
  width: 100%;
  height: 100%;
  max-width: 180px;
  overflow: visible !important;
}
@media (min-width: 768px) {
  .swiper {
    max-width: 240px;
  }
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  transition-timing-function: linear;
}

.swiper-slide {
  height: auto;
  margin-right: 15px;
  margin-left: 15px;
}

/* top
------------------------------------------------------ */
.p-topMv {
  position: relative;
}
.p-topMv::before {
  content: "";
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100dvh;
  background-image: url(../img/bg_main.webp);
  background-position: center;
  background-size: cover;
}
.p-topMv__bgImg {
  margin-top: -3px;
}
.p-topMvBorder {
  position: relative;
}
.p-topMvBorder::before, .p-topMvBorder::after {
  content: "";
  position: fixed;
  height: 100%;
  top: 0;
  z-index: 2;
}
@media (min-width: 1300px) {
  .p-topMvBorder::before {
    border-left: 6px solid #F059A1;
    border-image: linear-gradient(to bottom, #F059A1 0%, #FFFFFF 100%) 1;
  }
}
@media (min-width: 1300px) {
  .p-topMvBorder::after {
    right: calc(50% - 622.5px);
    border-right: 6px solid #FFFFFF;
    border-image: linear-gradient(to bottom, #FFFFFF 0%, #F059A1 100%) 1;
  }
}
.p-topAbout {
  position: relative;
  background: #FFFFFF;
  background-image: url(../img/bg_grid-line.webp);
  background-size: contain;
  background-position: center;
}
@media (min-width: 768px) {
  .p-topAbout {
    background-size: auto;
  }
}
.p-topAbout::before {
  content: "";
  position: absolute;
  height: 12px;
  width: 100%;
  top: -6px;
  background-image: url(../img/bg_section-border_sp.webp);
  background-size: contain;
  background-repeat: repeat-x;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-topAbout::before {
    top: -7px;
  }
}
.p-topAbout::after {
  content: "";
  position: absolute;
  height: 12px;
  width: 100%;
  bottom: 41px;
  background-image: url(../img/bg_section-border_sp.webp);
  background-size: contain;
  background-repeat: repeat-x;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-topAbout::after {
    bottom: -7px;
  }
}
.p-topAbout__inner {
  position: relative;
  max-width: 770px;
  margin-inline: auto;
  padding-top: 50px;
  padding-bottom: 275px;
  padding-right: 4%;
  padding-left: 4%;
  text-align: center;
}
@media (min-width: 768px) {
  .p-topAbout__inner {
    padding-top: 90px;
    padding-bottom: 310px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.p-topAbout__inner.js-fadeIn {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.5s ease-in-out;
  transition-delay: 0.2s;
}
.p-topAbout__inner.js-fadeInScroll {
  opacity: 1;
  transform: translateY(0);
}
.p-topAbout__inner::before {
  position: absolute;
  width: 52px;
  height: 326px;
  content: "";
  top: 3%;
  left: 4%;
  background-image: url(../img/bg_about_01_sp.webp);
  background-size: contain;
}
@media (min-width: 768px) {
  .p-topAbout__inner::before {
    width: 165px;
    height: 365px;
    top: 6%;
    left: 0;
    background-image: url(../img/bg_about_01.webp);
  }
}
@media (min-width: 1024px) {
  .p-topAbout__inner::before {
    left: -13%;
  }
}
.p-topAbout__inner::after {
  position: absolute;
  width: 57px;
  height: 325px;
  content: "";
  top: 6%;
  right: 4%;
  background-image: url(../img/bg_about_02_sp.webp);
  background-size: contain;
}
@media (min-width: 768px) {
  .p-topAbout__inner::after {
    width: 200px;
    height: 385px;
    top: 10%;
    right: 0;
    background-image: url(../img/bg_about_02.webp);
  }
}
@media (min-width: 1024px) {
  .p-topAbout__inner::after {
    right: -15%;
  }
}
.p-topAbout__title {
  margin-bottom: 20px;
  color: #1472AA;
  font-size: 1.5rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .p-topAbout__title {
    margin-bottom: 40px;
    font-size: 2.5rem;
  }
}
.p-topAbout__lead {
  margin-bottom: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .p-topAbout__lead {
    font-size: 1.75rem;
  }
}
.p-topAbout__text {
  margin-bottom: 25px;
  font-weight: 500;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .p-topAbout__text {
    margin-bottom: 50px;
  }
}
.p-topJobList {
  position: relative;
  background-image: url(../img/bg_grid-line.webp), linear-gradient(#c1e5ff 0%, #f8fcff 23.65%, #daeffe 51.72%, #f8fcff 79.31%, #c1e5ff 100%);
  background-size: contain;
  background-repeat: repeat-x;
}
@media (min-width: 768px) {
  .p-topJobList {
    background-size: auto;
  }
}
.p-topJobList::before {
  content: "";
  position: absolute;
  height: 11px;
  width: 100%;
  bottom: -6px;
  background-image: url(../img/bg_section-border_sp.webp);
  background-size: contain;
  background-repeat: repeat-x;
  z-index: 1;
}
.p-topJobList__inner {
  max-width: 1070px;
  margin-inline: auto;
  padding-top: 30px;
  padding-bottom: 75px;
  padding: 30px 3% 75px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-topJobList__inner {
    padding-top: 75px;
    padding-bottom: 90px;
  }
}
.p-topJobList__title {
  position: relative;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .p-topJobList__title {
    margin-bottom: 90px;
  }
}
.p-topJobList__title::before {
  position: absolute;
  width: 62px;
  height: 120px;
  content: "";
  top: 0;
  left: 0;
  background-image: url(../img/bg_joblist-left_sp.webp);
  background-size: contain;
}
@media (min-width: 768px) {
  .p-topJobList__title::before {
    width: 165px;
    height: 165px;
    background-image: url(../img/bg_joblist-left.webp);
  }
}
.p-topJobList__title::after {
  position: absolute;
  width: 45px;
  height: 122px;
  content: "";
  top: 0;
  right: 0;
  background-image: url(../img/bg_joblist-right_sp.webp);
  background-size: contain;
}
@media (min-width: 768px) {
  .p-topJobList__title::after {
    width: 165px;
    height: 185px;
    background-image: url(../img/bg_joblist-right.webp);
  }
}
.p-topJobList__imgTitle {
  width: 320px;
}
@media (min-width: 768px) {
  .p-topJobList__imgTitle {
    width: 425px;
  }
}
.p-topMessage {
  background-color: #FFFFFF;
  background-image: linear-gradient(to bottom, transparent, #FFFFFF), url(../img/bg_grid-line.webp);
  background-size: contain;
  background-repeat: repeat-x;
}
@media (min-width: 768px) {
  .p-topMessage {
    background-size: auto;
  }
}
.p-topMessage__inner {
  max-width: 1000px;
  margin-inline: auto;
  padding-top: 40px;
  padding-bottom: 140px;
  padding-right: 4%;
  padding-left: 4%;
  text-align: center;
}
@media (min-width: 768px) {
  .p-topMessage__inner {
    padding-bottom: 180px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.p-topMessage__title {
  position: relative;
  margin-bottom: 40px;
}
.p-topMessage__title::before {
  position: absolute;
  width: 89px;
  height: 65px;
  content: "";
  bottom: -35%;
  left: 0;
  background-image: url(../img/bg_message_01.webp);
  background-size: contain;
}
@media (min-width: 768px) {
  .p-topMessage__title::before {
    width: 222px;
    height: 135px;
    bottom: -10%;
    left: 0;
  }
}
@media (min-width: 1200px) {
  .p-topMessage__title::before {
    left: -5%;
  }
}
.p-topMessage__title::after {
  position: absolute;
  width: 50px;
  height: 54px;
  content: "";
  bottom: -25%;
  right: 0;
  background-image: url(../img/bg_message_02.webp);
  background-size: contain;
}
@media (min-width: 768px) {
  .p-topMessage__title::after {
    width: 120px;
    height: 130px;
    bottom: -7%;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .p-topMessage__title::after {
    right: -5%;
  }
}

/* work
------------------------------------------------------ */
.p-workIntro {
  position: relative;
  background-color: #FFF7FB;
}
.p-workIntro::before {
  content: "";
  position: absolute;
  height: 12px;
  width: 100%;
  top: -6px;
  background-image: url(../img/bg_section-border_sp.webp);
  background-size: contain;
  background-repeat: repeat-x;
  z-index: 1;
}
.p-workIntro::after {
  content: "";
  position: absolute;
  height: 12px;
  width: 100%;
  bottom: -7px;
  background-image: url(../img/bg_section-border_sp.webp);
  background-size: contain;
  background-repeat: repeat-x;
  z-index: 1;
}
.p-workIntro__inner {
  display: grid;
  max-width: 610px;
  margin-inline: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 4%;
  padding-left: 4%;
  gap: 15px;
  grid-template-columns: max-content auto;
  align-items: center;
}
@media (min-width: 768px) {
  .p-workIntro__inner {
    display: block;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.p-workIntro__lead {
  color: #DC488E;
  font-size: 1.125rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .p-workIntro__lead {
    font-size: 1.75rem;
    text-align: center;
  }
}
.p-workIntro__name {
  font-size: 1.5rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .p-workIntro__name {
    font-size: 2.375rem;
    text-align: center;
  }
}
.p-workContent {
  position: relative;
  background-color: #FFFFFF;
}
.p-workContent::before {
  content: "";
  position: absolute;
  height: 12px;
  width: 100%;
  bottom: -7px;
  background-image: url(../img/bg_section-border_sp.webp);
  background-size: contain;
  background-repeat: repeat-x;
  z-index: 1;
}
.p-workContent__inner {
  position: relative;
  max-width: 940px;
  margin-inline: auto;
  padding-top: 45px;
  padding-bottom: 95px;
  padding-right: 5%;
  padding-left: 5%;
  text-align: center;
}
@media (min-width: 768px) {
  .p-workContent__inner {
    padding-top: 120px;
    padding-bottom: 140px;
  }
}
@media (min-width: 1200px) {
  .p-workContent__inner {
    padding-top: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.p-workContent__title {
  display: grid;
  grid-template-columns: 120px 110px 120px;
  margin-bottom: 35px;
  align-items: center;
  justify-content: center;
  font-size: 1.375rem;
  font-weight: 700;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .p-workContent__title {
    grid-template-columns: auto max-content auto;
    margin-bottom: 40px;
    font-size: 1.5rem;
  }
}
.p-workContent__title::before, .p-workContent__title::after {
  display: inline-block;
  transform: scale(0.35);
  vertical-align: middle;
}
.p-workContent__title::before {
  content: url(../img/bg_work-content_04.webp);
}
.p-workContent__title::after {
  content: url(../img/bg_work-content_05.webp);
}
.p-workContentMedia {
  position: relative;
  display: grid;
  gap: 20px;
  margin-bottom: 60px;
  padding: 305px 15px 30px 15px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  justify-items: center;
}
@media (min-width: 768px) {
  .p-workContentMedia {
    grid-template-columns: 200px auto;
    align-items: center;
    margin-bottom: 100px;
    padding: 45px 45px;
  }
}
@media (min-width: 1024px) {
  .p-workContentMedia {
    grid-template-columns: 270px auto;
    gap: 60px;
    padding: 90px 45px 90px 90px;
  }
}
.p-workContentMedia::before {
  position: absolute;
  width: 69px;
  height: 69px;
  content: "";
  top: -3%;
  left: 0;
  background-image: url(../img/bg_work-content_02.webp);
  background-size: contain;
}
@media (min-width: 1024px) {
  .p-workContentMedia::before {
    width: 115px;
    height: 110px;
    top: -10%;
    left: -5%;
  }
}
.p-workContentMedia::after {
  position: absolute;
  width: 87px;
  height: 47px;
  content: "";
  bottom: -4%;
  right: 0;
  background-image: url(../img/bg_work-content_03.webp);
  background-size: contain;
}
@media (min-width: 1024px) {
  .p-workContentMedia::after {
    width: 165px;
    height: 80px;
    bottom: -10%;
    right: -5%;
  }
}
.p-workContentMedia__imgWrapper {
  position: relative;
}
.p-workContentMedia__imgWrapper::before {
  content: "";
  position: absolute;
  width: 235px;
  height: 285px;
  transform: translate(-50%, -100%);
  background-image: url(../img/image_work-person_01_sp.webp);
  background-size: contain;
}
@media (min-width: 768px) {
  .p-workContentMedia__imgWrapper::before {
    width: 200px;
    height: 275px;
    transform: translate(-50%, -50%);
    background-image: url(../img/image_work-person_01.webp);
  }
}
@media (min-width: 1024px) {
  .p-workContentMedia__imgWrapper::before {
    width: 280px;
    height: 430px;
  }
}
.p-workContentMedia__imgWrapper01::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 275px;
  transform: translate(-50%, -100%);
  background-image: url(../img/person/image_work-person_01_sp.webp);
  background-size: contain;
}
@media (min-width: 768px) {
  .p-workContentMedia__imgWrapper01::before {
    width: 200px;
    height: 275px;
    transform: translate(-50%, -50%);
    background-image: url(../img/person/image_work-person_01.webp);
  }
}
@media (min-width: 1024px) {
  .p-workContentMedia__imgWrapper01::before {
    width: 280px;
    height: 430px;
  }
}
.p-workContentMedia__imgWrapper02::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 275px;
  transform: translate(-50%, -100%);
  background-image: url(../img/person/image_work-person_02_sp.webp);
  background-size: contain;
}
@media (min-width: 768px) {
  .p-workContentMedia__imgWrapper02::before {
    width: 200px;
    height: 275px;
    transform: translate(-50%, -50%);
    background-image: url(../img/person/image_work-person_02.webp);
  }
}
@media (min-width: 1024px) {
  .p-workContentMedia__imgWrapper02::before {
    width: 280px;
    height: 430px;
  }
}
.p-workContentMedia__imgWrapper03::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 275px;
  transform: translate(-50%, -100%);
  background-image: url(../img/person/image_work-person_03_sp.webp);
  background-size: contain;
}
@media (min-width: 768px) {
  .p-workContentMedia__imgWrapper03::before {
    width: 200px;
    height: 275px;
    transform: translate(-50%, -50%);
    background-image: url(../img/person/image_work-person_03.webp);
  }
}
@media (min-width: 1024px) {
  .p-workContentMedia__imgWrapper03::before {
    width: 280px;
    height: 430px;
  }
}
.p-workContentMedia__imgWrapper04::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 275px;
  transform: translate(-50%, -100%);
  background-image: url(../img/person/image_work-person_04_sp.webp);
  background-size: contain;
}
@media (min-width: 768px) {
  .p-workContentMedia__imgWrapper04::before {
    width: 200px;
    height: 275px;
    transform: translate(-50%, -50%);
    background-image: url(../img/person/image_work-person_04.webp);
  }
}
@media (min-width: 1024px) {
  .p-workContentMedia__imgWrapper04::before {
    width: 280px;
    height: 430px;
  }
}
.p-workContentMedia__imgWrapper05::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 275px;
  transform: translate(-50%, -100%);
  background-image: url(../img/person/image_work-person_05_sp.webp);
  background-size: contain;
}
@media (min-width: 768px) {
  .p-workContentMedia__imgWrapper05::before {
    width: 200px;
    height: 275px;
    transform: translate(-50%, -50%);
    background-image: url(../img/person/image_work-person_05.webp);
  }
}
@media (min-width: 1024px) {
  .p-workContentMedia__imgWrapper05::before {
    width: 280px;
    height: 430px;
  }
}
.p-workContentMedia__imgWrapper06::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 275px;
  transform: translate(-50%, -100%);
  background-image: url(../img/person/image_work-person_06_sp.webp);
  background-size: contain;
}
@media (min-width: 768px) {
  .p-workContentMedia__imgWrapper06::before {
    width: 200px;
    height: 275px;
    transform: translate(-50%, -50%);
    background-image: url(../img/person/image_work-person_06.webp);
  }
}
@media (min-width: 1024px) {
  .p-workContentMedia__imgWrapper06::before {
    width: 280px;
    height: 430px;
  }
}
.p-workContentMedia__imgWrapper07::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 275px;
  transform: translate(-50%, -100%);
  background-image: url(../img/person/image_work-person_07_sp.webp);
  background-size: contain;
}
@media (min-width: 768px) {
  .p-workContentMedia__imgWrapper07::before {
    width: 200px;
    height: 275px;
    transform: translate(-50%, -50%);
    background-image: url(../img/person/image_work-person_07.webp);
  }
}
@media (min-width: 1024px) {
  .p-workContentMedia__imgWrapper07::before {
    width: 280px;
    height: 430px;
  }
}
.p-workContentMedia__imgWrapper08::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 275px;
  transform: translate(-50%, -100%);
  background-image: url(../img/person/image_work-person_08_sp.webp);
  background-size: contain;
}
@media (min-width: 768px) {
  .p-workContentMedia__imgWrapper08::before {
    width: 200px;
    height: 275px;
    transform: translate(-50%, -50%);
    background-image: url(../img/person/image_work-person_08.webp);
  }
}
@media (min-width: 1024px) {
  .p-workContentMedia__imgWrapper08::before {
    width: 280px;
    height: 430px;
  }
}
.p-workContentMedia__imgWrapper09::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 275px;
  transform: translate(-50%, -100%);
  background-image: url(../img/person/image_work-person_09_sp.webp);
  background-size: contain;
}
@media (min-width: 768px) {
  .p-workContentMedia__imgWrapper09::before {
    width: 200px;
    height: 275px;
    transform: translate(-50%, -50%);
    background-image: url(../img/person/image_work-person_09.webp);
  }
}
@media (min-width: 1024px) {
  .p-workContentMedia__imgWrapper09::before {
    width: 280px;
    height: 430px;
  }
}
.p-workContentMedia__imgWrapper10::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 275px;
  transform: translate(-50%, -100%);
  background-image: url(../img/person/image_work-person_10_sp.webp);
  background-size: contain;
}
@media (min-width: 768px) {
  .p-workContentMedia__imgWrapper10::before {
    width: 200px;
    height: 275px;
    transform: translate(-50%, -50%);
    background-image: url(../img/person/image_work-person_10.webp);
  }
}
@media (min-width: 1024px) {
  .p-workContentMedia__imgWrapper10::before {
    width: 280px;
    height: 430px;
  }
}
.p-workContentMedia__imgWrapper11::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 275px;
  transform: translate(-50%, -100%);
  background-image: url(../img/person/image_work-person_11_sp.webp);
  background-size: contain;
}
@media (min-width: 768px) {
  .p-workContentMedia__imgWrapper11::before {
    width: 200px;
    height: 275px;
    transform: translate(-50%, -50%);
    background-image: url(../img/person/image_work-person_11.webp);
  }
}
@media (min-width: 1024px) {
  .p-workContentMedia__imgWrapper11::before {
    width: 280px;
    height: 430px;
  }
}
.p-workContentMedia__imgWrapper12::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 275px;
  transform: translate(-50%, -100%);
  background-image: url(../img/person/image_work-person_12_sp.webp);
  background-size: contain;
}
@media (min-width: 768px) {
  .p-workContentMedia__imgWrapper12::before {
    width: 200px;
    height: 275px;
    transform: translate(-50%, -50%);
    background-image: url(../img/person/image_work-person_12.webp);
  }
}
@media (min-width: 1024px) {
  .p-workContentMedia__imgWrapper12::before {
    width: 280px;
    height: 430px;
  }
}
.p-workContentMedia__imgWrapper13::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 275px;
  transform: translate(-50%, -100%);
  background-image: url(../img/person/image_work-person_13_sp.webp);
  background-size: contain;
}
@media (min-width: 768px) {
  .p-workContentMedia__imgWrapper13::before {
    width: 200px;
    height: 275px;
    transform: translate(-50%, -50%);
    background-image: url(../img/person/image_work-person_13.webp);
  }
}
@media (min-width: 1024px) {
  .p-workContentMedia__imgWrapper13::before {
    width: 280px;
    height: 430px;
  }
}
.p-workContentMedia__imgWrapper14::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 275px;
  transform: translate(-50%, -100%);
  background-image: url(../img/person/image_work-person_14_sp.webp);
  background-size: contain;
}
@media (min-width: 768px) {
  .p-workContentMedia__imgWrapper14::before {
    width: 200px;
    height: 275px;
    transform: translate(-50%, -50%);
    background-image: url(../img/person/image_work-person_14.webp);
  }
}
@media (min-width: 1024px) {
  .p-workContentMedia__imgWrapper14::before {
    width: 280px;
    height: 430px;
  }
}
.p-workContentMedia__imgWrapper15::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 275px;
  transform: translate(-50%, -100%);
  background-image: url(../img/person/image_work-person_15_sp.webp);
  background-size: contain;
}
@media (min-width: 768px) {
  .p-workContentMedia__imgWrapper15::before {
    width: 200px;
    height: 275px;
    transform: translate(-50%, -50%);
    background-image: url(../img/person/image_work-person_15.webp);
  }
}
@media (min-width: 1024px) {
  .p-workContentMedia__imgWrapper15::before {
    width: 280px;
    height: 430px;
  }
}
.p-workContentMedia__imgWrapper16::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 275px;
  transform: translate(-50%, -100%);
  background-image: url(../img/person/image_work-person_16_sp.webp);
  background-size: contain;
}
@media (min-width: 768px) {
  .p-workContentMedia__imgWrapper16::before {
    width: 200px;
    height: 275px;
    transform: translate(-50%, -50%);
    background-image: url(../img/person/image_work-person_16.webp);
  }
}
@media (min-width: 1024px) {
  .p-workContentMedia__imgWrapper16::before {
    width: 280px;
    height: 430px;
  }
}
.p-workContentMedia__imgWrapper17::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 275px;
  transform: translate(-50%, -100%);
  background-image: url(../img/person/image_work-person_17_sp.webp);
  background-size: contain;
}
@media (min-width: 768px) {
  .p-workContentMedia__imgWrapper17::before {
    width: 200px;
    height: 275px;
    transform: translate(-50%, -50%);
    background-image: url(../img/person/image_work-person_17.webp);
  }
}
@media (min-width: 1024px) {
  .p-workContentMedia__imgWrapper17::before {
    width: 280px;
    height: 430px;
  }
}
.p-workContentMedia__imgWrapper18::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 275px;
  transform: translate(-50%, -100%);
  background-image: url(../img/person/image_work-person_18_sp.webp);
  background-size: contain;
}
@media (min-width: 768px) {
  .p-workContentMedia__imgWrapper18::before {
    width: 200px;
    height: 275px;
    transform: translate(-50%, -50%);
    background-image: url(../img/person/image_work-person_18.webp);
  }
}
@media (min-width: 1024px) {
  .p-workContentMedia__imgWrapper18::before {
    width: 280px;
    height: 430px;
  }
}
.p-workContentMedia__imgWrapper19::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 275px;
  transform: translate(-50%, -100%);
  background-image: url(../img/person/image_work-person_19_sp.webp);
  background-size: contain;
}
@media (min-width: 768px) {
  .p-workContentMedia__imgWrapper19::before {
    width: 200px;
    height: 275px;
    transform: translate(-50%, -50%);
    background-image: url(../img/person/image_work-person_19.webp);
  }
}
@media (min-width: 1024px) {
  .p-workContentMedia__imgWrapper19::before {
    width: 280px;
    height: 430px;
  }
}
.p-workContentMedia__imgWrapper20::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 275px;
  transform: translate(-50%, -100%);
  background-image: url(../img/person/image_work-person_20_sp.webp);
  background-size: contain;
}
@media (min-width: 768px) {
  .p-workContentMedia__imgWrapper20::before {
    width: 200px;
    height: 275px;
    transform: translate(-50%, -50%);
    background-image: url(../img/person/image_work-person_20.webp);
  }
}
@media (min-width: 1024px) {
  .p-workContentMedia__imgWrapper20::before {
    width: 280px;
    height: 430px;
  }
}
.p-workContentMedia__imgWrapper21::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 275px;
  transform: translate(-50%, -100%);
  background-image: url(../img/person/image_work-person_21_sp.webp);
  background-size: contain;
}
@media (min-width: 768px) {
  .p-workContentMedia__imgWrapper21::before {
    width: 200px;
    height: 275px;
    transform: translate(-50%, -50%);
    background-image: url(../img/person/image_work-person_21.webp);
  }
}
@media (min-width: 1024px) {
  .p-workContentMedia__imgWrapper21::before {
    width: 280px;
    height: 430px;
  }
}
.p-workContentMedia__imgWrapper22::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 275px;
  transform: translate(-50%, -100%);
  background-image: url(../img/person/image_work-person_22_sp.webp);
  background-size: contain;
}
@media (min-width: 768px) {
  .p-workContentMedia__imgWrapper22::before {
    width: 200px;
    height: 275px;
    transform: translate(-50%, -50%);
    background-image: url(../img/person/image_work-person_22.webp);
  }
}
@media (min-width: 1024px) {
  .p-workContentMedia__imgWrapper22::before {
    width: 280px;
    height: 430px;
  }
}
.p-workContentMedia__imgWrapper23::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 275px;
  transform: translate(-50%, -100%);
  background-image: url(../img/person/image_work-person_23_sp.webp);
  background-size: contain;
}
@media (min-width: 768px) {
  .p-workContentMedia__imgWrapper23::before {
    width: 200px;
    height: 275px;
    transform: translate(-50%, -50%);
    background-image: url(../img/person/image_work-person_23.webp);
  }
}
@media (min-width: 1024px) {
  .p-workContentMedia__imgWrapper23::before {
    width: 280px;
    height: 430px;
  }
}
.p-workContentMedia__imgWrapper24::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 275px;
  transform: translate(-50%, -100%);
  background-image: url(../img/person/image_work-person_24_sp.webp);
  background-size: contain;
}
@media (min-width: 768px) {
  .p-workContentMedia__imgWrapper24::before {
    width: 200px;
    height: 275px;
    transform: translate(-50%, -50%);
    background-image: url(../img/person/image_work-person_24.webp);
  }
}
@media (min-width: 1024px) {
  .p-workContentMedia__imgWrapper24::before {
    width: 280px;
    height: 430px;
  }
}
.p-workContentMedia__imgWrapper25::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 275px;
  transform: translate(-50%, -100%);
  background-image: url(../img/person/image_work-person_25_sp.webp);
  background-size: contain;
}
@media (min-width: 768px) {
  .p-workContentMedia__imgWrapper25::before {
    width: 200px;
    height: 275px;
    transform: translate(-50%, -50%);
    background-image: url(../img/person/image_work-person_25.webp);
  }
}
@media (min-width: 1024px) {
  .p-workContentMedia__imgWrapper25::before {
    width: 280px;
    height: 430px;
  }
}
.p-workContentMedia__imgWrapper26::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 275px;
  transform: translate(-50%, -100%);
  background-image: url(../img/person/image_work-person_26_sp.webp);
  background-size: contain;
}
@media (min-width: 768px) {
  .p-workContentMedia__imgWrapper26::before {
    width: 200px;
    height: 275px;
    transform: translate(-50%, -50%);
    background-image: url(../img/person/image_work-person_26.webp);
  }
}
@media (min-width: 1024px) {
  .p-workContentMedia__imgWrapper26::before {
    width: 280px;
    height: 430px;
  }
}
.p-workContentMedia__imgWrapper27::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 275px;
  transform: translate(-50%, -100%);
  background-image: url(../img/person/image_work-person_27_sp.webp);
  background-size: contain;
}
@media (min-width: 768px) {
  .p-workContentMedia__imgWrapper27::before {
    width: 200px;
    height: 275px;
    transform: translate(-50%, -50%);
    background-image: url(../img/person/image_work-person_27.webp);
  }
}
@media (min-width: 1024px) {
  .p-workContentMedia__imgWrapper27::before {
    width: 280px;
    height: 430px;
  }
}
.p-workContentMedia__imgWrapper28::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 275px;
  transform: translate(-50%, -100%);
  background-image: url(../img/person/image_work-person_28_sp.webp);
  background-size: contain;
}
@media (min-width: 768px) {
  .p-workContentMedia__imgWrapper28::before {
    width: 200px;
    height: 275px;
    transform: translate(-50%, -50%);
    background-image: url(../img/person/image_work-person_28.webp);
  }
}
@media (min-width: 1024px) {
  .p-workContentMedia__imgWrapper28::before {
    width: 280px;
    height: 430px;
  }
}
.p-workContentMedia__imgWrapper29::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 275px;
  transform: translate(-50%, -100%);
  background-image: url(../img/person/image_work-person_29_sp.webp);
  background-size: contain;
}
@media (min-width: 768px) {
  .p-workContentMedia__imgWrapper29::before {
    width: 200px;
    height: 275px;
    transform: translate(-50%, -50%);
    background-image: url(../img/person/image_work-person_29.webp);
  }
}
@media (min-width: 1024px) {
  .p-workContentMedia__imgWrapper29::before {
    width: 280px;
    height: 430px;
  }
}
.p-workContentMedia__imgWrapper30::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 275px;
  transform: translate(-50%, -100%);
  background-image: url(../img/person/image_work-person_30_sp.webp);
  background-size: contain;
}
@media (min-width: 768px) {
  .p-workContentMedia__imgWrapper30::before {
    width: 200px;
    height: 275px;
    transform: translate(-50%, -50%);
    background-image: url(../img/person/image_work-person_30.webp);
  }
}
@media (min-width: 1024px) {
  .p-workContentMedia__imgWrapper30::before {
    width: 280px;
    height: 430px;
  }
}
.p-workContentMedia__imgWrapper31::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 275px;
  transform: translate(-50%, -100%);
  background-image: url(../img/person/image_work-person_31_sp.webp);
  background-size: contain;
}
@media (min-width: 768px) {
  .p-workContentMedia__imgWrapper31::before {
    width: 200px;
    height: 275px;
    transform: translate(-50%, -50%);
    background-image: url(../img/person/image_work-person_31.webp);
  }
}
@media (min-width: 1024px) {
  .p-workContentMedia__imgWrapper31::before {
    width: 280px;
    height: 430px;
  }
}
.p-workContentMedia__body {
  text-align: left;
}
.p-workContentMedia__title {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #1472A9;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75;
}
@media (min-width: 1024px) {
  .p-workContentMedia__title {
    margin-bottom: 30px;
    font-size: 1.5rem;
  }
}
.p-workContentVoice {
  padding-bottom: 70px;
}
@media (min-width: 768px) {
  .p-workContentVoice {
    padding-bottom: 80px;
  }
}
.p-workContentVoice__text {
  margin-bottom: 30px;
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
  line-height: 1.875;
}
@media (min-width: 768px) {
  .p-workContentVoice__text {
    margin-bottom: 50px;
    font-size: 1.125rem;
    line-height: 2;
  }
}
.p-workContentVideo__player {
  position: relative;
  width: 224px;
  height: 400px;
  margin-inline: auto;
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  .p-workContentVideo__player {
    margin-bottom: 100px;
  }
}
.p-workContentVideo__player::before {
  position: absolute;
  width: 58px;
  height: 360px;
  content: "";
  top: 3%;
  left: -25%;
  background-image: url(../img/bg_about_01_sp.webp);
  background-size: contain;
}
@media (min-width: 768px) {
  .p-workContentVideo__player::before {
    width: 165px;
    height: 365px;
    top: 6%;
    left: -100%;
    background-image: url(../img/bg_about_01.webp);
  }
}
@media (min-width: 1024px) {
  .p-workContentVideo__player::before {
    left: -150%;
  }
}
.p-workContentVideo__player::after {
  position: absolute;
  width: 63px;
  height: 360px;
  content: "";
  top: 6%;
  right: -27%;
  background-image: url(../img/bg_about_02_sp.webp);
  background-size: contain;
}
@media (min-width: 768px) {
  .p-workContentVideo__player::after {
    width: 200px;
    height: 385px;
    top: 10%;
    right: -100%;
    background-image: url(../img/bg_about_02.webp);
  }
}
@media (min-width: 1024px) {
  .p-workContentVideo__player::after {
    right: -150%;
  }
}
.p-workContentCompany {
  display: grid;
  gap: 20px;
  justify-items: center;
  margin-bottom: 60px;
  padding: 40px 35px;
  background-image: url(../img/bg_brackets_01.webp), url(../img/bg_brackets_02.webp), url(../img/bg_brackets_03.webp), url(../img/bg_brackets_04.webp);
  background-position: top 2% right 3%, bottom 2% right 3%, bottom 2% left 3%, top 2% left 3%;
  background-size: 14px;
  border-radius: 10px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
@media (min-width: 768px) {
  .p-workContentCompany {
    grid-template-columns: 140px auto auto;
    margin-bottom: 95px;
    background-position: top 4% right 1%, bottom 4% right 1%, bottom 4% left 1%, top 4% left 1%;
    background-size: 18px;
  }
}
@media (min-width: 1024px) {
  .p-workContentCompany {
    grid-template-columns: 180px auto auto;
    margin-bottom: 95px;
    padding: 45px 45px 45px 100px;
    background-position: top 4% right 1%, bottom 4% right 1%, bottom 4% left 1%, top 4% left 1%;
    background-size: 18px;
  }
}
.p-workContentCompany__head {
  display: grid;
  justify-items: center;
}
.p-workContentCompany__logo {
  width: 180px;
}
@media (min-width: 768px) {
  .p-workContentCompany__logo {
    width: 180px;
  }
}
.p-workContentCompany__building {
  width: 180px;
}
.p-workContentCompany__body {
  text-align: left;
}
@media (min-width: 768px) {
  .p-workContentCompany__body {
    align-self: center;
    justify-self: right;
    text-align: left;
  }
}
.p-workContentCompany__title {
  margin-bottom: 20px;
  color: #070707;
  font-size: 1.125rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .p-workContentCompany__title {
    font-size: 1.25rem;
  }
}
.p-workContentCompany__title_01 {
  margin-bottom: 10px;
  color: #070707;
  font-size: 1.125rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .p-workContentCompany__title_01 {
    font-size: 1.25rem;
  }
}
.p-workContentCompanyInfo__item {
  display: grid;
  grid-template-columns: max-content auto;
  color: #070707;
  font-weight: 500;
}
.p-workContentCompanyInfo__item_01 {
  padding-bottom: 20px;
  display: grid;
  grid-template-columns: max-content auto;
  color: #070707;
  font-weight: 500;
}
.p-workContentCompanyInfo__head {
  width: 45px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .p-workContentCompanyInfo__head {
    width: 60px;
  }
}
.p-workContentCompanyInfo__body {
  padding-left: 10px;
  border-left: 1px solid #070707;
  font-weight: 500;
}
@media (min-width: 768px) {
  .p-workContentCompany .c-button--lg {
    width: 180px;
    align-self: end;
    justify-self: end;
  }
}
@media (min-width: 1024px) {
  .p-workContentCompany .c-button--lg {
    width: 220px;
  }
}
.p-workContentCompany .p-workContentMedia__imgWrapper01 {
  position: relative;
}
.p-workContentCompany .p-workContentMedia__imgWrapper01::before {
  content: "";
  position: absolute;
  width: 235px;
  height: 285px;
  transform: translate(-45%, -100%);
  background-image: url(../img/person/image_work-person_01_sp.webp);
  background-size: contain;
}
@media (min-width: 768px) {
  .p-workContentCompany .p-workContentMedia__imgWrapper01::before {
    width: 200px;
    height: 275px;
    transform: translate(-50%, -50%);
    background-image: url(../img/person/image_work-person_01.webp);
  }
}
@media (min-width: 1024px) {
  .p-workContentCompany .p-workContentMedia__imgWrapper01::before {
    width: 280px;
    height: 430px;
  }
}

.u-mg--0 {
  margin: 0;
}

.u-mgTop--auto {
  margin-top: auto;
}

.u-mgLeft--auto {
  margin-left: auto;
}

.u-mgRight--auto {
  margin-right: auto;
}

.u-mgBottom--auto {
  margin-bottom: auto;
}

.u-mgTop--0 {
  margin-top: 0px;
}

.u-mgTop--5 {
  margin-top: 5px;
}

.u-mgTop--10 {
  margin-top: 10px;
}

.u-mgTop--15 {
  margin-top: 15px;
}

.u-mgTop--20 {
  margin-top: 20px;
}

.u-mgTop--25 {
  margin-top: 25px;
}

.u-mgTop--30 {
  margin-top: 30px;
}

.u-mgTop--35 {
  margin-top: 35px;
}

.u-mgTop--40 {
  margin-top: 40px;
}

.u-mgTop--45 {
  margin-top: 45px;
}

.u-mgTop--50 {
  margin-top: 50px;
}

.u-mgTop--55 {
  margin-top: 55px;
}

.u-mgTop--60 {
  margin-top: 60px;
}

.u-mgTop--65 {
  margin-top: 65px;
}

.u-mgTop--70 {
  margin-top: 70px;
}

.u-mgTop--75 {
  margin-top: 75px;
}

.u-mgTop--80 {
  margin-top: 80px;
}

.u-mgTop--85 {
  margin-top: 85px;
}

.u-mgTop--90 {
  margin-top: 90px;
}

.u-mgTop--95 {
  margin-top: 95px;
}

.u-mgTop--100 {
  margin-top: 100px;
}

.u-mgLeft--0 {
  margin-left: 0px;
}

.u-mgLeft--5 {
  margin-left: 5px;
}

.u-mgLeft--10 {
  margin-left: 10px;
}

.u-mgLeft--15 {
  margin-left: 15px;
}

.u-mgLeft--20 {
  margin-left: 20px;
}

.u-mgLeft--25 {
  margin-left: 25px;
}

.u-mgLeft--30 {
  margin-left: 30px;
}

.u-mgLeft--35 {
  margin-left: 35px;
}

.u-mgLeft--40 {
  margin-left: 40px;
}

.u-mgLeft--45 {
  margin-left: 45px;
}

.u-mgLeft--50 {
  margin-left: 50px;
}

.u-mgLeft--55 {
  margin-left: 55px;
}

.u-mgLeft--60 {
  margin-left: 60px;
}

.u-mgLeft--65 {
  margin-left: 65px;
}

.u-mgLeft--70 {
  margin-left: 70px;
}

.u-mgLeft--75 {
  margin-left: 75px;
}

.u-mgLeft--80 {
  margin-left: 80px;
}

.u-mgLeft--85 {
  margin-left: 85px;
}

.u-mgLeft--90 {
  margin-left: 90px;
}

.u-mgLeft--95 {
  margin-left: 95px;
}

.u-mgLeft--100 {
  margin-left: 100px;
}

.u-mgRight--0 {
  margin-right: 0px;
}

.u-mgRight--5 {
  margin-right: 5px;
}

.u-mgRight--10 {
  margin-right: 10px;
}

.u-mgRight--15 {
  margin-right: 15px;
}

.u-mgRight--20 {
  margin-right: 20px;
}

.u-mgRight--25 {
  margin-right: 25px;
}

.u-mgRight--30 {
  margin-right: 30px;
}

.u-mgRight--35 {
  margin-right: 35px;
}

.u-mgRight--40 {
  margin-right: 40px;
}

.u-mgRight--45 {
  margin-right: 45px;
}

.u-mgRight--50 {
  margin-right: 50px;
}

.u-mgRight--55 {
  margin-right: 55px;
}

.u-mgRight--60 {
  margin-right: 60px;
}

.u-mgRight--65 {
  margin-right: 65px;
}

.u-mgRight--70 {
  margin-right: 70px;
}

.u-mgRight--75 {
  margin-right: 75px;
}

.u-mgRight--80 {
  margin-right: 80px;
}

.u-mgRight--85 {
  margin-right: 85px;
}

.u-mgRight--90 {
  margin-right: 90px;
}

.u-mgRight--95 {
  margin-right: 95px;
}

.u-mgRight--100 {
  margin-right: 100px;
}

.u-mgBottom--0 {
  margin-bottom: 0px;
}

.u-mgBottom--5 {
  margin-bottom: 5px;
}

.u-mgBottom--10 {
  margin-bottom: 10px;
}

.u-mgBottom--15 {
  margin-bottom: 15px;
}

.u-mgBottom--20 {
  margin-bottom: 20px;
}

.u-mgBottom--25 {
  margin-bottom: 25px;
}

.u-mgBottom--30 {
  margin-bottom: 30px;
}

.u-mgBottom--35 {
  margin-bottom: 35px;
}

.u-mgBottom--40 {
  margin-bottom: 40px;
}

.u-mgBottom--45 {
  margin-bottom: 45px;
}

.u-mgBottom--50 {
  margin-bottom: 50px;
}

.u-mgBottom--55 {
  margin-bottom: 55px;
}

.u-mgBottom--60 {
  margin-bottom: 60px;
}

.u-mgBottom--65 {
  margin-bottom: 65px;
}

.u-mgBottom--70 {
  margin-bottom: 70px;
}

.u-mgBottom--75 {
  margin-bottom: 75px;
}

.u-mgBottom--80 {
  margin-bottom: 80px;
}

.u-mgBottom--85 {
  margin-bottom: 85px;
}

.u-mgBottom--90 {
  margin-bottom: 90px;
}

.u-mgBottom--95 {
  margin-bottom: 95px;
}

.u-mgBottom--100 {
  margin-bottom: 100px;
}

.u-pd--0 {
  padding: 0;
}

.u-pdTop--0 {
  padding-top: 0px;
}

.u-pdTop--5 {
  padding-top: 5px;
}

.u-pdTop--10 {
  padding-top: 10px;
}

.u-pdTop--15 {
  padding-top: 15px;
}

.u-pdTop--20 {
  padding-top: 20px;
}

.u-pdTop--25 {
  padding-top: 25px;
}

.u-pdTop--30 {
  padding-top: 30px;
}

.u-pdTop--35 {
  padding-top: 35px;
}

.u-pdTop--40 {
  padding-top: 40px;
}

.u-pdTop--45 {
  padding-top: 45px;
}

.u-pdTop--50 {
  padding-top: 50px;
}

.u-pdTop--55 {
  padding-top: 55px;
}

.u-pdTop--60 {
  padding-top: 60px;
}

.u-pdTop--65 {
  padding-top: 65px;
}

.u-pdTop--70 {
  padding-top: 70px;
}

.u-pdTop--75 {
  padding-top: 75px;
}

.u-pdTop--80 {
  padding-top: 80px;
}

.u-pdTop--85 {
  padding-top: 85px;
}

.u-pdTop--90 {
  padding-top: 90px;
}

.u-pdTop--95 {
  padding-top: 95px;
}

.u-pdTop--100 {
  padding-top: 100px;
}

.u-pdLeft--0 {
  padding-left: 0px;
}

.u-pdLeft--5 {
  padding-left: 5px;
}

.u-pdLeft--10 {
  padding-left: 10px;
}

.u-pdLeft--15 {
  padding-left: 15px;
}

.u-pdLeft--20 {
  padding-left: 20px;
}

.u-pdLeft--25 {
  padding-left: 25px;
}

.u-pdLeft--30 {
  padding-left: 30px;
}

.u-pdLeft--35 {
  padding-left: 35px;
}

.u-pdLeft--40 {
  padding-left: 40px;
}

.u-pdLeft--45 {
  padding-left: 45px;
}

.u-pdLeft--50 {
  padding-left: 50px;
}

.u-pdLeft--55 {
  padding-left: 55px;
}

.u-pdLeft--60 {
  padding-left: 60px;
}

.u-pdLeft--65 {
  padding-left: 65px;
}

.u-pdLeft--70 {
  padding-left: 70px;
}

.u-pdLeft--75 {
  padding-left: 75px;
}

.u-pdLeft--80 {
  padding-left: 80px;
}

.u-pdLeft--85 {
  padding-left: 85px;
}

.u-pdLeft--90 {
  padding-left: 90px;
}

.u-pdLeft--95 {
  padding-left: 95px;
}

.u-pdLeft--100 {
  padding-left: 100px;
}

.u-pdRight--0 {
  padding-right: 0px;
}

.u-pdRight--5 {
  padding-right: 5px;
}

.u-pdRight--10 {
  padding-right: 10px;
}

.u-pdRight--15 {
  padding-right: 15px;
}

.u-pdRight--20 {
  padding-right: 20px;
}

.u-pdRight--25 {
  padding-right: 25px;
}

.u-pdRight--30 {
  padding-right: 30px;
}

.u-pdRight--35 {
  padding-right: 35px;
}

.u-pdRight--40 {
  padding-right: 40px;
}

.u-pdRight--45 {
  padding-right: 45px;
}

.u-pdRight--50 {
  padding-right: 50px;
}

.u-pdRight--55 {
  padding-right: 55px;
}

.u-pdRight--60 {
  padding-right: 60px;
}

.u-pdRight--65 {
  padding-right: 65px;
}

.u-pdRight--70 {
  padding-right: 70px;
}

.u-pdRight--75 {
  padding-right: 75px;
}

.u-pdRight--80 {
  padding-right: 80px;
}

.u-pdRight--85 {
  padding-right: 85px;
}

.u-pdRight--90 {
  padding-right: 90px;
}

.u-pdRight--95 {
  padding-right: 95px;
}

.u-pdRight--100 {
  padding-right: 100px;
}

.u-pdBottom--0 {
  padding-bottom: 0px;
}

.u-pdBottom--5 {
  padding-bottom: 5px;
}

.u-pdBottom--10 {
  padding-bottom: 10px;
}

.u-pdBottom--15 {
  padding-bottom: 15px;
}

.u-pdBottom--20 {
  padding-bottom: 20px;
}

.u-pdBottom--25 {
  padding-bottom: 25px;
}

.u-pdBottom--30 {
  padding-bottom: 30px;
}

.u-pdBottom--35 {
  padding-bottom: 35px;
}

.u-pdBottom--40 {
  padding-bottom: 40px;
}

.u-pdBottom--45 {
  padding-bottom: 45px;
}

.u-pdBottom--50 {
  padding-bottom: 50px;
}

.u-pdBottom--55 {
  padding-bottom: 55px;
}

.u-pdBottom--60 {
  padding-bottom: 60px;
}

.u-pdBottom--65 {
  padding-bottom: 65px;
}

.u-pdBottom--70 {
  padding-bottom: 70px;
}

.u-pdBottom--75 {
  padding-bottom: 75px;
}

.u-pdBottom--80 {
  padding-bottom: 80px;
}

.u-pdBottom--85 {
  padding-bottom: 85px;
}

.u-pdBottom--90 {
  padding-bottom: 90px;
}

.u-pdBottom--95 {
  padding-bottom: 95px;
}

.u-pdBottom--100 {
  padding-bottom: 100px;
}

.u-fontSize--0 {
  font-size: 0px;
}

.u-fontSize--1 {
  font-size: 1px;
}

.u-fontSize--2 {
  font-size: 2px;
}

.u-fontSize--3 {
  font-size: 3px;
}

.u-fontSize--4 {
  font-size: 4px;
}

.u-fontSize--5 {
  font-size: 5px;
}

.u-fontSize--6 {
  font-size: 6px;
}

.u-fontSize--7 {
  font-size: 7px;
}

.u-fontSize--8 {
  font-size: 8px;
}

.u-fontSize--9 {
  font-size: 9px;
}

.u-fontSize--10 {
  font-size: 10px;
}

.u-fontSize--11 {
  font-size: 11px;
}

.u-fontSize--12 {
  font-size: 12px;
}

.u-fontSize--13 {
  font-size: 13px;
}

.u-fontSize--14 {
  font-size: 14px;
}

.u-fontSize--15 {
  font-size: 15px;
}

.u-fontSize--16 {
  font-size: 16px;
}

.u-fontSize--17 {
  font-size: 17px;
}

.u-fontSize--18 {
  font-size: 18px;
}

.u-fontSize--19 {
  font-size: 19px;
}

.u-fontSize--20 {
  font-size: 20px;
}

.u-fontSize--21 {
  font-size: 21px;
}

.u-fontSize--22 {
  font-size: 22px;
}

.u-fontSize--23 {
  font-size: 23px;
}

.u-fontSize--24 {
  font-size: 24px;
}

.u-fontSize--25 {
  font-size: 25px;
}

.u-fontSize--26 {
  font-size: 26px;
}

.u-fontSize--27 {
  font-size: 27px;
}

.u-fontSize--28 {
  font-size: 28px;
}

.u-fontSize--29 {
  font-size: 29px;
}

.u-fontSize--30 {
  font-size: 30px;
}

.u-fontSize--31 {
  font-size: 31px;
}

.u-fontSize--32 {
  font-size: 32px;
}

.u-fontSize--33 {
  font-size: 33px;
}

.u-fontSize--34 {
  font-size: 34px;
}

.u-fontSize--35 {
  font-size: 35px;
}

.u-fontSize--36 {
  font-size: 36px;
}

.u-fontSize--37 {
  font-size: 37px;
}

.u-fontSize--38 {
  font-size: 38px;
}

.u-fontSize--39 {
  font-size: 39px;
}

.u-fontSize--40 {
  font-size: 40px;
}

.u-fontSize--41 {
  font-size: 41px;
}

.u-fontSize--42 {
  font-size: 42px;
}

.u-fontSize--43 {
  font-size: 43px;
}

.u-fontSize--44 {
  font-size: 44px;
}

.u-fontSize--45 {
  font-size: 45px;
}

.u-fontSize--46 {
  font-size: 46px;
}

.u-fontSize--47 {
  font-size: 47px;
}

.u-fontSize--48 {
  font-size: 48px;
}

.u-fontSize--49 {
  font-size: 49px;
}

.u-block {
  display: block;
}

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

@media (min-width: 768px) {
  .u-br-sp {
    display: none;
  }
}

.u-br-pc {
  display: none;
}
@media (min-width: 768px) {
  .u-br-pc {
    display: inline;
  }
}