@charset "UTF-8";
.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
}

.lato {
  font-family: "Lato", sans-serif;
}

.hoge {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3 */
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
    font-size: 1.6px;
    font-size: 1.6rem;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  margin: 0;
  overflow: visible;
  /* 2 */
  clear: both;
  color: inherit;
  border-top-width: 1px;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
  vertical-align: middle;
  background: transparent;
  border-radius: 0;
  /* 1 */
  appearance: none;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type="number"] {
  appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-collapse: collapse;
  border-color: inherit;
  /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}


a {
  transition: opacity .3s ease;
}

a:hover {
  opacity: .8;
}

.txt-fixed {
  display: inline-block;
}
.u-mb10 {
    margin-bottom: 10px;
}
/* Slider */
.slick-slider {
  position: relative;
  box-sizing: border-box;
  display: block;
  touch-action: pan-y;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.slick-track::before, .slick-track::after {
  display: table;
  content: "";
}

.slick-track::after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.l-footer {
  position: relative;
  padding: 50px 0;
  border-bottom: 3px solid #e95b08;
}

.l-footer.index {
  height: 300px;
  padding: 0;
  background: url(/hca/image/footer_bg.jpg) no-repeat center center/cover;
  border: none;
}

.l-footer__copy-index {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 22px;
  font-size: 10px;
  color: #fff;
  background: #e95b08;
}

.l-footer__inner {
  width: 100%;
  max-width: calc(1152px + 20px);
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
}

.l-footer__flex {
  display: flex;
  justify-content: space-between;
}

.l-footer__wrap-logo img {
  width: 100%;
  max-width: 200px;
}

.l-footer__wrap-address {
  margin-top: 25px;
  font-size: 12px;
  line-height: 1.7;
}

.l-footer__menu {
  display: flex;
  gap: 60px;
  justify-content: flex-end;
}

.l-footer__menu:last-of-type {
  margin-top: 30px;
}

.l-footer__menu-item {
  font-size: 16px;
  font-weight: 400;
}

.l-footer__menu-item--small {
  font-size: 14px;
  font-weight: 400;
}

.l-footer__copy {
  margin-top: 50px;
  font-size: 10px;
}

.l-header {
  z-index: 800;
  width: 100%;
}

.l-header--top {
  position: absolute;
  padding-top: 18px;
  color: #fff;
}

.l-header--lower {
  position: fixed;
  padding: 18px 0;
  background: #fff;
}

.l-header--lower:last-of-type {
  display: none;
}

.l-header--lower .l-header__nav-item {
  color: #262626;
}

.l-header--lower .l-header__hamburger-btn span {
  background-color: #262626;
}

.l-header__inner {
  width: 100%;
  max-width: calc(1152px + 20px);
  padding: 0 10px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.l-header__logo {
  max-width: 169px;
}

.l-header__logo img {
  width: 100%;
  height: auto;
}

.l-header__nav {
  display: flex;
  align-items: center;
}

.l-header__nav-item {
  display: inline-block;
  margin-left: 40px;
  font-size: 15px;
  color: #fff;
  transition: all .3s ease;
}

.l-header__nav-item:first-child {
  margin-left: 0;
}

.l-header__nav-item:last-child > div {
  display: inline-block;
  padding: 0 5px;
}

.l-header .active {
  font-weight: 700;
}

.l-header-fixed {
  overflow: hidden;
}

.l-header-down {
  position: absolute;
  top: -100%;
  padding: 15px 0;
  background: #fff;
  transition: all .5s ease-in-out;
}

.l-header-down.show {
  top: 0;
  transition: all .5s ease-in-out;
}

.l-header-down .l-header__logo img {
  max-width: 180px;
}

.l-header-down .l-header__hamburger-btn > span {
  background-color: #454545;
}

.l-header-down .l-header__hamburger-btn.active > span {
  background-color: #fff;
}

.l-header-down .l-header__nav-item {
  color: #454545;
}

.l-lower {
  background: url(/hca/image/texture_bg.png);
}

.l-lower-content {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.l-lower-title {
  padding: 40px 0;
}

.l-lower-title__inner {
  width: 100%;
  max-width: calc(1152px + 20px);
  padding: 0 10px;
  margin: 0 auto;
}

.l-lower-title__sub-title {
  font-weight: 400;
}

.c-blue-btn {
  display: block;
  width: 100%;
  height: 50px;
  padding: 16px 0;
  font-weight: 500;
  background: #b60005;
  border-radius: 25px;
}

.c-blue-btn--border {
  color: #b60005;
  background: #fff;
  border: 1px solid #b60005;
}

.c-blue-btn--shadow {
  display: block;
  width: 100%;
  height: 50px;
  padding: 16px 0;
  font-weight: 500;
  background: #b60005;
  border-radius: 25px;
  box-shadow: 0 0 16px #6c000769;
  transition: .5s;
}

.c-blue-btn--shadow:hover {
  background: #540000;
  box-shadow: none;
}

.c-title {
  margin-top: 20px;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .03em;
}

.c-title span {
  display: inline-block;
}

.c-title--center {
  text-align: center;
}

.c-title--white {
  color: #fff;
}

.c-sub-title {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  color: #454545;
  letter-spacing: .04em;
}

.c-sub-title::after {
  display: inline-block;
  width: 50px;
  height: 1px;
  margin-left: 10px;
  vertical-align: middle;
  content: "";
  background-color: #454545;
}

.c-sub-title--thin {
  font-weight: 100;
}

.c-sub-title--regular {
  font-weight: 400;
}

.c-sub-title--center {
  display: block;
  text-align: center;
}

.c-sub-title--center::after {
  display: none;
}

.c-sub-title--white {
  color: #fff;
}

.c-sub-title--white::after {
  background-color: #fff;
}

.c-link-btn-slide {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  text-decoration: underline;
  letter-spacing: .02em;
  transition: opacity .3s;
}

.c-link-btn-slide:hover {
  opacity: .8;
}

.c-link-btn-slide:hover .c-link-btn-slide__animation {
  opacity: 1;
}

.c-link-btn-slide:hover .c-link-btn-slide__animation::after {
  opacity: 1;
  animation: btn-slide-open .5s forwards;
}

.c-link-btn-slide--small {
  font-size: 20px;
}

.c-link-btn-slide--white {
  color: #fff;
}

.c-link-btn-slide--white .c-link-btn-slide__animation {
  background-color: #fff;
}

.c-link-btn-slide--white .c-link-btn-slide__animation::after {
  background-color: #b9e0fe;
}

.c-link-btn-slide__animation {
  position: relative;
  display: inline-block;
  width: 3em;
  height: 1px;
  margin-left: 1em;
  text-align: left;
  vertical-align: middle;
  content: "";
  background-color: #707070;
}

.c-link-btn-slide__animation::after {
  position: absolute;
  top: -.5em;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  content: "";
  background-color: #004d9e;
  border-radius: .5em;
  animation: btn-slide-close .5s forwards;
}

@keyframes btn-slide-open {
  0% {
    transform: translateX(0);
    scale: 1;
  }
  100% {
    transform: translateX(2em);
    scale: 1.2;
  }
}

@keyframes btn-slide-close {
  0% {
    transform: translateX(2em);
    scale: 1.2;
  }
  100% {
    transform: translateX(0);
    scale: 1;
  }
}

.c-lowerpage-contact {
  position: relative;
  padding: 90px 0;
  margin-top: 100px;
  background: url(/hca/image/contact_bg.jpg) no-repeat center center/cover;
}

.c-lowerpage-contact__inner {
  width: 100%;
  max-width: calc(1152px + 20px);
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
  z-index: 30;
}

.c-foot-contact {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  padding: 65px 40px;
  background-color: #fff;
  border-radius: 10px;
}

.c-foot-contact__title {
  font-family: "Lato", sans-serif;
  font-size: 38px;
  font-weight: 100;
  color: #e95b08;
  letter-spacing: .04em;
}

.c-foot-contact__lead {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: .04em;
}

.c-foot-contact__tel-title {
  font-size: 14px;
  letter-spacing: .03em;
}

.c-foot-contact__tel-num {
  margin-top: 12px;
  font-size: 24px;
  letter-spacing: .03em;
}

.c-foot-contact__tel-num span {
  margin-right: 13px;
  font-size: 16px;
}

.c-foot-contact__tel-date {
  margin-top: 10px;
  font-size: 12px;
}

.c-lower-mv {
  width: 100vw;
  height: 250px;
  margin: 0 calc(50% - 50vw);
}

.p-index-mv {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: url(/hca/image/top/mv.jpg) no-repeat 60% center;
  background-size: cover;
}

.p-index-mv__inner {
  width: 100%;
  max-width: calc(1152px + 20px);
  padding: 0 10px;
  margin: 0 auto;
}

.p-index-mv__video {
  position: absolute;
  top: 50%;
  right: 0;
  left: 50%;
  z-index: 1;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  overflow: hidden;
  transform: translateX(-50%) translateY(-50%);
}
.baner_area {
    position: absolute;
    top: 45%;
    right: 0;
    z-index: 2;
}
.baner_area img {
    width: 400px;
}
.p-index-mv__news {
  position: relative;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1152px;
  height: 50px;
  padding: 0 35px;
  margin-top: 90vh;
  background: #fff;
  border-radius: 25px;
}

.p-index-mv__news-title {
  width: 100px;
  padding-right: 100px;
  font-size: 16px;
  font-weight: bold;
}

.p-index-mv__news-wrap {
  width: 100%;
  max-width: 990px;
  overflow: hidden;
}

.p-index-mv__news-list {
  display: flex;
  gap: 180px;
  width: auto;
}

.p-index-mv__news-item {
  display: inline-flex !important;
  align-items: center;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p-index-mv__news-date, .p-index-mv__news-tag {
  margin-right: 30px;
  font-size: 10px;
  font-weight: 500;
}

.p-index-mv__news-text {
  margin-right: 15px;
  font-size: 12px;
  font-weight: 500;
}

.p-index-about {
  position: relative;
  padding: 100px 0;
  background: #ebebeb url(/hca/image/top/about-bg.png) no-repeat bottom left/cover;
}

.p-index-about::before {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: url(/hca/image/top/texture_bg.png);
}

.p-index-about__inner {
  width: 100%;
  max-width: calc(1152px + 20px);
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
  z-index: 20;
  display: flex;
  justify-content: space-between;
}

.p-index-about__wrap {
  max-width: 740px;
  margin-right: 20px;
}

.p-index-about__wrap-subtitle {
  margin-top: 40px;
  font-size: 16px;
  font-weight: 700;
}

.p-index-about__wrap-text {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: .04em;
}

.p-index-about__wrap-link {
  margin: 70px 0;
}

.p-index-about__wrap-link .lato {
  font-size: 24px;
}

.p-index-about__img {
  width: 100%;
  max-width: 290px;
  height: auto;
  margin-right: 10px;
  border-radius: 10px;
  box-shadow: 10px 10px 0 rgba(6, 77, 158, 0.4);
}

.p-index-about__bg-loop {
  position: absolute;
  top: 40%;
  right: 0;
  z-index: 1;
  display: flex;
  width: 100%;
  height: auto;
  overflow: hidden;
  color: transparent;
}

.p-index-about__bg-loop span {
  font-size: 170px;
  font-weight: bold;
  color: transparent;
  white-space: nowrap;
  -webkit-text-stroke: 1px #c1c1c1;
}

.p-index-about__bg-loop span:nth-of-type(1) {
  animation: loop 60s linear 0s infinite;
}

.p-index-about__bg-loop span:nth-of-type(2) {
  animation: loop2 60s linear -30s infinite;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}

.p-index-strength {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
  background: linear-gradient(to bottom, #ebebeb, #fff);
}

.p-index-strength::before {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: url(/hca/image/top/texture_bg.png);
}

.p-index-strength__inner {
  width: 100%;
  max-width: calc(1152px + 20px);
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
  z-index: 20;
}

.p-index-strength__text {
  margin-top: 40px;
  font-size: 16px;
  line-height: 2;
  text-align: center;
}

.p-index-strength__list {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-top: 60px;
}

.p-index-strength__list-item {
  position: relative;
  width: calc(20% - 8px);
  text-align: center;
}

.p-index-strength__list-item:nth-child(2) img, .p-index-strength__list-item:nth-child(4) img {
  opacity: .7;
}

.p-index-strength__list-item img {
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(137, 137, 137, 0.4);
}

.p-index-strength__list-item:nth-of-type(odd) img {
  width: 100%;
  max-width: 190px;
  height: auto;
}

.p-index-strength__list-item:nth-of-type(even) img {
  width: 100%;
  max-width: 150px;
  height: auto;
  margin-top: 140px;
}

.p-index-strength__chart {
  padding: 50px 76px;
  margin-top: 60px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(137, 137, 137, 0.1);
}

.p-index-strength__chart-wrap {
  height: 400px;
}

.p-index-strength__bg-orange-line {
  position: absolute;
  top: 5%;
  left: 50%;
  z-index: 2;
  width: 120vw;
  height: 60%;
  opacity: 0;
  transform: translateX(-50%);
  object-fit: cover;
}

.p-index-strength__bg-orange-line.anime {
  opacity: 1;
}

.p-index-strength__bg-orange-line.anime path {
  animation: stroke 2s ease-in-out forwards;
}

.p-index-strength__bg-orange-line path {
  opacity: 0;
  stroke-dasharray: 1800;
  stroke-dashoffset: 0;
  stroke-width: 1;
}

@keyframes stroke {
  0% {
    opacity: 0;
    stroke-dashoffset: 1800;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}

.p-index-strength__bg-orange-line .delay path {
  animation-delay: 1s;
}

.p-index-strength__btn {
  margin-top: 60px;
  text-align: right;
}

.p-index-content {
  position: relative;
  padding: 100px 0 90px;
  background: url(/hca/image/contact_bg.jpg) no-repeat 20% 0/cover;
}

.p-index-content__inner {
  width: 100%;
  max-width: calc(1152px + 20px);
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
  z-index: 30;
}

.p-index-content__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-index-content__text {
  max-width: 560px;
  line-height: 1.7;
  color: #fff;
}

.p-index-content__link {
  margin-top: 30px;
}

.p-index-content__contact {
  margin-top: 90px;
}

.p-news__inner {
  width: 100%;
  max-width: calc(1152px + 20px);
  padding: 0 10px;
  margin: 0 auto;
}

.p-news-content {
  display: block;
  padding: 60px 0;
  margin: 40px auto 50px;
}

.p-news-tag {
  display: flex;
  width: 100%;
  max-width: 970px;
  padding: 0 10px;
  margin: 0 auto;
}

.p-news-tag__item {
  position: relative;
  display: inline-block;
  width: 33%;
  height: 25px;
}

.p-news-tag__item::before {
  position: absolute;
  top: 2.5px;
  display: block;
  width: 1px;
  height: 20px;
  content: "";
  background-color: #707070;
}

.p-news-tag__item:last-of-type::after {
  position: absolute;
  top: 2.5px;
  right: 0;
  display: block;
  width: 1px;
  height: 20px;
  content: "";
  background-color: #707070;
}

.p-news-tag__item-link {
  position: relative;
  display: block;
  height: 100%;
  font-size: 17px;
  font-weight: 500;
  color: #c1c1c1;
  text-align: center;
  letter-spacing: .05em;
  transition: all .3s;
}

.p-news-tag__item-link::after {
  position: absolute;
  bottom: -5px;
  left: calc(50% - 12.5px);
  width: 0;
  height: 2px;
  content: "";
  background-color: #004da4;
  border-radius: 2px;
  transition: all .3s;
}

.p-news-tag__item-link.active {
  color: #004da4;
}

.p-news-tag__item-link.active::after {
  width: 25px;
}

.p-news-list {
  max-width: 900px;
  padding: 0 10px;
  margin: 77px auto 0;
}
.p-news-list.en {
  max-width: 1100px;
}

.p-news-list__item {
  position: relative;
  display: block;
  padding: 15px 10px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .05em;
  white-space: nowrap;
  border-bottom: 1px solid #c1c1c1;
  transition: all .5s;
}

.p-news-list__item::before, .p-news-list__item::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
  content: "";
  opacity: 0;
  transition: all .5s;
}

.p-news-list__item::before {
  width: 17px;
  height: 1px;
  background: #c1c1c1;
}

.p-news-list__item::after {
  width: 7.4px;
  height: 7.4px;
  border-top: 1px solid #c1c1c1;
  border-right: 1px solid #c1c1c1;
  transform: rotate(45deg);
}

.p-news-list__item-date {
  display: inline;
  margin-right: 13px;
  font-size: 12px;
  color: #c1c1c1;
}
.p-news-list__item-tag {
  display: inline-block;
  width: 114px;
  padding: 8px 2px;
  margin-right: 32px;
  font-size: 12px;
  color: #004da4;
  text-align: center;
  border: 1px solid #004da4;
  border-radius: 2px;
}
.p-news-list.en .p-news-list__item-tag {
  margin-right: 12px;

}

.p-news-list__item-text {
  margin-top: 10px;
  text-overflow: ellipsis;
}

.p-newes-pagination__list {
  display: flex;
  justify-content: center;
}

.p-newes-pagination__list-item {
  display: inline-block;
  padding: 0 12.5px;
  font-size: 18px;
  font-weight: 500;
  color: #9a9a9a;
}

.p-newes-pagination__list-item.active {
  color: #004da4;
}

.p-newes-pagination__list-arrow {
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  border-top: 2px solid #9a9a9a;
  border-right: 2px solid #9a9a9a;
  transition: all .3s;
}

.p-newes-pagination__list-arrow:hover {
  border-top: 2px solid #004da4;
  border-right: 2px solid #004da4;
}

.p-newes-pagination__list-arrow--right {
  transform: rotate(45deg);
}

.p-newes-pagination__list-arrow--left {
  transform: rotate(-135deg);
}

.p-news-single {
  /* テキスト */
  /* 画像 */
  /* リンク */
  /* ※ */
  /* 数字とタイトル（h3） */
  /* ボーダーとタイトル（h3） */
  /* 装飾なしタイトル（h3） */
  /* 会社情報 */
  /* お問い合わせ */
}

.p-news-single__inner {
  width: 100%;
  max-width: calc(1152px + 20px);
  padding: 0 10px;
  margin: 0 auto;
}

.p-news-single__tag {
  display: inline-block;
  padding: 7px 13px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  color: #b60005;
  border: 1px solid #b60005;
  border-radius: 2px;
}

.p-news-single__title {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: .05em;
}

.p-news-single__text {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: .05em;
}

.p-news-single__img {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}

.p-news-single__link {
  display: inline-block;
  color: #b60005;
  word-break: break-all;
}

.p-news-single__note {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.7;
  text-align: right;
  letter-spacing: .05em;
}
.p-news-single_header .p-news-single_header_date {
    font-size: 14px;
    line-height: 1.7;
    text-align: right;
    letter-spacing: .05em;
}
.p-news-single__num-title {
  margin-bottom: 20px;
  margin-left: 1.5em;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.7;
  color: #b60005;
  text-indent: -1.5em;
  letter-spacing: .05em;
}

.p-news-single__num-title > span {
  display: inline-block;
  width: 1.5em;
  text-indent: 0;
}

.p-news-single__num-text {
  margin-bottom: 60px;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: .05em;
}

.p-news-single__border-title {
  position: relative;
  padding-left: 16px;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.7;
  color: #b60005;
  letter-spacing: .05em;
}

.p-news-single__border-title::before {
  position: absolute;
  top: .4em;
  left: 0;
  display: block;
  width: 6px;
  height: 1em;
  margin-bottom: 10px;
  content: "";
  background-color: #b60005;
}

.p-news-single__nondetail-title {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.7;
  color: #b60005;
  letter-spacing: .05em;
}

.p-news-single__border-text {
  margin-bottom: 60px;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: .05em;
}

.p-news-single__company {
  margin-bottom: 60px;
}

.p-news-single__company-layout {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
  font-size: 14px;
}

.p-news-single__company-layout > dt {
  position: relative;
  width: 5em;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: .05em;
}

.p-news-single__company.long .p-news-single__company-layout > dt {
  width: 16em;
}


.p-news-single__company-layout > dt::after {
  position: absolute;
  right: 0;
  line-height: 1.7;
  content: "：";
}

.p-news-single__company-layout > dd {
  line-height: 1.7;
  letter-spacing: .05em;
}

.p-news-single__contact {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
  height: auto;
  padding: 40px 50px;
  margin-bottom: 20px;
  color: #454545;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.p-news-single__contact > h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: .05em;
}

.p-news-single__contact > div {
  display: flex;
  gap: 30px;
}

.p-news-single__contact p {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: .05em;
}

.p-contact-front-attention__text {
  margin: 20px 0 50px;
  line-height: 1.7;
}

.l-lower-content--small {
  width: 100%;
  max-width: 550px;
  margin: 5px 5px 0;
}

.p-contact-front {
  margin-bottom: 300px;
}

.p-contact-front__inner {
  width: 100%;
  max-width: calc(1152px + 20px);
  padding: 0 10px;
  margin: 0 auto;
}

.p-contact-front__global {
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.p-contact-front__card {
  padding: 60px 10px;
  margin: auto;
  font-size: 13px;
  text-align: center;
}

.p-contact-front__card-box {
  display: inline-block;
  margin: 0 0 30px;
}

.p-contact-front__card-title {
  font-size: 28px;
  font-weight: 400;
  color: #454545;
  white-space: nowrap;
}

.p-contact-front__card-text {
  max-width: 385px;
  margin: 0 auto;
  line-height: 2;
  text-align: center;
  letter-spacing: .04em;
}

.p-contact-front__blue-btn {
  max-width: 305px;
  padding: 15px 0;
  margin: 5px auto 0;
}

.p-contact-front__form-text {
  font-size: 16px;
  color: #fff;
}
.p-contact__inner {
  width: 100%;
  max-width: calc(1152px + 20px);
  padding: 0 10px;
  margin: 0 auto 100px;
}
.p-contact-attention p {
  margin-bottom: 20px;
}
.p-contact-attention__text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
}
.text--small {
    font-weight: normal;
    font-size: 13px;
}
.p-contact-attention__text--small {
  margin: 20px 0 50px;
  font-size: 12px;
  color: #e3000a;
}

.p-contact-input {
  max-width: 850px;
  padding: 50px 10px 0;
  margin: auto;
}

.p-contact-input__radio-name {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
}

.p-contact-input__radio-name :not(:first-of-type) {
  margin-left: 40px;
}

.p-contact-input__radio-name:not(:first-of-type) {
  margin-left: 40px;
}

.p-contact-input__box {
  display: flex;
}

.p-contact-input__form--red {
  margin-left: 15px;
  color: #e3000a;
}

.p-contact-input__radio {
  width: 100%;
  margin-left: -6px;
}

.p-contact-input__radio-name::before, .p-contact-input__radio-name::after {
  position: absolute;
  top: 50%;
  display: block;
  content: "";
  border-radius: 50%;
  transform: translateY(-50%);
}

.p-contact-input__radio-name::before {
  left: 5px;
  width: 21px;
  height: 21px;
  background-color: #f5f5f5;
  border-radius: 50%;
  box-shadow: 0 0 3px 0 #ccc inset;
}

.p-contact-input__radio-name::after {
  left: 10px;
  width: 11px;
  height: 11px;
  background-color: #b60005;
  border-radius: 50%;
  opacity: 0;
}

.p-contact-input__radio-btn:checked + .p-contact-input__radio-name::after {
  opacity: 1;
}

.p-contact-input__radio-btn {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.p-contact-input__form {
  display: flex;
  align-items: center;
  margin: 40px 0 0;
}

.p-contact-input__form-group {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 40px;
}

.p-contact-input__form-position {
  display: inline-block;
  width: 247px;
  margin-right: 35px;
  font-weight: 400;
  white-space: nowrap;
}

.p-contact-input__form-position--top {
  align-items: flex-start;
}

.p-contact-input__form-desc {
  width: 100%;
}

.p-contact-input__form-text {
  width: 100%;
  height: 40px;
  padding: 10px 16px;
  background: #f5f5f5;
  border: none;
  border-radius: 8px;
  box-shadow: 0 0 5px -1px #ccc inset;
}

.p-contact-input__form-text::placeholder {
  font-size: 15px;
  font-weight: 400;
  color: #959595;
}

.p-contact-input__form-textarea {
  max-width: 370px;
}

.p-contact-input__form-text:focus {
  outline: 0;
  box-shadow: 0 0 3px 0 #b60005 inset;
}

.p-contact-input__select--small {
  width: 220px;
}

.p-contact-input__select {
  display: inline-block;
}

.p-contact-input__form-box {
  position: relative;
  width: 220px;
}

.p-contact-input__form-box::after {
  position: absolute;
  top: 15px;
  right: 16px;
  width: 0;
  height: 0;
  padding: 0;
  pointer-events: none;
  content: "";
  border-top: 10px solid #F60005;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.p-contact-input__form-text--wide {
  height: 290px;
}

.p-contact-input__form-list {
  display: inline-block;
  width: 100%;
}

.p-contact-input__form-date {
  width: 100%;
}

.p-contact-input__form-item {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.p-contact-input__form-item:first-child {
  margin-top: 0;
}

.p-contact-input__form-item-text {
  margin-right: 40px;
  white-space: nowrap;
}

.p-contact-agreement {
  width: 100%;
  padding: 30px 0 55px;
  text-align: center;
  background-color: #fafafa;
  margin-top: 30px;
}

.p-contact-agreement__ckeckbox-agree {
  margin: 20px 0;
  cursor: pointer;
}

.p-contact-agreement__title--red {
  margin-left: 5px;
  color: #e3000a;
}

.p-contact-agreement__title--bold {
  font-weight: 700;
  color: #6a6a6a;
}

.p-contact-agreement__checkbox-check {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  cursor: pointer;
}

.p-contact-agreement__checkbox-check::before, .p-contact-agreement__checkbox-check::after {
  position: absolute;
  top: 50%;
  display: block;
  content: "";
  transform: translateY(-50%);
}

.p-contact-agreement__checkbox-check::before {
  left: -20px;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  background-color: #f5f5f5;
  border-radius: 25%;
  box-shadow: 0 0 3px 0 #ccc inset;
}

.p-contact-agreement__checkbox-check::after {
  left: -14px;
  width: 7px;
  height: 13px;
  margin-top: -6px;
  border-right: 3px solid #b60005;
  border-bottom: 3px solid #b60005;
  opacity: 0;
  transform: rotate(55deg);
}

.p-contact-agreement__ckeckbox-btn:checked + .p-contact-agreement__checkbox-check::after {
  opacity: 1;
}

.p-contact-agreement__text {
  font-size: 13px;
  color: #6a6a6a;
}

.p-contact-agreement__link {
  color: #b60005;
  border-bottom: 1.5px solid #b60005;
}

.p-contact-agreement__submit {
  padding: 0 0 40px;
  margin: 60px 0 0;
  text-align: center;
}

.p-contact-agreement__submit-btn:disabled {
  width: 100%;
  max-width: 305px;
  height: 55px;
  color: #686868;
  pointer-events: none;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 50px;
  transition: .5s all ease;
}

.p-contact-agreement__submit-btn {
  width: 100%;
  max-width: 305px;
  height: 55px;
  color: #fff;
  background-color: #b60005;
  border: 1px solid #b60005;
  border-radius: 50px;
  transition: .5s all ease;
}

.p-contact-agreement__submit-btn:hover {
  color: #b60005;
  background-color: #fff;
}

.p-contact-agreement__submit-btn.gray {
  width: 100%;
  max-width: 305px;
  height: 55px;
  color: #b60005;
  background-color: #fff;
  border: 1px solid  #b60005;
  border-radius: 50px;
  transition: .5s all ease;
}
.p-contact-agreement__submit-btn.gray:hover {
  color: #fff;
  background-color: #b60005;
}

.p-contact-input__error {
  margin: 3px 0 0 8px;
  font-size: 12px;
  color: #e3000a;
}

.p-recruit__inner {
  width: 100%;
  max-width: calc(1152px + 20px);
  padding: 0 10px;
  margin: 0 auto;
}

.p-recruit-attention__text {
  line-height: 1.7;
}

.p-recruit-attention__text--small {
  margin: 20px 0 50px;
  font-size: 12px;
  color: #e3000a;
}

.p-recruit-forms {
  padding: 100px 0 0;
  margin: 0 0 53px;
}

.p-recruit-forms__text {
  text-align: center;
}

.p-recruit-forms__link {
  color: #b60005;
  border-bottom: 1.5px solid #b60005;
}

.p-recruit-input {
  max-width: 850px;
  padding: 0 10px;
  margin: auto;
}

.p-recruit-input__radio-name {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
}

.p-recruit-input__radio-name:not(:first-of-type) {
  padding-left: 31px;
  margin-left: 35px;
}

.p-recruit-input__box {
  display: flex;
}

.p-recruit-input__form--red {
  margin-left: 15px;
  color: #e3000a;
}

.p-recruit-input__radio {
  width: 100%;
}

.p-recruit-input__radio-name::before, .p-recruit-input__radio-name::after {
  position: absolute;
  top: 50%;
  display: block;
  content: "";
  border-radius: 50%;
  transform: translateY(-50%);
}

.p-recruit-input__radio-name::before {
  left: 5px;
  width: 21px;
  height: 21px;
  background-color: #f5f5f5;
  border-radius: 50%;
  box-shadow: 0 0 3px 0 #ccc inset;
}

.p-recruit-input__radio-name::after {
  left: 10px;
  width: 11px;
  height: 11px;
  background-color: #b60005;
  border-radius: 50%;
  opacity: 0;
}

.p-recruit-input__radio-btn:checked + .p-recruit-input__radio-name::after {
  opacity: 1;
}

.p-recruit-input__radio-btn {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.p-recruit-input__form {
  display: flex;
  align-items: center;
  margin: 40px 0 0;
}

.p-recruit-input__form-group {
  display: flex;
  justify-content: space-between;
  margin: 0 0 40px;
}

.p-recruit-input__form-position {
  display: inline-block;
  width: 190px;
  margin-right: 35px;
  font-weight: 400;
  white-space: nowrap;
}

.p-recruit-input__form-position--top {
  align-items: flex-start;
}

.p-recruit-input__form-text {
  width: 100%;
  height: 40px;
  padding: 10px 16px;
  background: #f5f5f5;
  border: none;
  border-radius: 8px;
  box-shadow: 0 0 5px -1px #ccc inset;
}

.p-recruit-input__form-text::placeholder {
  font-weight: 400;
  color: #959595;
}

.p-recruit-input__form-textarea {
  max-width: 340px;
}

.p-recruit-input__form-text:focus {
  outline: 0;
  box-shadow: 0 0 3px 0 #b60005 inset;
}

.p-recruit-input__form-text--wide {
  height: 290px;
}

.p-recruit-input__form-box {
  display: inline-block;
  width: 100%;
}

.p-recruit-input__form-date {
  margin: 20px 0 0;
}

.p-recruit-input__form-date:first-child {
  margin: 0;
}

.p-recruit-agreement {
  width: 100%;
  padding: 30px 0 55px;
  margin: 40px auto;
  text-align: center;
  background-color: #fafafa;
}

.p-recruit-agreement__ckeckbox-agree {
  margin: 20px 0;
  cursor: pointer;
}

.p-recruit-agreement__title--red {
  margin-left: 5px;
  color: #e3000a;
}

.p-recruit-agreement__title--bold {
  font-weight: 700;
  color: #6a6a6a;
}

.p-recruit-agreement__checkbox-check {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  cursor: pointer;
}

.p-recruit-agreement__checkbox-check::before, .p-recruit-agreement__checkbox-check::after {
  position: absolute;
  top: 50%;
  display: block;
  content: "";
  transform: translateY(-50%);
}

.p-recruit-agreement__checkbox-check::before {
  left: -20px;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  background-color: #f5f5f5;
  border-radius: 25%;
  box-shadow: 0 0 3px 0 #ccc inset;
}

.p-recruit-agreement__checkbox-check::after {
  left: -14px;
  width: 7px;
  height: 13px;
  margin-top: -6px;
  border-right: 3px solid #b60005;
  border-bottom: 3px solid #b60005;
  opacity: 0;
  transform: rotate(55deg);
}

.p-recruit-agreement__ckeckbox-btn:checked + .p-recruit-agreement__checkbox-check::after {
  opacity: 1;
}

.p-recruit-agreement__text {
  font-size: 13px;
  color: #6a6a6a;
}

.p-recruit-agreement__link {
  color: #b60005;
  border-bottom: 1.5px solid #b60005;
}

.p-recruit-agreement__submit {
  padding: 0 0 40px;
  margin: 60px 0 0;
  text-align: center;
}

.p-recruit-agreement__submit-btn:disabled {
  width: 100%;
  max-width: 305px;
  height: 55px;
  color: #686868;
  pointer-events: none;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 50px;
  transition: .5s all ease;
}

.p-recruit-agreement__submit-btn {
  width: 100%;
  max-width: 305px;
  height: 55px;
  color: #fff;
  background-color: #b60005;
  border: 1px solid #b60005;
  border-radius: 50px;
  transition: .5s all ease;
}

.p-recruit-agreement__submit-btn:hover {
  color: #b60005;
  background-color: #fff;
}

.p-privacy {
  font-size: 14px;
  /* タイトル */
  /* タイトル */
  /* リスト */
  /* リストのアイテム */
  /* テーブル */
}

.p-privacy__policy {
  margin: 0 0 52px;
}

.p-privacy__policy-subtitle {
  font-size: 10px;
  letter-spacing: .08em;
}

.p-privacy__policy-title {
  padding: 0 0 0 5px;
  margin: 10px 0 30px;
  font-size: 23px;
  border-left: 4px solid #b60005;
}

.p-privacy__policy-text {
  line-height: 1.7;
}

.p-privacy__policy-list {
  margin: 52px 0 0;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: .05em;
}

.p-privacy__policy-list.--small {
  margin: 15px 0 0;
}

.p-privacy__policy-item {
  margin-left: 1.2em;
  text-indent: -1.2em;
  counter-increment: count;
  /* ・ */
  /* 1. */
  /* 1) */
  /* インデントなし */
  /* 文字サイズ14px */
}

.p-privacy__policy-item > ul {
  counter-reset: count;
}

.p-privacy__policy-item:not(:first-child) {
  margin: 20px 0 0 1.2em;
}

.p-privacy__policy-item.--dot::before {
  margin: 15px 0 0;
  content: "●";
}

.p-privacy__policy-item.--dot-num::before {
  margin: 15px 0 0;
  content: counter(count, number) ".";
}

.p-privacy__policy-item.--kakko-num::before {
  margin: 15px 0 0;
  content: counter(count, number) ")";
}

.p-privacy__policy-item.--no-indent {
  margin-left: 0;
  text-indent: 0;
}

.p-privacy__policy-item.--font-size-14 {
  font-size: 14px;
}

.p-privacy__policy-item .p-privacy__policy-num {
  padding-left: 2em;
  font-size: 14px;
  text-indent: -2em;
}

.p-privacy__adress-text {
  margin: 20px 0 16px;
}

.p-privacy__mail-text--blue, p-event__mail-text--blue {
  color: #b60005;
  text-decoration: underline;
}

.p-privacy__table {
  width: 100%;
  margin: 30px 0 0;
  font-size: 14px;
  border-collapse: separate;
}

.p-privacy__table-row {
  background: #f8f8f8;
}

.p-privacy__table-row:first-child {
  height: 40px;
}

.p-privacy__table-title {
  padding: 11px 0;
  color: #fff;
  text-align: center;
  background: #9fbee0;
}

.p-privacy__table-title:first-of-type {
  background: #9fbee0;
}

.p-privacy__table-data {
  padding: 20px 10px;
  line-height: 1.7;
}

.p-privacy__table-data--wide {
  padding: 27px 10px;
}

.p-privacy__table-data--wider {
  padding: 52px 10px;
}

.p-privacy__table-data:nth-of-type(odd) {
  width: 35%;
  font-weight: 700;
}

.p-privacy__table-data:nth-of-type(even) {
  width: 65%;
}

.p-privacy__table-row:nth-of-type(odd) {
  background: #eaeaea;
}

.p-privacy__box {
  margin-top: 35px;
  line-height: 1.7;
  text-align: end;
}

.p-service .c-lower-mv {
  background: url(/hca/image/service_mv.jpg) no-repeat top 45% center/cover;
}

.p-service__inner {
  width: 100%;
  max-width: calc(1152px + 20px);
  padding: 0 10px;
  margin: 0 auto;
}

.p-service__content {
  margin: 75px 0 55px;
  text-align: center;
}

.p-service__title {
  margin-bottom: 22px;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}

.p-service__text {
  line-height: 2;
}

.p-service__title--wide {
  margin: 105px 0 65px;
}

.p-service__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem;
}

.p-service__list-title {
  margin-bottom: 31px;
  font-size: 28px;
  color: #454545;
  text-align: center;
}

.p-service__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 85px;
  padding: 0 5px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  color: #ec7f00;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.p-service__blue {
  color: #b60005;
}

.p-service__merit-list {
  display: flex;
  width: 100%;
  text-align: center;
}

.p-service__merit-img {
  width: 100%;
  max-width: 210px;
}

.p-service__merit-item {
  width: 31.3%;
  height: 310px;
  padding: 37px 0 47px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.p-service__merit-item:nth-child(2) {
  padding: 35px  0 47px;
  margin: 0 35px;
}

.p-service__line {
  padding: 0 0 32px;
}

.p-service__stock-scroll::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

.p-service__stock-scroll::-webkit-scrollbar-track {
  background-color: #f2f2f2;
  border-radius: 100px;
}

.p-service__stock-scroll::-webkit-scrollbar-thumb {
  width: 53px;
  background: #d0d0d0;
  border-radius: 100px;
}

.p-service__stock-img--pc {
  display: block;
  width: 100%;
  margin: 75px 0 0;
}

.p-service__stock-title--sp {
  display: none;
}

.p-service__stock-img--sp {
  display: none;
}

.p-service__stock-text {
  margin-right: 40px;
  font-size: 13px;
  text-align: right;
}

.p-recruit-input__error {
  margin: 3px 0 0 8px;
  font-size: 12px;
  color: #e3000a;
}

.p-company .c-lower-mv {
  background: url(/hca/image/company/company_mv.png) no-repeat top 65% center/cover;
}

.p-company__inner {
  width: 100%;
  max-width: calc(1152px + 20px);
  padding: 0 10px;
  margin: 0 auto;
}

.p-company-lead {
  margin-top: 70px;
  text-align: center;
}

.p-company-lead__title {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: bold;
}

.p-company-lead__text {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 2;
}

.p-company-summary {
  margin-top: 80px;
}

.p-company-summary__title {
  font-size: 28px;
}

.p-company-summary__wrap {
  padding: 40px clamp(10px, 5.72vw, 66px);
  margin-top: 35px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.p-company-summary__wrap-title {
  padding-left: 20px;
  margin-top: 30px;
  font-weight: bold;
  letter-spacing: .05em;
  border-left: 2px solid #ec5700;
}

.p-company-summary__wrap-title:first-child {
  margin-top: 0;
}

.p-company-summary__wrap-detail {
  padding-left: 22px;
  margin-top: 20px;
  line-height: 1.7;
  letter-spacing: .05em;
}

/* 代表挨拶 */
.p-company-message {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  margin-top: 200px;
}

.p-company-message__title {
  font-size: 28px;
}

.p-company-message__text {
  max-width: 680px;
  margin-top: 40px;
  line-height: 2;
  letter-spacing: .05em;
}

.p-company-message__img-img {
  width: auto;
  height: 520px;
  aspect-ratio: 17/26;
  background: url(/hca/image/company/president.png) no-repeat center/cover;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.p-company-message__img-name {
  margin-top: 15px;
  font-size: 20px;
  text-align: right;
}

/* メンバー紹介 */

.p-company-member__title {
  font-size: 28px;
}

.p-company-member__wrap {
  display: flex;
  gap: 30px;
  margin-top: 40px;
}

.p-company-member__box {
  width: calc(50% - 15px);
}

.p-company-member__box-title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: .1em;
}

.p-company-member__box-title span {
  margin-right: 15px;
  font-size: 16px;
  color: #b60005;
}

.p-company-member__box-text {
  margin-top: 20px;
  line-height: 2;
  letter-spacing: .05em;
}

/* 沿革 */
.p-company-history {
  margin-top: 100px;
}

.p-company-history__title {
  font-size: 28px;
}

.p-company-history__list {
  margin-top: 20px;
}

.p-company-history__list-item {
  display: flex;
  align-items: center;
  padding: 20px 35px;
  margin-bottom: 20px;
  letter-spacing: .1em;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.p-company-history__list-item:last-child {
  margin-bottom: 0;
}

.p-company-history__list-year {
  display: block;
  margin-right: clamp(15px, 8.25vw, 95px);
  font-family: "Lato", sans-serif;
  font-size: 36px;
  color: #e95b20;
}

.p-company-history__list-date {
  margin-right: 20px;
  color: #8d8d8d;
}

.p-company-history__list-text {
  display: block;
}

/* アクセス */
.p-company-access {
  margin-top: 100px;
  /* マップ */
  /* 路線案内 */
  /* 路線カラー */
}

.p-company-access__title {
  font-size: 28px;
}

.p-company-access__wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.p-company-access__map {
  width: 50%;
  aspect-ratio: 5/3;
}

.p-company-access__box {
  padding-left: 10px;
}

.p-company-access__summary {
  display: flex;
}

.p-company-access__summary:last-child {
  margin-top: 20px;
}

.p-company-access__summary-title {
  position: relative;
  width: calc((3em * 1.05) + 17px);
  padding-left: 15px;
  margin-right: 35px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .05em;
}

.p-company-access__summary-title::before {
  position: absolute;
  top: .1em;
  left: 0;
  width: 2px;
  height: 1em;
  content: "";
  background-color: #ec5700;
}

.p-company-access__summary-detail {
  display: inline-block;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: .05em;
}

.p-company-access__list-item {
  padding: 6.5px 0;
  border-bottom: 1px solid #d0d0d0;
}

.p-company-access__list-item:first-child {
  padding-top: 0;
}

.p-company-access__list-item:last-child {
  border-bottom: none;
}

.p-company-access__list-item span:nth-child(1) {
  position: relative;
  display: inline-block;
  width: calc((5.1em * 1.05) + 10px);
  padding-right: 10px;
  margin-right: 40px;
  margin-left: 22px;
}

.p-company-access__list-item span:nth-child(1)::before {
  position: absolute;
  top: 7px;
  left: -15px;
  width: 10px;
  height: 10px;
  font-size: 10px;
  content: "";
  border-radius: 5px;
}

.p-company-access__list-item span:nth-child(2) {
  display: inline-block;
  width: calc((6.6em * 1.05) + 10px);
  padding-right: 10px;
  margin-right: 35px;
}

.p-company-access__list-item span:nth-child(3) {
  display: inline-block;
  width: calc((10em * 1.05) + 5px);
  padding-right: 5px;
  text-align: center;
}

.p-company-access__list-item.en span{
  font-size: 13px;
}
.p-company-access__list-item.en span:nth-child(1) {
  width: calc((9.2em * 1.05) + 0px);
}

.p-company-access__list-item.en span:nth-child(2) {
   width: calc((16em * 1.) + 0px);
}

.p-company-access__list-item.en span:nth-child(3) {
    width: calc((7em * 1) + 0px);
}

.p-company-access__list-item .ginza::before {
  background: #ff9d00;
}

.p-company-access__list-item .marunouti::before {
  background: #e3000a;
}

.p-company-access__list-item .hibiya::before {
  background: #d6d6d6;
}

.p-company-access__list-item .chiyoda::before {
  background: #0a8600;
}

.p-company-access__list-item .yurakutyo::before {
  background: #e2bf00;
}

.p-company-access__list-item .nanboku::before {
  background: #06b7be;
}

.p-company-access__list-item .toei-mita::before {
  background: #b60005;
}

.p-company-access__text {
  font-size: 13px;
  color: #868686;
}

.u-scroll-fade {
  transition: all 1s;
  transition-delay: 200ms;
}

.u-scroll-fade--left {
  opacity: 0;
  transform: translate3d(15%, 0, 0);
}

.u-scroll-fade--bottom {
  opacity: 0;
  transform: translate3d(0, 10%, 0);
}

.u-scrollFadeOn {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.p-event-single {
  margin: 0 10px;
}

.p-event-single__inner {
  width: 100%;
  max-width: calc(1152px + 20px);
  FONT-VARIANT: JIS04;
  margin: 0px auto;
  padding: 10px 0;
}
.event-detail {
  max-width: 1154px;
  padding: 80px ;
  margin: 0px auto;
}
ul.notes {
    font-size: 14px;
    line-height: 1.6;
}
.event-detail__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.event-detail__date {
  font-size: 30px;
}
.event-detail__date>span {
  font-size: 16px;
}
.event__wappen--detail {
  font-size: 13px;
  display: inline-block;
  margin-left: 20px;
}
.event-section {
  font-size: 16px;
  margin-bottom: 50px;
  line-height: 1.5;
}
.p-event-single__tag {
  display: inline-block;
  padding: 3px 13px;
  margin-bottom: 0px;
  font-size: 12px;
  font-weight: 700;
  color: #b60005;
  border: 1px solid #b60005;
  border-radius: 2px;
}
.event__title-sub {
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 30px;
}
.event__title-main {
  text-align: center;
  font-size: 39px;
  margin-bottom: 40px;
  line-height: 1.3;
}
.event__title-main span {
  font-size: 30px;

}
.event__txt {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: .05em;
}
.p-event-box {
    display: flex;
    gap: 15px;
    justify-content: space-between;
}
.p-event-box__wrap{
    max-width: 50%;
}
.p-event-box__text {
}

.p-news-single__text {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: .05em;
}
.Box_area {
  border: 1px solid #b60005;
  padding: 32px 26px;
  margin-bottom: 20px;
  margin-top: 40px;
}
.Box_area dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  line-height: 1.8;
}
.Box_area dt {
  font-size: 17px;
  width: 60px;
  font-weight: normal;
}
.Box_area dd {
  font-size: 17px;
  width: calc(100% - 60px);
}
.Box_area.long dt {
    width: 140px;
}
.Box_area.long dd {
    font-size: 17px;
    width: calc(100% - 140px);
}
.p-event-single__nondetail-title {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: .05em;
}
.event-schedule {
  display: flex;
  width: 100%;
}
.event-schedule .event-schedule_body {
  display: inline-block;
  border-bottom: solid 1px #b60005;
  padding: 10px 16px;
}
.event-schedule_header {
  font-size: 18px;
  text-align: center;
  color: #b60005;
  font-weight: bold;
  border-bottom: solid 1px #b60005;
  border-top: solid 1px #b60005;
  padding: 10px 16px;
}
.event-schedule .time {
  width: 20%;
}
.event-schedule .txt {
  width: 80%;
}
.event-schedule .event-schedule_body .semi_title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
.event-schedule .event-schedule_body p {
  font-size: 16px;
  margin-bottom: 10px;
}
.event-schedule .event-schedule_body p.speaker {
  font-size: 12px;
}
.p-event-agreement__submit {
  padding: 0 0 40px;
  margin: 60px 0 0;
  text-align: center;
}
.p-event-agreement__submit-btn:disabled {
  width: 100%;
  max-width: 305px;
  height: 55px;
  color: #686868;
  pointer-events: none;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 50px;
  transition: .5s all ease;
}
.p-event-agreement__submit-btn {
  width: 100%;
  max-width: 305px;
  height: 55px;
  color: #fff;
  background-color: #b60005;
  border: 1px solid #b60005;
  border-radius: 50px;
  transition: .5s all ease;
}
.p-event-agreement__submit-btn:hover {
  color: #b60005;
  background-color: #fff;
}



.smt_txt {
  font-size: 12px;
  margin-bottom: 20px;
}
ul.list--disc {
  padding-bottom: 25px;
  margin-left: 30px;
  margin-top: 20px;
}
.list--disc>li {
  margin-left: 1em;
  margin-bottom: 10px;
  text-indent: 1em;
  padding-left: 3em;
  text-indent: -3em;
}
.list--disc>li:before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #666;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
.p-news-single__text {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: .05em;
}
.btm_list {
  font-size: 14px;
  line-height: 1.6;
}
.tite01{
  font-size: 13px;
  font-size: 1.3rem;
    margin: 10px 0 0 5px;
}
.txt01 {
    padding-left: 20px;
}
.contact_agreement {
    width: 80%; 
    height: 130px; 
    overflow: scroll;
    border: 1px solid #ddd; 
    padding: 10px;
    margin: 10px 80px;; 
    text-align: left;
    background-color: #fff;
}

@media only screen and (max-width: 1025px){
  .event-detail {
    padding: 40px;
  }
  .tab-none {
    display: none;
  }
  .l-header__logo {
    max-width: 145px;
  }
  .l-header__nav-item {
    margin-left: 15px;
  }
  .c-title {
    margin-top: 10px;
    font-size: 40px;
  }
  .c-foot-contact {
    display: block;
    padding: 35px 40px 50px;
  }
  .c-foot-contact__tel {
    margin-top: 30px;
  }
  .c-foot-contact .c-link-btn-slide {
    margin-top: 30px;
  }
  .c-foot-contact__title {
    text-align: center;
  }
  .c-foot-contact__lead {
    text-align: center;
  }
  .c-foot-contact__tel-title {
    text-align: center;
  }
  .c-foot-contact__tel-num {
    text-align: center;
  }
  .c-foot-contact__tel-date {
    text-align: center;
  }
  .p-index-about__inner {
    display: block;
  }
  .p-index-about__wrap {
    max-width: 100%;
  }
  .p-index-about__wrap-link {
    margin: 35px auto 40px !important;
  }
  .p-index-about__img {
    display: block;
    margin: 0 auto;
  }
  .c-link-btn-slide {
    width: 100%;
    height: 100%;
    text-decoration: none;
  }
  .c-link-btn-slide__animation {
    display: none;
  }
  .c-blue-btn {
    display: block;
    max-width: 550px;
    padding: 20px 30px;
    margin: 0 auto;
    font-weight: 500;
    color: #fff;
    text-align: center;
    border-radius: 50px;
  }
  .p-news-tag {
    justify-content: center;
    max-width: 800px;
  }
  .p-news-tag__item::before {
    height: 15px;
  }
  .p-news-tag__item:last-of-type::after {
    height: 15px;
  }
  .p-news-tag__item {
    height: 20px;
  }
  .p-news-tag__item-link {
    font-size: 14px;
  }
  .p-contact-front__global {
    margin: auto;
  }
  .p-contact-front__card-title {
    font-size: 24px;
  }
  .p-contact-input__radio-name:not(:first-of-type) {
    margin-left: 16px;
  }
  .p-contact-input__form-text {
    margin: 10px 0 0;
  }
  .p-contact-input__form-box::after {
    top: 25px;
    right: 16px;
  }
  .p-contact-input__form-date {
    width: 91%;
  }
  .p-recruit-input__radio-name:not(:first-of-type) {
    padding-left: 30px;
    margin-left: 15px;
  }
  .p-privacy__table-data {
    padding: 10px;
  }
  .p-service__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }
  .p-service__stock-img--pc {
    width: 100%;
  }
  .p-company-access__summary-title {
    margin-right: 0;
  }
  .p-company-access__list-item span:nth-child(1) {
    margin-right: 0;
  }
  .p-company-access__list-item span:nth-child(2) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 768px) and (max-width: 768px){
  .p-news-tag__item-link::after {
    bottom: -2px;
  }
}

@media only screen and (max-width: 768px){
  .tab-none {
    display: block;
  }
  .baner_area {
    margin: 0 10px;
  }
  .p-contact-agreement__checkbox-check {
    font-size: 11px;
    padding-left: 3px;
  }
  .baner_area img {
    width: 100%;
  }
  .sp-none {
    display: none;
  }
  .l-footer.index {
    height: 200px;
  }
  .l-footer {
    padding: 30px 0;
  }
  .l-footer__flex {
    flex-direction: column;
    gap: 30px;
  }
  .l-footer__wrap-logo img {
    max-width: 150px;
  }
  .l-footer__wrap-address {
    margin-top: 15px;
  }
  .l-footer__menu {
    flex-wrap: wrap;
    gap: 20px;
    row-gap: 10px;
    justify-content: center;
  }
  .l-footer__menu:last-of-type {
    margin-top: 20px;
  }
  .l-footer__menu-item {
    font-size: 14px;
  }
  .l-footer__menu-item--small {
    font-size: 12px;
  }
  .l-footer__copy {
    text-align: center;
  }
  .l-header__nav {
    display: none;
  }
  .l-header__hamburger-btn {
    position: relative;
    z-index: 40;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .l-header__hamburger-btn > span {
    position: absolute;
    left: 12px;
    display: inline-block;
    height: 2px;
    background-color: #fff;
    transition: all .4s;
  }
  .l-header__hamburger-btn > span:nth-of-type(1) {
    top: 17px;
    width: 50%;
  }
  .l-header__hamburger-btn > span:nth-of-type(2) {
    top: 24px;
    width: 30%;
  }
  .l-header__hamburger-btn.active span:nth-of-type(1) {
    top: 15px;
    left: 13px;
    width: 35%;
    transform: translateY(6px) rotate(-45deg);
  }
  .l-header__hamburger-btn.active span:nth-of-type(2) {
    top: 27px;
    left: 13px;
    width: 35%;
    transform: translateY(-6px) rotate(45deg);
  }
  .l-header__hamburger {
    position: absolute;
    top: 0;
    left: -110%;
    display: block;
    width: 100vw;
    height: 100vh;
    padding-top: 80px;
    background: rgba(0, 24, 69, 0.8);
  }
  .l-header__hamburger-item {
    display: block;
    padding: 20px 0;
    margin: 0 auto;
  }
  .l-header__hamburger-item a {
    display: block;
    padding: 0 20px;
    overflow: hidden;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    letter-spacing: .06em;
  }
  .l-header__hamburger-item span {
    display: block;
    transition: transform .5s;
    transform: translate3d(0, 100%, 0);
  }
  .l-header__hamburger-item span.item-fade {
    transform: translate3d(0, 0, 0);
  }
  .l-header__hamburger-item:last-child {
    padding: 20px 0;
    background-color: transparent;
  }
  .l-header__hamburger-item:last-child > div {
    display: inline-block;
    overflow: hidden;
  }
  .l-header__hamburger-item:last-child a {
    display: inline-block;
    padding: 0 5px;
  }
  .l-header__hamburger-item:last-child a:first-child {
    padding-left: 0;
  }
  .l-header__hamburger-item:last-child span {
    display: inline-block;
    font-size: 15px;
    color: #fff;
  }
  .l-lower-title {
    padding: 20px 0;
  }
  .c-title {
    font-size: 30px;
  }
  .c-sub-title--thin {
    font-weight: 300;
  }
  .c-link-btn-slide {
    font-size: 20px;
  }
  .c-link-btn-slide--small {
    font-size: 16px;
  }
  .c-lowerpage-contact {
    margin-top: 50px;
  }
  .c-foot-contact {
    padding: 25px 20px 35px;
  }
  .c-foot-contact__title {
    font-size: 30px;
  }
  .c-foot-contact__lead {
    margin-top: 10px;
  }
  .p-index-mv__news {
    height: 40px;
    padding: 0 25px;
  }
  .p-index-mv__news-title {
    width: 60px;
    padding-right: 60px;
    font-size: 14px;
  }
  .p-index-mv__news-list {
    gap: 100px;
  }
  .p-index-mv__news-date, .p-index-mv__news-tag {
    margin-right: 10px;
    font-size: 10px;
  }
  .p-index-about {
    padding: 50px 0;
    background: #ebebeb url(/hca/image/top/about-bg.png) no-repeat bottom right/cover;
  }
  .p-index-about__wrap-subtitle {
    margin-top: 30px;
  }
  .p-index-about__wrap-text {
    font-size: 14px;
  }
  .p-index-about__wrap-link {
    font-size: 16px;
  }
  .p-index-about__wrap-link .lato {
    font-size: 16px;
  }
  .p-index-about__img {
    max-width: 180px;
  }
  .p-index-about__bg-loop {
    top: 20%;
    margin-top: 30px;
    font-size: 120px;
  }
  .p-index-strength {
    padding: 50px 0;
  }
  .p-index-strength__text {
    margin-top: 20px;
    font-size: 14px;
    text-align: left;
  }
  .p-index-strength__list {
    gap: 0;
    margin: 30px auto 50%;
  }
  .p-index-strength__list-item:nth-of-type(even) img {
    margin-top: 140%;
  }
  .p-index-strength__list-item {
    width: calc(30% - 3px);
  }
  .p-index-strength__list-item:nth-of-type(odd) {
    position: relative;
    z-index: 5;
  }
  .p-index-strength__list-item:nth-of-type(even) {
    position: absolute;
  }
  .p-index-strength__list-item:nth-child(2) {
    left: 17%;
  }
  .p-index-strength__list-item:nth-child(4) {
    right: 17%;
  }
  .p-index-strength__chart {
    padding: 25px 15px;
    margin-top: 30px;
  }
  .p-index-strength__chart-wrap {
    height: 300px;
  }
  .p-index-strength__btn {
    margin-top: 30px;
  }
  .p-index-content {
    padding: 50px 0 40px;
  }
  .p-index-content__text {
    margin-top: 15px;
    font-size: 14px;
  }
  .p-index-content__link .c-blue-btn {
    font-size: 16px;
  }
  .p-index-content__contact {
    margin-top: 50px;
  }
  .c-blue-btn {
    display: block;
    max-width: 100%;
    padding: 16px 10px;
    margin: auto;
    font-weight: 500;
    color: #fff;
    text-align: center;
    border-radius: 50px;
  }
  .p-news-content {
    padding: 30px 0 40px;
  }
  .p-news-tag__item {
    width: auto;
  }
  .p-news-tag__item-link {
    padding: 0 15px;
    font-size: 12px;
  }
  .p-news-tag__item-link::after {
    position: absolute;
    bottom: -5px;
    left: calc(50% - 12.5px);
    width: 0;
    height: 2px;
    content: "";
    background-color: #004da4;
    border-radius: 2px;
    transition: all .3s;
  }
  .p-news-list {
    margin: 30px auto 0;
  }
  .p-news-list__item-date {
    margin-right: 5px;
  }
  .p-news-list__item-tag {
    width: 100px;
    padding: 2px 0;
    font-size: 11px;
  }
  .p-news-list__item-text {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .p-news-single__title {
    font-size: 20px;
    line-height: 1.5;
  }
  .p-news-single__img {
    margin-bottom: 20px;
  }
  .p-news-single__num-title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.5;
  }
  .p-news-single__border-title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.5;
  }
  .p-news-single__border-title::before {
    top: .3em;
  }
  .p-news-single__nondetail-title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.5;
  }
  .p-news-single__contact {
    gap: 10px;
    padding: 30px 20px;
  }
  .p-news-single__contact > h4 {
    font-size: 18px;
  }
  .p-news-single__contact p {
    font-size: 14px;
  }

  .l-lower-content--small {
    margin: 15px auto;
  }
  .p-contact-front {
    margin-bottom: 200px;
  }
  .p-contact-front {
    margin-bottom: 100px;
  }
  .p-contact-front__global {
    display: block;
    margin: 0 auto;
  }
  .p-contact-front__card {
    padding: 35px 10px;
  }
  .p-contact-front__card-box {
    margin: 0 0 20px;
  }
  .p-contact-front__card-title {
    font-size: 20px;
  }
  .p-contact-front__blue-btn {
    width: 90%;
    margin: 30px auto 0;
  }
  .p-contact-front {
    font-size: 15px;
  }
  .p-contact-input {
    padding: 20px 10px;
  }
  .p-contact-input__radio-name {
    display: inline-block;
    padding-left: 30px;
    margin: 10px 0 0;
  }
  .p-contact-input__radio-name:not(:first-of-type) {
    margin-left: 5px;
  }
  .p-contact-input__box {
    display: inline-block;
  }
  .p-contact-input__radio {
    margin-left: 0;
    text-align: center;
  }
  .p-contact-input__form {
    display: block;
    margin: 25px 0 0;
  }
  .p-contact-input__form-group {
    display: inline-block;
  }
  .p-contact-input__title--small {
    width: 133px;
    padding: 0 0 10px;
  }
  .p-contact-input__form-position {
    margin: 10px 0 0;
  }
  .p-contact-input__select--small {
    width: 100%;
  }
  .p-contact-input__form-box {
    width: 100%;
  }
  .p-contact-input__form-date {
    margin: 10px 0 0;
  }
  .p-contact-input__form-item-text {
    margin-right: 20px;
  }
  .p-contact-agreement__submit {
    height: 45px;
    margin: 20px 0 0;
  }
  .p-contact-agreement {
      padding: 10px 0;
  }
  .p-contact-agreement__submit-btn:disabled {
    height: 50px;
  }
  .p-contact-agreement__submit-btn {
    height: 50px;
  }
  .p-contact-agreement__submit.two {
    margin: 30px 0 60px;
  }
  .p-contact-agreement__submit-btn.gray {
      margin-bottom: 10px;
  }
  .p-recruit-forms {
    padding: 50px 0 0;
    margin: 0 0 40px;
  }
  .p-recruit-input {
    padding: 0 10px;
  }
  .p-recruit-input__radio-name {
    display: inline-block;
  }
  .p-recruit-input__radio-name:not(:first-of-type) {
    margin: 15px 0 0;
  }
  .p-recruit-input__box {
    display: block;
    justify-content: center;
  }
  .p-recruit-input__form {
    display: inline-block;
    width: 100%;
  }
  .p-recruit-input__form-group {
    display: inline-block;
    max-width: 500px;
  }
  .p-recruit-input__title--small {
    width: 133px;
    padding: 0 0 10px;
  }
  .p-recruit-input__form-position {
    width: 150px;
    margin: 0;
  }
  .p-recruit-input__form-text {
    width: 100%;
  }
  .p-recruit-input__form-box {
    margin-top: 10px;
  }
  .p-recruit-input__form-date:first-child {
    margin: 10px 0 0;
  }
  .p-recruit-agreement__submit {
    margin: 0;
  }
  .p-recruit-agreement__submit-btn:disabled {
    height: 50px;
  }
  .p-recruit-agreement__submit-btn {
    height: 50px;
  }
  .p-service__content {
    margin: 50px 0;
  }
  .p-service__title {
    font-size: 25px;
  }
  .p-service__text {
    font-size: 14px;
  }
  .p-service__title--wide {
    margin: 52px 0 45px;
  }
  .p-service__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .p-service__list-title {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .p-service__merit-list {
    display: inline-block;
  }
  .p-service__merit-item {
    width: 100%;
  }
  .p-service__merit-item:nth-child(2) {
    margin: 28px 0;
  }
  .p-service__stock {
    height: 470px;
    padding: 0 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
  .p-service__stock-scroll {
    margin: 40px 0 20px;
    overflow-x: scroll;
  }
  .p-service__stock-img--pc {
    display: none;
    width: auto;
    margin: 40px 0 0;
  }
  .p-service__stock-title--sp {
    position: absolute;
    display: inline-block;
    width: 100%;
    max-width: 175px;
    padding: 30px 0 0 20px;
  }
  .p-service__stock-img--sp {
    display: inline-block;
    height: 420px;
    padding: 130px 0 25px 20px;
  }
  .p-service__stock-text {
    margin: 20px 10px 0;
    font-size: 10px;
  }
  .p-company-lead {
    margin-top: 50px;
  }
  .p-company-lead__title {
    margin-bottom: 10px;
    font-size: 25px;
  }
  .p-company-lead__text {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .p-company-summary {
    margin-top: 50px;
  }
  .p-company-summary__title {
    font-size: 20px;
  }
  .p-company-summary__wrap {
    padding: 25px clamp(10px, 5.72vw, 66px);
    margin-top: 20px;
  }
  .p-company-summary__wrap-title {
    padding-left: 15px;
    margin-top: 15px;
  }
  .p-company-summary__wrap-detail {
    padding-left: 15px;
    margin-top: 10px;
    font-size: 14px;
  }
  .p-company-message {
    flex-direction: column-reverse;
    margin-top: 50px;
  }
  .p-company-message__title {
    font-size: 20px;
  }
  .p-company-message__text {
    margin-top: 20px;
    font-size: 14px;
  }
  .p-company-message__img-img {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    margin-top: 30px;
    background: url(/hca/image/company/president.png) no-repeat center 0/cover;
  }
  .p-company-member {
    margin-top: 50px;
  }
  .p-company-member__title {
    font-size: 20px;
  }
  .p-company-member__wrap {
    flex-direction: column;
    gap: 45px;
    margin-top: 30px;
  }
  .p-company-member__box {
    width: 100%;
  }
  .p-company-member__box-title {
    font-size: 18px;
  }
  .p-company-member__box-title span {
    font-size: 14px;
  }
  .p-company-member__box-text {
    margin-top: 15px;
    font-size: 14px;
  }
  .p-company-history {
    margin-top: 60px;
  }
  .p-company-history__title {
    font-size: 20px;
  }
  .p-company-history__list-item {
    display: block;
    padding: 15px 20px;
  }
  .p-company-history__list-date {
    display: block;
    margin-top: 15px;
  }
  .p-company-history__list-text {
    margin-top: 8px;
    font-size: 14px;
  }
  .p-company-access__title {
    font-size: 20px;
  }
  .p-company-access__wrap {
    display: block;
  }
  .p-company-access__map {
    width: 100%;
  }
  .p-company-access__summary {
    display: block;
    margin-top: 20px;
  }
  .p-company-access__summary-detail {
    margin-top: 15px;
    font-size: 14px;
  }
  .p-company-access__list-item {
    display: inline-block;
    font-size: 13px;
  }
  .p-company-access__text {
    font-size: 11px;
  }

 .p-event-box {
     display: block;
  }
  .p-event-box__wrap {
     max-width: 100%;
  }
  .p-event-box__text {
     margin-bottom: 20px;
  }
  .p-event-box__img {
     max-width: 100%;
  }
  .contact_agreement {
    margin: 10px auto;
    width: 90%;
    }
}

@media only screen and (min-width: 1025px){
  .pc-none {
    display: none;
  }
  .c-link-btn-slide {
    width: auto;
  }
  .c-blue-btn {
    background: transparent;
  }
  .p-news-tag__item-link:hover {
    color: #004da4;
  }
  .p-news-tag__item-link:hover::after {
    width: 25px;
  }
  .p-news-list__item:hover {
    background: #f5f5f5;
  }
  .p-news-list__item:hover::before, .p-news-list__item:hover::after {
    content: "";
    opacity: 1;
    transform: translate(10px, 0);
  }
  .p-news-list__item:hover::before {
    right: 25px;
  }
  .p-news-list__item:hover::after {
    right: 15px;
    transform: rotate(45deg);
  }
}

