@-webkit-keyframes topanimation {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }
}

@keyframes topanimation {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  letter-spacing: .04em;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

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

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

html {
  box-sizing: border-box;
}

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

body {
  background: #fff;
}

blockquote,
q {
  quotes: "" "";
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
}

figure {
  margin: 0;
}

section {
  position: relative;
}

a {
  color: #333;
  text-decoration: none;
}

a:focus {
  outline: none;
}

a:hover,
a:active {
  outline: 0;
}

a:hover {
  opacity: .8;
}

ul {
  list-style: none;
  padding-left: 0px;
}

input[type=text] {
  border-radius: 0;
  -webkit-appearance: none;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #000;
  color: #fff;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
  outline: none;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: none;
  padding: 15px 5px;
  border: 1px solid #ccc;
  width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

input:-internal-autofill-selected {
  background-color: #fff;
}

body,
button,
input,
select,
textarea {
  color: #333;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
}

p {
  margin: 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade>.splide__list>.splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb>.splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: rgba(0,0,0,0);
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: rgba(0,0,0,0);
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade>.splide__list>.splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb>.splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: .9;
}

.splide__arrow:disabled {
  opacity: .3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: .5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: .7;
  padding: 0;
  position: relative;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: .9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}

@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}

.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav>.splide__list>.splide__slide {
  border: 3px solid rgba(0,0,0,0);
  cursor: pointer;
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: .5em;
  top: 0;
}

.c-anchor {
  position: absolute;
  top: -50px;
  width: 10px;
  height: 10px;
}

.c-anchor--fadeup {
  position: absolute;
  top: -150px;
  width: 10px;
  height: 10px;
}

.c-breadcrumb {
  padding: 0 20px;
  max-width: 1140px;
  margin: 10px 0px 10px 180px;
}

.c-breadcrumb li {
  display: inline-block;
  font-size: 14px;
  color: #555;
  margin-right: 27px;
}

.c-breadcrumb li:not(:last-child):after {
  content: "";
  width: 1px;
  height: 14px;
  position: relative;
  top: 0px;
  left: 16px;
  background-color: #cfd9df;
  display: inline-block;
}

.c-breadcrumb a {
  color: #0074c3;
  text-decoration: underline;
}

.c-btn {
  color: #5c5c5c;
  display: block;
  padding: 21px 65px 25px 33px;
  position: relative;
  width: 100%;
  height: 60px;
  max-width: 300px;
  font-size: 20px;
  transition: .5s;
  border: 1px solid #cfd9df;
  border-radius: 9999px;
  background-color: #fff;
}

.c-btn:visited {
  color: #004a7d;
}

.c-btn:hover {
  color: #004a7d;
  opacity: 1 !important;
  background-color: #eff9ff;
}

.c-btn--txt {
  font-size: 14px;
  font-weight: 500;
  position: relative;
  top: -10px;
}

.c-btn--arrow:before {
  content: "";
  width: 25px;
  height: 25px;
  background-color: #004a7d;
  border-radius: 9999px;
  position: absolute;
  top: 50%;
  right: 31px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: .3s;
}

.c-btn--arrow:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
  position: absolute;
  top: 50%;
  right: 42px;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition: .3s;
}

.c-btn--arrow:hover:before {
  right: 14px;
  box-shadow: 0px 0px 7px #dcd3b4;
}

.c-btn--arrow:hover:after {
  right: 26px;
}

.c-btn--navy {
  background-color: #004a7d;
  color: #fff;
}

.c-btn--navy:visited {
  color: #fff;
}

.c-btn--navy:before {
  background-color: #fff;
}

.c-btn--navy:after {
  border-top: solid 1px #004a7d;
  border-left: solid 1px #004a7d;
}

.c-btn--navy:hover:before {
  background-color: #004a7d;
}

.c-btn--navy:hover:after {
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
}

.c-btn--gmap {
  padding: 0px 15px 3px 18px;
  border-radius: 500px;
  border: 1px solid #cfd9df;
  font-size: 14px;
  color: #222;
  font-weight: 400;
  letter-spacing: -0.238px;
  position: relative;
  display: inline-block;
}

.c-btn--gmap::after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../images/common/ico_pin.svg");
  position: relative;
  top: 4px;
  margin-left: 2px;
}

.c-btn--submit input[type=submit] {
  background-color: unset !important;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  padding-left: 30px;
}

.c-btn--submit:hover input[type=submit] {
  color: #004a7d;
}

.c-btn--insta {
  border: solid 1px #cfd9df;
  padding: 6px 14px;
  border-radius: 9999px;
}

.c-btn--insta span {
  font-family: "Poppins",sans-serif;
  color: #555;
  font-size: 15px;
  letter-spacing: 0px;
  position: relative;
  top: -2px;
  font-weight: 500;
}

.c-btn--insta span::before {
  content: "";
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center;
  background-image: url("../images/common/ico_insta_color@2x.webp");
  position: relative;
  top: 5px;
  display: inline-block;
  margin-right: 7.5px;
}

.c-cv-contact {
  margin-top: 23px;
  background-repeat: no-repeat;
  background-size: 95%;
  background-position: center;
  background-image: url("../images/top/contact_bg@2x.webp");
}

.c-cv-contact__contents {
  padding: 100px 50px;
}

.c-cv-contact__detail {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 762px;
  padding: 0px 40px;
  margin: auto;
}

.c-cv-contact__detail--txt {
  width: calc(100% - 300px);
}

.c-cv-contact__detail--txt h3 {
  font-size: 36px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 3.6px;
}

.c-cv-contact__detail--txt h3 span {
  font-size: 24px;
  letter-spacing: 1.2px;
  display: inline-block;
  margin-bottom: 16px;
}

.c-cv-contact__detail--txt .c-txt {
  margin-top: 6px;
}

.c-cv-contact__detail--btn {
  width: 300px;
  margin-top: 70px;
}

.c-cv-contact__detail--btn .c-btn {
  width: 100%;
  max-width: 300px;
}

.c-cv-recruit {
  width: 100%;
  height: 405px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../images/common/footerlink@2x.webp");
  position: relative;
}

.c-cv-recruit__imgwrap {
  height: 375px;
}

.c-cv-recruit__imgwrap--l {
  width: 220px;
  position: absolute;
  top: 10px;
  left: 30px;
}

.c-cv-recruit__imgwrap--r {
  width: 190px;
  position: absolute;
  top: 10px;
  right: 30px;
}

.c-cv-recruit__img {
  display: block;
  position: relative;
}

.c-cv-recruit__img--01 {
  margin-bottom: 8px;
}

.c-cv-recruit__img--02 {
  left: 30px;
}

.c-cv-recruit__img--03 {
  margin-bottom: 6px;
  right: 40px;
}

.c-cv-recruit__detailwrap {
  max-width: 570px;
  margin: auto;
  padding-top: 55px;
}

.c-cv-recruit__title--sub {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.306px;
  display: block;
  margin-bottom: -15px;
}

.c-cv-recruit--txt {
  color: #5c5c5c;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 240%;
}

.c-cv-recruit--btn {
  margin-top: 20px;
}

.c-cv-recruit--btn .c-btn {
  margin: auto;
}

.fade_in {
  opacity: 0;
  transition: opacity 1s;
}

.fade_in-active {
  opacity: 1;
}

.c-fade-in {
  opacity: 0;
  transition: opacity 1s;
}

.c-fade-in--active {
  opacity: 1;
}

.c-fade-load {
  opacity: 0;
  transition: opacity 1s;
}

.c-fade-load--active {
  opacity: 1;
}

.c-fade-up-load {
  opacity: 0;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  transition: 1s;
}

.c-fade-up-load--active {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.c-fade-up {
  opacity: 0;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  transition: 1s;
}

.c-fade-up--active {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.c-footerlink {
  margin-top: 110px;
}

.c-form {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.c-form__box:not(:last-child) {
  border-bottom: 1px solid #d9d9d9;
}

.c-form__dl {
  padding: 30px 0px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0px;
  margin-top: 0px;
}

.c-form__dl--align-start {
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}

.c-form__dt {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 325px;
}

.c-form__title {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 240%;
  letter-spacing: 1px;
  display: inline-block;
}

.c-form__dd {
  margin-left: 0px;
  width: calc(100% - 325px);
  padding: 0px 12px;
}

.c-form__dd label {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.6px;
}

.c-form__input {
  padding: 9px 16px !important;
  border-radius: 6px !important;
  font-size: 14px !important;
  border: 1px solid #d9d9d9 !important;
  max-width: 480px;
}

.c-form__input::-webkit-input-placeholder {
  color: #525054;
}

.c-form__input:-ms-input-placeholder {
  color: #525054;
}

.c-form__input::placeholder {
  color: #525054;
}

.c-form__input-area {
  min-height: 210px;
  max-width: 480px;
  padding: 24px 16px;
  border-radius: 5px;
}

.c-form__checkbox {
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
}

.c-form__checkbox:checked+span:after {
  position: absolute;
  top: 5px;
  left: 6px;
  display: block;
  border-right: 2px solid #0074c3;
  border-bottom: 2px solid #0074c3;
  content: "";
  width: 5px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-form__label {
  margin-bottom: 15px;
  display: block;
}

.c-form__options {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 25px;
}

.c-form__options:before {
  position: absolute;
  left: 0;
  display: block;
  border: 2px solid #0074c3;
  content: "";
  width: 16px;
  height: 16px;
}

.c-form__options--circle {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 25px;
}

.c-form__options--circle:before {
  content: "";
  position: absolute;
  left: 0px;
  display: block;
  border-radius: 50%;
  border: 2px solid #0074c3;
  width: 16px;
  height: 16px;
}

.c-form__radio {
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
}

.c-form__radio:checked+span:after {
  content: "";
  position: absolute;
  left: 4px;
  display: block;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: #0074c3;
}

.c-form__select-box {
  height: 65px;
  width: 300px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}

.c-form__select-box::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-bottom: 2px solid #0074c3;
  border-right: 2px solid #0074c3;
  z-index: -1;
}

.c-form__select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  color: #333;
  font-size: 14px;
  width: 100%;
  height: 100%;
  padding: 22px;
  position: relative;
}

.c-form__agreement {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-form__required {
  font-size: 12px;
  background-color: #0074c3;
  padding: 2px 5px;
  color: #fff;
  height: 24px;
  border-radius: 4px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  position: relative;
  left: -10px;
}

.c-form--supplement {
  color: #5c5c5c;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 240%;
}

.c-form__cf7--checkbox .wpcf7-list-item {
  display: block;
}

.c-form__cf7--checkbox .wpcf7-list-item label {
  display: block;
}

.c-form__cf7--checkbox .wpcf7-list-item label:not(:last-child) {
  margin-right: 70px;
}

.c-form__cf7--checkbox .wpcf7-list-item:not(:last-child) label {
  margin-bottom: 16px;
}

.c-form__cf7--checkbox .wpcf7-list-item input {
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
}

.c-form__cf7--checkbox .wpcf7-list-item input:checked+span:after {
  position: absolute;
  top: 3px;
  left: 5px;
  display: block;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
  width: 5px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-form__cf7--checkbox .wpcf7-list-item input:checked+span:before {
  border: 2px solid #0074c3;
  background-color: #0074c3;
}

.c-form__cf7--checkbox .wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 31px;
}

.c-form__cf7--checkbox .wpcf7-list-item .wpcf7-list-item-label:before {
  position: absolute;
  left: 0;
  display: block;
  border-radius: 4px;
  border: 2px solid #d9d9d9;
  content: "";
  width: 15px;
  height: 15px;
}

.c-form__cf7--radio .wpcf7-list-item {
  display: block;
}

.c-form__cf7--radio .wpcf7-list-item label {
  margin-bottom: 0px;
  display: block;
}

.c-form__cf7--radio .wpcf7-list-item label:not(:last-child) {
  margin-right: 70px;
}

.c-form__cf7--radio .wpcf7-list-item input {
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
}

.c-form__cf7--radio .wpcf7-list-item input:checked+span:after {
  content: "";
  position: absolute;
  left: 4px;
  display: block;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: #0074c3;
}

.c-form__cf7--radio .wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 25px;
}

.c-form__cf7--radio .wpcf7-list-item .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  left: 0px;
  display: block;
  border-radius: 50%;
  border: 2px solid #0074c3;
  width: 16px;
  height: 16px;
}

.c-modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100000;
}

.c-modal__bg {
  background-color: rgba(0,0,0,.5);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.c-modal__content {
  position: relative;
  max-height: 90vh;
  overflow: scroll;
  background-color: #fff;
  padding: 40px 30px;
  border-radius: 20px;
}

.c-modal__content__wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 1200px;
  width: 90%;
  max-height: 90vh;
}

.c-modal__close {
  height: 40px;
  width: 40px;
  position: absolute;
  right: 10px;
  top: 10px;
}

.c-modal__close span {
  width: 20px;
  height: 1px;
  background-color: #333;
  display: inline-block;
  border-radius: 20px;
  position: absolute;
  top: 20px;
  left: 10px;
}

.c-modal__close span:first-child {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-modal__close span:last-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-modal--full .c-modal__content {
  padding: 0px;
}

.c-modal--full .c-modal__close {
  z-index: 5;
}

.js-modal-open {
  cursor: pointer;
}

.c-pageheader {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  background-image: url("../images/common/pageheader_bg@2x.webp");
  padding-top: 40px;
}

.c-pageheader--title {
  font-size: 42px;
  font-weight: 400;
  margin-top: 85px;
  letter-spacing: 2px;
}

.c-pageheader-recruit {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../images/recruit/common/recruit_header@2x.webp");
  height: 350px;
  width: 100%;
  padding-top: 50px;
}

.c-pageheader-recruit::after {
  content: "";
  width: 100%;
  height: 48px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-repeat: no-repeat;
  background-size: 100% 48px;
  background-position: center;
  background-image: url("../images/recruit/common/recruit_header_bottom@2x.webp");
}

.c-pageheader-recruit__title {
  color: #0074c3;
  font-size: 36px;
  font-weight: 700;
  line-height: 90%;
  letter-spacing: 1.44px;
}

.c-pageheader-recruit__title span {
  font-family: "Poppins",sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  letter-spacing: .75px;
  background: linear-gradient(91deg, rgba(116, 191, 242, 0.9) 2.41%, rgba(0, 125, 210, 0.9) 99.68%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0,0,0,0);
  display: inline-block;
  margin-top: 19px;
}

.c-pageheader-recruit__title--wrap {
  width: 100%;
  height: 180px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 37px;
}

.c-pageheader--intro {
  margin-top: 28px;
}

.c-pageheader--min {
  background-size: 550px;
  background-position: top right;
  background-color: #fff;
  background-image: url(../images/common/pageheader_bg@2x.webp);
  padding-bottom: 10px;
}

.c-pagemenu {
  background-color: #fff;
  box-shadow: 5px 5px 15px 0px rgba(63,63,63,.08);
  padding: 34px 30px 25px 44px;
  margin-top: 70px;
}

.c-pagemenu li {
  display: inline-block;
  position: relative;
  margin-right: 36px;
}

.c-pagemenu li a {
  font-size: 15px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: .6px;
  text-decoration: underline;
  position: relative;
}

.c-pagemenu li a:before {
  content: "";
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center;
  background-image: url("../images/common/ico_arrow_circle.svg");
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 5px;
}

.c-pagination {
  margin-top: 60px;
}

.c-pagination--container {
  background-color: #fff;
  border-radius: 9999px;
  text-align: center;
  padding: 22px 70px !important;
}

.c-pagination__lists {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 1.6px;
}

.c-pagination__lists li {
  padding: 0px 8px;
}

.c-pagination__lists a {
  color: rgba(0,116,195,.5) !important;
}

.c-pagination__link {
  font-size: 15px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.5px;
  position: absolute;
  top: 6px;
}

.c-pagination__link:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
}

.c-pagination__link--prev {
  left: 0px;
}

.c-pagination__link--prev:before {
  border-top: solid 1px #005b98;
  border-left: solid 1px #005b98;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 3px;
  left: -10px;
}

.c-pagination__link--next {
  right: 0px;
}

.c-pagination__link--next:before {
  border-top: solid 1px #005b98;
  border-left: solid 1px #005b98;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 3px;
  right: -10px;
}

.c-pagination--active a {
  color: #0074c3 !important;
  pointer-events: none;
}

.wp-pagenavi {
  position: relative;
}

.wp-pagenavi .current,
.wp-pagenavi .page {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 1.6px;
  display: inline-block;
  padding: 0px 8px;
}

.wp-pagenavi .current {
  color: #0074c3 !important;
}

.wp-pagenavi .page {
  color: rgba(0,116,195,.5) !important;
}

.wp-pagenavi .previouspostslink {
  font-size: 15px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.5px;
  position: absolute;
  top: 6px;
  left: 0px;
}

.wp-pagenavi .previouspostslink:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  border-top: solid 1px #005b98;
  border-left: solid 1px #005b98;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 3px;
  left: -10px;
}

.wp-pagenavi .nextpostslink {
  font-size: 15px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.5px;
  position: absolute;
  top: 6px;
  right: 0px;
}

.wp-pagenavi .nextpostslink:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  border-top: solid 1px #005b98;
  border-left: solid 1px #005b98;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 3px;
  right: -10px;
}

.c-parallax-img--wrapper {
  overflow: hidden;
}

.c-parallax-img--img {
  position: relative;
  transition: -webkit-transform .6s cubic-bezier(0, 0, 0, 1);
  transition: transform .6s cubic-bezier(0, 0, 0, 1);
  transition: transform .6s cubic-bezier(0, 0, 0, 1), -webkit-transform .6s cubic-bezier(0, 0, 0, 1);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-recruit-cv {
  margin-top: 85px;
  height: 292px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.c-recruit-cv:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: .5s;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  background-image: url("../images/recruit/cv/cv_bg@2x.webp");
}

.c-recruit-cv:hover {
  opacity: 1;
}

.c-recruit-cv:hover:after {
  width: 130%;
}

.c-recruit-cv__contents {
  max-width: 1210px;
  padding: 0px 20px;
  margin: auto;
  position: relative;
  z-index: 5;
}

.c-recruit-cv__title {
  color: #fff;
  text-align: center;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 90%;
  letter-spacing: 2.8px;
  font-family: "Poppins",sans-serif;
}

.c-recruit-cv__title span {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.374px;
}

.c-recruit-cv--items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 50px;
}

.c-recruit-cv--item {
  border-radius: 4px;
  background: rgba(0,125,210,.4);
  text-align: center;
  padding: 8px 20px;
}

.c-recruit-cv--item h4 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0px;
}

.c-recruit-cv--item ul {
  margin-top: 10px;
}

.c-recruit-cv--item ul li {
  display: inline-block;
  padding: 4px;
}

.c-recruit-cv--item ul li img {
  width: 100%;
}

.c-recruit-next {
  margin-top: 110px;
  text-align: center;
}

.c-recruit-next--title {
  font-family: "Poppins",sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: .85px;
}

.c-recruit-next--contents {
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  margin-top: 27px;
}

.c-recruit-next--link {
  height: 249px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-recruit-next--txt {
  display: block;
  margin-left: 45px;
  margin-right: 45px;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0;
}

.c-sns-link {
  border: solid 1px #cfd9df;
  border-radius: 4px;
  padding: 12px 32px 12px 32px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #555;
}

.c-sns-link span {
  font-size: 15px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding-right: 30px;
  line-height: 21px;
  letter-spacing: .4px;
}

.c-sns-link span:after {
  content: "";
  width: 10.5px;
  height: 10.5px;
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 10.5px;
  background-position: center;
  background-image: url("../images/common/ico_opennew.svg");
}

.c-sns-link--icon {
  display: inline-block;
  width: 33px;
  margin-right: 16px;
}

.c-sns-link--blue {
  border: solid 1px #005b98;
  padding: 8px 30px;
  max-width: 285px;
}

.c-sns-link--blue span {
  font-size: 14px;
  line-height: 20px;
  color: #005b98;
  padding-right: 0px;
  font-weight: 500;
}

.c-sns-link--blue span:after {
  display: none;
}

.c-sns-link--blue--en {
  font-family: "Poppins",sans-serif;
  font-weight: 500;
}

.c-sns-link--blue .c-sns-link--icon {
  width: 20px;
  margin-right: 10px;
}

.c-tab__menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  width: 100%;
  max-width: 1200px;
  padding-left: 0px;
  margin: 0px;
  height: auto;
}

.c-tab__menu--box {
  white-space: nowrap;
  overflow: visible;
}

.c-tab__menu--items {
  height: 100px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  border: 1px solid #d9d9d9;
  border-bottom: none;
  border-radius: 12px 12px 0px 0px;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: .64px;
  padding: 0px 28px;
  color: #999;
}

.c-tab__menu--items:after {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../images/common/ico_arrow_circle_right.svg");
}

.c-tab__menu--items--active {
  color: #333;
}

.c-tab__menu--items--active:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -3px;
  width: 100%;
  height: 5px;
  background-color: #fff;
}

.c-tab__contents {
  border-top: solid 1px #d9d9d9;
}

.c-tab__contents--items {
  display: none;
}

.c-tab__contents--items--active {
  display: block;
}

.c-tag {
  padding: 6px 14px 7px 14px;
  color: #0074c3;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: .56px;
  background-color: #edf6fd;
  border-radius: 9999px;
  text-align: center;
}

.c-tag__items li {
  display: inline-block;
  margin-bottom: 5px;
}

_::-webkit-full-page-media,
_:future,
:root .c-title__fade--wrapper {
  -webkit-mask-image: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 50%);
  mask-image: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 50%);
  -webkit-mask-position: 100% center;
  mask-position: 100% center;
}

_::-webkit-full-page-media,
_:future,
:root .c-title__fade--active .c-title__fade--wrapper {
  -webkit-mask-position: -100% center;
  mask-position: -100% center;
}

.c-title__fade--wrapper {
  -webkit-mask-image: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  mask-image: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 200% center;
  mask-position: 200% center;
  transition: -webkit-mask-position 2.3s;
  transition: mask-position 2.3s;
  transition: mask-position 2.3s, -webkit-mask-position 2.3s;
}

.c-title__fade--active .c-title__fade--wrapper {
  -webkit-mask-position: 0% center;
  mask-position: 0% center;
}

.c-title__gradation--chara {
  background: linear-gradient(90deg, #74bff2 0%, #007dd2 100%);
  color: rgba(0,0,0,0);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: rgba(0,0,0,0);
  text-fill-color: rgba(0,0,0,0);
  font-family: "EB Garamond",serif;
  text-shadow: 0px 4px 20px rgba(161,161,161,.1);
  font-size: 90px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 4.5px;
}

.c-title__gradation--gothic {
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 2.4px;
  font-family: "Poppins",sans-serif;
}

.c-title--sub {
  color: #555;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.16px;
  font-family: "Zen Old Mincho",serif;
}

.c-title__blue {
  color: #0074c3;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 1.36px;
}

.c-title__blue--m {
  font-size: 32px;
}

.c-title__blue--s {
  font-size: 28px;
}

.c-title__blue--xs {
  font-size: 23px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: .92px;
}

.c-title--point {
  position: relative;
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.306px;
  display: block;
  padding-left: 38px;
}

.c-title--point:before {
  content: "";
  width: 23px;
  height: 58px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../images/common/ico_title.svg");
  display: block;
  position: absolute;
  top: -20px;
  left: 0px;
}

.c-title-sec {
  border-top: solid 1px #cfd9df;
  position: relative;
  padding-top: 30px;
  font-size: 26px;
  font-weight: 400;
}

.c-title-sec:before {
  content: "";
  width: 32px;
  height: 7px;
  background-color: #0074c3;
  border-radius: 0px 0px 3px 3px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.c-title-sec--top-border {
  color: #0074c3;
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
  position: relative;
  padding-top: 24px;
  letter-spacing: 0px;
}

.c-title-sec--top-border::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 75px;
  height: 6px;
  border-radius: 100px;
  background: linear-gradient(91deg, rgba(116, 191, 242, 0.9) 2.41%, rgba(0, 125, 210, 0.9) 99.68%);
}

.c-title--line {
  font-size: 24px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: .96px;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-title--line:before {
  content: "";
  width: 18px;
  height: 2px;
  background-color: #0074c3;
  display: block;
  margin-right: 15px;
}

.c-title--line--blue {
  color: #0074c3;
}

.c-title__sec-gradation span {
  background: linear-gradient(90deg, #74bff2 0%, #007dd2 100%);
  color: rgba(0,0,0,0);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: rgba(0,0,0,0);
  text-fill-color: rgba(0,0,0,0);
}

.c-title__sec-gradation--sub {
  display: block;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.374px;
}

.c-title__sec-gradation--main {
  font-family: "Poppins",sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 2.4px;
  display: block;
  margin-top: -13px;
}

.c-title--underline {
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
  padding-bottom: 12px;
  border-bottom: 1px solid #d9d9d9;
}

.c-toggle {
  position: relative;
  z-index: 30;
}

.c-toggle--active {
  z-index: 50;
}

.c-toggle__btn {
  border: solid 1px #fff;
  color: #fff;
  background-color: #000;
  border-radius: 100px;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0px;
  font-weight: bold;
  padding: 10px 20px;
  padding-right: 40px;
  position: relative;
  cursor: pointer;
}

.c-toggle__btn:before,
.c-toggle__btn:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  background-color: #fff;
}

.c-toggle__btn:before {
  width: 15px;
  height: 1px;
  right: 17px;
}

.c-toggle__btn:after {
  width: 1px;
  height: 15px;
  right: 24px;
  -webkit-transform-origin: center;
  transform-origin: center;
  transition: .5s;
}

.c-toggle__btn--closetxt {
  display: none;
}

.c-toggle__btn--close .c-toggle__btn--opentxt {
  display: none;
}

.c-toggle__btn--close .c-toggle__btn--closetxt {
  display: inline-block;
}

.c-toggle__btn--close:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 14px;
}

.c-toggle__contents {
  position: absolute;
  top: calc(100% + 24px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border: solid 1px #fff;
  color: #fff;
  background-color: #000;
  border-radius: 30px;
  width: 200px;
  z-index: 10;
  padding: 30px 19px;
  opacity: 0;
  box-shadow: 0px 0px 20px #525054;
  pointer-events: none;
  transition: .5s;
}

.c-toggle__contents--open {
  opacity: 1;
  pointer-events: auto;
  top: calc(100% + 4px);
}

.c-toggle__item {
  padding: 15px 0px;
}

.c-toggle__item:first-child {
  padding-top: 0px;
}

.c-toggle__item:last-child {
  padding-bottom: 0px;
}

.c-toggle__item:not(:last-child) {
  border-bottom: solid 1px #525054;
}

.c-toggle__item--txt {
  font-size: 14px;
  line-height: 100%;
  font-weight: bold;
  text-align: left;
  display: inline-block;
  letter-spacing: 0px;
}

.c-toggle__item--attention {
  font-size: 11px;
  line-height: 120%;
  letter-spacing: 0px;
  color: #525054 !important;
  width: 100%;
  text-align: left;
  margin-top: 5px;
}

.c-toggle__item--style-01 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 16px 0px;
}

.c-toggle__item--style-02 .c-toggle__item--img {
  margin-top: 15px;
}

.c-toggle__item--style-03 .c-toggle__item--txt {
  width: 100%;
  text-align: center;
}

.c-toggle__item--style-03 .c-toggle__item--img {
  margin-top: 15px;
}

.c-txt {
  color: #5c5c5c;
  font-size: 16px;
  font-weight: 400;
  line-height: 236%;
  letter-spacing: 0px;
}

.c-txt--lh-200 {
  line-height: 200%;
}

.c-txt--fs-14 {
  font-size: 14px;
}

.c-video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.c-video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.l-footer {
  padding: 100px;
  background-color: #fdfdfd;
  margin-top: 76px;
  padding: 47px 86px;
}

.l-footer__top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-footer__l p {
  margin-top: 21px;
  font-size: 13px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 1.3px;
  color: #555;
  padding-left: 14px;
}

.l-footer__r {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 33px;
  width: 390px;
}

.l-footer__nav {
  width: 50%;
}

.l-footer__nav li {
  margin-bottom: 20px;
}

.l-footer__nav li a {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.4px;
  color: #555;
}

.l-footer__bottom {
  border-top: solid 1px #eee;
  margin-top: 50px;
}

.l-footer__bottom--nav li {
  display: inline-block;
  color: #999;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.2px;
}

.l-footer__bottom--nav li a {
  color: #555;
}

.l-footer__bottom--nav li:last-child {
  border-left: solid 1px #555;
  margin-left: 20px;
  padding-left: 20px;
}

.l-footer__sns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -19px;
  padding-left: 10px;
}

.l-footer__sns--item {
  margin-right: 12px;
}

.l-footer__sns--link {
  border: solid 1px #cfd9df;
  border-radius: 4px;
  padding: 12px 32px 12px 32px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #555;
}

.l-footer__sns--link span {
  font-size: 15px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding-right: 30px;
  line-height: 21px;
  letter-spacing: .4px;
}

.l-footer__sns--link span:after {
  content: "";
  width: 10.5px;
  height: 10.5px;
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 10.5px;
  background-position: center;
  background-image: url("../images/common/ico_opennew.svg");
}

.l-footer__sns--icon {
  display: inline-block;
  width: 33px;
  margin-right: 16px;
}

.l-footer__sns--blue {
  border: solid 1px #005b98;
  padding: 8px 19px 8px 36px;
}

.l-footer__sns--blue span {
  font-size: 13px;
  line-height: 18px;
  color: #005b98;
  padding-right: 30px;
}

.l-footer__sns--blue span:after {
  right: 13px;
  background-image: url("../images/common/ico_opennew_blue.svg");
}

.l-footer__sns--blue .l-footer__sns--icon {
  width: 22px;
  margin-right: 10px;
}

.g-nav {
  position: relative;
  top: -9px;
  transition: all .2s;
  width: 100%;
  z-index: 0;
  opacity: 1;
  padding: 0;
  height: 50px;
  pointer-events: auto;
}

.g-nav.is-menu {
  opacity: 1;
  z-index: 10;
  overflow-y: auto;
  overflow-x: hidden;
  pointer-events: auto;
}

.g-nav__menu {
  height: 50px;
  list-style: none;
  padding-left: 0;
  margin: 0;
  position: relative;
  margin: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 41px;
}

.g-nav__item {
  font-weight: bold;
  display: inline-block;
}

.g-nav__link {
  text-decoration: none;
  position: relative;
  transition: all .3s;
  text-align: center;
  display: block;
  color: #333 !important;
  font-size: 14px;
  letter-spacing: 1.4px;
  font-style: normal;
  font-weight: 500;
}

.g-nav--bg {
  position: fixed;
  height: 100vh;
  width: 100vw;
  border-radius: 0px;
  top: 0px;
  left: 0px;
  z-index: 1000;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  pointer-events: none;
  background-color: #fff;
  transition: .5s;
}

.g-nav-megamenu {
  position: relative;
}

.g-nav-megamenu__parent-link {
  position: relative;
  z-index: 10;
  display: inline-block;
}

.g-nav-megamenu__parent-link:before,
.g-nav-megamenu__parent-link:after {
  display: none;
}

.g-nav-megamenu__contents {
  position: absolute;
  top: 26px;
  right: -35px;
  opacity: 0;
  pointer-events: none;
  width: 275px;
  padding-top: 46px;
}

.g-nav-megamenu__open {
  display: none;
  width: 100%;
  height: 73px;
  position: absolute;
  top: -24px;
  left: 0px;
  background-color: unset;
  z-index: 5;
}

.g-nav-megamenu__open span {
  width: 22px;
  height: 22px;
  background-color: #0074c3;
  border-radius: 9999px;
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: .3s;
}

.g-nav-megamenu__open span:before {
  content: "";
  width: 12px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition: .3s;
}

.g-nav-megamenu__open span:after {
  content: "";
  width: 12px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition: .3s;
}

.g-nav-megamenu__open--active span {
  background-color: #fff;
  border: solid 1px #0074c3;
}

.g-nav-megamenu__open--active span:after {
  background-color: #0074c3;
  width: 5px;
}

.g-nav-megamenu__open--active span:before {
  display: none;
}

.g-nav-megamenu__items {
  width: 100%;
  padding: 32px 34px 24px 32px;
  border-radius: 8px;
  background: linear-gradient(207deg, #74bff2 0%, #007dd2 98.15%);
  box-shadow: 0px 4px 4px 0px rgba(177,177,177,.1);
}

.g-nav-megamenu__item {
  margin-bottom: 14px;
  padding-left: 16px;
}

.g-nav-megamenu__item:first-child {
  padding-left: 0px;
}

.g-nav-megamenu__link {
  text-align: left;
  color: #fff !important;
}

.g-nav__recruit-btn {
  background: linear-gradient(91deg, rgba(116, 191, 242, 0.9) 2.41%, rgba(0, 125, 210, 0.9) 99.68%);
  padding: 15px 20px;
  color: #fff !important;
  width: 125px;
}

.is-menu-open .g-nav--bg {
  opacity: 1;
}

.pcsize .g-nav-megamenu:hover .g-nav-megamenu__contents {
  opacity: 1;
  pointer-events: all;
}

.l-header {
  width: 100%;
  position: fixed;
  z-index: 11000;
  top: 0px;
  left: 0px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 23px 45px 8px 15px;
  transition: .5s;
  background-color: #fff;
  border-bottom: solid 1px #eee;
}

.l-header__logo-area {
  position: relative;
  top: -7px;
}

.l-header__logo--img {
  width: 258px;
}

.l-wrapper {
  margin: 0 auto;
}

.sec-contents {
  position: relative;
}

.main-block {
  padding-top: 65px;
}

.l-container {
  padding: 0 20px;
  max-width: 1140px;
  margin: auto;
}

.l-container:after {
  content: "";
  clear: both;
  display: block;
}

.l-container__item {
  margin-top: 64px;
}

.nav-btn {
  position: fixed;
  z-index: 999;
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 60px;
  height: 60px;
  display: none;
  background: linear-gradient(123deg, #52a7e1 0%, #007dd2 100%);
  border-radius: 4px;
}

.nav-btn--inner {
  position: relative;
  top: -5px;
}

.nav-btn__line {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 20px;
  height: 1px;
  background-color: #fff;
  transition: all .3s;
}

.nav-btn__line:nth-of-type(1) {
  top: 20px;
}

.nav-btn__line:nth-of-type(2) {
  top: 27px;
}

.nav-btn__line:nth-of-type(3) {
  top: 34px;
}

.nav-btn__txt {
  color: #fff;
  font-size: 11px;
  text-align: center;
  position: absolute;
  bottom: 9px;
  display: block;
  width: 100%;
}

.nav-btn__txt:before {
  content: "MENU";
}

.nav-btn.is-close .nav-btn__line:nth-of-type(1) {
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  top: 27px;
}

.nav-btn.is-close .nav-btn__line:nth-of-type(2) {
  width: 0;
}

.nav-btn.is-close .nav-btn__line:nth-of-type(3) {
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  top: 27px;
}

.nav-btn.is-close .nav-btn__txt:before {
  content: "閉じる";
}

.p-about-layout__col-2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.p-about-layout__col-2--imgwrap img {
  width: 100%;
}

.p-about-layout__col-2--reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.p-about-strength {
  margin-top: 110px;
}

.p-about-strength__contents {
  max-width: 620px;
  margin: auto;
  margin-top: 55px;
  text-align: center;
}

.p-about-strength__container {
  margin-top: 40px;
  position: relative;
  min-width: 1090px;
}

.p-about-strength__container .c-title__gradation--chara {
  font-size: 82px;
}

.p-about-strength__container .c-title__blue {
  margin-top: 23px;
  margin-bottom: 30px;
}

.p-about-strength__container .c-txt {
  margin-bottom: 20px;
}

.p-about-strength__imgwrap {
  position: absolute;
}

.p-about-strength__imgwrap--01 {
  top: 115px;
  right: -160px;
}

.p-about-strength__imgwrap--02 {
  bottom: -20px;
  left: -145px;
}

.p-about-strength__imgwrap--sp {
  margin-top: -95px;
  text-align: center;
  width: 100vw;
  position: relative;
  left: calc(50% - 50vw);
}

.p-about-philosophy {
  margin-top: 135px;
}

.p-about-philosophy .p-about-layout__col-2--detailwrap {
  width: 58%;
  padding-right: 81px;
}

.p-about-philosophy .p-about-layout__col-2--detailwrap .c-title__blue {
  letter-spacing: -0.8px;
}

.p-about-philosophy .p-about-layout__col-2--detailwrap .c-txt {
  margin-top: 28px;
  line-height: 26.2px;
  color: #333;
}

.p-about-philosophy .p-about-layout__col-2--imgwrap {
  width: 47%;
  margin-right: -60px;
  margin-top: -5px;
}

.p-about-message {
  margin-top: 90px;
}

.p-about-message--title {
  display: inline-block;
  margin-bottom: 15px;
}

.p-about-message .p-about-layout__col-2--detailwrap {
  width: 70%;
  padding-left: 77px;
}

.p-about-message .p-about-layout__col-2--detailwrap .c-title__blue {
  line-height: 156%;
  letter-spacing: -0.84px;
}

.p-about-message .p-about-layout__col-2--detailwrap .c-txt {
  margin-bottom: 24px;
  line-height: 27px;
  color: #333;
}

.p-about-message .p-about-layout__col-2--imgwrap {
  width: 58%;
}

.p-about-message--company-name {
  font-size: 15px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: .6px;
  margin-top: 18px;
}

.p-about-message__name {
  margin-top: 20px;
  text-align: right;
}

.p-about-message__name--jp {
  font-size: 15px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: .6px;
}

.p-about-message__name--en {
  font-family: "EB Garamond",serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .65px;
  color: #004a7d;
}

.p-about-vision {
  margin-top: 125px;
}

.p-about-vision__col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.p-about-vision__col--01 {
  margin-top: 45px;
}

.p-about-vision__col--01 .p-about-vision__detail--title:before {
  background-image: url("../images/about/vision_title_01@2x.webp");
}

.p-about-vision__col--02 .p-about-vision__detail--title:before {
  background-image: url("../images/about/vision_title_02@2x.webp");
}

.p-about-vision__detailwrap {
  width: calc(100% - 250px);
  padding-right: 80px;
}

.p-about-vision__detailwrap .c-txt {
  margin-bottom: 20px;
}

.p-about-vision__detail--title {
  position: relative;
  color: #0074c3;
  font-size: 34px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 1.36px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-about-vision__detail--title:before {
  content: "";
  width: 91px;
  height: 117px;
  background-repeat: no-repeat;
  background-size: 117px auto;
  background-position: center;
  display: inline-block;
  margin-right: 20px;
}

.p-about-vision__imgwrap {
  width: 250px;
  position: relative;
  top: -10px;
}

.p-about-vision__imgwrap img {
  width: 100%;
}

.p-business-about {
  margin-top: 133px;
}

.p-business-about__first {
  margin-top: 57px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-business-about__first--detailwrap {
  width: 65%;
  padding-right: 100px;
}

.p-business-about__first--detailwrap h5 {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
}

.p-business-about__first--detailwrap .c-txt {
  margin-top: 15px;
  letter-spacing: 1.2px;
  line-height: 238%;
}

.p-business-about__first--imgwrap {
  width: 35%;
  margin-top: -10px;
}

.p-business-about__point {
  margin-top: 110px;
  text-align: center;
}

.p-business-about__point--title {
  font-size: 26px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 1.04px;
  color: #0074c3;
  position: relative;
  margin-bottom: 10px;
}

.p-business-about__point--title:before {
  content: "";
  width: 100vw;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../images/business/business_about_wave@2x.webp");
  position: absolute;
  top: -85px;
  left: calc(50% - 50vw);
  display: block;
}

.p-business-about__point--title span {
  position: relative;
  z-index: 10;
}

.p-business-about__items {
  max-width: 810px;
  margin: auto;
  margin-top: 22px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 15px 20px;
}

.p-business-about__item {
  height: 208px;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../images/business/about_bg@2x.webp");
}

.p-business-about__item:before {
  content: "";
  width: 150px;
  height: 135px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.p-business-about__item p {
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: .787px;
  position: relative;
}

.p-business-about__item p:before {
  content: "";
  width: 74px;
  height: 10px;
  position: absolute;
  left: 50%;
  top: -26px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("../images/business/about_approach@2x.webp");
  display: block;
}

.p-business-about__item--01:before {
  background-image: url("../images/business/about_01@2x.webp");
}

.p-business-about__item--02:before {
  background-image: url("../images/business/about_02@2x.webp");
}

.p-business-about__item--03:before {
  background-image: url("../images/business/about_03@2x.webp");
}

.p-business-about__item--04:before {
  background-image: url("../images/business/about_04@2x.webp");
}

.p-business-index {
  background-color: #f9fcfe;
  margin-top: 110px;
  padding-top: 124px;
  padding-bottom: 50px;
}

.p-business-index__items {
  margin-top: 48px;
}

.p-business-index__item {
  background-color: #fff;
  padding: 70px 80px;
  margin-bottom: 24px;
}

.p-business-index__item .c-tag__items {
  margin-top: 21px;
  margin-left: 30px;
}

.p-business-index__contents {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 30px;
  margin-top: 27px;
}

.p-business-index__imgwrap {
  width: 210px;
  height: 210px;
  position: relative;
  top: 5px;
}

.p-business-index__detailwrap {
  width: calc(100% - 210px);
  padding-left: 60px;
}

.p-business-index__detailwrap p {
  margin-top: 12px;
  line-height: 28px;
  letter-spacing: -0.1px;
  color: #333;
}

.p-company-data {
  margin-top: 110px;
}

.p-company-data--contents {
  margin-top: 12px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-company-data--col {
  width: calc(50% - 10px);
}

.p-company-data--dl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  border-bottom: 1px solid #eee;
  margin-top: 37px;
  margin-bottom: 0;
  padding-bottom: 30px;
}

.p-company-data--dl:nth-of-type(1) {
  border-top: 1px solid #eee;
  padding-top: 30px;
}

.p-company-data--dt {
  width: 160px;
  padding-right: 30px;
  font-weight: bold;
}

.p-company-data--dd {
  width: calc(100% - 160px);
  margin-left: 0;
}

.p-company-base {
  margin-top: 110px;
}

.p-company-base__map {
  margin-top: 45px;
}

.p-company-base__map img {
  width: 100%;
}

.p-company-base--items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
}

.p-company-base--item {
  width: 50%;
  border-bottom: 1px solid #eee;
  padding-top: 54px;
  padding-bottom: 66px;
}

.p-company-base--item:nth-of-type(1),
.p-company-base--item:nth-of-type(2) {
  border-top: 1px solid #eee;
}

.p-company-base--item .c-title--line {
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.306px;
}

.p-company-base--item p {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  margin-top: 12px;
  letter-spacing: 0px;
}

.p-company-base--item p span {
  color: #0074c3;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.289px;
  display: inline-block;
  margin-top: 12px;
}

.p-company-base--item .c-btn--gmap {
  margin-top: 15px;
}

.p-contact .c-pageheader--intro {
  margin-top: 48px;
}

.p-contact-sec .c-form {
  max-width: 980px;
  margin: auto;
  margin-top: 70px;
}

.p-contact-privacypolicy {
  max-width: 1140px;
  padding: 0 10px;
  margin: auto;
  margin-top: 76px;
  position: relative;
}

.p-contact-privacypolicy h3 {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.6px;
}

.p-contact-privacypolicy--wrap {
  margin-top: 24px;
  background: #f5f9fb;
  padding: 0px 40px;
  height: 280px;
  overflow: scroll;
}

.p-contact-privacypolicy--inner {
  padding: 40px 0px;
}

.p-contact-privacypolicy--inner p {
  color: #5c5c5c;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 240%;
}

.p-contact-attention {
  max-width: 1140px;
  padding: 0 10px;
  margin: auto;
  margin-top: 50px;
}

.p-contact-submit {
  max-width: 1140px;
  padding: 0 10px;
  margin: auto;
  margin-top: 50px;
}

.p-health-lists {
  background-color: #f9fcfe;
  padding: 50px 30px;
  margin-top: 30px;
}

.p-health-lists--list {
  background-color: #fff;
  border-radius: 50px;
  padding: 80px;
}

.p-health-lists--item {
  border-bottom: 2px dotted #81b6df;
}

.p-health-lists--item a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 30px 10px;
}

.p-health-lists--item a:after {
  content: "";
  width: 31px;
  height: 31px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../images/common/ico_arrow_right_alt.svg");
}

.p-health-lists--item a h3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.306px;
}

.p-health-lists--data {
  color: #0074c3;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 1.6px;
  font-weight: 600;
  position: relative;
  margin-right: 40px;
  width: 145px;
}

.p-health-lists--data:before {
  content: "";
  width: 18px;
  height: 20px;
  position: relative;
  top: 3px;
  margin-right: 25px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../images/common/ico_note.svg");
}

.p-health-single {
  padding: 50px 0px;
  margin-top: 20px;
}

.p-health-single__container {
  background-color: #fff;
  border-radius: 40px;
  padding: 80px;
  max-width: 1100px;
}

.p-health-single__header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-top: 2px dotted #81b6df;
  padding: 23px 20px 23px 10px;
  margin-bottom: 70px;
}

.p-health-single--title {
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.374px;
}

.p-health-single--data {
  color: #0074c3;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 1.6px;
  font-weight: 600;
  position: relative;
}

.p-health-single--data:before {
  content: "";
  width: 18px;
  height: 20px;
  position: relative;
  top: 3px;
  margin-right: 22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../images/common/ico_note.svg");
}

.p-health-single--contents h3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: .9px;
  border-left: 3px solid #81b6df;
  padding-left: 11px;
  margin-top: 40px;
}

.p-health-single--contents p {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: .75px;
  margin-top: 40px;
}

.p-health-single--contents ul {
  margin-top: 40px;
}

.p-health-single--contents ul li {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: .8px;
  margin-top: 20px;
  position: relative;
  padding-left: 10px;
}

.p-health-single--contents ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background-color: #81b6df;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  display: block;
}

.p-health-single--contents ol {
  padding-left: 0;
  margin-left: 20px;
  margin-top: 40px;
}

.p-health-single--contents ol li {
  margin-top: 17px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: .8px;
}

.p-health-single--contents ol li::marker {
  color: #81b6df;
  font-weight: 600;
}

.p-health-single--contents blockquote {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  border-left: 3px solid #d9d9d9;
  padding-left: 16px;
  text-align: justify;
  margin-left: 0;
  margin-top: 40px;
  letter-spacing: 0;
}

.p-health-single--contents blockquote:after {
  content: "引用元";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  color: #5c5c5c;
  display: block;
  text-align: right;
}

.p-health-single--contents img {
  margin-top: 40px;
}

.p-health-single--contents table {
  margin-top: 40px;
}

.p-health-single--contents table tr {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 1.28px;
}

.p-health-single--contents table th {
  background: #005b98;
  color: #fff;
  border: solid 1px #fff;
  padding: 9px 18px;
}

.p-health-single--contents table td {
  border: solid 1px #fff;
  padding: 9px 18px;
}

.p-health-single__back {
  text-align: center;
  padding: 60px 30px;
}

.p-health-single__back .c-btn {
  margin: auto;
}

.single-health {
  background-color: #f9fcfe;
}

.p-top .main-block {
  padding-top: 120px;
}

.p-top-layout__col-2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-top-layout__col-2--reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.p-top-layout__col-2--detailwrap .c-title--point {
  margin-bottom: 38px;
}

.p-top-layout__col-2--detailwrap .c-txt {
  margin-top: 30px;
  max-width: 500px;
}

.p-top-layout__col-2--imgwrap--sp {
  margin-left: -25px;
  width: calc(100% + 50px);
  margin-top: 30px;
}

.p-top-layout--btn {
  margin-top: 46px;
}

.p-top-fv {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-top-fv__title {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-feature-settings: "vert" on;
  text-shadow: 8.209px 8.209px 20.523px rgba(0,0,0,.04);
  font-size: 43px;
  font-weight: 400;
  line-height: 179%;
  letter-spacing: 4.19px;
  font-family: "Zen Old Mincho",serif;
  color: #004a7d;
  position: relative;
  z-index: 100;
  -webkit-font-smoothing: auto;
  padding-top: 64px;
}

.p-top-fv__title span {
  display: block;
  position: relative;
  z-index: 5;
  opacity: 0;
  transition: opacity 3s;
}

.p-top-fv__title:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 120px;
  background: linear-gradient(90deg, rgb(255, 255, 255) 77%, rgba(255, 255, 255, 0) 100%);
}

.p-top-fv__title--wrap {
  width: 23%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-top-fv__imgs {
  width: 77%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.p-top-fv__img {
  position: relative;
  width: 30%;
  box-shadow: 10px 10px 20px 0px rgba(63,63,63,.15);
  opacity: 0;
  transition: opacity 2s;
}

.p-top-fv__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-top-fv__img--01 {
  z-index: 10;
  width: 40%;
}

.p-top-fv__img--02 {
  z-index: 5;
  width: 30%;
  bottom: -10px;
}

.p-top-fv__img--03 {
  z-index: 10;
  width: 30%;
}

.p-top-fv__img--04 {
  width: 25%;
  height: 47%;
}

.p-top-fv__img--05 {
  width: 50%;
  margin-top: -25px;
  z-index: 20;
}

.p-top-fv__img--06 {
  width: 25%;
  height: 47%;
}

.p-top-fv--active .p-top-fv__img--01 {
  opacity: 1;
}

.p-top-fv--active .p-top-fv__img--03 {
  opacity: 1;
  transition-delay: .3s;
}

.p-top-fv--active .p-top-fv__img--04 {
  opacity: 1;
  transition-delay: .6s;
}

.p-top-fv--active .p-top-fv__img--06 {
  opacity: 1;
  transition-delay: .9s;
}

.p-top-fv--active .p-top-fv__img--02 {
  opacity: 1;
  transition-delay: 1.2s;
}

.p-top-fv--active .p-top-fv__img--05 {
  opacity: 1;
  transition-delay: 1.5s;
}

.p-top-fv--active .p-top-fv__title span {
  opacity: 1;
  transition-delay: 1.8s;
}

.p-top-personalization {
  margin-top: 127px;
  padding-bottom: 183px;
  position: relative;
  overflow: auto;
}

.p-top-personalization:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  background-image: url(../images/top/ribbon_01@2x.webp);
}

.p-top-personalization__container {
  max-width: 1037px;
  padding: 0px 25px;
  margin: auto;
  position: relative;
  z-index: 5;
}

.p-top-personalization--contents {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-top-personalization--imgwrap {
  width: 40%;
  margin-top: 50px;
}

.p-top-personalization--detailwrap {
  width: 60%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 85px;
}

.p-top-personalization__img {
  position: relative;
}

.p-top-personalization__img--01 {
  text-align: right;
}

.p-top-personalization__img--02 {
  margin-top: -140px;
  margin-left: -13px;
}

.p-top-personalization--title {
  color: #333;
  font-size: 26px;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 1.04px;
  font-family: "Zen Old Mincho",serif;
  text-align: right;
  margin-right: -60px;
}

.p-top-personalization--title span {
  text-align: left;
  display: inline-block;
}

.p-top-personalization__txt p {
  color: #4a4a4a;
  font-family: "Zen Old Mincho",serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 210%;
  letter-spacing: 2px;
  text-align: left;
  display: inline-block;
}

.p-top-personalization__txt p span {
  color: #004a7d;
}

.p-top-personalization__txt--01 {
  margin-top: 63px;
}

.p-top-personalization__txt--02 {
  text-align: right;
  margin-top: 25px;
  margin-right: -66px;
}

.p-top-business__contents {
  max-width: 1148px;
  padding: 0px 25px;
  margin: auto;
}

.p-top-business--imgwrap {
  height: 643px;
  max-width: 493px;
  overflow: hidden;
  position: relative;
}

.p-top-business--imgwrap .c-parallax-img--wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.p-top-business--imgwrap .c-parallax-img--wrapper img {
  width: 100%;
}

.p-top-business .p-top-layout__col-2--detailwrap {
  width: 63%;
  margin-top: 74px;
}

.p-top-business .p-top-layout__col-2--imgwrap {
  width: 60%;
  margin-right: -210px;
}

.p-top-medicine {
  margin-top: 168px;
}

.p-top-medicine .p-top-layout__col-2--detailwrap {
  width: 50%;
  padding-left: 123px;
  margin-top: 11px;
}

.p-top-medicine .p-top-layout__col-2--detailwrap .c-txt {
  padding-right: 0;
}

.p-top-medicine .p-top-layout__col-2--imgwrap {
  width: 57%;
}

.p-top-product {
  background-repeat: no-repeat;
  background-size: 100% 200px;
  background-position: center bottom;
  background-image: url("../images/top/ribbon_02@2x.webp");
  margin-top: 175px;
  padding-bottom: 105px;
}

.p-top-product__contents {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-top-product__contents .c-btn {
  margin-top: 30px;
}

.p-top-product__detail {
  -webkit-flex: 0 0 350px;
  -ms-flex: 0 0 350px;
  flex: 0 0 350px;
}

.p-top-product__detail .c-txt {
  margin-top: 20px;
}

.p-top-product__slide--wrapper {
  width: 100%;
  position: relative;
}

.p-top-product__slide--wrapper::before {
  content: "";
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: linear-gradient(90deg, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  z-index: 100;
}

.p-top-product__slide li {
  text-align: center;
}

.p-top-recruit {
  margin-top: 160px;
}

.p-top-recruit__contents {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-top-recruit__img {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.p-top-recruit__img img {
  position: absolute;
  width: 100%;
  height: auto;
  object-fit: unset;
}

.p-top-recruit__img div {
  width: 100%;
}

.p-top-recruit__img div:nth-of-type(2) {
  display: none;
}

.p-top-recruit__img--01 {
  height: 50%;
}

.p-top-recruit__img--02 {
  height: 50%;
}

.p-top-recruit__img--03 {
  height: 60%;
}

.p-top-recruit__img--2col {
  height: 40%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-top-recruit__img--04 {
  width: 50%;
}

.p-top-recruit__img--05 {
  width: 50%;
}

.p-top-recruit__imgwrap {
  max-height: 768px;
  overflow: hidden;
}

.p-top-recruit__imgwrap--l {
  width: 17%;
}

.p-top-recruit__imgwrap--r {
  width: 29%;
}

.p-top-recruit__detailwrap {
  width: 54%;
  max-height: 768px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../images/top/recruit_bg@2x.webp");
  padding-top: 90px;
  padding-bottom: 180px;
}

.p-top-recruit__detailwrap--inner {
  margin: auto;
  max-width: 630px;
  padding: 0px 25px;
}

.p-top-recruit__detailwrap--inner .c-title__gradation {
  margin-top: 50px;
}

.p-top-recruit__detailwrap--inner .c-txt {
  margin-top: 25px;
}

.p-top-recruit__detailwrap--btn {
  margin-top: 65px;
}

.p-top-recruit__tlt-jp {
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.306px;
}

.p-pharmacy-about {
  margin-top: 70px;
}

.p-pharmacy-about .c-title__blue {
  margin-top: 47px;
  text-align: center;
}

.p-pharmacy-about .c-txt {
  margin-top: 22px;
  letter-spacing: 1.7px;
  text-align: center;
}

.p-pharmacy-about--inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

.p-pharmacy-about__items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  margin-top: 62px;
  padding: 0px 30px;
}

.p-pharmacy-about__items p {
  font-size: 16.768px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: .671px;
  position: relative;
}

.p-pharmacy-about__items p span {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: -1.6px;
  font-family: "EB Garamond",serif;
  color: #0074c3;
  display: inline-block;
  margin-bottom: 12px;
  position: relative;
  top: -9px;
}

.p-pharmacy-about__items img {
  margin-top: 15px;
}

.p-pharmacy-about__item {
  width: 33.33%;
  padding-top: 31%;
  border-radius: 1000px;
  border: 1px solid #e2eaf3;
  background: #fff;
  box-shadow: 10px 10px 20px 0px rgba(63,63,63,.05);
  position: relative;
}

.p-pharmacy-about__item img {
  width: auto;
}

.p-pharmacy-about__item:not(:last-child):after {
  content: "";
  width: 88px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-image: url("../images/pharmacy/pharmacy_about_arrow_right@2x.webp");
  position: absolute;
  left: calc(100% - 30px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}

.p-pharmacy-about__item--01 p {
  top: -21px;
}

.p-pharmacy-about__item--02 p {
  margin-top: -15px;
  margin-top: -10px;
}

.p-pharmacy-about__item--02 p span {
  display: block;
  margin-bottom: -30px;
}

.p-pharmacy-custom {
  margin-top: 123px;
}

.p-pharmacy-custom__contents {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 75px;
}

.p-pharmacy-custom__detailwrap {
  width: 52%;
  padding-right: 92px;
}

.p-pharmacy-custom__detailwrap .c-txt {
  margin-top: 38px;
}

.p-pharmacy-custom__imgwrap {
  width: 48%;
  margin-top: -50px;
}

.p-pharmacy-custom__imgwrap img {
  width: 100%;
}

.p-pharmacy-merit {
  margin-top: 156px;
}

.p-pharmacy-merit .c-title__blue--m {
  margin-top: 91px;
}

.p-pharmacy-merit__items {
  margin-top: 66px;
}

.p-pharmacy-merit__item {
  background-color: #f5f9fb;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 40px;
  margin-bottom: 24px;
  border-radius: 4px;
}

.p-pharmacy-merit__detailwrap {
  width: 68%;
  padding-right: 75px;
}

.p-pharmacy-merit__detailwrap h5 {
  font-size: 24px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: .96px;
}

.p-pharmacy-merit__detailwrap h5 span {
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: .56px;
  color: #0074c3;
}

.p-pharmacy-merit__detailwrap p {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 200%;
}

.p-pharmacy-merit__imgwrap {
  width: 32%;
}

.p-pharmacy-merit__imgwrap img {
  width: 100%;
}

.p-product-first {
  margin-top: 53px;
  margin-bottom: 46px;
  padding-left: 30px;
}

.p-product-first p {
  line-height: 40px;
  letter-spacing: 0px;
  font-size: 16px;
  font-weight: 400;
}

.p-product-sec {
  margin-bottom: 110px;
}

.p-product-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 26px;
  margin-top: 45px;
}

.p-product-item__imgwrap {
  background-color: #edf6fd;
  text-align: center;
  width: 100%;
  height: 208px;
  padding: 14px;
}

.p-product-item__imgwrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  color: #333;
}

.p-product-item h4 {
  font-weight: bold;
  margin-top: 17px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.306px;
  color: #333;
}

.p-product-detail {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 890px;
  padding: 50px 0px;
}

.p-product-detail__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: scroll;
  max-width: 1030px;
  margin: auto;
}

.p-product-detail--imgwrap {
  width: 40%;
  padding-right: 30px;
}

.p-product-detail--imgwrap img {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}

.p-product-detail--detailwrap {
  width: 60%;
}

.p-product-detail--title {
  color: #555;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.34px;
}

.p-product-detail--title .c-tag {
  position: relative;
  top: -3px;
  margin-left: 10px;
}

.p-product-detail--title-blue {
  color: #0074c3;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: .56px;
  margin-top: 22px;
  margin-bottom: 10px;
}

.p-product-detail .c-txt {
  line-height: 190%;
}

.p-product-detail--catch {
  margin-top: 20px;
}

.p-product-detail--desc {
  font-weight: 500;
  margin-top: 10px;
}

.p-product-detail--txt {
  color: #333;
  font-weight: 400;
}

.p-recruit-company-philosophy {
  margin-top: 58px;
}

.p-recruit-company-philosophy--contents {
  margin-top: 70px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}

.p-recruit-company-philosophy--detailwrap {
  width: 52%;
}

.p-recruit-company-philosophy--detailwrap h4 {
  margin-bottom: 13px;
  font-size: 28px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0px;
}

.p-recruit-company-philosophy--detailwrap .c-txt:not(:last-child) {
  margin-bottom: 23px;
}

.p-recruit-company-philosophy--imgwrap {
  width: 42%;
  text-align: center;
  margin-top: 13px;
}

.p-recruit-company-philosophy--imgbox {
  position: relative;
}

.p-recruit-company-philosophy--imgbox:before {
  content: "";
  width: 82px;
  height: 94px;
  background: rgba(0,116,195,.1);
  position: absolute;
  bottom: -49px;
  left: -34px;
  display: block;
}

.p-recruit-company-philosophy--imgbox:after {
  content: "";
  width: 112px;
  height: 104px;
  background: rgba(0,116,195,.1);
  position: absolute;
  top: -50px;
  right: -23px;
  display: block;
}

.p-recruit-company-movie {
  margin-top: 136px;
}

.p-recruit-company-movie--contents {
  text-align: center;
  border-radius: 12px;
  background-color: #f0f6fb;
  padding: 64px 100px 90px 100px;
  max-width: 1100px;
  margin: auto;
}

.p-recruit-company-movie--contents h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 160%;
  color: #0074c3;
  margin-bottom: 40px;
}

.p-recruit-company-data {
  margin-top: 110px;
}

.p-recruit-company-data--lists {
  margin-top: 12px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-recruit-company-data--col {
  width: calc(50% - 10px);
}

.p-recruit-company-data--dl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  border-bottom: 1px solid #eee;
  margin-top: 34px;
  margin-bottom: 0;
  padding-bottom: 27px;
}

.p-recruit-company-data--dl:nth-of-type(1) {
  border-top: 1px solid #eee;
  padding-top: 27px;
}

.p-recruit-company-data--dt {
  width: 160px;
  padding-right: 30px;
  font-weight: bold;
}

.p-recruit-company-data--dd {
  width: calc(100% - 160px);
  margin-left: 0;
  line-height: 30px;
}

.p-recruit-company-data--map {
  margin-top: 47px;
}

.p-recruit-environment-training {
  margin-top: 53px;
}

.p-recruit-environment-training--contents {
  margin-top: 60px;
}

.p-recruit-environment-training--item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 57px;
}

.p-recruit-environment-training--item--02 {
  margin-top: 90px;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.p-recruit-environment-training--item--02 .p-recruit-environment-training--imgwrap {
  margin-right: auto;
  width: 48%;
}

.p-recruit-environment-training--item--02 .p-recruit-environment-training--detailwrap {
  margin-top: 10px;
}

.p-recruit-environment-training--detailwrap {
  width: 65%;
}

.p-recruit-environment-training--detailwrap h4 {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 12px;
  letter-spacing: 0;
}

.p-recruit-environment-training--detailwrap h4:not(:first-child) {
  margin-top: 50px;
}

.p-recruit-environment-training--detailwrap .c-txt {
  margin-bottom: 5px;
  line-height: 29px;
}

.p-recruit-environment-training--imgwrap {
  width: 53%;
  margin-right: calc(45% - 40vw);
  margin-top: 15px;
}

.p-recruit-environment-data {
  margin-top: 110px;
  border-radius: 12px;
  background: #f5f9fb;
  padding: 70px 0px;
}

.p-recruit-environment-data--contents {
  margin-top: 42px;
}

.p-recruit-environment-data--detail {
  height: 100%;
}

.p-recruit-environment-data--detail h4 {
  color: #0074c3;
  font-size: 24px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: .96px;
}

.p-recruit-environment-data__col {
  border-radius: 18.482px;
  background-color: #fff;
  padding: 0px 55px;
  position: relative;
  height: 250px;
}

.p-recruit-environment-data__col--flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-recruit-environment-data--header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 70px;
  padding-top: 35px;
}

.p-recruit-environment-data--header img {
  position: relative;
  right: -16px;
  top: 3px;
}

.p-recruit-environment-data--body {
  height: calc(100% - 70px);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-recruit-environment-data--num {
  font-family: "Poppins",sans-serif;
  font-size: 75.853px;
  font-weight: 500;
  line-height: 65px;
  color: #0074c3;
}

.p-recruit-environment-data--num span {
  font-size: 30.341px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  display: inline-block;
  position: relative;
  bottom: 1px;
  left: -17px;
}

.p-recruit-environment-data--txt {
  color: #5c5c5c;
  font-size: 18.963px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: .759px;
}

.p-recruit-environment-data--img {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-recruit-environment-data__items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 23px;
  margin-bottom: 22px;
}

.p-recruit-environment-data__items--01 .p-recruit-environment-data__col:nth-of-type(1) {
  width: 50%;
}

.p-recruit-environment-data__items--01 .p-recruit-environment-data__col:nth-of-type(1) .p-recruit-environment-data--header img {
  height: 63px;
  width: auto;
}

.p-recruit-environment-data__items--01 .p-recruit-environment-data__col:nth-of-type(2) {
  width: 50%;
}

.p-recruit-environment-data__items--01 .p-recruit-environment-data__col:nth-of-type(2) .p-recruit-environment-data--header img {
  height: 83px;
  width: auto;
}

.p-recruit-environment-data__items--02 .p-recruit-environment-data__col:nth-of-type(1) {
  width: 65%;
}

.p-recruit-environment-data__items--02 .p-recruit-environment-data__col:nth-of-type(1) .p-recruit-environment-data--detail {
  padding-top: 42px;
  width: 155px;
}

.p-recruit-environment-data__items--02 .p-recruit-environment-data__col:nth-of-type(1) .p-recruit-environment-data--num {
  margin-top: 50px;
}

.p-recruit-environment-data__items--02 .p-recruit-environment-data__col:nth-of-type(1) .p-recruit-environment-data--img {
  width: calc(100% - 155px);
  padding-left: 37px;
}

.p-recruit-environment-data__items--02 .p-recruit-environment-data__col:nth-of-type(2) {
  width: 35%;
}

.p-recruit-environment-data__items--02 .p-recruit-environment-data__col:nth-of-type(2) .p-recruit-environment-data--header img {
  height: 63px;
  width: auto;
}

.p-recruit-environment-data__items--03 .p-recruit-environment-data__col:nth-of-type(1) {
  width: 50%;
}

.p-recruit-environment-data__items--03 .p-recruit-environment-data__col:nth-of-type(1) .p-recruit-environment-data--header img {
  height: 88px;
  width: auto;
}

.p-recruit-environment-data__items--03 .p-recruit-environment-data__col:nth-of-type(2) {
  width: 50%;
}

.p-recruit-environment-data__items--03 .p-recruit-environment-data__col:nth-of-type(2) .p-recruit-environment-data--header img {
  height: 68px;
  width: auto;
}

.p-recruit-environment-data__items--04 .p-recruit-environment-data__col:nth-of-type(1) {
  width: 68%;
}

.p-recruit-environment-data__items--04 .p-recruit-environment-data__col:nth-of-type(1) .p-recruit-environment-data--header img {
  height: 81px;
  width: auto;
}

.p-recruit-environment-data__items--04 .p-recruit-environment-data__col:nth-of-type(1) .p-recruit-environment-data--txt {
  max-width: 423px;
}

.p-recruit-environment-data__items--04 .p-recruit-environment-data__col:nth-of-type(2) {
  width: 36%;
}

.p-recruit-environment-data__items--04 .p-recruit-environment-data__col:nth-of-type(2) .p-recruit-environment-data--header img {
  height: 73px;
  width: auto;
}

.p-recruit-people-plan {
  margin-top: 53px;
}

.p-recruit-people-plan h4 {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  margin-bottom: 37px;
  margin-top: 62px;
  letter-spacing: 0;
}

.p-recruit-people-plan--contents {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-recruit-people-plan--detailwrap {
  width: 67%;
  padding-right: 87px;
}

.p-recruit-people-plan--detailwrap h5 {
  color: #0074c3;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  margin-bottom: 12px;
  letter-spacing: 0;
}

.p-recruit-people-plan--detailwrap h5:not(:first-child) {
  margin-top: 40px;
}

.p-recruit-people-plan--detailwrap .c-txt {
  line-height: 28px;
  letter-spacing: 0px;
}

.p-recruit-people-plan--detailwrap .c-txt:not(:last-child) {
  margin-bottom: 8px;
}

.p-recruit-people-plan--imgwrap {
  width: 50%;
  position: relative;
  margin-right: calc(50% - 50vw);
  padding-left: 21px;
  margin-top: -11px;
}

.p-recruit-people-plan--imgwrap img {
  width: 100%;
}

.p-recruit-people-interview {
  margin-top: 88px;
}

.p-recruit-people-interview--item {
  margin-bottom: 122px;
}

.p-recruit-people-interview--item:nth-of-type(1) {
  margin-top: 50px;
}

.p-recruit-people-interview--contents {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 62px;
}

.p-recruit-people-interview__profile {
  width: 327px;
}

.p-recruit-people-interview__profile img {
  width: 100%;
}

.p-recruit-people-interview__profile--detail {
  margin-top: 42px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-left: solid 3px #0074c3;
  padding-left: 17px;
}

.p-recruit-people-interview__profile--position {
  border: solid 1px #0074c3;
  color: #0074c3;
  border-radius: 9999px;
  padding: 6px 13px;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: .56px;
  display: inline-block;
  margin-bottom: 12px;
}

.p-recruit-people-interview__profile--name {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.p-recruit-people-interview--detail {
  width: calc(100% - 327px);
  padding-left: 60px;
}

.p-recruit-people-interview--detail h4 {
  color: #0074c3;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  padding: 14px 24px;
  border-radius: 8px;
  background: #edf6fd;
  margin-bottom: 27px;
}

.p-recruit-people-interview--detail h4:not(:first-child) {
  margin-top: 44px;
}

.p-recruit-people-interview--detail p {
  line-height: 219%;
  font-size: 14px;
}

.p-recruit-recruitment {
  margin-top: 60px;
}

.p-recruit-recruitment .c-title-sec--top-border {
  margin-top: 60px;
}

.p-recruit-recruitment--table {
  margin-top: 55px;
  border-top: 1px solid #eee;
}

.p-recruit-recruitment--dl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #eee;
  padding: 30px 0px;
  font-size: 15px;
  letter-spacing: -0.255px;
  margin: 0;
  line-height: 29px;
}

.p-recruit-recruitment--dt {
  width: 160px;
  font-weight: 700;
}

.p-recruit-recruitment--dd {
  width: calc(100% - 160px);
  margin: 0px;
}

.p-recruit-recruitment--no-rec {
  text-align: center;
  padding: 100px 20px;
}

.p-recruit-top-sec__sub-title {
  color: #0074c3;
  font-size: 32px;
  font-weight: 600;
  line-height: 150%;
  margin-top: -8px;
  letter-spacing: 0px;
}

.p-recruit-top-sec__sub-title span {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .64px;
  display: block;
}

.p-recruit-top-sec--btn {
  width: 300px;
  margin-top: 72px;
}

.p-recruit-top-fv {
  width: 100%;
  height: calc(100vh - 150px);
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../images/recruit/top/fv_bg@2x.webp");
  overflow: hidden;
  margin-top: 25px;
  min-height: 700px;
}

.p-recruit-top-fv__container {
  height: calc(100vh - 150px);
}

.p-recruit-top-fv__contents {
  position: relative;
  z-index: 15;
  margin-top: 45px;
}

.p-recruit-top-fv__contents .c-title__gradation span {
  font-size: 17.989px;
  font-weight: 600;
  letter-spacing: -0.306px;
  display: inline-block;
  margin-bottom: 20px;
}

.p-recruit-top-fv__contents .c-txt {
  margin-top: 30px;
}

.p-recruit-top-fv__title {
  line-height: 100px;
}

.p-recruit-top-fv__title--sub {
  color: #555;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.306px;
}

.p-recruit-top-fv__title--chara {
  background: linear-gradient(90deg, #74bff2 0%, #007dd2 100%);
  color: rgba(0,0,0,0);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: rgba(0,0,0,0);
  text-fill-color: rgba(0,0,0,0);
  font-family: "Poppins",sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 2.4px;
}

.p-recruit-top-fv--sub-title {
  color: #0074c3;
  font-size: 26px;
  font-weight: 600;
  line-height: 160%;
  position: relative;
  margin-top: -3px;
  letter-spacing: -0.2px;
}

.p-recruit-top-fv--btn {
  margin-top: 48px;
}

.p-recruit-top-fv__slides {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  right: 30px;
  height: 973px;
  width: 39vw;
}

.p-recruit-top-fv__slides__items {
  height: 27vw;
  padding: 4px 0px;
  opacity: .9;
  overflow: hidden;
}

.p-recruit-top-fv__slides__items img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 4px;
}

.p-recruit-top-fv__slides__loop {
  width: 100%;
  -webkit-transform: translateZ(0);
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  will-change: animation;
  height: 216vw;
}

.p-recruit-top-fv__slides__lists {
  margin: 0px;
  padding: 0px;
}

.p-recruit-top-fv__slides__lists--01:first-child {
  -webkit-animation: fv_loop_01_x 30s linear infinite;
  animation: fv_loop_01_x 30s linear infinite;
}

.p-recruit-top-fv__slides__lists--01:nth-child(2) {
  -webkit-animation: fv_loop_02_x 30s -20s linear infinite;
  animation: fv_loop_02_x 30s -20s linear infinite;
}

.p-recruit-top-fv__slides__lists--01:last-child {
  -webkit-animation: fv_loop_03_x 30s -10s linear infinite;
  animation: fv_loop_03_x 30s -10s linear infinite;
}

.p-recruit-top-fv__slides__lists--02:first-child {
  -webkit-animation: fv_loop_01_rev_x 30s linear infinite;
  animation: fv_loop_01_rev_x 30s linear infinite;
}

.p-recruit-top-fv__slides__lists--02:nth-child(2) {
  -webkit-animation: fv_loop_02_rev_x 30s -20s linear infinite;
  animation: fv_loop_02_rev_x 30s -20s linear infinite;
}

.p-recruit-top-fv__slides__lists--02:last-child {
  -webkit-animation: fv_loop_03_rev_x 30s -10s linear infinite;
  animation: fv_loop_03_rev_x 30s -10s linear infinite;
}

@-webkit-keyframes fv_loop_01 {
  0% {
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
  }

  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes fv_loop_01 {
  0% {
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
  }

  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-webkit-keyframes fv_loop_02 {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
  }
}

@keyframes fv_loop_02 {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
  }
}

@-webkit-keyframes fv_loop_03 {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }

  to {
    -webkit-transform: translateY(-300%);
    transform: translateY(-300%);
  }
}

@keyframes fv_loop_03 {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }

  to {
    -webkit-transform: translateY(-300%);
    transform: translateY(-300%);
  }
}

@-webkit-keyframes fv_loop_01_rev {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  to {
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
  }
}

@keyframes fv_loop_01_rev {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  to {
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
  }
}

@-webkit-keyframes fv_loop_02_rev {
  0% {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
  }

  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@keyframes fv_loop_02_rev {
  0% {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
  }

  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@-webkit-keyframes fv_loop_03_rev {
  0% {
    -webkit-transform: translateY(-300%);
    transform: translateY(-300%);
  }

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

@keyframes fv_loop_03_rev {
  0% {
    -webkit-transform: translateY(-300%);
    transform: translateY(-300%);
  }

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

@-webkit-keyframes fv_loop_01_x {
  0% {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes fv_loop_01_x {
  0% {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

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

  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

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

  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

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

  to {
    -webkit-transform: translateX(-300%);
    transform: translateX(-300%);
  }
}

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

  to {
    -webkit-transform: translateX(-300%);
    transform: translateX(-300%);
  }
}

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

  to {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
  }
}

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

  to {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
  }
}

@-webkit-keyframes fv_loop_02_rev_x {
  0% {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }

  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes fv_loop_02_rev_x {
  0% {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }

  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@-webkit-keyframes fv_loop_03_rev_x {
  0% {
    -webkit-transform: translateX(-300%);
    transform: translateX(-300%);
  }

  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes fv_loop_03_rev_x {
  0% {
    -webkit-transform: translateX(-300%);
    transform: translateX(-300%);
  }

  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.p-recruit-top-work {
  margin-top: 153px;
}

.p-recruit-top-work__contents {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-recruit-top-work__detailwrap {
  width: 45%;
  padding-right: 50px;
}

.p-recruit-top-work__imgwrap {
  width: 55%;
  margin-top: -40px;
}

.p-recruit-top-work__imgwrap img {
  width: 100%;
}

.p-recruit-top-people {
  margin-top: 133px;
}

.p-recruit-top-people__header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 5;
}

.p-recruit-top-people__header .c-title__sec-gradation {
  margin-right: 49px;
}

.p-recruit-top-people__header .c-title__sec-gradation .c-title__sec-gradation--main {
  margin-top: -2px;
}

.p-recruit-top-people__header .p-recruit-top-sec__sub-title {
  margin-right: 80px;
  font-size: 28px;
  line-height: 46px;
}

.p-recruit-top-people__header .p-recruit-top-sec--btn {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-top: 20px;
}

.p-recruit-top-people__body {
  margin-top: 65px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px;
  position: relative;
  padding-bottom: 140px;
}

.p-recruit-top-people__body:before {
  content: "";
  width: 100vw;
  height: 380px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center bottom;
  background-image: url("../images/recruit/top/people_ribbon@2x.webp");
  position: absolute;
  bottom: -40px;
  left: calc(50% - 50vw);
}

.p-recruit-top-people__body--col {
  position: relative;
}

.p-recruit-top-people__body--col img {
  width: 100%;
}

.p-recruit-top-people__body--col:nth-of-type(2) {
  top: 55px;
}

.p-recruit-top-environment {
  position: relative;
  padding-bottom: 100px;
  margin-top: 267px;
}

.p-recruit-top-environment:before {
  content: "";
  width: 75%;
  height: 120%;
  position: absolute;
  bottom: -6px;
  right: 0px;
  background-color: #f0f6fb;
}

.p-recruit-top-environment__contents {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 10;
}

.p-recruit-top-environment__imgwrap {
  width: 46%;
  margin-top: -177px;
}

.p-recruit-top-environment__imgwrap img {
  width: 100%;
}

.p-recruit-top-environment__detailwrap {
  width: 66%;
  padding-left: 136px;
}

.p-recruit-top-environment__detailwrap .c-title__sec-gradation--main {
  margin-top: 2px;
}

.p-recruit-top-environment__detailwrap .p-recruit-top-sec__sub-title {
  font-size: 24px;
  margin-top: 10px;
  letter-spacing: 0px;
  line-height: 41px;
}

.p-recruit-top-environment__detailwrap .p-recruit-top-sec__sub-title span {
  letter-spacing: 0px;
}

.p-recruit-top-environment__detailwrap .p-recruit-top-sec--btn {
  margin-top: 37px;
}

.p-recruit-top-recruitment {
  margin-top: 123px;
}

.p-recruit-top-recruitment__contents {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 930px;
}

.p-recruit-top-recruitment__imgwrap {
  width: 44%;
}

.p-recruit-top-recruitment__imgwrap img {
  width: 100%;
}

.p-recruit-top-recruitment__detailwrap {
  width: 56%;
  padding-left: 66px;
}

.p-recruit-top-recruitment__detailwrap .c-title__sec-gradation--main {
  margin-top: 5px;
}

.p-recruit-top-recruitment__detailwrap .p-recruit-top-sec__sub-title {
  font-size: 24px;
  letter-spacing: 0px;
  margin-top: 5px;
}

.p-recruit-top-recruitment__detailwrap .p-recruit-top-sec--btn {
  margin-top: 30px;
}

.p-recruit-work-intro {
  margin-top: 53px;
}

.p-recruit-work-intro--contents {
  margin-top: 60px;
}

.p-recruit-work-intro--item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 63px;
}

.p-recruit-work-intro--item--01 .c-tag__items {
  max-width: 425px;
}

.p-recruit-work-intro--item--02 {
  margin-top: 80px;
}

.p-recruit-work-intro--item--02 .c-tag__items {
  max-width: 250px;
}

.p-recruit-work-intro--imgwrap {
  width: 41%;
}

.p-recruit-work-intro--imgwrap img {
  width: 100%;
}

.p-recruit-work-intro--detailwrap {
  width: 55%;
  margin-top: -2px;
}

.p-recruit-work-intro--detailwrap h5 {
  color: #0074c3;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  margin-top: 27px;
  margin-bottom: 16px;
  letter-spacing: 0px;
}

.p-recruit-work-intro--detailwrap .c-txt {
  margin-bottom: 0px;
}

.p-recruit-work-intro--detailwrap .c-tag__items {
  margin-top: 20px;
}

.p-recruit-work-support {
  margin-top: 110px;
}

.p-recruit-work-support__header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 32px;
  position: relative;
  z-index: 5;
}

.p-recruit-work-support__header h4 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: .3px;
  color: #0074c3;
}

.p-recruit-work-support__header--btn {
  width: 300px;
}

.p-recruit-work-support__body {
  margin-top: 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px;
  position: relative;
  padding-bottom: 140px;
}

.p-recruit-work-support__body:before {
  content: "";
  width: 100vw;
  height: 380px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center bottom;
  background-image: url("../images/recruit/top/people_ribbon@2x.webp");
  position: absolute;
  bottom: -60px;
  left: calc(50% - 50vw);
}

.p-recruit-work-support__body--col {
  position: relative;
}

.p-recruit-work-support__body--col img {
  width: 100%;
}

.p-recruit-work-schedule {
  background-color: #f5f9fb;
  padding: 120px 0px;
  margin-top: 110px;
}

.p-recruit-work-schedule--contents {
  margin-top: 92px;
}

.p-recruit-work-schedule--item {
  border-radius: 28px;
  background-color: #fff;
  padding: 64px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 84px;
}

.p-recruit-work-schedule--item:first-child {
  margin-bottom: 60px;
}

.p-recruit-work-schedule--imgwrap {
  width: 40%;
}

.p-recruit-work-schedule--imgwrap .c-title--line {
  color: #0074c3;
}

.p-recruit-work-schedule--imgwrap ul {
  margin-top: 32px;
}

.p-recruit-work-schedule--imgwrap ul li {
  margin-top: 11px;
}

.p-recruit-work-schedule--detailwrap {
  width: 60%;
}

.p-recruit-work-schedule--title {
  background-color: #edf6fd;
  color: #0074c3;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  padding: 12px;
  position: relative;
  text-align: center;
}

.p-recruit-work-schedule--title:before {
  content: "";
  width: 25px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../images/recruit/work/fukidashi.svg");
  position: absolute;
  right: 5px;
  bottom: -20px;
  display: block;
}

.p-recruit-work-schedule--dl {
  border-bottom: 1px dashed #d9d9d9;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 22px 22px 22px 27px;
  margin: 0;
}

.p-recruit-work-schedule--dt {
  color: #0074c3;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: .72px;
  width: 50px;
}

.p-recruit-work-schedule--dd {
  padding-left: 80px;
  width: calc(100% - 50px);
  margin-left: 0px;
}

.p-recruit-work-schedule--dd h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0;
}

.p-recruit-work-schedule--dd p {
  font-size: 15px;
  font-weight: 400;
  line-height: 200%;
  margin-top: 5px;
  letter-spacing: 0;
  color: #5c5c5c;
}

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

.u-ta-l {
  text-align: left !important;
}

.u-ta-c {
  text-align: center !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-ta-j {
  text-align: justify !important;
  -ms-text-justify: inter-ideograph !important;
  text-justify: inter-ideograph !important;
}

.u-bdr-t {
  border-top: 1px solid !important;
}

.u-bdr-b {
  border-bottom: 1px solid !important;
}

.u-bdr-l {
  border-left: 1px solid !important;
}

.u-bdr-r {
  border-right: 1px solid !important;
}

.u-bdr-n {
  border: none !important;
}

.u-c-black {
  color: #000 !important;
}

.u-c-white {
  color: #fff !important;
}

.u-cs-a {
  cursor: auto;
}

.u-cs-p {
  cursor: pointer;
}

.u-sp-hide {
  display: none !important;
}

.u-sp-hide-min {
  display: none !important;
}

.u-d-i {
  display: inline !important;
}

.u-d-ib {
  display: inline-block !important;
}

.u-d-b {
  display: block !important;
}

.u-flex__center__center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.u-ab-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.u-ab-center--v {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.u-ab-center--h {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.u-fs-8 {
  font-size: 8px !important;
}

.u-fs-9 {
  font-size: 9px !important;
}

.u-fs-10 {
  font-size: 10px !important;
}

.u-fs-11 {
  font-size: 11px !important;
}

.u-fs-12 {
  font-size: 12px !important;
}

.u-fs-13 {
  font-size: 13px !important;
}

.u-fs-14 {
  font-size: 14px !important;
}

.u-fs-15 {
  font-size: 15px !important;
}

.u-fs-16 {
  font-size: 16px !important;
}

.u-fs-17 {
  font-size: 17px !important;
}

.u-fs-18 {
  font-size: 18px !important;
}

.u-fs-19 {
  font-size: 19px !important;
}

.u-fs-20 {
  font-size: 20px !important;
}

.u-fs-21 {
  font-size: 21px !important;
}

.u-fs-22 {
  font-size: 22px !important;
}

.u-fs-23 {
  font-size: 23px !important;
}

.u-fs-24 {
  font-size: 24px !important;
}

.u-fs-25 {
  font-size: 25px !important;
}

.u-fs-26 {
  font-size: 26px !important;
}

.u-fs-27 {
  font-size: 27px !important;
}

.u-fs-28 {
  font-size: 28px !important;
}

.u-fs-29 {
  font-size: 29px !important;
}

.u-fs-30 {
  font-size: 30px !important;
}

.u-fs-31 {
  font-size: 31px !important;
}

.u-fs-32 {
  font-size: 32px !important;
}

.u-fs-33 {
  font-size: 33px !important;
}

.u-fs-34 {
  font-size: 34px !important;
}

.u-fs-35 {
  font-size: 35px !important;
}

.u-fs-36 {
  font-size: 36px !important;
}

.u-fs-37 {
  font-size: 37px !important;
}

.u-fs-38 {
  font-size: 38px !important;
}

.u-fs-39 {
  font-size: 39px !important;
}

.u-fs-40 {
  font-size: 40px !important;
}

.u-mt-0 {
  margin-top: 0px !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-25 {
  margin-top: 25px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mt-35 {
  margin-top: 35px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mt-45 {
  margin-top: 45px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mt-55 {
  margin-top: 55px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mt-65 {
  margin-top: 65px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-mt-75 {
  margin-top: 75px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mt-85 {
  margin-top: 85px !important;
}

.u-mt-90 {
  margin-top: 90px !important;
}

.u-mt-95 {
  margin-top: 95px !important;
}

.u-mt-100 {
  margin-top: 100px !important;
}

.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mb-35 {
  margin-bottom: 35px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mb-45 {
  margin-bottom: 45px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-mb-55 {
  margin-bottom: 55px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-mb-65 {
  margin-bottom: 65px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-mb-75 {
  margin-bottom: 75px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-mb-85 {
  margin-bottom: 85px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-mb-95 {
  margin-bottom: 95px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

.u-pt-0 {
  padding-top: 0px !important;
}

.u-pt-5 {
  padding-top: 5px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-pt-15 {
  padding-top: 15px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pt-25 {
  padding-top: 25px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pt-35 {
  padding-top: 35px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pt-45 {
  padding-top: 45px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.u-pt-55 {
  padding-top: 55px !important;
}

.u-pt-60 {
  padding-top: 60px !important;
}

.u-pt-65 {
  padding-top: 65px !important;
}

.u-pt-70 {
  padding-top: 70px !important;
}

.u-pt-75 {
  padding-top: 75px !important;
}

.u-pt-80 {
  padding-top: 80px !important;
}

.u-pt-85 {
  padding-top: 85px !important;
}

.u-pt-90 {
  padding-top: 90px !important;
}

.u-pt-95 {
  padding-top: 95px !important;
}

.u-pt-100 {
  padding-top: 100px !important;
}

.u-pb-0 {
  padding-bottom: 0px !important;
}

.u-pb-5 {
  padding-bottom: 5px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pb-15 {
  padding-bottom: 15px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pb-25 {
  padding-bottom: 25px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-pb-35 {
  padding-bottom: 35px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pb-45 {
  padding-bottom: 45px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-pb-55 {
  padding-bottom: 55px !important;
}

.u-pb-60 {
  padding-bottom: 60px !important;
}

.u-pb-65 {
  padding-bottom: 65px !important;
}

.u-pb-70 {
  padding-bottom: 70px !important;
}

.u-pb-75 {
  padding-bottom: 75px !important;
}

.u-pb-80 {
  padding-bottom: 80px !important;
}

.u-pb-85 {
  padding-bottom: 85px !important;
}

.u-pb-90 {
  padding-bottom: 90px !important;
}

.u-pb-95 {
  padding-bottom: 95px !important;
}

.u-pb-100 {
  padding-bottom: 100px !important;
}

.u-fs-o {
  font-style: oblique !important;
}

.u-td-u {
  text-decoration: underline !important;
}

.u-fw-n {
  font-weight: normal !important;
}

.u-fw-b {
  font-weight: bold !important;
}

@media screen and (min-width: 768px) {
  .p-top img {
    width: auto;
  }

  .u-pc-hide-min {
    display: none !important;
  }

  .u-sp-hide-min {
    display: block !important;
  }
}

@media screen and (min-width: 950px) {
  img {
    width: auto;
  }

  .c-anchor {
    top: -150px;
  }

  .c-anchor--fadeup {
    top: -200px;
  }

  .c-form__label {
    margin-bottom: 0px;
  }

  .c-form__label:not(:last-child) {
    margin-right: 70px;
  }

  .c-form__select {
    font-size: 16px;
  }

  .c-modal__close {
    height: 64px;
    width: 40px;
    top: 18px;
    right: 35px;
  }

  .c-modal__close span {
    width: 23px;
    height: 2px;
    top: 30px;
    left: 10px;
  }

  .g-nav-megamenu__contents {
    transition: opacity .5s;
    display: block !important;
  }

  .g-nav-megamenu__item:first-child .g-nav-megamenu__link {
    font-weight: bold;
  }

  .p-company-data--col--1 {
    margin-right: 20px;
  }

  .p-company-base--item:nth-of-type(2n) {
    border-left: 1px solid #eee;
    padding-left: 51px;
  }

  .p-health-lists--item:nth-of-type(1) {
    border-top: 2px dotted #81b6df;
  }

  .p-recruit-company-data--col--1 {
    margin-right: 20px;
  }

  .p-recruit-top-fv__slides__lists--01:first-child {
    -webkit-animation: fv_loop_01 75s linear infinite;
    animation: fv_loop_01 75s linear infinite;
  }

  .p-recruit-top-fv__slides__lists--01:nth-child(2) {
    -webkit-animation: fv_loop_02 75s -50s linear infinite;
    animation: fv_loop_02 75s -50s linear infinite;
  }

  .p-recruit-top-fv__slides__lists--01:last-child {
    -webkit-animation: fv_loop_03 75s -25s linear infinite;
    animation: fv_loop_03 75s -25s linear infinite;
  }

  .p-recruit-top-fv__slides__lists--02:first-child {
    -webkit-animation: fv_loop_01_rev 75s linear infinite;
    animation: fv_loop_01_rev 75s linear infinite;
  }

  .p-recruit-top-fv__slides__lists--02:nth-child(2) {
    -webkit-animation: fv_loop_02_rev 75s -50s linear infinite;
    animation: fv_loop_02_rev 75s -50s linear infinite;
  }

  .p-recruit-top-fv__slides__lists--02:last-child {
    -webkit-animation: fv_loop_03_rev 75s -25s linear infinite;
    animation: fv_loop_03_rev 75s -25s linear infinite;
  }

  .p-recruit-work-support__body--col:nth-of-type(2) {
    top: 55px;
  }

  .u-pc-hide {
    display: none !important;
  }

  .u-sp-hide {
    display: block !important;
  }
}

@media screen and (max-width: 1490px) {
  .c-breadcrumb {
    margin: 10px auto 10px auto;
    padding: 0 30px;
  }
}

@media screen and (max-width: 1350px) {
  .g-nav__menu {
    gap: 20px;
  }

  .g-nav-megamenu__contents {
    right: -10px;
  }

  .g-nav__recruit-btn {
    width: 100px;
    padding: 15px 8px;
  }

  .l-header {
    padding: 23px 20px 8px 15px;
  }
}

@media screen and (max-width: 1275px) {
  .p-top-business .p-top-layout__col-2--imgwrap {
    margin-right: 0px;
  }
}

@media screen and (max-width: 1200px) {
  .p-top-fv__title {
    font-size: 3vw;
  }
}

@media screen and (max-width: 1190px) {
  .g-nav__menu {
    gap: 15px;
  }

  .g-nav__link {
    font-size: 13px;
  }

  .g-nav__recruit-btn {
    width: 80px;
  }
}

@media screen and (max-width: 1150px) {
  .p-top-layout__col-2--detailwrap .c-txt {
    max-width: 100%;
    padding-right: 30px;
  }

  .p-top-personalization--title {
    margin-right: 0px;
  }

  .p-top-personalization__txt--02 {
    margin-right: 0px;
  }
}

@media screen and (max-width: 1140px) {
  .p-top-recruit__imgwrap--l {
    display: none;
  }

  .p-top-recruit__imgwrap--r {
    width: 35%;
  }

  .p-top-recruit__detailwrap {
    width: 65%;
  }
}

@media screen and (max-width: 1110px) {
  .c-cv-recruit__detailwrap {
    max-width: 380px;
  }

  .c-cv-recruit__detailwrap .c-title__gradation--gothic {
    font-size: 31px;
  }
}

@media screen and (max-width: 1090px) {
  .p-top-medicine .p-top-layout__col-2--detailwrap {
    padding-left: 30px;
  }
}

@media screen and (max-width: 1015px) {
  .g-nav__recruit-btn {
    width: 68px;
    letter-spacing: 1px;
    padding: 15px 5px;
  }

  .l-header__logo--img {
    width: 205px;
  }
}

@media screen and (max-width: 950px) {
  .c-breadcrumb {
    margin-left: 0;
  }

  .c-breadcrumb li {
    font-size: 12px;
  }

  .c-btn {
    padding: 23px 45px 25px 35px;
  }

  .c-btn--txt {
    top: -13px;
  }

  .c-cv-contact {
    background-size: 125%;
  }

  .c-cv-contact__contents {
    padding: 20px 40px;
  }

  .c-cv-contact__detail {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0px;
  }

  .c-cv-contact__detail--txt {
    width: 100%;
    text-align: center;
  }

  .c-cv-contact__detail--txt h3 {
    font-size: 28px;
    letter-spacing: 2.8px;
  }

  .c-cv-contact__detail--txt h3 span {
    margin-bottom: 15px;
  }

  .c-cv-contact__detail--txt .c-txt {
    margin-top: 0px;
  }

  .c-cv-contact__detail--btn {
    width: 100%;
    margin-top: 35px;
  }

  .c-cv-contact__detail--btn .c-btn {
    margin: auto;
  }

  .c-cv-recruit {
    height: auto;
    padding: 50px 30px;
    background-image: url("../images/common/footerlink_sp@2x.webp");
  }

  .c-cv-recruit__imgwrap {
    height: auto;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: static;
    gap: 7px;
    margin-top: 20px;
  }

  .c-cv-recruit__img {
    width: 50%;
    left: auto;
    right: auto;
  }

  .c-cv-recruit__detailwrap {
    padding-top: 0px;
  }

  .c-cv-recruit__detailwrap .c-title__gradation--gothic {
    font-size: 26px;
  }

  .c-cv-recruit--btn {
    margin-top: 25px;
  }

  .c-footerlink {
    margin-top: 80px;
  }

  .c-form__dl {
    display: block;
    padding: 30px 10px;
  }

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

  .c-form__title {
    display: block;
    margin-bottom: 10px;
  }

  .c-form__dd {
    width: 100%;
    padding: 0px;
    margin-top: 10px;
  }

  .c-form__dd label {
    line-height: 135%;
  }

  .c-form__input {
    max-width: 100%;
  }

  .c-form__required {
    left: 0;
  }

  .c-form__cf7--checkbox .wpcf7-list-item label {
    margin-bottom: 15px;
  }

  .c-form__cf7--checkbox .wpcf7-list-item label:not(:last-child) {
    margin-right: 0px;
  }

  .c-form__cf7--radio .wpcf7-list-item label {
    margin-bottom: 15px;
  }

  .c-form__cf7--radio .wpcf7-list-item label:not(:last-child) {
    margin-right: 0px;
  }

  .c-pageheader {
    padding-top: 5px;
  }

  .c-pageheader--title {
    font-size: 26px;
    margin-top: 29px;
    letter-spacing: 1px;
  }

  .c-pageheader-recruit {
    padding-top: 13px;
    height: 174px;
    background-image: url("../images/recruit/common/recruit_header_sp@2x.webp");
  }

  .c-pageheader-recruit::after {
    background-image: url("../images/recruit/common/recruit_header_bottom_sp@2x.webp");
  }

  .c-pageheader-recruit__title {
    font-size: 26px;
    letter-spacing: 1.04px;
    line-height: 33%;
  }

  .c-pageheader-recruit__title--wrap {
    height: 80px;
    margin-top: 24px;
  }

  .c-pageheader--intro {
    margin-top: 34px;
  }

  .c-pagemenu {
    margin-top: 30px;
    padding: 35px 20px 10px 20px;
  }

  .c-pagemenu li {
    margin-bottom: 15px;
    margin-right: 15px;
  }

  .c-pagemenu li a {
    font-size: 14px;
  }

  .c-pagination {
    margin-top: 40px;
  }

  .c-pagination--container {
    padding: 22px 78px !important;
  }

  .c-pagination__link--prev:before {
    top: -5px;
  }

  .c-pagination__link--next:before {
    top: -5px;
  }

  .c-recruit-cv {
    height: 207px;
  }

  .c-recruit-cv:after {
    background-image: url("../images/recruit/cv/cv_bg_sp@2x.webp");
  }

  .c-recruit-cv__contents {
    padding: 0px;
  }

  .c-recruit-cv__title {
    font-size: 40px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 2px;
  }

  .c-recruit-cv--items {
    display: block;
    margin-top: 26px;
  }

  .c-recruit-cv--item {
    padding: 15px 20px;
  }

  .c-recruit-cv--item:last-child {
    margin-top: 8px;
  }

  .c-recruit-cv--item h4 {
    font-size: 20px;
  }

  .c-recruit-next {
    margin-top: 88px;
  }

  .c-recruit-next--link {
    height: 150px;
  }

  .c-recruit-next--img-01 {
    width: 72px;
  }

  .c-recruit-next--img-02 {
    width: 63px;
  }

  .c-sns-link--blue {
    padding: 8px 24px;
  }

  .c-sns-link--blue span {
    font-size: 13px;
    line-height: 18px;
  }

  .c-tab__menu {
    height: 69px;
  }

  .c-tab__menu--box {
    overflow-x: auto;
    overflow-y: hidden;
  }

  .c-tab__menu--items {
    height: 100%;
    font-size: 11px;
    line-height: 16px;
    padding-top: 15px;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    text-align: center;
    border-radius: 3px 3px 0px 0px;
    padding: 15px 8px;
  }

  .c-tab__menu--items:nth-of-type(3) {
    padding-top: 5px;
  }

  .c-tab__menu--items:after {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 50%;
    top: auto;
    bottom: 10px;
    margin-left: -8px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .c-tag__items li {
    margin-bottom: 10px;
  }

  .c-title__gradation--chara {
    font-size: 50px;
    letter-spacing: 2.5px;
  }

  .c-title__gradation--gothic {
    font-size: 28px;
    letter-spacing: .9px;
  }

  .c-title--sub {
    font-size: 15px;
    letter-spacing: 1.8px;
  }

  .c-title__blue {
    font-size: 26px;
    letter-spacing: 1.04px;
  }

  .c-title__blue--m {
    font-size: 20px;
    letter-spacing: .8px;
  }

  .c-title__blue--s {
    font-size: 20px;
    letter-spacing: .8px;
  }

  .c-title__blue--xs {
    font-size: 20px;
    letter-spacing: .8px;
  }

  .c-title-sec {
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: .72px;
    padding-top: 33px;
  }

  .c-title-sec--top-border {
    font-size: 18px;
    padding-top: 31px;
  }

  .c-title--line {
    font-size: 18px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: .72px;
  }

  .c-title__sec-gradation--sub {
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.272px;
  }

  .c-title__sec-gradation--main {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 1.6px;
    margin-top: 0;
    display: inline-block;
    margin-top: 4px;
  }

  .c-title--underline {
    margin-bottom: 30px;
    font-size: 18px;
  }

  .c-toggle__btn {
    max-width: 350px;
  }

  .c-toggle__contents {
    width: 82%;
    max-width: 300px;
  }

  .c-toggle__item--img {
    width: auto;
  }

  .l-footer {
    margin-top: 40px;
    padding: 35px 28px;
  }

  .l-footer__top {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .l-footer__l p {
    padding-left: 0px;
  }

  .l-footer__r {
    width: 100%;
    gap: 58px;
  }

  .l-footer__logo {
    max-width: 215px;
    margin-top: -6px;
  }

  .l-footer__nav {
    width: auto;
  }

  .l-footer__nav li {
    margin-bottom: 25px;
  }

  .l-footer__bottom {
    margin-top: 15px;
  }

  .l-footer__bottom--nav {
    margin-top: 40px;
  }

  .l-footer__bottom--nav li {
    display: block;
    text-align: center;
  }

  .l-footer__bottom--nav li:last-child {
    border-left: none;
    margin-top: 38px;
    margin-left: 0;
    padding-left: 0;
  }

  .l-footer__sns {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-top: 25px;
    padding-left: 0px;
  }

  .l-footer__sns--item {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .g-nav {
    position: fixed;
    height: calc(100vh - 83px);
    width: 100vw;
    border-radius: 0px;
    top: 70px;
    left: 0px;
    z-index: 10;
    opacity: 0;
    pointer-events: none;
    border: none;
    padding: 24px 32px 130px 38px;
  }

  .g-nav__menu {
    display: block;
    height: auto;
    padding: 0px;
  }

  .g-nav__menu:after {
    content: "";
    width: calc(100% + 80px);
    height: 200px;
    background-repeat: no-repeat;
    background-size: 100% 200px;
    background-position: center bottom;
    background-image: url("../images/common/gnav_bg@2x.webp");
    display: block;
    position: absolute;
    z-index: 1;
    left: -40px;
    top: calc(100% - 30px);
  }

  .g-nav__item {
    display: block;
    width: 100%;
    border-right: none;
    margin: 24px 0px;
    padding-bottom: 23px;
    border-bottom: 1px solid #eee;
  }

  .g-nav__link {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2.2px;
    text-align: left;
  }

  .g-nav__link:before {
    content: "";
    width: 22px;
    height: 22px;
    background-color: #0074c3;
    border-radius: 9999px;
    position: absolute;
    top: 50%;
    right: 0px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .3s;
  }

  .g-nav__link:after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 1px #fff;
    border-left: solid 1px #fff;
    position: absolute;
    top: 50%;
    right: 9px;
    -webkit-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    transition: .3s;
  }

  .g-nav-megamenu__contents {
    position: relative;
    top: auto;
    right: auto;
    opacity: 1;
    pointer-events: all;
    display: none;
    width: 100%;
    padding-top: 25px;
  }

  .g-nav-megamenu__open {
    display: block;
  }

  .g-nav-megamenu__items {
    box-shadow: unset;
    background: #f5f9fb;
    border-radius: unset;
    position: relative;
    z-index: 10;
    padding: 32px 34px 11px 20px;
  }

  .g-nav-megamenu__item {
    margin-bottom: 21px;
    padding-left: 0px;
  }

  .g-nav-megamenu__link {
    color: #333 !important;
    text-decoration: underline;
    text-underline-offset: 3px;
    font-weight: 500;
    letter-spacing: 1px;
  }

  .g-nav-megamenu__link:before,
  .g-nav-megamenu__link:after {
    display: none;
  }

  .g-nav__recruit-btn {
    width: auto;
    padding: 0px;
    background: unset;
    color: #333 !important;
  }

  .l-header {
    padding: 7px 45px 8px 10px;
    border-bottom: none;
  }

  .l-header__logo-area {
    top: 2px;
    left: -4px;
    z-index: 20;
  }

  .l-wrapper {
    min-width: 100%;
    overflow: hidden;
  }

  .main-block {
    padding-top: 70px;
  }

  .l-container {
    margin: 0 auto;
    padding: 0 30px;
  }

  .page .main-block {
    padding-top: 55px;
  }

  .nav-btn {
    display: block;
    width: 70px;
    height: 70px;
    top: 0px;
    right: 0px;
    border-radius: 0;
  }

  .nav-btn--inner {
    top: -2px;
  }

  .nav-btn__txt {
    font-size: 13px;
    bottom: 12px;
  }

  .p-about-layout__col-2 {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-about-strength {
    margin-top: 80px;
  }

  .p-about-strength__contents {
    margin-top: 40px;
  }

  .p-about-strength__container {
    min-width: 100%;
  }

  .p-about-strength__container .c-title__gradation--chara {
    font-size: 48px;
    font-weight: 400;
    letter-spacing: 2.4px;
  }

  .p-about-strength__container .c-title__blue {
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: .8px;
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .p-about-strength__imgwrap {
    position: relative;
  }

  .p-about-strength__imgwrap--01 {
    display: none;
  }

  .p-about-strength__imgwrap--02 {
    display: none;
  }

  .p-about-philosophy {
    margin-top: -15px;
  }

  .p-about-philosophy .p-about-layout__col-2--detailwrap {
    width: 100%;
    padding-right: 0px;
  }

  .p-about-philosophy .p-about-layout__col-2--detailwrap .c-title__blue {
    font-size: 20px;
  }

  .p-about-philosophy .p-about-layout__col-2--imgwrap {
    width: 100%;
    margin-top: 55px;
  }

  .p-about-message {
    margin-top: 80px;
  }

  .p-about-message .c-title__blue {
    font-size: 20px;
  }

  .p-about-message .p-about-layout__col-2--detailwrap {
    width: 100%;
    padding-left: 0px;
  }

  .p-about-message .p-about-layout__col-2--detailwrap .c-title__blue {
    letter-spacing: .76px;
  }

  .p-about-message .p-about-layout__col-2--imgwrap {
    width: 100%;
    margin-top: 30px;
  }

  .p-about-message--title {
    max-width: 313px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 23px;
    display: block;
  }

  .p-about-message__name {
    margin-top: 30px;
  }

  .p-about-vision {
    margin-top: 87px;
  }

  .p-about-vision__col {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 75px;
  }

  .p-about-vision__col--01 {
    margin-top: 55px;
  }

  .p-about-vision__detailwrap {
    width: 100%;
    padding-right: 0px;
  }

  .p-about-vision__detail--title {
    display: block;
    font-size: 20px;
    margin-bottom: 20px;
    letter-spacing: 1px;
  }

  .p-about-vision__detail--title:before {
    width: 48px;
    height: 35px;
    background-size: 55px auto;
    display: block;
    position: relative;
    top: -7px;
  }

  .p-about-vision__imgwrap {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }

  .p-about-vision__imgwrap img {
    width: 80%;
  }

  .p-business-about {
    margin-top: 73px;
  }

  .p-business-about__first {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 40px;
  }

  .p-business-about__first--detailwrap {
    width: 100%;
    padding-right: 0;
  }

  .p-business-about__first--detailwrap h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: .72px;
  }

  .p-business-about__first--imgwrap {
    width: 100%;
    margin-top: 25px;
  }

  .p-business-about__point {
    margin-top: 42px;
  }

  .p-business-about__point--title {
    font-size: 20px;
  }

  .p-business-about__items {
    display: block;
  }

  .p-business-about__item {
    width: 100%;
    height: 209px;
    margin-bottom: 20px;
  }

  .p-business-about__item p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: .64px;
  }

  .p-business-about__item p:before {
    top: -27px;
  }

  .p-business-index {
    margin-top: 83px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .p-business-index__item {
    padding: 30px;
  }

  .p-business-index__item .c-tag__items {
    margin-left: 0;
  }

  .p-business-index__contents {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0px;
    margin-top: 20px;
  }

  .p-business-index__imgwrap {
    width: 100%;
    height: auto;
  }

  .p-business-index__detailwrap {
    width: 100%;
    padding-left: 0;
    margin-top: 35px;
  }

  .p-business-index__detailwrap p {
    margin-top: 14px;
  }

  .p-company-data--contents {
    display: block;
  }

  .p-company-data--col {
    width: 100%;
  }

  .p-company-data--col--2 .p-company-data--dl:nth-of-type(1) {
    margin-top: 0;
    border-top: unset;
  }

  .p-company-data--dl {
    display: block;
    margin-top: 33px;
  }

  .p-company-data--dl:nth-of-type(1) {
    margin-top: 40px;
  }

  .p-company-data--dt {
    width: 100%;
  }

  .p-company-data--dd {
    width: 100%;
    margin-top: 10px;
    line-height: 28px;
  }

  .p-company-base {
    margin-top: 88px;
  }

  .p-company-base--items {
    display: block;
    margin-top: 60px;
  }

  .p-company-base--item {
    width: 100%;
    padding: 54px 10px 50px 10px;
  }

  .p-company-base--item p span {
    margin-top: 10px;
    line-height: 23px;
  }

  .p-contact .c-pageheader--intro {
    margin-top: 32px;
  }

  .p-contact-sec {
    width: calc(100% - 40px);
    margin: auto;
  }

  .p-contact-sec .c-form {
    margin-top: 17px;
  }

  .p-contact-privacypolicy {
    margin-top: 85px;
  }

  .p-contact-privacypolicy--wrap {
    padding: 0px 20px;
  }

  .p-contact-privacypolicy--inner {
    padding: 25px 0px;
  }

  .p-contact-privacypolicy--inner p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 240%;
  }

  .p-contact-attention {
    margin-top: 25px;
    padding: 0px 10px;
  }

  .p-contact-submit {
    margin: auto;
    margin-top: 25px;
    max-width: 300px;
  }

  .p-health-lists {
    padding: 30px 0px;
    margin-top: 15px;
  }

  .p-health-lists--list {
    padding: 30px;
    border-radius: 40px;
  }

  .p-health-lists--item a {
    display: block;
  }

  .p-health-lists--item a:after {
    display: none;
  }

  .p-health-lists--item a h3 {
    margin-top: 10px;
  }

  .p-health-single {
    padding: 10px 30px;
  }

  .p-health-single__container {
    border-radius: 40px;
    padding-top: 30px !important;
    padding-bottom: 40px !important;
  }

  .p-health-single__header {
    display: block;
    padding: 26px 20px 23px 10px;
    margin-bottom: -25px;
  }

  .p-health-single--data {
    display: block;
    margin-top: 17px;
  }

  .p-health-single--data:before {
    left: 3px;
    margin-right: 26px;
  }

  .p-top-layout--btn {
    margin-top: 25px;
  }

  .p-top-personalization--contents {
    margin-top: 70px;
  }

  .p-top-personalization--imgwrap {
    width: 45%;
    margin-top: 0;
    padding-right: 20px;
  }

  .p-top-personalization--detailwrap {
    padding-left: 0px;
  }

  .p-top-personalization__img--01 img {
    width: 72%;
  }

  .p-top-personalization__img--02 {
    margin-top: -90px;
  }

  .p-top-personalization__img--02 img {
    width: 50%;
  }

  .p-top-personalization__txt {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
  }

  .p-top-personalization__txt p {
    width: 355px;
  }

  .p-top-personalization__txt--01 {
    text-align: right;
  }

  .p-top-personalization__txt--02 {
    text-align: left;
  }

  .p-top-business--imgwrap {
    height: auto;
  }

  .p-top-business .p-top-layout__col-2--detailwrap {
    margin-top: 20px;
  }

  .p-top-medicine .l-container {
    padding: 0px 25px;
  }

  .p-top-medicine .p-top-layout__col-2--detailwrap {
    width: 47%;
    padding-left: 20px;
  }

  .p-pharmacy-about .c-title__blue {
    text-align: left;
    margin-top: 39px;
  }

  .p-pharmacy-about .c-txt {
    text-align: left;
    margin-top: 30px;
  }

  .p-pharmacy-about__items {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 400px;
    margin: auto;
    margin-top: 18px;
    padding: 0;
  }

  .p-pharmacy-about__item {
    width: 100%;
    padding-top: 100%;
  }

  .p-pharmacy-about__item:not(:last-child):after {
    width: 16px;
    height: 88px;
    background-image: url("../images/pharmacy/pharmacy_about_arrow_down@2x.webp");
    top: calc(100% - 35px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .p-pharmacy-custom {
    margin-top: 87px;
  }

  .p-pharmacy-custom__contents {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 40px;
  }

  .p-pharmacy-custom__detailwrap {
    width: 100%;
    padding-right: 0;
  }

  .p-pharmacy-custom__detailwrap .c-txt {
    margin-top: 28px;
  }

  .p-pharmacy-custom__imgwrap {
    width: 100%;
    margin-top: 30px;
  }

  .p-pharmacy-merit {
    margin-top: 86px;
  }

  .p-pharmacy-merit .c-title__blue--m {
    margin-top: 40px;
  }

  .p-pharmacy-merit__items {
    margin-top: ３0px;
  }

  .p-pharmacy-merit__item {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px 30px;
  }

  .p-pharmacy-merit__detailwrap {
    width: 100%;
    padding-right: 0;
  }

  .p-pharmacy-merit__detailwrap h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: .72px;
  }

  .p-pharmacy-merit__detailwrap h5 span {
    display: inline-block;
    margin-bottom: 8px;
  }

  .p-pharmacy-merit__imgwrap {
    width: 100%;
    margin-top: 30px;
  }

  .p-product-first {
    margin-bottom: 37px;
    margin-top: 72px;
  }

  .p-product-sec {
    margin-bottom: 85px;
  }

  .p-product-items {
    display: block;
    margin-top: 40px;
  }

  .p-product-item {
    margin-bottom: 38px;
  }

  .p-product-item__imgwrap {
    height: 49vw;
  }

  .p-product-item h4 {
    margin-top: 17px;
  }

  .p-product-detail {
    display: block;
    padding: 0px;
  }

  .p-product-detail__content {
    min-height: auto;
    max-height: 90vh;
    display: block;
  }

  .p-product-detail--imgwrap {
    width: 100%;
    padding-right: 0;
  }

  .p-product-detail--detailwrap {
    width: 100%;
    margin-top: 30px;
  }

  .p-recruit-company-philosophy {
    margin-top: 32px;
  }

  .p-recruit-company-philosophy--contents {
    display: block;
    margin-top: 40px;
  }

  .p-recruit-company-philosophy--detailwrap {
    width: 100%;
    padding-right: 0;
  }

  .p-recruit-company-philosophy--detailwrap h4 {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    margin-bottom: 30px;
  }

  .p-recruit-company-philosophy--imgwrap {
    width: 100%;
    margin-top: 60px;
  }

  .p-recruit-company-philosophy--imgwrap img {
    width: calc(100% - 30px);
  }

  .p-recruit-company-philosophy--imgbox:before {
    width: 46px;
    height: 60px;
    bottom: -20px;
    left: -1px;
  }

  .p-recruit-company-philosophy--imgbox:after {
    width: 70px;
    height: 65px;
    top: -30px;
    right: 0px;
  }

  .p-recruit-company-movie {
    margin-top: 107px;
  }

  .p-recruit-company-movie--contents {
    padding: 40px 20px 45px 20px;
    border-radius: 0px;
  }

  .p-recruit-company-movie--contents h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 160%;
    margin-bottom: 20px;
  }

  .p-recruit-company-data {
    margin-top: 87px;
  }

  .p-recruit-company-data--lists {
    display: block;
  }

  .p-recruit-company-data--col {
    width: 100%;
  }

  .p-recruit-company-data--col--2 .p-recruit-company-data--dl:nth-of-type(1) {
    margin-top: 0;
    border-top: unset;
  }

  .p-recruit-company-data--dl {
    display: block;
    margin-top: 33px;
  }

  .p-recruit-company-data--dl:nth-of-type(1) {
    margin-top: 40px;
  }

  .p-recruit-company-data--dt {
    width: 100%;
  }

  .p-recruit-company-data--dd {
    width: 100%;
    margin-top: 10px;
    line-height: 28px;
  }

  .p-recruit-environment-training {
    margin-top: 33px;
  }

  .p-recruit-environment-training--contents {
    margin-top: 39px;
  }

  .p-recruit-environment-training--item {
    display: block;
  }

  .p-recruit-environment-training--item--02 {
    margin-top: 60px;
  }

  .p-recruit-environment-training--item--02 .p-recruit-environment-training--imgwrap {
    width: 100%;
  }

  .p-recruit-environment-training--detailwrap {
    width: 100%;
  }

  .p-recruit-environment-training--detailwrap h4 {
    font-size: 18px;
  }

  .p-recruit-environment-training--detailwrap h4:not(:first-child) {
    margin-top: 45px;
  }

  .p-recruit-environment-training--imgwrap {
    width: 100%;
    margin-top: 55px;
    margin-right: auto;
  }

  .p-recruit-environment-data {
    margin-top: 90px;
    padding: 32px 0px;
    border-radius: 0;
  }

  .p-recruit-environment-data--detail h4 {
    font-size: 18px;
    letter-spacing: .72px;
  }

  .p-recruit-environment-data__col {
    width: 100% !important;
    height: auto;
    margin-bottom: 20px;
    padding: 0px 20px;
  }

  .p-recruit-environment-data__col--flex {
    display: block;
  }

  .p-recruit-environment-data--header {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .p-recruit-environment-data--header img {
    right: 0px;
  }

  .p-recruit-environment-data--body {
    height: auto;
    padding: 30px 0px;
  }

  .p-recruit-environment-data--num {
    text-align: center;
  }

  .p-recruit-environment-data--txt {
    font-size: 15px;
    font-weight: 500;
    line-height: 180%;
    letter-spacing: .6px;
  }

  .p-recruit-environment-data__items {
    display: block;
  }

  .p-recruit-environment-data__items--01 .p-recruit-environment-data__col:nth-of-type(1) .p-recruit-environment-data--body {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .p-recruit-environment-data__items--02 .p-recruit-environment-data__col:nth-of-type(1) img {
    margin-top: 15px;
  }

  .p-recruit-environment-data__items--02 .p-recruit-environment-data__col:nth-of-type(1) .p-recruit-environment-data--detail {
    width: 100%;
  }

  .p-recruit-environment-data__items--02 .p-recruit-environment-data__col:nth-of-type(1) .p-recruit-environment-data--num {
    margin-top: 30px;
  }

  .p-recruit-environment-data__items--02 .p-recruit-environment-data__col:nth-of-type(1) .p-recruit-environment-data--img {
    width: 100%;
    padding-left: 0;
    padding-bottom: 30px;
  }

  .p-recruit-environment-data__items--02 .p-recruit-environment-data__col:nth-of-type(2) .p-recruit-environment-data--body {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .p-recruit-environment-data__items--03 .p-recruit-environment-data__col:nth-of-type(1) .p-recruit-environment-data--header img {
    height: 66px;
  }

  .p-recruit-environment-data__items--03 .p-recruit-environment-data__col:nth-of-type(2) .p-recruit-environment-data--body {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .p-recruit-environment-data__items--04 .p-recruit-environment-data__col:nth-of-type(1) .p-recruit-environment-data--txt {
    padding-top: 15px;
  }

  .p-recruit-environment-data__items--04 .p-recruit-environment-data__col:nth-of-type(2) .p-recruit-environment-data--body {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .p-recruit-people-plan {
    margin-top: 31px;
  }

  .p-recruit-people-plan h4 {
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 52px;
  }

  .p-recruit-people-plan--contents {
    display: block;
  }

  .p-recruit-people-plan--detailwrap {
    width: 100%;
    padding-right: 0;
  }

  .p-recruit-people-plan--detailwrap h5 {
    font-size: 18px;
  }

  .p-recruit-people-plan--detailwrap h5:not(:first-child) {
    margin-top: 50px;
  }

  .p-recruit-people-plan--imgwrap {
    width: 100%;
    margin-top: 60px;
    margin-right: auto;
    padding-left: 0;
  }

  .p-recruit-people-interview {
    margin-top: 88px;
  }

  .p-recruit-people-interview--item {
    margin-bottom: 60px;
  }

  .p-recruit-people-interview--item:nth-of-type(1) {
    margin-top: 60px;
  }

  .p-recruit-people-interview--item .c-title--underline {
    font-size: 20px;
  }

  .p-recruit-people-interview--contents {
    display: block;
  }

  .p-recruit-people-interview__profile {
    width: 100%;
  }

  .p-recruit-people-interview--detail {
    width: 100%;
    margin-top: 60px;
    padding-left: 0;
  }

  .p-recruit-people-interview--detail h4:not(:first-child) {
    margin-top: 62px;
  }

  .p-recruit-people-interview--detail p {
    line-height: 196%;
    margin-bottom: 8px;
  }

  .p-recruit-recruitment {
    margin-top: 16px;
  }

  .p-recruit-recruitment .c-title-sec--top-border {
    margin-top: 47px;
  }

  .p-recruit-recruitment--table {
    margin-top: 41px;
  }

  .p-recruit-recruitment--dl {
    display: block;
    padding: 23px 0px;
  }

  .p-recruit-recruitment--dt {
    width: 100%;
  }

  .p-recruit-recruitment--dd {
    width: 100%;
    margin-top: 2px;
  }

  .p-recruit-top-sec__sub-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 160%;
    margin-bottom: 0px;
    margin-top: 0;
  }

  .p-recruit-top-sec__sub-title span {
    margin-bottom: 21px;
  }

  .p-recruit-top-sec--btn {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
  }

  .p-recruit-top-fv {
    height: auto;
    min-height: auto;
    margin-top: 17px;
    padding-bottom: 460px;
  }

  .p-recruit-top-fv__container {
    height: auto;
    min-height: auto;
  }

  .p-recruit-top-fv__contents {
    margin-top: 23px;
  }

  .p-recruit-top-fv__contents .c-txt {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 240%;
  }

  .p-recruit-top-fv__title {
    line-height: 35px;
  }

  .p-recruit-top-fv__title--sub {
    margin-bottom: 25px;
    display: inline-block;
  }

  .p-recruit-top-fv__title--chara {
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 1.6px;
  }

  .p-recruit-top-fv--sub-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 160%;
    margin-top: 28px;
  }

  .p-recruit-top-fv--btn {
    margin-top: 27px;
  }

  .p-recruit-top-fv__slides {
    height: 386px;
    width: 100%;
    left: 0px;
    top: auto;
    bottom: 30px;
    display: block;
    gap: 20px;
  }

  .p-recruit-top-fv__slides__items {
    height: 190px;
    width: 142px;
    padding: 0px 1.5px;
  }

  .p-recruit-top-fv__slides__loop {
    height: 190px;
    width: 1956px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
  }

  .p-recruit-top-fv__slides__loop--02 {
    top: 193px;
  }

  .p-recruit-top-fv__slides__lists {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .p-recruit-top-work {
    margin-top: 83px;
  }

  .p-recruit-top-work__contents {
    display: block;
  }

  .p-recruit-top-work__detailwrap {
    width: 100%;
    padding-right: 0;
  }

  .p-recruit-top-work__imgwrap {
    width: 100%;
    margin-top: 30px;
  }

  .p-recruit-top-people {
    margin-top: 88px;
  }

  .p-recruit-top-people__header {
    display: block;
  }

  .p-recruit-top-people__header .p-recruit-top-sec__sub-title {
    font-size: 22px;
    margin-right: 0;
    line-height: 160%;
  }

  .p-recruit-top-people__header .p-recruit-top-sec--btn {
    margin-top: 35px;
  }

  .p-recruit-top-people__body {
    display: block;
    margin-top: 28px;
    padding-bottom: 0;
  }

  .p-recruit-top-people__body:before {
    bottom: auto;
    top: -77px;
    height: 220px;
    background-size: cover;
    background-position: center;
  }

  .p-recruit-top-people__body--col img {
    width: 60%;
  }

  .p-recruit-top-people__body--col:nth-of-type(2) {
    top: auto;
    margin-top: -60px;
    text-align: right;
  }

  .p-recruit-top-people__body--col:nth-of-type(3) {
    margin-top: -37px;
  }

  .p-recruit-top-environment {
    background-color: #f0f6fb;
    margin-top: 88px;
    padding: 30px 0px;
  }

  .p-recruit-top-environment:before {
    display: none;
  }

  .p-recruit-top-environment__contents {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .p-recruit-top-environment__imgwrap {
    width: 100%;
    margin-top: 30px;
  }

  .p-recruit-top-environment__detailwrap {
    width: 100%;
    padding-left: 0;
  }

  .p-recruit-top-environment__detailwrap .p-recruit-top-sec__sub-title {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
  }

  .p-recruit-top-environment__detailwrap .p-recruit-top-sec__sub-title span {
    letter-spacing: 1px;
    display: block;
    margin-bottom: 26px;
    line-height: 19px;
  }

  .p-recruit-top-environment__detailwrap .p-recruit-top-sec--btn {
    margin-top: 30px;
  }

  .p-recruit-top-recruitment {
    margin-top: 81px;
  }

  .p-recruit-top-recruitment__contents {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .p-recruit-top-recruitment__imgwrap {
    width: 100%;
    margin-top: 30px;
  }

  .p-recruit-top-recruitment__detailwrap {
    width: 100%;
    padding-left: 0;
  }

  .p-recruit-top-recruitment__detailwrap .p-recruit-top-sec__sub-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 160%;
    margin-top: 30px;
  }

  .p-recruit-work-intro {
    margin-top: 33px;
  }

  .p-recruit-work-intro--contents {
    margin-top: 40px;
  }

  .p-recruit-work-intro--item {
    display: block;
  }

  .p-recruit-work-intro--item--01 .c-tag__items {
    max-width: 285px;
  }

  .p-recruit-work-intro--item--02 {
    margin-top: 77px;
  }

  .p-recruit-work-intro--imgwrap {
    width: 100%;
  }

  .p-recruit-work-intro--detailwrap {
    width: 100%;
  }

  .p-recruit-work-intro--detailwrap h5 {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 18px;
  }

  .p-recruit-work-intro--detailwrap .c-txt {
    line-height: 210%;
  }

  .p-recruit-work-intro--detailwrap .c-tag__items {
    margin-top: 30px;
  }

  .p-recruit-work-support {
    margin-top: 73px;
  }

  .p-recruit-work-support__header {
    display: block;
  }

  .p-recruit-work-support__header h4 {
    font-size: 18px;
  }

  .p-recruit-work-support__header--btn {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }

  .p-recruit-work-support__header--btn .c-btn {
    margin: auto;
  }

  .p-recruit-work-support__body {
    display: block;
    padding-bottom: 0;
    margin-top: 40px;
  }

  .p-recruit-work-support__body:before {
    height: 197px;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: cover;
    background-position: center;
  }

  .p-recruit-work-support__body--col {
    margin-bottom: 12px;
  }

  .p-recruit-work-schedule {
    margin-top: 88px;
    padding: 32px 0px;
  }

  .p-recruit-work-schedule--contents {
    margin-top: 40px;
  }

  .p-recruit-work-schedule--item {
    display: block;
    padding: 20px;
  }

  .p-recruit-work-schedule--item:first-child {
    margin-bottom: 20px;
  }

  .p-recruit-work-schedule--imgwrap {
    width: 100%;
  }

  .p-recruit-work-schedule--detailwrap {
    width: 100%;
  }

  .p-recruit-work-schedule--dl {
    display: block;
  }

  .p-recruit-work-schedule--dt {
    width: 100%;
  }

  .p-recruit-work-schedule--dd {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    margin-top: 12px;
  }
}

@media screen and (max-width: 810px) {
  .p-top-personalization--detailwrap {
    width: 70%;
  }
}

@media screen and (max-width: 768px) {
  body,
  button,
  input,
  select,
  textarea {
    font-size: 14px;
  }

  .p-top-layout__col-2 {
    display: block;
  }

  .p-top-layout__col-2--detailwrap .c-title--point {
    margin-top: 18px;
    margin-bottom: 30px;
  }

  .p-top-layout__col-2--detailwrap .c-txt {
    padding-right: 0px;
  }

  .p-top-layout__col-2--imgwrap {
    margin-left: -19px;
  }

  .p-top-layout--btn {
    margin-top: 32px;
  }

  .p-top-layout--btn .c-btn {
    margin: auto;
  }

  .p-top-fv {
    display: block;
  }

  .p-top-fv__title {
    -ms-writing-mode: unset;
    -webkit-writing-mode: unset;
    writing-mode: unset;
    font-feature-settings: unset;
    text-shadow: 4.316px 4.316px 10.791px rgba(0,0,0,.04);
    font-size: 24px;
    font-weight: 600;
    line-height: 183%;
    padding-left: 26px;
    letter-spacing: .72px;
    background-repeat: no-repeat;
    background-size: 100% 200px;
    background-position: center -18px;
    background-image: url("../images/top/ribbon_03@2x.webp");
    padding-top: 0px;
  }

  .p-top-fv__title:before {
    display: none;
  }

  .p-top-fv__title--wrap {
    width: 100%;
    display: block;
    padding-top: 0px;
    margin-top: -12px;
  }

  .p-top-fv__imgs {
    width: 100%;
    margin-top: 34px;
    position: relative;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
  }

  .p-top-fv__img--01 {
    width: calc(100% - 23px);
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .p-top-fv__img--02 {
    width: 60%;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    margin-top: -6%;
  }

  .p-top-fv__img--03 {
    display: none;
  }

  .p-top-fv__img--04 {
    width: calc(40% + 10px);
    margin-top: -16%;
    margin-right: -10px;
    z-index: 10;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .p-top-fv__img--05 {
    display: none;
  }

  .p-top-fv__img--06 {
    display: none;
  }

  .p-top-personalization {
    margin-top: 80px;
    padding-bottom: 0px;
  }

  .p-top-personalization--contents {
    display: block;
    margin-top: 0;
  }

  .p-top-personalization--imgwrap {
    width: 100%;
    padding: 0px;
    margin-top: 25px;
  }

  .p-top-personalization--detailwrap {
    width: 100%;
    padding: 0px;
  }

  .p-top-personalization__img--01 img {
    width: 70%;
  }

  .p-top-personalization__img--02 {
    margin-top: -100px;
    margin-left: -3px;
  }

  .p-top-personalization__img--02 img {
    width: 50%;
  }

  .p-top-personalization--title {
    font-size: 19px;
    letter-spacing: .76px;
    text-align: left;
    margin-bottom: 30px;
    width: calc(100% + 40px);
    margin-left: 0px;
  }

  .p-top-personalization__txt {
    display: block;
  }

  .p-top-personalization__txt p {
    font-size: 17px;
    letter-spacing: 1.7px;
    width: 100%;
  }

  .p-top-personalization__txt--01 {
    margin-top: 27px;
  }

  .p-top-personalization__txt--02 {
    margin-top: 19px;
    margin-right: 0px;
  }

  .p-top-business {
    margin-top: 100px;
  }

  .p-top-business--imgwrap {
    height: 78vw;
    max-width: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .p-top-business .p-top-layout__col-2--detailwrap {
    width: 100%;
  }

  .p-top-business .p-top-layout__col-2--imgwrap {
    display: none;
  }

  .p-top-medicine {
    margin-top: 100px;
  }

  .p-top-medicine .p-top-layout__col-2--detailwrap {
    width: 100%;
    padding-left: 0px;
  }

  .p-top-medicine .p-top-layout__col-2--imgwrap {
    display: none;
  }

  .p-top-product {
    margin-top: 70px;
    background-size: 975px 129px;
    background-position: center 240px;
    padding-bottom: 0px;
  }

  .p-top-product__contents {
    display: block;
  }

  .p-top-product__contents .c-btn {
    margin: auto;
    margin-top: 45px;
  }

  .p-top-product__detail {
    width: 100%;
  }

  .p-top-product__slide--wrapper {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 10px;
    width: calc(100vw + 40px);
  }

  .p-top-product__slide--wrapper::before {
    display: none;
  }

  .p-top-product__slide li img {
    width: 100%;
    height: 100%;
    max-height: 140px;
    object-fit: contain;
  }

  .p-top-recruit {
    margin-top: 80px;
  }

  .p-top-recruit__contents {
    display: block;
  }

  .p-top-recruit__img div:nth-of-type(1) {
    display: none;
  }

  .p-top-recruit__img div:nth-of-type(2) {
    display: block;
  }

  .p-top-recruit__img--03 {
    height: 100%;
    width: 50%;
  }

  .p-top-recruit__img--2col {
    width: 50%;
    height: 100%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-top-recruit__img--04 {
    width: 100%;
    height: 40%;
  }

  .p-top-recruit__img--05 {
    width: 100%;
    height: 60%;
  }

  .p-top-recruit__imgwrap {
    max-height: 100%;
  }

  .p-top-recruit__imgwrap--r {
    width: 100%;
    height: 66vw;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .p-top-recruit__detailwrap {
    max-height: 100%;
    width: 100%;
    padding: 47px 28px 55px 28px;
  }

  .p-top-recruit__detailwrap--inner {
    max-width: 100%;
    padding: 0px;
  }

  .p-top-recruit__detailwrap--inner .c-title__gradation {
    margin-top: 28px;
  }

  .p-top-recruit__detailwrap--inner .c-txt {
    margin-top: 10px;
  }

  .p-top-recruit__detailwrap--btn {
    margin-top: 30px;
  }

  .p-top-recruit__detailwrap--btn .c-btn {
    margin: auto;
  }
}

@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }

  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }

  .splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus {
    border-color: #0bf;
  }
}