/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
input,
textarea {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 0.625vw;
  }
}
@media screen and (max-width: 799px) {
  html {
    font-size: 2.667vw;
  }
}
body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI,
    Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴ ProN W3, Arial,
    メイリオ, Meiryo, sans-serif;
  font-style: normal;
  color: #1a1a1a;
  font-size: 16px;
}
@media screen and (max-width: 799px) {
  body {
    font-size: 1.4rem;
  }
}
::-moz-selection {
  background: #b42446;
  color: #fff;
}
::selection {
  background: #b42446;
  color: #fff;
}
*,
::before,
::after {
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
figure {
  margin: 0;
  padding: 0;
}
figure img {
  max-width: 100%;
  height: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol,
ul {
  list-style: none;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}
.recruit-interview .splide {
  display: none;
}
.recruit-interview .splide.active {
  display: block;
}
.splide__container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  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-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-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;
  -webkit-box-sizing: border-box;
  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: transparent;
  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;
}
@-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;
  -moz-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-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: 0.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: 0.9;
}
.splide__arrow:disabled {
  opacity: 0.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: 0.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: 0.7;
  padding: 0;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.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: 0.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;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .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;
  }
}
.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 transparent;
  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-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}
.splide__pagination__page.is-active {
  -webkit-transform: scale(1);
  transform: scale(1);
  background-color: #000;
}
.splide__arrow {
  background-color: #b42446;
  width: 3rem;
  opacity: 1;
}
.splide__arrow svg {
  fill: #fff;
}
.splide__arrow:disabled {
  opacity: 0.3;
}
.splide__arrow--prev {
  left: -1.5rem;
}
.splide__arrow--next {
  right: -1.6rem;
}
.common-linklists {
  margin-top: 34px;
  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;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 38px;
}
@media screen and (max-width: 799px) {
  .common-linklists {
    margin-top: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 1.6rem;
  }
}
.common-linklists-item a {
  font-size: 16px;
  color: #1a1a1a;
  position: relative;
}
@media screen and (max-width: 799px) {
  .common-linklists-item a {
    font-size: 1.4rem;
  }
}
.common-linklists-item a::before {
  content: "";
  display: inline-block;
  margin-right: 1rem;
  width: 21px;
  height: 21px;
  background: url("../images/common/icon-arrow5.svg") no-repeat center
    center/cover;
  vertical-align: -4px;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}
@media screen and (max-width: 799px) {
  .common-linklists-item a::before {
    width: 1.6rem;
    height: 1.6rem;
    vertical-align: -4px;
  }
}
.common-arrow {
  position: relative;
}
.common-arrow::before {
  content: "";
  display: inline-block;
  margin-right: 0.7rem;
  width: 18px;
  height: 18px;
  background: url("../images/common/icon-arrow1.svg") no-repeat top center/100%;
  vertical-align: -3px;
}
@media screen and (max-width: 799px) {
  .common-arrow::before {
    width: 1.8rem;
    height: 1.8rem;
    vertical-align: -1px;
  }
}
.common-topics {
  padding-top: 86px;
}
@media screen and (max-width: 799px) {
  .common-topics {
    padding-top: 3.2rem;
  }
}
.common-topics__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
  margin-top: 56px;
}
@media screen and (max-width: 799px) {
  .common-topics__wrap {
    margin-top: 3.2rem;
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
    gap: 3.2rem;
  }
}
.common-topics__new {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 799px) {
  .common-topics__new {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media screen and (max-width: 799px) {
  .common-topics__slider {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 32rem;
  }
}
.common-topics__sliderpage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1.2rem;
  padding-top: 1.2rem;
  border-top: 1px solid #dadce0;
}
.common-topics__sliderpage .splide__arrows--ltr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.common-topics__sliderpage .splide__arrow {
  position: relative;
  width: 24px;
  height: 24px;
  -webkit-transform: translate(0);
  transform: translate(0);
}
@media screen and (max-width: 799px) {
  .common-topics__sliderpage .splide__arrow {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.common-topics__sliderpage .splide__arrow--prev {
  top: auto;
  left: auto;
}
.common-topics__sliderpage .splide__arrow--next {
  top: auto;
  right: auto;
}
.common-topics__sliderpage .splide__arrow svg {
  width: 20px;
  height: 9px;
}
@media screen and (max-width: 799px) {
  .common-topics__sliderpage .splide__arrow svg {
    width: 2rem;
    height: 0.9rem;
  }
}
@media (hover: hover) {
  .common-topics__sliderpage .splide__arrow {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .common-topics__sliderpage .splide__arrow:hover {
    background-color: #fff;
    border: 1px solid #b42446;
  }
  .common-topics__sliderpage .splide__arrow:hover svg {
    fill: #b42446;
  }
}
.common-topics__sliderpage .splide__pagination {
  position: relative;
  bottom: auto;
  right: auto;
  left: auto;
}
.common-block01 {
  position: relative;
  padding-top: 35px;
  max-width: 1320px;
  margin: 0 auto;
}
@media screen and (max-width: 799px) {
  .common-block01 {
    padding-top: 20rem;
  }
}
.common-block01::after {
  position: absolute;
  top: 0px;
  right: 0;
  content: "";
  width: 918px;
  height: calc(100% - 40px);
  background: url("../images/top/sec-service.webp") no-repeat center right/cover;
}
@media screen and (max-width: 799px) {
  .common-block01::after {
    width: 100%;
    height: 25rem;
  }
}
.common-block01__ttl {
  position: relative;
  font-weight: 600;
  line-height: 175%;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "pwid" on;
  font-feature-settings: "pwid" on;
  font-size: 29px;
}
@media screen and (max-width: 799px) {
  .common-block01__ttl {
    line-height: 145%;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.common-block01__textarea {
  position: relative;
  z-index: 1;
  max-width: 648px;
  padding: 70px 35px 77px;
  background-color: #b42446;
  color: #fff;
  border-radius: 0.8rem;
}
@media screen and (max-width: 799px) {
  .common-block01__textarea {
    padding: 3.2rem 2rem;
  }
}
.common-block01__textarea-text {
  margin-top: 35px;
}
@media screen and (max-width: 799px) {
  .common-block01__textarea-text {
    margin-top: 2.4rem;
    font-size: 1.4rem;
  }
}
.common-block02 {
  display: flex;
  gap: 5.2rem;
}
@media screen and (max-width: 799px) {
  .common-block02 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.common-block02__left {
  min-width: 890px;
}
@media screen and (max-width: 799px) {
  .common-block02__left {
    width: 100%;
    min-width: auto;
  }
}
.common-block02__right {
  position: relative;
  min-width: 400px;
  max-width: 400px;
  background-color: #fff;
}
@media screen and (max-width: 799px) {
  .common-block02__right {
    position: fixed;
    left: 0;
    bottom: 0;
    min-width: auto;
    max-width: none;
    width: 100%;
    z-index: 10;
  }
}
@media screen and (max-width: 799px) {
  .common-block02__right .title-04 {
    display: none;
  }
}
.common-block02__right-lists {
  margin-top: 40px;
  padding-left: 24px;
}
@media screen and (max-width: 799px) {
  .common-block02__right-lists {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    gap: 1.6rem;
    margin-top: 0;
    padding: 0;
  }
}
@media screen and (max-width: 799px) {
  .common-block02__right-lists-item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}
.common-block02__right-lists-item + .common-block02__right-lists-item {
  margin-top: 21px;
}
@media screen and (max-width: 799px) {
  .common-block02__right-lists-item + .common-block02__right-lists-item {
    margin-top: 0;
  }
}
.common-block02__right-lists-item a {
  color: #1a1a1a;
  font-size: 16px;
}
@media screen and (max-width: 799px) {
  .common-block02__right-lists-item a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 799px) {
  .common-block02__right-listsspwrap {
    width: 100%;
    overflow-x: scroll;
    padding: 1rem;
  }
}
.common-block02__right-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 22px;
  margin-top: 43px;
}
.common-block02__right-btns [class^="btn-"] {
  max-width: 271px;
  padding: 16px 17px;
}
@media screen and (max-width: 799px) {
  .common-block02__right-btns {
    display: none;
  }
}
.common-block02__sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 85px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 799px) {
  .common-block02__sticky {
    position: relative;
    top: auto;
    left: auto;
  }
}
.common-block03 {
  margin-top: 70px;
}
.common-block03 .container {
  background: -webkit-radial-gradient(
    12.87% 40.37%,
    94.62% 865.1%,
    rgba(245, 245, 245, 0.2) 0%,
    rgba(255, 255, 255, 0.89) 51%,
    rgba(245, 245, 245, 0.88) 100%
  );
  background: radial-gradient(
    94.62% 865.1% at 12.87% 40.37%,
    rgba(245, 245, 245, 0.2) 0%,
    rgba(255, 255, 255, 0.89) 51%,
    rgba(245, 245, 245, 0.88) 100%
  );
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.common-block03__wrap {
  margin: 0 auto;
  padding: 105px 0;
  width: 1200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 799px) {
  .common-block03__wrap {
    max-width: 28.8rem;
    padding: 4rem 0;
    gap: 3.2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.common-block03__ttl {
  position: relative;
}
.common-block03__ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -156px;
  width: 140px;
  height: 1px;
  background-color: #b42446;
}
@media screen and (max-width: 799px) {
  .common-block03__ttl::after {
    width: 10rem;
    right: -11rem;
  }
}
.common-block03__btns {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
}
@media screen and (max-width: 799px) {
  .common-block03__btns {
    width: 100%;
    height: 12.4rem;
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.common-block03__btns [class^="btn-"] {
  width: 262px;
  padding: 21px 17.5px;
}
@media screen and (max-width: 799px) {
  .common-block03__btns [class^="btn-"] {
    padding: 1.8rem;
    width: 30rem;
  }
}
.common-block04 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  gap: 56px;
}
@media screen and (max-width: 799px) {
  .common-block04 {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
    gap: 3.2rem;
  }
}
.common-block04__pict {
  width: 350px;
}
@media screen and (max-width: 799px) {
  .common-block04__pict {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
.common-block04__pict-img {
  margin-top: 35px;
}
@media screen and (max-width: 799px) {
  .common-block04__pict-img {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 799px) {
  .common-block04__textarea {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
.common-block04__textarea .heading-03 {
  margin-bottom: 21px;
}
@media screen and (max-width: 799px) {
  .common-block04__textarea .text-16 {
    font-size: 1.4rem;
    margin-bottom: 2.4rem;
  }
}
.common-block04__textarea-links {
  margin-top: 1rem;
  text-align: right;
}
.common-block04__textarea-links a {
  color: #1a1a1a;
}
@media screen and (max-width: 799px) {
  .common-block04__textarea-links {
    margin-top: 1.6rem;
  }
  .common-block04__textarea-links a {
    font-size: 1.4rem;
  }
}
.common-block04__textarea-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 35px;
}
@media screen and (max-width: 799px) {
  .common-block04__textarea-card {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    margin-top: 4rem;
  }
}
.common-block05 {
  position: relative;
  padding-top: 70px;
}
@media screen and (max-width: 799px) {
  .common-block05 {
    padding-top: 20rem;
  }
}
.common-block05::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 918px;
  height: 400px;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}
@media screen and (max-width: 799px) {
  .common-block05::after {
    width: 100%;
    height: 25rem;
  }
}
.common-block05__ttl {
  position: relative;
  font-weight: 600;
  line-height: 175%;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "pwid" on;
  font-feature-settings: "pwid" on;
  font-size: 24px;
}
@media screen and (max-width: 799px) {
  .common-block05__ttl {
    line-height: 145%;
    font-size: 1.8rem;
  }
}
.common-block05__textarea {
  position: relative;
  z-index: 1;
  max-width: 567px;
  margin: 0 0 0 auto;
  padding: 70px 35px 77px;
  background-color: #b42446;
  color: #fff;
  border-radius: 0.8rem;
  -webkit-box-shadow: 0px 16px 72px 16px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 16px 72px 16px rgba(0, 0, 0, 0.18);
}
@media screen and (max-width: 799px) {
  .common-block05__textarea {
    padding: 3.2rem 2rem;
    max-width: 64.8rem;
  }
}
.common-block05__textarea-text {
  margin-top: 35px;
}
@media screen and (max-width: 799px) {
  .common-block05__textarea-text {
    margin-top: 2.4rem;
    font-size: 1.4rem;
  }
}
.common-block05._reverse::after {
  left: auto;
  right: 0;
}
.common-block05._reverse .common-block05__textarea {
  margin: 0 auto 0 0;
}
.common-productslist__text {
  margin-top: 21px;
  padding: 0 28px;
}
@media screen and (max-width: 799px) {
  .common-productslist__text {
    margin-top: 1.6rem;
    padding: 0 2rem;
  }
}
.common-productslist__select {
  position: relative;
  display: block;
  margin: 17.5px 0;
  padding-right: 17.5px;
  text-align: right;
}
@media screen and (max-width: 799px) {
  .common-productslist__select {
    margin: 2rem 0;
    padding-right: 2rem;
  }
}
.common-productslist__select::before {
  content: "";
  position: absolute;
  top: 15%;
  right: 0;
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #1a1a1a;
  border-right: 1px solid #1a1a1a;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.common-productslist__select select {
  cursor: pointer;
  color: #1a1a1a;
}
.common-productslist__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 35px 20px;
}
@media screen and (max-width: 799px) {
  .common-productslist__lists {
    gap: 1.6rem 4.7%;
  }
}
.common-productslist__lists .card-04 {
  width: calc(100% / 4.2);
}
.common-productslist__lists .card-04:nth-of-type(-n + 3) {
  width: calc(100% / 3.1);
}
@media screen and (max-width: 799px) {
  .common-productslist__lists .card-04 {
    width: calc(100% / 2.1);
  }
  .common-productslist__lists .card-04:nth-of-type(-n + 3) {
    width: 100%;
  }
  .common-productslist__lists .card-04:nth-of-type(n + 4) .card-04__text {
    display: none;
  }
}
.common-productslist__lists._column3 {
  margin-bottom: 4rem;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 799px) {
  .common-productslist__lists._column3 {
    margin-bottom: 3.2rem;
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.common-service__tag {
  margin-top: 24px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
@media screen and (max-width: 799px) {
  .common-service__tag {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.common-service__tag-item {
  padding: 21px 0;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  color: #aaa;
  border-bottom: 2px solid #e1e1e1;
}
@media screen and (max-width: 799px) {
  .common-service__tag-item {
    padding-bottom: 1.6rem;
    font-size: 1.5rem;
  }
  .common-service__tag-item:nth-of-type(n + 3) {
    padding-top: 1.6rem;
  }
}
.common-service__tag-item._active {
  color: #1a1a1a;
  border-color: #b42446;
}
@media (hover: hover) {
  .common-service__tag-item {
    -webkit-transition: color 0.3s, border-color 0.3s;
    transition: color 0.3s, border-color 0.3s;
  }
  .common-service__tag-item:hover {
    color: #1a1a1a;
    border-color: #b42446;
  }
}
.common-service__conts {
  display: none;
  margin-top: 48px;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}
.common-service__conts._active {
  display: -ms-grid;
  display: grid;
}
@media screen and (max-width: 799px) {
  .common-service__conts {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
    gap: 1.6rem;
  }
}
@media screen and (max-width: 799px) {
  .lower-fv .container {
    max-width: 100%;
    width: 100%;
  }
}
.lower-fv__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 48px 20px 50px;
  border-bottom: 1px solid #b42446;
}
@media screen and (max-width: 799px) {
  .lower-fv__wrap {
    display: block;
    padding: 2.4rem;
  }
}
.lower-fv__title {
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 799px) {
  .lower-fv__title {
    font-size: 3.1rem;
  }
}
.lower-fv__en {
  font-size: 16px;
  color: #b42446;
  line-height: 1;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(-27.5%, #d64869),
    color-stop(41.2%, #b52647),
    color-stop(109%, #83142e)
  );
  background: -webkit-linear-gradient(
    top,
    #d64869 -27.5%,
    #b52647 41.2%,
    #83142e 109%
  );
  background: linear-gradient(
    180deg,
    #d64869 -27.5%,
    #b52647 41.2%,
    #83142e 109%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media screen and (max-width: 799px) {
  .lower-fv__en {
    margin-top: 1rem;
    font-size: 1.4rem;
  }
}
.lower-fv__text {
  margin-top: 80px;
  padding: 0 30px;
  line-height: 175%;
  font-size: 18px;
}
@media screen and (max-width: 799px) {
  .lower-fv__text {
    margin-top: 0;
    font-size: 1.4rem;
    padding: 4rem 3rem;
  }
}
.recruitPages .lower-fv__wrap {
  border-color: #2446b4;
}
.recruitPages .lower-fv__en {
  color: #2446b4;
  background: none;
  -webkit-text-fill-color: unset;
  background-clip: inherit;
}
.wp-pagenavi {
  margin: 60px auto;
  text-align: center;
}
@media screen and (max-width: 799px) {
  .wp-pagenavi {
    margin: 6rem auto;
  }
}
.wp-pagenavi a,
.wp-pagenavi span {
  border: 0 !important;
}
.wp-pagenavi a.current,
.wp-pagenavi span.current {
  border: 0;
}
.wp-pagenavi a {
  color: #1a1a1a;
}
.breadcrumbs {
  background-color: #b42446;
  line-height: 1;
}
.breadcrumbs__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  height: 28px;
}
@media screen and (max-width: 799px) {
  .breadcrumbs__wrap {
    height: 2.2rem;
    gap: 2rem;
  }
}
.breadcrumbs p,
.breadcrumbs a {
  color: #fff;
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 799px) {
  .breadcrumbs p,
  .breadcrumbs a {
    font-size: 1.1rem;
  }
}
.breadcrumbs p:not(:last-child) {
  position: relative;
}
.breadcrumbs p:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -10px;
  content: "/";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 799px) {
  .breadcrumbs p:not(:last-child)::after {
    right: -1rem;
  }
}
.breadcrumbs p:last-child {
  color: #eda4b1;
}
.recruitPages .breadcrumbs {
  background-color: #2446b4;
}
.recruitPages .breadcrumbs p:last-child {
  color: #fff;
  opacity: 0.5;
}
._pc {
  display: block;
}
@media screen and (max-width: 960px) {
  ._pc {
    display: none;
  }
}
._tb {
  display: none;
}
@media screen and (max-width: 960px) {
  ._tb {
    display: block;
  }
}
._sp {
  display: none;
}
@media screen and (max-width: 799px) {
  ._sp {
    display: block;
  }
}
._xs {
  display: none;
}
@media screen and (max-width: 600px) {
  ._xs {
    display: block;
  }
}
.heading,
.heading-01,
.heading-02,
.heading-03,
.heading-04 {
  position: relative;
  font-weight: 600;
  line-height: 175%;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "pwid" on;
  font-feature-settings: "pwid" on;
}
@media screen and (max-width: 799px) {
  .heading,
  .heading-01,
  .heading-02,
  .heading-03,
  .heading-04 {
    line-height: 145%;
  }
}
.heading-01 {
  font-size: 44px;
}
@media screen and (max-width: 799px) {
  .heading-01 {
    font-size: 31px;
    font-size: 3.1rem;
  }
}
.heading-02 {
  font-size: 26px;
}
@media screen and (max-width: 799px) {
  .heading-02 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.heading-03 {
  font-size: 22px;
}
@media screen and (max-width: 799px) {
  .heading-03 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.heading-04 {
  font-size: 24px;
}
@media screen and (max-width: 799px) {
  .heading-04 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.title-01 {
  padding: 0 40px 20px;
  border-bottom: 1px solid #b42446;
  -webkit-border-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#b42446),
      to(#2446b4)
    )
    1;
  -webkit-border-image: -webkit-linear-gradient(left, #b42446 0%, #2446b4 100%)
    1;
  -o-border-image: linear-gradient(to right, #b42446 0%, #2446b4 100%) 1;
  border-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#b42446),
      to(#2446b4)
    )
    1;
  border-image: linear-gradient(to right, #b42446 0%, #2446b4 100%) 1;
}
@media screen and (max-width: 799px) {
  .title-01 {
    padding: 0 1rem 1.6rem;
  }
}
.title-01__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 799px) {
  .title-01__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.title-01__en {
  font-size: 19px;
  color: #b42446;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(-27.5%, #d64869),
    color-stop(41.2%, #b52647),
    color-stop(109%, #83142e)
  );
  background: -webkit-linear-gradient(
    top,
    #d64869 -27.5%,
    #b52647 41.2%,
    #83142e 109%
  );
  background: linear-gradient(
    180deg,
    #d64869 -27.5%,
    #b52647 41.2%,
    #83142e 109%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media screen and (max-width: 799px) {
  .title-01__en {
    margin-bottom: 0.4rem;
    font-size: 1.4rem;
  }
}
.title-01__link {
  position: relative;
  color: #222;
  font-size: 19px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-padding-after: 0.4rem;
  padding-block-end: 0.4rem;
}
@media screen and (max-width: 799px) {
  .title-01__link {
    font-size: 1.4rem;
    text-align: right;
  }
}
.title-01__link::before {
  content: "";
  display: inline-block;
  margin-right: 4.375px;
  margin-bottom: 2px;
  width: 15.75px;
  height: 15.75px;
  background: url("../images/common/icon-arrow1.svg") no-repeat center
    center/cover;
  vertical-align: -2px;
}
@media screen and (max-width: 799px) {
  .title-01__link::before {
    width: 1.2rem;
    height: 1.2rem;
    margin-bottom: 0;
  }
}
.title-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 3rem;
  padding-left: 2.4rem;
  border-left: 2px solid #b42446;
}
@media screen and (max-width: 799px) {
  .title-02 {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 799px) {
  .title-02 .heading-02 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    font-size: 1.8rem;
  }
}
.title-02__en {
  color: #b42446;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(-27.5%, #d64869),
    color-stop(41.2%, #b52647),
    color-stop(109%, #83142e)
  );
  background: -webkit-linear-gradient(
    top,
    #d64869 -27.5%,
    #b52647 41.2%,
    #83142e 109%
  );
  background: linear-gradient(
    180deg,
    #d64869 -27.5%,
    #b52647 41.2%,
    #83142e 109%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 16px;
}
@media screen and (max-width: 799px) {
  .title-02__en {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    font-size: 1.4rem;
  }
}
.title-03 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  padding: 14px 35px;
  border-top: 1px solid #b42446;
  border-bottom: 1px solid #b42446;
}
@media screen and (max-width: 799px) {
  .title-03 {
    padding: 1.6rem 2.6rem;
    font-size: 2.2rem;
  }
  .title-03._spExpansion {
    position: relative;
    max-width: none;
    width: calc(100% + 4.1rem);
    left: -2.05rem;
  }
}
.title-04 {
  padding-left: 21px;
  border-left: 2px solid #b42446;
}
@media screen and (max-width: 799px) {
  .title-04 {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.title-04__ja {
  font-size: 22px;
  font-weight: 600;
}
@media screen and (max-width: 799px) {
  .title-04__ja {
    font-size: 1.8rem;
  }
}
.title-04__en {
  font-size: 16px;
  color: #b42446;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(-27.5%, #d64869),
    color-stop(41.2%, #b52647),
    color-stop(109%, #83142e)
  );
  background: -webkit-linear-gradient(
    top,
    #d64869 -27.5%,
    #b52647 41.2%,
    #83142e 109%
  );
  background: linear-gradient(
    180deg,
    #d64869 -27.5%,
    #b52647 41.2%,
    #83142e 109%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media screen and (max-width: 799px) {
  .title-04__en {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    font-size: 1.4rem;
  }
}
.text,
.text-18,
.text-16,
.text-14,
.text-12 {
  position: relative;
  letter-spacing: 0.04em;
  line-height: 175%;
  -webkit-font-feature-settings: "pwid" on;
  font-feature-settings: "pwid" on;
}
.text-18 {
  font-size: 21px;
  line-height: 175%;
}
.text-16 {
  font-size: 16px;
  line-height: 175%;
}

.text-14 {
  font-size: 16px;
  line-height: 165%;
}
.text-12 {
  font-size: 14px;
  line-height: 165%;
}
@media screen and (max-width: 799px) {
  .text-16 {
    font-size: 1.6rem;
  }
  .text-14 {
    font-size: 1.4rem;
  }
  .text-12 {
    font-size: 1.2rem;
  }
}
.table-01 {
  width: 100%;
  border-top: 1px solid #dadce0;
  background-color: #fff;
  border-right: 1px solid #dadce0;
}
.table-01 tr {
  border-bottom: 1px solid #dadce0;
}
.table-01 th {
  width: calc(280 / 1280 * 100%);
  padding: 10.5px 17.5px;
  line-height: 1.5;
  background-color: #b42446;
  font-size: 14px;
  vertical-align: middle;
  color: #fff;
}
@media screen and (max-width: 799px) {
  .table-01 th {
    width: 10rem;
    padding: 1.2rem;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.table-01 td {
  width: calc(1000 / 1280 * 100%);
  padding: 10.5px 17.5px;
  line-height: 1.5;
  font-size: 14px;
}
.table-01 td a {
  color: #1a1a1a;
  font-size: 12px;
}
@media screen and (max-width: 799px) {
  .table-01 td {
    padding: 1.2rem;
    width: 23.5rem;
    font-size: 1.2rem;
  }
  .table-01 td a {
    font-size: 1.2rem;
  }
}
.btn-01 {
  position: relative;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 9px 16px 10px 4px;
  background-color: #b42446;
  border-radius: 4rem;
  border: 1px solid #b42446;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 799px) {
  .btn-01 {
    font-size: 1.2rem;
    padding: 1.8rem;
  }
}
.btn-01::before {
  content: "";
  position: absolute;
  right: 18px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 799px) {
  .btn-01::before {  
    width: 1rem;
    height: 1rem;
    right: 2rem;
  }
}

@media (hover: hover) {
  .btn-01 {
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
  }
  .btn-01::before {
    right: 2rem;
    width: 1rem;
    height: 1rem;
    -webkit-transition: border-color 0.3s, right 0.3s;
    transition: border-color 0.3s, right 0.3s;
  }
  .btn-01:hover {
    opacity: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    color: #b42446;
  }
  .btn-01:hover::before {
    right: 1rem;
    border-color: #b42446;
  }
}
.btn-02 {
  position: relative;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0.6rem 2rem;
  background-color: #fff;
  border-radius: 4rem;
  border: 1px solid #b42446;
  font-size: 16px;
  font-size: 16px;
  color: #b42446;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 799px) {
  .btn-02 {
    font-size: 1.2rem;
    padding: 1.8rem;
  }
}
.btn-02::before {
  content: "";
  position: absolute;
  right: 18px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #b42446;
  border-right: 1px solid #b42446;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 799px) {
  .btn-02::before {  
    width: 1rem;
    height: 1rem;
    right: 2rem;
  }
}
@media (hover: hover) {
  .btn-02 {
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
  }
  .btn-02::before {
    -webkit-transition: border-color 0.3s, right 0.3s;
    transition: border-color 0.3s, right 0.3s;
  }
  .btn-02:hover {
    opacity: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #b42446;
    color: #fff;
  }
  .btn-02:hover::before {
    right: 1rem;
    border-color: #fff;
  }
}
.btn-03 {
  position: relative;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0.6rem 2rem;
  background: -webkit-linear-gradient(
    1.82deg,
    #002dcd -1.17%,
    #185aff 37.37%,
    #2a7cef 106.33%
  );
  background: linear-gradient(
    88.18deg,
    #002dcd -1.17%,
    #185aff 37.37%,
    #2a7cef 106.33%
  );
  border-radius: 4rem;
  border: 1px solid #2446b4;
  font-size: 16px;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 799px) {
  .btn-03 {
    font-size: 1.2rem;
    padding: 1.8rem;
  }
}
.btn-03::before {
  content: "";
  position: absolute;
  right: 2rem;
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (hover: hover) {
  .btn-03 {
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
  }
  .btn-03::before {
    -webkit-transition: border-color 0.3s, right 0.3s;
    transition: border-color 0.3s, right 0.3s;
  }
  .btn-03:hover {
    opacity: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
    color: #2446b4;
  }
  .btn-03:hover::before {
    right: 1rem;
    border-color: #2446b4;
  }
}
.card-01 {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  border-radius: 0.8rem;
  overflow: hidden;
  border: 1px solid #dadce0;
}
@media screen and (max-width: 799px) {
  .card-01 {
    font-size: 14px;
    font-size: 1.4rem;
    border-radius: 0.4rem;
  }
}
.card-01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.card-01__link {
  position: relative;
  z-index: 1;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 64px 10px;
  color: #fff;
}
@media screen and (max-width: 799px) {
  .card-01__link {
    padding: 3rem 0.7rem;
  }
}
.card-01__title {
  position: relative;
  font-weight: 400;
}
.card-01__title::after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  width: 30px;
  height: 30px;
  background: url("../images/common/icon-arrow1.svg") no-repeat center
    center/cover;
  vertical-align: middle;
}
@media screen and (max-width: 799px) {
  .card-01__title::after {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.card-02 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #1a1a1a;
}
@media screen and (max-width: 799px) {
  .card-02 {
    display: block;
    padding: 1.2rem 1.6rem;
    position: relative;
  }
  .card-02::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.2rem;
    display: inline-block;
    width: 1.8rem;
    height: 1.8rem;
    background: url("../images/common/icon-arrow1.svg") no-repeat center
      center/cover;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .card-02:not(:last-child) {
    border-bottom: 1px solid #dadce0;
  }
}
.card-02__pict {
  border-radius: 0.8rem;
  overflow: hidden;
  max-height: 110px;
}
@media screen and (max-width: 799px) {
  .card-02__pict {
    display: none;
  }
}
.card-02__pict img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.card-02__ttl {
  margin-top: 8px;
  color: #1a1a1a;
  font-size: 19px;
}
@media screen and (max-width: 799px) {
  .card-02__ttl {
    font-size: 1.4rem;
    padding-right: 2.5rem;
    margin-top: 0.8rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}
.card-02__text {
  font-size: 14px;
}
@media screen and (max-width: 799px) {
  .card-02__text {
    font-size: 1.1rem;
  }
}
.card-02__text span {
  margin-left: 8px;
  padding: 2px 8px;
  color: #fff;
  background-color: #b42446;
  text-align: center;
  line-height: 1;
  border-radius: 0.4rem;
}
.card-02__text a {
  color: #fff;
}
.card-02__link {
  color: #1a1a1a;
  font-size: 19px;
}
@media screen and (max-width: 799px) {
  .card-02__link {
    font-size: 1.4rem;
    padding-right: 2.5rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}
.card-03 {
  color: #1a1a1a;
}
.card-03__pict {
  border-radius: 0.8rem;
  overflow: hidden;
}
.card-03__pict img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.card-03__text {
  margin-top: 16px;
  font-size: 16px;
}
.card-03__text a {
  color: #fff;
}
@media screen and (max-width: 799px) {
  .card-03__text {
    margin-top: 2.4rem;
    font-size: 1.2rem;
  }
}
.card-03__text span {
  margin-left: 8px;
  padding: 2px 8px;
  color: #fff;
  background-color: #b42446;
  text-align: center;
  line-height: 1;
  border-radius: 0.4rem;
  font-size: 14px;
}
@media screen and (max-width: 799px) {
  .card-03__text span {
    font-size: 1.1rem;
  }
}
.card-03__text span._blue {
  background-color: #2446b4;
}
.card-03__ttl {
  margin-top: 0.8rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.card-03__link {
  color: #1a1a1a;
}
.card-04 {
  -webkit-box-shadow: 0px 10px 48px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 10px 48px 8px rgba(0, 0, 0, 0.08);
  border-radius: 0.8rem;
  background-color: #fff;
  padding: 14px;
  color: #1a1a1a;
}
@media screen and (max-width: 799px) {
  .card-04 {
    padding: 1.1rem 1rem;
  }
}
.card-04__pict {
  width: 100%;
  height: 96px;
  border-radius: 0.4rem;
  overflow: hidden;
}
@media screen and (max-width: 799px) {
  .card-04__pict {
    height: 8rem;
  }
}
.card-04__pict img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.card-04__tag {
  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;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.8rem;
  margin-top: 14px;
  font-size: 12px;
}
@media screen and (max-width: 799px) {
  .card-04__tag {
    margin-top: 0.8rem;
    font-size: 1rem;
    gap: 0.2rem;
  }
}
.card-04__tag-item {
  border-radius: 0.4rem;
  overflow: hidden;
  background-color: #b42446;
}
@media screen and (max-width: 799px) {
  .card-04__tag-item {
    font-size: 1rem;
  }
}
.card-04__tag-item._blue {
  background-color: #2446b4;
}
.card-04__tag-item a {
  display: block;
  padding: 3.5px 7px;
  color: #fff;
}
@media screen and (max-width: 799px) {
  .card-04__tag-item a {
    font-size: 1rem;
  }
}
.card-04__text {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #dadce0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 14px;
}
@media screen and (max-width: 799px) {
  .card-04__text {
    margin-top: 1rem;
    padding-top: 1rem;
    font-size: 1.2rem;
  }
}
.card-04__ttl {
  position: relative;
  margin-top: 7px;
  padding-right: 13px;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 799px) {
  .card-04__ttl {
    margin-top: 0.8rem;
    padding-right: 1.5rem;
  }
}
.card-04__ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  margin-left: 11px;
  width: 15.75px;
  height: 15.75px;
  background: url("../images/common/icon-arrow1.svg") no-repeat center
    center/cover;
  vertical-align: middle;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}
@media screen and (max-width: 799px) {
  .card-04__ttl::after {
    right: 0;
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media screen and (max-width: 799px) {
  .card-04__ttl {
    font-size: 1.4rem;
  }
}
.card-04__ttl span {
  display: block;
  margin-top: 10.5px;
  font-size: 12px;
  font-weight: 400;
}
@media screen and (max-width: 799px) {
  .card-04__ttl span {
    margin-top: 1.2rem;
    font-size: 1.1rem;
  }
}
.card-04__link {
  display: block;
  color: #1a1a1a;
}
.card-05 {
  -webkit-box-shadow: 0px 16px 72px 16px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 16px 72px 16px rgba(0, 0, 0, 0.18);
  border-radius: 0.8rem;
  background-color: #2446b4;
  padding: 70px 45px;
  color: #fff;
}
@media (hover: hover) {
  .card-05:hover {
    opacity: 1;
    background-color: #4a6cdb;
  }
}
@media screen and (max-width: 799px) {
  .card-05 {
    padding: 1.6rem;
    -webkit-box-shadow: 0px 4px 12px 4px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 4px 12px 4px rgba(0, 0, 0, 0.06);
  }
}
.card-05__ttl {
  position: relative;
  margin-top: 7px;
}
.card-05__ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  display: inline-block;
  margin-left: 11.375px;
  width: 26.25px;
  height: 26.25px;
  background: url("../images/common/icon-arrow2.svg") no-repeat center
    center/cover;
  vertical-align: middle;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}
@media screen and (max-width: 799px) {
  .card-05__ttl::after {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.card-05__ttl a {
  display: block;
  color: #fff;
}
.card-05__text {
  margin-top: 35px;
}
@media screen and (max-width: 799px) {
  .card-05__text {
    margin-top: 1rem;
    font-size: 1.4rem;
  }
}
.card-06__ttl {
  font-size: 19px;
}
@media screen and (max-width: 799px) {
  .card-06__ttl {
    font-size: 1.6rem;
  }
}
.card-06__text {
  font-size: 12px;
}
@media screen and (max-width: 799px) {
  .card-06__text {
    font-size: 1.1rem;
  }
}
.card-06 a {
  position: relative;
  display: block;
  padding: 13.125px 24.5px 13.125px 12px;
  border: 1px solid #dadce0;
  border-radius: 0.4rem;
  background-color: #fff;
  color: #1a1a1a;
}
@media screen and (max-width: 799px) {
  .card-06 a {
    padding: 1.2rem 2rem;
  }
}
.card-06 a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  display: inline-block;
  width: 15.75px;
  height: 15.75px;
  background: url("../images/common/icon-arrow1.svg") no-repeat center
    center/cover;
  vertical-align: middle;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 799px) {
  .card-06 a::after {
    top: 29%;
    width: 1.2rem;
    height: 1.2rem;
  }
}
@media (hover: hover) {
  .card-06 a::after {
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
  }
}
.card-07 {
  position: relative;
  border-radius: 0.8rem;
  overflow: hidden;
  border: 2px solid #dadce0;
}
.card-07::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.card-07 a {
  display: block;
  position: relative;
  padding: 28px 35px;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 799px) {
  .card-07 a {
    padding: 1.6rem 2.6rem 1.6rem 1.6rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    font-size: 1.4rem;
  }
}
.card-07 a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url("../images/common/icon-arrow4.svg") no-repeat center
    center/cover;
  vertical-align: -2px;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 799px) {
  .card-07 a::after {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.card-08 {
  text-align: center;
}
.card-08__pict {
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  overflow: hidden;
}
@media screen and (max-width: 799px) {
  .card-08__pict {
    width: 16rem;
    height: 16rem;
  }
}
.card-08__ttl {
  margin-top: 10.5px;
  text-align: center;
}
@media screen and (max-width: 799px) {
  .card-08__ttl {
    margin-top: 1.2rem;
    font-size: 1.4rem;
  }
}
.card-08__lists {
  margin-top: 0.8rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
}
.card-08__lists a {
  text-align: center;
  color: #b42446;
  text-decoration: underline;
  font-size: 12px;
}
@media screen and (max-width: 799px) {
  .card-08__lists a {
    font-size: 1.2rem;
  }
}
.card-09 {
  border-radius: 0.4rem 0.4rem 0.8rem 0.8rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 16px 72px 16px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 16px 72px 16px rgba(0, 0, 0, 0.18);
}
@media screen and (max-width: 799px) {
  .card-09 {
    border-radius: 0.8rem;
  }
}
.card-09__pict img {
  width: 100%;
}
.card-09__textarea {
  position: relative;
  z-index: 1;
  margin-top: -8px;
  height: 100%;
  border-radius: 0.8rem 0.8rem 0 0;
  background-color: #b42446;
  -webkit-box-shadow: 0px 16px 72px 16px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 16px 72px 16px rgba(0, 0, 0, 0.18);
  padding: 42px 35px 63px;
  color: #fff;
}
@media screen and (max-width: 799px) {
  .card-09__textarea {
    margin-top: -1rem;
    padding: 2.4rem 3.2rem;
  }
}
.card-09__textarea-ttl {
  font-size: 1.8rem;
  line-height: 175%;
  letter-spacing: 0.04em;
  font-weight: 600;
}
@media screen and (max-width: 799px) {
  .card-09__textarea-ttl {
    font-size: 1.4rem;
  }
}
.card-09__textarea-text {
  margin-top: 10px;
  font-size: 16px;
  line-height: 175%;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 799px) {
  .card-09__textarea-text {
    font-size: 1.4rem;
    margin-top: 1.2rem;
  }
}
.card-10 {
  display: -ms-grid;
  display: grid;
  gap: 22px;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  padding: 18px 14px;
  background-color: #fff;
  border-radius: 0.4rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 10px 48px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 10px 48px 8px rgba(0, 0, 0, 0.08);
  color: #1a1a1a;
  position: relative;
}
@media screen and (max-width: 799px) {
  .card-10 {
    padding: 1.2rem;
    gap: 2.4rem;
  }
}
.card-10::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.6rem;
  display: inline-block;
  margin-left: 1.3rem;
  width: 15px;
  height: 15px;
  background: url("../images/common/icon-arrow1.svg") no-repeat center
    center/cover;
  vertical-align: middle;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 799px) {
  .card-10::after {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.card-10__pict {
  border-radius: 0.4rem;
  overflow: hidden;
}
@media screen and (max-width: 799px) {
  .card-10__pict {
    width: 14rem;
  }
}
.card-10__pict img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.card-10__textarea {
  padding-right: 26px;
}
@media screen and (max-width: 799px) {
  .card-10__textarea {
    width: 15.9rem;
    padding-right: 2.3rem;
  }
}
.card-10__textarea-ttl {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 4.5px;
  border-bottom: 1px solid #f5f5f5;
}
@media screen and (max-width: 799px) {
  .card-10__textarea-ttl {
    font-size: 1.4rem;
    padding-bottom: 0.5rem;
  }
}
.card-10__textarea-ttl span {
  display: block;
  font-size: 12px;
  font-weight: 400;
}
@media screen and (max-width: 799px) {
  .card-10__textarea-ttl span {
    font-size: 1.1rem;
  }
}
.card-10__textarea-text {
  margin-top: 8px;
  font-size: 14px;
  line-height: 165%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 799px) {
  .card-10__textarea-text {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
}
.card-11__pict {
  position: relative;
  display: block;
  z-index: 3;
  width: 12.8rem;
  height: 12.8rem;
  margin: 0 auto;
}
.card-11__pict::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(12.8rem + 4px);
  height: calc(12.8rem + 4px);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#b42446),
    to(#2446b4)
  );
  background-image: -webkit-linear-gradient(left, #b42446, #2446b4);
  background-image: linear-gradient(to right, #b42446, #2446b4);
  border-radius: 50%;
}
.card-11__pict img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.card-11__textarea {
  position: relative;
  padding: 1.6rem 2.4rem 2.4rem 2.4rem;
  background-color: #fff;
  text-align: center;
  border-radius: 0 0 0.4rem 0.4rem;
  height: calc(100% - 12.8rem);
}
.card-11__textarea::before {
  content: "";
  position: absolute;
  top: -2rem;
  left: 0;
  width: 100%;
  height: 2rem;
  background-color: #fff;
  border-radius: 0.4rem 0.4rem 0 0;
}
.card-11__textarea-ttl {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 175%;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 799px) {
  .card-11__textarea-ttl {
    font-size: 1.4rem;
  }
}
.card-11__textarea-text {
  margin-top: 1.2rem;
  font-size: 1.4rem;
  line-height: 165%;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 799px) {
  .card-11__textarea-text {
    font-size: 1.2rem;
  }
}
.list-01__item {
  border-bottom: 1px solid #c3c3c3;
}
.list-01__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #1a1a1a;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
  padding: 46px 20px;
  position: relative;
}
@media screen and (max-width: 799px) {
  .list-01__item a {
    padding: 1.6rem 1rem;
    gap: 1.6rem;
  }
}
.list-01__item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../images/common/icon-arrow1.svg") no-repeat center
    center/cover;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 799px) {
  .list-01__item a::after {
    right: 2rem;
    width: 1.8rem;
    height: 1.8rem;
  }
}
.list-01__item-date {
  font-size: 14px;
}
@media screen and (max-width: 799px) {
  .list-01__item-date {
    font-size: 1.1rem;
  }
}
.list-01__item-tag {
  padding: 2px 10px;
  font-size: 14px;
  color: #fff;
  background-color: #b42446;
  border-radius: 0.4rem;
  text-align: center;
}
@media screen and (max-width: 799px) {
  .list-01__item-tag {
    font-size: 1.1rem;
  }
}
.list-01__item-ttl {
  font-size: 16px;
}
@media screen and (max-width: 799px) {
  .list-01__item-ttl {
    width: 100%;
    font-size: 1.4rem;
  }
}
.list-02__item {
  position: relative;
  padding-left: 26px;
  font-size: 16px;
}
@media screen and (max-width: 799px) {
  .list-02__item {
    font-size: 1.4rem;
    padding-left: 3rem;
  }
}
.list-02__item + .list-02__item {
  margin-top: 13px;
}
@media screen and (max-width: 799px) {
  .list-02__item + .list-02__item {
    margin-top: 0.8rem;
  }
}
.list-02__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 17.5px;
  height: 17.5px;
  background: url("../images/common/icon-check.svg") no-repeat top center/100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 799px) {
  .list-02__item::before {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.list-02__item a {
  text-decoration: underline;
  font-size: 1.8rem;
}
@media screen and (max-width: 799px) {
  .list-02__item a {
    font-size: 1.4rem;
  }
}
.container {
  max-width: 1320px;
  margin: 0 auto;
}
@media screen and (max-width: 799px) {
  .container {
    width: 33.4rem;
  }
}
.container-02 {
  /* width: 124rem; */
}
@media screen and (max-width: 799px) {
  .container-02 {
    width: 33.2rem;
  }
}
.container--inner {
  padding: 0 40px;
}
@media screen and (max-width: 799px) {
  .container--inner {
    padding: 0 1rem;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  background-color: #fff;
  border-bottom: 1px solid #dadce0;
  height: 67px;
  scrollbar-width: none; 
}
.header::-webkit-scrollbar {
  display: none; 
}
@media screen and (max-width: 799px) {
  .header {
    padding: 1.8rem 1.6rem;
    overflow-x: unset;
    height: auto;
  }
}
.header .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4rem;
  min-width: 1480px; /* 最小幅を1480pxに設定 */
  padding: 0 40px;
  white-space: nowrap; /* 子要素が横に並ぶようにする */
}
@media screen and (max-width: 799px) {
  .header .container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    min-width: auto;
  }
}
.header-logo {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 148px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
@media screen and (max-width: 799px) {
  .header-logo {
    width: 10rem;
  }
}
.header-logo img {
  width: 100%;
}
@media screen and (max-width: 799px) {
  .header-nav {
    display: none;
  }
}
.header-nav__lists {
  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;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 48px;
}
@media screen and (max-width: 799px) {
  .header-nav__lists {
    gap: 5.6em;
  }
}
.header-nav__item {
  padding: 21px 0;
  cursor: pointer;
}
.header-nav__item a {
  color: #1a1a1a;
}
@media screen and (max-width: 799px) {
  .header-nav__item {
    padding: 0;
  }
}
.header-nav__item ._icon {
  position: relative;
}
.header-nav__item ._icon::before {
  content: "";
  position: absolute;
  top: 30%;
  right: -14px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #1a1a1a;
  border-right: 1px solid #1a1a1a;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 799px) {
  .header-nav__item ._icon::before {
    width: 0.7rem;
    height: 0.7rem;
    right: -2rem;
  }
}
.header-nav__item:hover ._icon::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header-nav__item:hover .header-nav__child {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
.header-nav__child {
  border-top: 1px solid #dadce0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 66px;
  left: 0;
  width: 100%;
  padding: 35px;
  background-color: #fff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 799px) {
  .header-nav__child {
    padding: 4rem;
  }
}
.header-nav__child .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 56px;
}
@media screen and (max-width: 799px) {
  .header-nav__child .container {
    gap: 6.4rem;
  }
}
.header-nav__childpict {
  width: 28rem;
}
.header-nav__childtextarea {
  width: 105rem;
}
.header-nav__subttl {
  padding-left: 18px;
  border-left: 2px solid #b42446;
}
@media screen and (max-width: 799px) {
  .header-nav__subttl {
    padding-left: 2rem;
  }
  
}
.header-nav__subttl a {
  position: relative;
  display: block;
  color: #1a1a1a;
  font-size: 22px;
  font-weight: 600;
}
@media screen and (max-width: 799px) {
  .header-nav__subttl a {
    font-size: 1.8rem;
  }
}
.header-nav__subttl a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  margin-left: 1.3rem;
  width: 16px;
  height: 16px;
  background: url("../images/common/icon-arrow1.svg") no-repeat center
    center/cover;
  vertical-align: middle;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 799px) {
  .header-nav__subttl a::after {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.header-nav__sublists {
  margin-top: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 3rem;
}
@media screen and (max-width: 799px) {
  .header-nav__sublists {
    margin-top: 2.4rem;
  }
  
}
.header-nav__sublists-item a {
  position: relative;
  display: block;
  padding: 10px;
  color: #1a1a1a;
  border-bottom: 1px solid #dadce0;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 799px) {
  .header-nav__sublists-item a {
    font-size: 1.2rem;
    padding: 1.2rem;
  }
}
.header-nav__sublists-item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  margin-left: 1.3rem;
  width: 16px;
  height: 16px;
  background: url("../images/common/icon-arrow1.svg") no-repeat center
    center/cover;
  vertical-align: middle;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 799px) {
  .header-nav__sublists-item a::after {
    width: 1.8rem;
    height: 1.8rem;
  }
  
}
.header-btn {
  margin-right: 0;
  margin-left: auto;
  width: 175px;
}
@media screen and (max-width: 799px) {
  .header-btn {
    display: none;
  }
}
.header-spbtn {
  display: none;
}
@media screen and (max-width: 799px) {
  .header-spbtn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2rem;
  }
}
.header-spbtn__tel img {
  width: 2.4rem;
}
.header-spbtn__mail img {
  width: 2.6rem;
}
.header-spbtn__navbtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-direction: column;
  width: 1.8rem;
  height: 1.2rem;
}
.header-spbtn__navbtn span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #1a1a1a;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-spbtn__navbtn._active span {
  position: relative;
}
.header-spbtn__navbtn._active span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0.6rem;
}
.header-spbtn__navbtn._active span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -0.4rem;
}
.header-spbtn__navbtn._active span:nth-of-type(3) {
  display: none;
}
.header-spnav {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 6rem;
  left: 0;
  z-index: 50;
  width: 100%;
  background-color: #fff;
  padding: 3.2rem 2rem;
  overflow-y: scroll;
  height: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  min-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 799px) {
  .header-spnav {
    min-width: auto;
  }
}
.header-spnav._active {
  opacity: 1;
  visibility: visible;
}
.header-spnav__wrap {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-bottom: 10rem;
}
.header-spnav__btns {
  margin-top: 2rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
}
.header-spnav__btns [class^="btn-"] {
  padding: 1rem 1.6rem;
  text-align: left;
  line-height: 1.2;
  height: 5rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.header-spnav__ttl {
  font-size: 1.8rem;
  padding-left: 2rem;
  border-left: 2px solid #b42446;
}
.header-spnav__ttl a {
  position: relative;
  display: block;
  color: #1a1a1a;
}
.header-spnav__ttl a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  margin-left: 1.3rem;
  width: 1.8rem;
  height: 1.8rem;
  background: url("../images/common/icon-arrow1.svg") no-repeat center
    center/cover;
  vertical-align: middle;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-spnav__lists {
  margin-top: 2.4rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 3rem;
}
.header-spnav__lists-item {
  font-size: 1.2rem;
}
.header-spnav__lists-item a {
  position: relative;
  display: block;
  padding: 1.2rem;
  color: #1a1a1a;
  border-bottom: 1px solid #dadce0;
}
.header-spnav__lists-item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  margin-left: 1.3rem;
  width: 1.8rem;
  height: 1.8rem;
  background: url("../images/common/icon-arrow1.svg") no-repeat center
    center/cover;
  vertical-align: middle;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-spnav__item + .header-spnav__item {
  margin-top: 3rem;
}
.header-spnav__item._service .header-spnav__lists {
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: (1fr) [2];
  grid-template-rows: repeat(2, 1fr);
}
.header-spnav__item._service .header-spnav__lists-item:nth-of-type(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 2 / 2;
}
.header-spnav__item._service .header-spnav__lists-item:nth-of-type(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1 / 2 / 2 / 3;
}
.header-spnav__item._service .header-spnav__lists-item:nth-of-type(3) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 2 / 1 / 3 / 3;
}
.header-spnav__item._recruit .btn-03 {
  margin-top: 2rem;
}
.header-spnav__item._recruit .header-spnav__ttl {
  border-color: #2446b4;
}
.header-spnav__item._recruit .header-spnav__ttl a::after {
  background-image: url("../images/common/icon-arrow3.svg");
}
.header-spnav__item._recruit .header-spnav__lists-item a::after {
  background-image: url("../images/common/icon-arrow3.svg");
}
.footer {
  min-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 799px) {
  .footer {
    min-width: auto;
  }
}
.footer-company {
  background-color: #f5f5f5;
  padding: 49px 0;
}
@media screen and (max-width: 799px) {
  .footer-company {
    padding: 3.2rem 0;
  }
}
.footer-company__wrap {
  margin-top: 26px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 799px) {
  .footer-company__wrap {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
    gap: 1.2rem;
  }
}
.footer-links__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 35px 105px;
  padding: 42px 0 70px;
}
@media screen and (max-width: 799px) {
  .footer-links__wrap {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
    gap: 3.2rem;
    padding: 3.2rem 0;
  }
}
.footer-links__item a {
  position: relative;
  display: block;
  padding: 0.5rem 0;
  color: #1a1a1a;
}
.footer-links__item a::before {
  content: "";
  position: absolute;
  top: 27%;
right: 18px;
width: 7px;
height: 7px;
  border-top: 1px solid #1a1a1a;
  border-right: 1px solid #1a1a1a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 799px) {
  .footer-links__item a::before {
    right: 1.5rem;
    width: 0.8rem;
    height: 0.8rem;
  }
}
@media (hover: hover) {
  .footer-links__item a::before {
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
  }
  .footer-links__item a:hover::before {
    right: 1rem;
  }
}
.footer-links__ttl {
  border-bottom: 1px solid #dadce0;
}
.footer-links__ttl a {
  padding-bottom: 2rem;
  font-size: 19px;
}
@media screen and (max-width: 799px) {
  .footer-links__ttl a {
    font-size: 1.8rem;
  }
}
.footer-links__list {
  margin-top: 14px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 14px;
}
@media screen and (max-width: 799px) {
  .footer-links__list {
    gap: 1.2rem 1.6rem;
  }
}
.footer-links__list._service {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-links__list._service .footer-links__list-item:nth-of-type(1) {
  width: 100%;
}
.footer-links__list._service .footer-links__list-item:nth-of-type(n + 2) {
  width: calc(50% - 0.8rem);
}
.footer-links__list + .footer-links__ttl {
  margin-top: 3rem;
}
.footer-links__list-item a {
  font-size: 14px;
}
@media screen and (max-width: 799px) {
  .footer-links__list-item a {
    font-size: 1.4rem;
  }
}
.footer-links__list-item a::before {
  top: 33%;
}
.footer-support {
  padding: 35px 0;
  background-color: #1a1a1a;
  color: #fff;
}
@media screen and (max-width: 799px) {
  .footer-support {
    padding: 4rem 0;
  }
}
.footer-support .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 799px) {
  .footer-support .container {
    max-width: 28.8rem;
    gap: 3.2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.footer-support__ttl {
  position: relative;
  font-size: 22px;
}
@media screen and (max-width: 799px) {
  .footer-support__ttl {
    font-size: 1.8rem;
  }
}
.footer-support__ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -158px;
  width: 140px;
  height: 1px;
  background-color: #fff;
}
@media screen and (max-width: 799px) {
  .footer-support__ttl::after {
    width: 10rem;
    right: -11rem;
  }
}
.footer-support__btns {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
}
@media screen and (max-width: 799px) {
  .footer-support__btns {
    width: 100%;
    height: 12.4rem;
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.footer-support__btns [class^="btn-"] {
  padding: 16px 62px;
}
@media screen and (max-width: 799px) {
  .footer-support__btns [class^="btn-"] {
    padding: 1.8rem;
  }
}
.footer-info {
  padding: 70px 0;
  background-color: #f5f5f5;
}
@media screen and (max-width: 799px) {
  .footer-info {
    padding: 4rem 0;
  }
}
.footer-info__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (max-width: 799px) {
  .footer-info__logo {
    display: block;
  }
}
.footer-info__logo-company {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 70px;
  font-size: 14px;
  color: #1a1a1a;
}
@media screen and (max-width: 799px) {
  .footer-info__logo-company {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
    gap: 2.8rem;
    text-align: center;
    font-size: 1.4rem;
  }
}
.footer-info__logo-company figure {
  position: relative;
  display: block;
}
.footer-info__logo-company figure::after {
  content: "";
  position: absolute;
  top: 0;
  right: -35px;
  height: 100%;
  width: 1px;
  background-color: #1a1a1a;
}
@media screen and (max-width: 799px) {
  .footer-info__logo-company figure::after {
    top: auto;
    bottom: -1.4rem;
    right: 50%;
    width: 25.5rem;
    height: 1px;
    -webkit-transform: translate(50%);
    transform: translate(50%);
  }
}
.footer-info__logo-pagetop {
  font-size: 14px;
  color: #1a1a1a;
  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;
  cursor: pointer;
  position: fixed;
  right: 1rem;
  bottom: 5rem;
  z-index: 9;
}
@media screen and (max-width: 799px) {
  .footer-info__logo-pagetop p {
    display: none;
  }
}
.footer-info__logo-pagetop img {
  width: 30px;
  height: 30px;
  margin-left: 1rem;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media screen and (max-width: 799px) {
  .footer-info__logo-pagetop img {
    width: 3rem;
    height: 3rem;
  }
}
.footer-info__links {
  margin-top: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 799px) {
  .footer-info__links {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
    gap: 3.2rem;
  }
}
.footer-info__links ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 799px) {
  .footer-info__links ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8rem 2.4rem;
    text-align: center;
  }
}
.footer-info__links ul li {
  font-size: 14px;
}
@media screen and (max-width: 799px) {
  .footer-info__links ul li {
    font-size: 1.4rem;
  }
}
.footer-info__links ul li a {
  font-size: 14px;
  color: #1a1a1a;
}
@media screen and (max-width: 799px) {
  .footer-info__links ul li a {
    font-size: 1.4rem;
  }
}
.footer-info__links p {
  font-size: 12px;
}
@media screen and (max-width: 799px) {
  .footer-info__links p {
    text-align: center;
    font-size: 1.2rem;
  }
}
.footer .sp-recruitbtn {
  display: none;
}
@media screen and (max-width: 799px) {
  .footer .sp-recruitbtn {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 21rem;
  }
}
.main {
  padding-top: 68px;
  min-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 799px) {
  .main {
    padding-top: 6.1rem;
    min-width: auto;
  }
}
.top .breadcrumbs {
  display: none;
}
@media screen and (max-width: 799px) {
  .top .breadcrumbs {
    display: block;
  }
}
.top-fv {
  position: relative;
  padding: 5.7rem 0 2.3rem;
}
@media screen and (max-width: 799px) {
  .top-fv {
    padding: 2.4rem 0;
  }
}
.top-fv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white url("../images/top/fv-bg.svg") no-repeat top center/cover;
  opacity: 0.8;
  background-blend-mode: hard-light;
}
@media screen and (max-width: 799px) {
  .top-fv::before {
    background-image: url("../images/top/fv-bg_sp.svg");
    background-size: 100%;
    opacity: 0.15;
  }
}
.top-fv__wrap {
  position: relative;
  max-width: 1480px;
  margin: 0 auto;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 799px) {
  .top-fv__wrap {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
    gap: 1.6rem;
  }
}
@media screen and (max-width: 799px) {
  .top-fv-textarea {
    width: 100%;
  }
}
.top-fv-textarea .container {
  width: 100%;
  margin-right: 0;
  padding-left: 10%;
}
@media screen and (max-width: 799px) {
  .top-fv-textarea .container {
    width: 33.4rem;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
  }
}
.top-fv-textarea__en {
  color: #b42446;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(-27.5%, #d64869),
    color-stop(41.2%, #b52647),
    color-stop(109%, #83142e)
  );
  background: -webkit-linear-gradient(
    top,
    #d64869 -27.5%,
    #b52647 41.2%,
    #83142e 109%
  );
  background: linear-gradient(
    180deg,
    #d64869 -27.5%,
    #b52647 41.2%,
    #83142e 109%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.top-fv-textarea__text {
  margin-top: 40px;
}
@media screen and (max-width: 799px) {
  .top-fv-textarea__text {
    margin-top: 1.6rem;
    font-size: 1.4rem;
  }
}
.top-fv-links {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 20rem;
}
@media screen and (max-width: 799px) {
  .top-fv-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc((15.1 * 3 + 0.8 * 2) * 1rem);
    gap: 0.8rem;
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 799px) {
  .top-fv-links__spwrap {
    overflow: scroll;
    padding-bottom: 0.5rem;
  }
}
.top-fv-links .card-01 {
  background-size: cover;
}
.top-fv-links .card-01:nth-of-type(1) {
  background-image: url("../images/top/fv-link-01.webp");
}
.top-fv-links .card-01:nth-of-type(2) {
  background-image: url("../images/top/fv-link-02.webp");
}
.top-fv-links .card-01:nth-of-type(3) {
  background-image: url("../images/top/fv-link-03.webp");
}
@media screen and (max-width: 799px) {
  .top-fv-links .card-01 {
    width: 15.1rem;
  }
}
.top-fv-vision {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.top-fv-vision__slider .splide__pagination {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 799px) {
  .top-fv-vision__slider {
    width: 33.4rem;
    height: 28rem;
    margin: 0 auto;
  }
}
.top-fv-vision__news {
  position: absolute;
  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;
  gap: 14px;
  margin-top: 8px;
  padding: 20px 60px;
  width: 100%;
  margin-left: 0;
  margin-right: auto;
  background-color: #0f0f0f;
  color: #fff;
  bottom: 0;
}
@media screen and (max-width: 799px) {
  .top-fv-vision__news {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem 1.2rem;
    width: 100%;
    margin-top: 2.4rem;
    padding: 1rem 1.6rem;
    position: relative;
  }
}
.top-fv-vision__news::after {
  content: "";
  position: absolute;
  top: 52%;
  right: 4rem;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../images/common/icon-arrow1.svg") no-repeat center
    center/100%;
  vertical-align: middle;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 799px) {
  .top-fv-vision__news::after {
    right: 1.6rem;
    width: 1.8rem;
    height: 1.8rem;
  }
}
@media screen and (max-width: 799px) {
  .top-fv-vision__news-date {
    font-size: 1.1rem;
  }
}
.top-fv-vision__news-tag {
  padding: 0.1rem 0.8rem;
  background-color: #b42446;
  text-align: center;
  border-radius: 0.4rem;
  line-height: 150%;
}
@media screen and (max-width: 799px) {
  .top-fv-vision__news-tag {
    font-size: 1.1rem;
  }
}
.top-fv-vision__news-ttl {
  font-size: 16px;
}
@media screen and (max-width: 799px) {
  .top-fv-vision__news-ttl {
    width: 100%;
    font-size: 1.4rem;
  }
}
.top .common-topics__new {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  max-width: 596px;
  width: 100%;
}
@media screen and (max-width: 799px) {
  .top .common-topics__new {
    max-width: 100%;
    width: auto;
  }
}
.top .common-topics__slider {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  max-width: 596px;
}
@media screen and (max-width: 799px) {
  .top .common-topics__slider {
    max-width: 100%;
  }
}
.top-othermedia {
  padding-top: 10rem;
}
@media screen and (max-width: 799px) {
  .top-othermedia {
    padding-top: 4.8rem;
  }
}
.top-othermedia .container {
  gap: 210px;
  max-width: 920px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 799px) {
  .top-othermedia .container {
    max-width: 28.8rem;
    gap: 3.2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.top-othermedia__ttl {
  position: relative;
  white-space: nowrap;
}
.top-othermedia__ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -158px;
  width: 140px;
  height: 1px;
  background-color: #b42446;
}
@media screen and (max-width: 799px) {
  .top-othermedia__ttl::after {
    width: 14rem;
    right: -18rem;
  }
}
@media screen and (max-width: 799px) {
  .top-othermedia__ttl {
    font-size: 1.4rem;
  }
}
.top-othermedia__link {
  position: relative;
  color: #1a1a1a;
}
@media screen and (max-width: 799px) {
  .top-othermedia__link {
    font-size: 1.4rem;
    max-width: 22rem;
    margin: 0 auto;
  }
}
.top-othermedia__link::before {
  content: "";
  display: inline-block;
  margin-right: 12px;
  width: 16px;
  height: 16px;
  background: url("../images/common/icon-arrow1.svg") no-repeat center
    center/cover;
  vertical-align: -3px;
}
@media screen and (max-width: 799px) {
  .top-othermedia__link::before {
    position: absolute;
    top: 50%;
    left: -2rem;
    margin-right: 0;
    width: 1.2rem;
    height: 1.2rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.top-products {
  position: relative;
  padding-top: 10rem;
}
@media screen and (max-width: 799px) {
  .top-products {
    padding-top: 4.8rem;
  }
}
.top-products::before {
  content: "";
  position: absolute;
  top: 30rem;
  left: 0;
  display: inline-block;
  width: 120rem;
  height: 81rem;
  background: white url("../images/top/products-bg.svg") no-repeat top left/100%;
  opacity: 0.8;
  background-blend-mode: hard-light;
}
@media screen and (max-width: 799px) {
  .top-products::before {
    top: 70rem;
    width: 100%;
    height: 50%;
    background: white url("../images/top/products-bg_sp.svg") no-repeat top
      left/100%;
  }
}
.top-products::after {
  content: "";
  position: absolute;
  top: 70%;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 30%;
  background: white url("../images/top/products-bg2.svg") no-repeat center
    center/100%;
  opacity: 0.5;
  background-blend-mode: hard-light;
}
@media screen and (max-width: 799px) {
  .top-products::after {
    top: 160rem;
    width: 100%;
    height: 50%;
    background: white url("../images/top/products-bg_sp.svg") no-repeat top
      left/100%;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
}
.top-products .common-block01 {
  margin-top: 49px;
}
.top-products .productslist-wrap {
  position: relative;
}
.top-products .common-productslist {
  position: relative;
  z-index: 1;
  margin-top: 7rem;
}
.top-recruit {
  position: relative;
  padding: 87.5px 0 127.5px;
  background: url("../images/top/sec-recruit.jpg.webp") no-repeat center 230px/100%;
}
@media screen and (max-width: 799px) {
  .top-recruit {
    padding: 6.4rem 0rem;
    background: url("../images/top/sec-recruit.jpg.webp") no-repeat center 20rem /
      auto 37.5rem;
  }
}
.top-recruit::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: inline-block;
  width: 100%;
  height: 30%;
  background: white url("../images/top/recruit-bg.svg") no-repeat center
    center/100%;
  opacity: 0.5;
  background-blend-mode: hard-light;
}
@media screen and (max-width: 799px) {
  .top-recruit::after {
    height: 10%;
    background-size: 300%;
    opacity: 0.8;
  }
}
.top-recruit__wrap {
  margin-top: 475px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  gap: 5.6rem;
}
@media screen and (max-width: 799px) {
  .top-recruit__wrap {
    margin-top: 34rem;
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
    gap: 1.6rem;
  }
}
.company {
  overflow: visible;
}
.company-main {
  margin-top: 105px;
}
@media screen and (max-width: 799px) {
  .company-main {
    margin-top: 0;
  }
}
.company-greeting {
  position: relative;
  padding-bottom: 60%;
}
.company-greeting::before {
  content: "";
  position: absolute;
  top: 0;
  left: -40%;
  z-index: -1;
  width: 140%;
  height: 32.8rem;
  background: url("../images/company/detail-bg.svg") no-repeat center left/100%;
  opacity: 0.8;
  background-color: white;
  background-blend-mode: hard-light;
}
@media screen and (max-width: 799px) {
  .company-greeting::before {
    top: 40rem;
    left: -3rem;
    width: 100%;
    height: 20rem;
  }
}
@media screen and (max-width: 799px) {
  .company-greeting {
    padding-bottom: 0;
  }
}
.company-greeting__wrap {
  margin-top: 35px;
  padding: 0 35px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
}
@media screen and (max-width: 799px) {
  .company-greeting__wrap {
    margin-top: 3.2rem;
    padding: 0;
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
    gap: 4rem;
  }
}
.company-greeting__wrap img {
  margin-top: 6.4rem;
  height: auto;
  object-fit: contain;
}
.company-greeting__pict {
  display: block;
  position: absolute;
  left: -14rem;
  bottom: 0;
  max-width: calc(100% + 14rem);
  width: calc(100% + 14rem);
}
@media screen and (max-width: 799px) {
  .company-greeting__pict {
    margin-top: 3.2rem;
    position: relative;
    left: auto;
    bottom: auto;
    max-width: 100%;
    width: 100%;
  }
}
.company-greeting__pict img {
  height: auto;
  object-fit: contain;
}
/* .company-overview {
  padding-top: 8rem;
}
@media screen and (max-width: 799px) {
  .company-overview {
    padding-top: 4rem;
  }
} */

.company-overview__container {
  margin-top: 72px;
}

@media screen and (max-width: 799px) {
  .company-overview__container {
    margin-top: 4rem;
  }
}

.company-overview .title-03 {
  padding-left: 0;
}
@media screen and (max-width: 799px) {
  .company-overview .title-03 {
    padding: 1.6rem 2.6rem;
  }
}
.company-overview__item {
  margin-top: 35px;
}
@media screen and (max-width: 799px) {
  .company-overview__item {
    margin-top: 3.2rem;
  }
}

.company-overview__item._map {
  margin-top: 0;
}
.company-overview__item .heading-02 {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 799px) {
  .company-overview__item .heading-02 {
    font-size: 2.2rem;
  }
}
.company-overview__item._map {
  position: relative;
}
.company-overview__map {
  margin-top: 4rem;
}
@media screen and (max-width: 799px) {
  .company-overview__map {
    margin-top: 3.2rem;
  }
}
.company-overview__item._map::after {
  content: "";
  position: absolute;
  top: -60%;
  right: -40%;
  z-index: -1;
  width: 100%;
  height: 32.8rem;
  background: url("../images/company/detail-bg2.svg") no-repeat center
    center/100%;
  opacity: 0.8;
  background-color: white;
  background-blend-mode: hard-light;
}
@media screen and (max-width: 799px) {
  .company-overview__item._map::after {
    width: 100%;
    background-size: 211%;
    top: -4rem;
    right: -2rem;
    height: 10rem;
    background-position: 30% 0;
  }
}
.company-overview__item .common-arrow::before {
  vertical-align: middle;
}
.company-overview__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
}
@media screen and (max-width: 799px) {
  .company-overview__wrap {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
    gap: 0.4rem;
  }
}
.company-overview__map iframe {
  width: 100%;
  height: 100%;
}
.company-overview__picts {
  position: relative;
  padding-bottom: 54.6%;
}
@media screen and (max-width: 799px) {
  .company-overview__picts {
    padding-bottom: 0;
  }
}
.company-overview__picts-wrap {
  position: absolute;
  left: -14rem;
  bottom: 0;
  max-width: calc(100% + 14rem);
  width: calc(100% + 14rem);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
}
.company-overview__picts-wrap img {
  width: 100%;
}
@media screen and (max-width: 799px) {
  .company-overview__picts-wrap {
    position: relative;
    left: auto;
    bottom: 0;
    max-width: 100%;
    width: 100%;
  }
}
.company-detail {
  position: relative;
  margin-bottom: 9rem;
  margin-top: 9rem;
}
.company-detail::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 84rem;
  height: 32.8rem;
  background: url("../images/company/detail-bg4.svg") no-repeat center
    center/100%;
  opacity: 0.2;
  background-color: white;
  background-blend-mode: hard-light;
}
@media screen and (max-width: 799px) {
  .company-detail::after {
    width: 100%;
    background-size: 160%;
    top: 1%;
    right: 0;
    height: 14rem;
    background-position: 0% 49%;
    opacity: 0.8;
  }
}
@media screen and (max-width: 799px) {
  .company-detail {
    margin-bottom: 5rem;
    margin-top: 5rem;
    background-size: 100%;
  }
}
.company-detail__item {
  margin-top: 35px;
  padding: 0 35px;
}
@media screen and (max-width: 799px) {
  .company-detail__item {
    margin-top: 2.4rem;
    padding: 0;
  }
}
.company-detail__lists {
  margin-top: 1rem;
  background-color: #fff;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [5];
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
}
@media screen and (max-width: 799px) {
  .company-detail__lists {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.company-detail__lists-item {
  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;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 26px 14px;
  font-size: 14px;
  border-bottom: 1px solid #c3c3c3;
  border-left: 1px solid #c3c3c3;
}
@media screen and (max-width: 799px) {
  .company-detail__lists-item {
    padding: 1.6rem 1.2em;
    font-size: 1.2rem;
  }
}
.company-detail__lists-item:nth-of-type(-n + 5) {
  border-top: 1px solid #c3c3c3;
}
@media screen and (max-width: 799px) {
  .company-detail__lists-item:nth-of-type(-n + 5) {
    border-top: 0;
  }
}
.company-detail__lists-item:nth-of-type(5n),
.company-detail__lists-item:nth-last-of-type(1) {
  border-right: 1px solid #c3c3c3;
}
@media screen and (max-width: 799px) {
  .company-detail__lists-item:nth-of-type(5n),
  .company-detail__lists-item:nth-last-of-type(1) {
    border-right: 0;
  }
}
.company-detail__lists-item:nth-of-type(-n + 2) {
  border-top: 1px solid #c3c3c3;
}
@media screen and (max-width: 799px) {
  .company-detail__lists-item:nth-of-type(2n),
  .company-detail__lists-item:nth-last-of-type(1) {
    border-right: 1px solid #c3c3c3;
  }
}
.company .common-topics {
  display: none;
  position: relative;
  margin-bottom: 12rem;
}
.company .common-topics::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 84rem;
  height: 32.8rem;
  background: url("../images/company/detail-bg3.svg") no-repeat center
    center/100%;
  opacity: 0.6;
  background-color: white;
  background-blend-mode: hard-light;
}
@media screen and (max-width: 799px) {
  .company .common-topics {
    margin-bottom: 7rem;
  }
}
.company .common-block02__right-lists-item:nth-last-of-type(1) {
  display: none;
}
.archive {
  overflow: visible;
}
@media screen and (max-width: 799px) {
  .archive {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 799px) {
  .archive-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.archive-block__left {
  width: 100%;
}
@media screen and (max-width: 799px) {
  .archive-block__left {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media screen and (max-width: 799px) {
  .archive-block__right {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    z-index: 10;
    padding-bottom: 4.8rem;
    max-width: 100%;
    min-width: auto;
  }
}
@media screen and (max-width: 799px) {
  .archive-block__right .title-04 {
    display: block;
  }
  .archive-block__right .title-04__en {
    font-size: 1.4rem;
  }
  .archive-block__right .title-04__ja {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 799px) {
  .archive-block__right-lists {
    margin-top: 3rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .archive-block__right-lists .common-arrow::before {
    width: 1.2rem;
    height: 1.2rem;
  }
}
@media screen and (max-width: 799px) {
  .archive-block__right-lists-item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}
@media screen and (max-width: 799px) {
  .archive-block__right-lists-item + .archive-block__right-lists-item {
    margin-top: 0;
  }
}
@media screen and (max-width: 799px) {
  .archive-block__right-lists-item a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 799px) {
  .archive-block__right-listsspwrap {
    width: 100%;
    overflow-x: visible;
    padding: 0;
  }
}
.archive .common-block03 {
  margin-bottom: 105px;
}
.post-type-archive-post .lower-fv__text {
  margin-top: 4rem;
}
@media screen and (max-width: 799px) {
  .post-type-archive-post .lower-fv__text {
    margin-top: 0;
  }
}
.post-type-archive-products .lower-fv .container {
  padding-bottom: 105px;
  border-bottom: 1px solid #b42446;
}
@media screen and (max-width: 799px) {
  .post-type-archive-products .lower-fv .container {
    padding-bottom: 0;
  }
}
.post-type-archive-products .archiveproducts-data {
  position: relative;
  margin-top: -105px;
  padding-top: 210px;
}
@media screen and (max-width: 799px) {
  .post-type-archive-products .archiveproducts-data {
    margin-top: -12rem;
    padding-top: 24rem;
  }
}
.post-type-archive-products .archiveproducts-data::before {
  content: "";
  position: absolute;
  top: -20%;
  left: 0;
  z-index: -1;
  width: 84rem;
  height: 32rem;
  background: url("../images/archiveproducts/data-bg.svg") no-repeat top
    left/100%;
  opacity: 0.5;
  background-color: white;
  background-blend-mode: hard-light;
}
@media screen and (max-width: 799px) {
  .post-type-archive-products .archiveproducts-data::before {
    width: 100%;
    top: 40%;
    left: 0;
    background-position: 2% center;
    background-size: 400%;
    height: 15rem;
  }
}
@media screen and (max-width: 799px) {
  .post-type-archive-products .archiveproducts-data {
    margin-top: -4rem;
    padding-top: 8rem;
    background-position: 0 30%;
  }
}
.post-type-archive-products .archiveproducts-data .container {
  padding-bottom: 105px;
  border-bottom: 1px solid #b42446;
}
@media screen and (max-width: 799px) {
  .post-type-archive-products .archiveproducts-data .container {
    padding-bottom: 4rem;
  }
}
.post-type-archive-products .archiveproducts-products {
  position: relative;
  margin-top: 105px;
  padding-bottom: 105px;
}
@media screen and (max-width: 799px) {
  .post-type-archive-products .archiveproducts-products {
    margin-top: 12rem;
    padding-bottom: 12rem;
  }
}
.post-type-archive-products .archiveproducts-products::before {
  content: "";
  position: absolute;
  bottom: -20%;
  right: 0;
  z-index: -1;
  width: 84rem;
  height: 32rem;
  background: url("../images/archiveproducts/data-bg2.svg") no-repeat top
    left/100%;
  opacity: 0.5;
  background-color: white;
  background-blend-mode: hard-light;
}
@media screen and (max-width: 799px) {
  .post-type-archive-products .archiveproducts-products::before {
    width: 100%;
    bottom: 0;
    left: 0;
    background-position: 91% 24%;
    background-size: 190%;
    height: 15rem;
  }
}
@media screen and (max-width: 799px) {
  .post-type-archive-products .archiveproducts-products {
    margin-top: 4rem;
    padding-bottom: 4rem;
    background-position: -10% 121%;
    background-size: 160%;
  }
}
.post-type-archive-products
  .archiveproducts-products
  .common-block04__textarea-card
  .card-07 {
  background-position: center center;
}
.post-type-archive-products
  .archiveproducts-products
  .common-block04__textarea-card
  .card-07:nth-of-type(1) {
  width: 100%;
  background-image: url("../images/archiveproducts/card-bg1.jpg.webp");
  background-size: cover;
}
@media screen and (max-width: 799px) {
  .post-type-archive-products
    .archiveproducts-products
    .common-block04__textarea-card
    .card-07:nth-of-type(1) {
    width: 100%;
    min-height: 9.8rem;
  }
}
.post-type-archive-products
  .archiveproducts-products
  .common-block04__textarea-card
  .card-07:nth-of-type(2) {
  width: 443px;
  background-image: url("../images/archiveproducts/card-bg2.jpg.webp");
  background-size: cover;
}
@media screen and (max-width: 799px) {
  .post-type-archive-products
    .archiveproducts-products
    .common-block04__textarea-card
    .card-07:nth-of-type(2) {
    width: 100%;
    min-height: 9.8rem;
  }
}
.post-type-archive-products
  .archiveproducts-products
  .common-block04__textarea-card
  .card-07:nth-of-type(3) {
  width: 443px;
  background-image: url("../images/archiveproducts/card-bg3.jpg.webp");
  background-size: cover;
}
@media screen and (max-width: 799px) {
  .post-type-archive-products
    .archiveproducts-products
    .common-block04__textarea-card
    .card-07:nth-of-type(3) {
    width: 100%;
    min-height: 9.8rem;
  }
}
.post-type-archive-products .archiveproducts-series {
  padding: 70px 0;
  background-color: #f5f5f5;
}
@media screen and (max-width: 799px) {
  .post-type-archive-products .archiveproducts-series {
    padding: 4rem 0;
  }
}
.post-type-archive-products .archiveproducts-series__conts {
  background: url("../images/archiveproducts/sec-service-datacaster.webp")
    no-repeat top left/60%;
}
@media screen and (max-width: 799px) {
  .post-type-archive-products .archiveproducts-series__conts {
    margin-top: 3.2rem;
    position: relative;
    padding-top: 16rem;
    background: none;
  }
  .post-type-archive-products .archiveproducts-series__conts::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: -10%;
    width: 38.8rem;
    height: 25rem;
    background: url("../images/archiveproducts/sec-service-datacaster.webp")
      no-repeat top left/cover;
  }
}
.post-type-archive-products .archiveproducts-series__textarea {
  width: 626.5px;
  margin: 36px 0 0 auto;
  background-color: #b42446;
  border-radius: 0.8rem;
  color: #fff;
  padding: 70px 35px;
  -webkit-box-shadow: 0px 16px 72px 16px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 16px 72px 16px rgba(0, 0, 0, 0.18);
}
@media screen and (max-width: 799px) {
  .post-type-archive-products .archiveproducts-series__textarea {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 4rem 0 0 auto;
    padding: 3.2rem 2rem;
  }
}
.post-type-archive-products .archiveproducts-series__textarea p {
  margin-top: 35px;
}
@media screen and (max-width: 799px) {
  .post-type-archive-products .archiveproducts-series__textarea p {
    font-size: 1.4rem;
    margin-top: 4rem;
  }
}
.post-type-archive-products .archiveproducts-series__features {
  margin-top: 35px;
}
@media screen and (max-width: 799px) {
  .post-type-archive-products .archiveproducts-series__features {
    margin-top: 4rem;
  }
}
.post-type-archive-products .archiveproducts-series__features-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.post-type-archive-products .archiveproducts-series__features-ttl {
  position: relative;
  font-size: 22px;
  font-weight: 600;
  width: 227.5px;
}
@media screen and (max-width: 799px) {
  .post-type-archive-products .archiveproducts-series__features-ttl {
    font-size: 1.8rem;
    width: 26rem;
  }
}
.post-type-archive-products .archiveproducts-series__features-ttl span {
  display: block;
  font-size: 12px;
  font-weight: 400;
}
@media screen and (max-width: 799px) {
  .post-type-archive-products .archiveproducts-series__features-ttl span {
    font-size: 1.2rem;
  }
}
.post-type-archive-products .archiveproducts-series__features-ttl ._icon {
  position: absolute;
  top: 0;
  left: 10rem;
}
@media screen and (max-width: 799px) {
  .post-type-archive-products .archiveproducts-series__features-ttl ._icon {
    width: 14rem;
    left: 2rem;
    top: 1rem;
  }
}
.post-type-archive-products .archiveproducts-series__features-cardwrap {
  margin-top: 52.5px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
  gap: 82px;
}
@media screen and (max-width: 799px) {
  .post-type-archive-products .archiveproducts-series__features-cardwrap {
    gap: 3.2rem;
    margin-top: 6rem;
    padding-bottom: 0.5rem;
    width: calc(100% - 30rem);
  }
  .post-type-archive-products
    .archiveproducts-series__features-cardwrap
    .card-08 {
    width: 18.8rem;
  }
}
@media screen and (max-width: 799px) {
  .post-type-archive-products .archiveproducts-series__features-spwrap {
    width: 100%;
    overflow-x: scroll;
  }
}
.post-type-archive-products .archiveproducts-productslist {
  position: relative;
  margin-top: 113px;
}
@media screen and (max-width: 799px) {
  .post-type-archive-products .archiveproducts-productslist {
    margin-top: 4.8rem;
  }
}
.post-type-archive-products .archiveproducts-productslist::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 160rem;
  height: 100%;
  background: url("../images/archiveproducts/data-bg3.svg") no-repeat left 30rem/100%;
  opacity: 0.8;
  background-color: white;
  background-blend-mode: hard-light;
}
@media screen and (max-width: 799px) {
  .post-type-archive-products .archiveproducts-productslist::after {
    width: 100%;
    top: 0;
    left: 0;
    background-position: 91% 65%;
    background-size: 190%;
    height: 100%;
  }
}
.post-type-archive-products .archiveproducts-service {
  margin: 47px 0;
}
@media screen and (max-width: 799px) {
  .post-type-archive-products .archiveproducts-service {
    margin-top: 4rem;
  }
}
.post-type-archive-products .archiveproducts-service__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.8fr;
  grid-template-columns: 1fr 0.8fr;
  gap: 48px;
  margin-top: 44px;
  padding-left: 35px;
}
@media screen and (max-width: 799px) {
  .post-type-archive-products .archiveproducts-service__wrap {
    gap: 3.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 5rem;
    padding-left: 0;
  }
}
@media screen and (max-width: 799px) {
  .post-type-archive-products .archiveproducts-service .card-09 {
    position: relative;
    padding-top: 16rem;
    overflow: visible;
  }
  .post-type-archive-products .archiveproducts-service .card-09__textarea {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .post-type-archive-products .archiveproducts-service .card-09::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: -2rem;
    width: 37.5rem;
    height: 25rem;
    background: url(../images/archiveproducts/sec-service-all.webp) no-repeat
      top left/100%;
    border-radius: 0.8rem;
  }
}
@media screen and (max-width: 799px) {
  .post-type-archive-products .archiveproducts-service .card-09__pict {
    display: none;
  }
}
@media screen and (max-width: 799px) {
  .post-type-archive-products .archiveproducts-service .card-09__textarea {
    border-radius: 0.8rem;
  }
}
.post-type-archive-products .archiveproducts-service .card-09__textarea-ttl {
  font-size: 22px;
}
@media screen and (max-width: 799px) {
  .post-type-archive-products .archiveproducts-service .card-09__textarea-ttl {
    font-size: 1.8rem;
  }
}
.post-type-archive-products .archiveproducts-service__lists {
  margin-top: 42px;
}
@media screen and (max-width: 799px) {
  .post-type-archive-products .archiveproducts-service__lists {
    margin-top: 0;
  }
}
.post-type-archive-products .archiveproducts-service__lists-item + div {
  margin-top: 12px;
}
@media screen and (max-width: 799px) {
  .post-type-archive-products .archiveproducts-service__lists-item + div {
    margin-top: 1.6rem;
  }
}
.post-type-archive-products .archiveproducts-service__lists ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
}
@media screen and (max-width: 799px) {
  .post-type-archive-products .archiveproducts-service__lists ul {
    gap: 1rem;
    margin-top: 1rem;
  }
}
.single-post {
  overflow: visible;
}
.single-post .main {
  padding-bottom: 77px;
}
@media screen and (max-width: 799px) {
  .single-post .main {
    padding-bottom: 8.8rem;
  }
}
.single-post-main {
  margin-top: 42px;
}
.single-post-main .common-block02__left .btn-01,
.single-post-main .common-block02__left .btn-02 {
  height: 5.2rem;
  margin-top: 1rem;
}
.single-post-main .common-block02__left .common-arrow {
  display: inline-block;
  margin-top: 1rem;
  color: #1a1a1a;
}
.single-post-main .common-block02__left h2 {
  font-size: 2.8rem;
  margin-bottom: 4rem;
  padding: 0 4rem 3rem;
  border-bottom: 1px solid #b42446;
  -webkit-border-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#b42446),
      to(#2446b4)
    )
    1;
  -webkit-border-image: -webkit-linear-gradient(left, #b42446 0%, #2446b4 100%)
    1;
  -o-border-image: linear-gradient(to right, #b42446 0%, #2446b4 100%) 1;
  border-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#b42446),
      to(#2446b4)
    )
    1;
  border-image: linear-gradient(to right, #b42446 0%, #2446b4 100%) 1;
}
.single-post-main .common-block02__left h3 {
  margin-bottom: 2rem;
  font-size: 2.2rem;
  line-height: 175%;
  letter-spacing: 0.04em;
}
.single-post-main .common-block02__left h4 {
  font-size: 1.4rem;
}
.single-post-main .common-block02__left h5 {
  font-size: 1.2rem;
}
.single-post-main .common-block02__left h6 {
  font-size: 1rem;
}
.single-post-main .common-block02__left p {
  line-height: 1.8;
}
.single-post-main .common-block02__left p + p {
  margin-top: 13px;
  font-size: 19px;
}
@media screen and (max-width: 799px) {
  .single-post-main .common-block02__left p + p {
    font-size: 1.5rem;
    margin-top: 1.5rem;
  }
}
.single-post-main .common-block02__left em {
  font-style: italic;
}
.single-post-main .common-block02__left blockquote {
  margin: 1.5rem 0;
  border-left: 5px solid #ddd;
  padding: 1rem 0 1rem 10px;
  color: #777;
}
.single-post-main .common-block02__left blockquote p + p {
  margin-top: 0.5rem;
}
.single-post-main .common-block02__left ul,
.single-post-main .common-block02__left ol {
  margin-top: 1.5rem;
}
.single-post-main .common-block02__left ul {
  list-style-type: disc;
}
.single-post-main .common-block02__left ol {
  list-style-type: decimal;
}
.single-post-main .common-block02__left li {
  margin-left: 1.5rem;
}
.single-post-main .common-block02__left .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.single-post-main .common-block02__left .alignright {
  float: right;
  margin-bottom: 2rem;
  margin-left: 2rem;
}
.single-post-main .common-block02__left .alignleft {
  float: left;
  margin-right: 2rem;
  margin-bottom: 2rem;
}
.single-post-main .common-block02__left .wp-caption,
.single-post-main .common-block02__left [class*="wp-image"] {
  display: block;
  max-width: 100% !important;
  margin-top: 1.5rem;
  text-align: center;
}
.single-post-main .common-block02__left .wp-caption-text {
  margin-top: 0;
}
.single-post-main .common-block02__left .clearfix {
  overflow: hidden;
  zoom: 1;
}
.single-post-main .common-block02__left .clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.single-post-main .common-block02__left .wp-block-title h1,
.single-post-main .common-block02__left .wp-block-title h2,
.single-post-main .common-block02__left .wp-block-title h3,
.single-post-main .common-block02__left .wp-block-title h4,
.single-post-main .common-block02__left .wp-block-title h5,
.single-post-main .common-block02__left .wp-block-title h6 {
  margin: 1.5rem 0;
}
.single-post-main .common-block02__left .wp-block-title {
  scroll-behavior: smooth;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-family: "Noto Sans JP", sans-serif;
}
.single-post-main .common-block02__left .wp-block-paragraph {
  font-size: 1rem;
  line-height: 1.6;
  text-indent: 1rem;
}
.single-post-main .common-block02__left .wp-block-image img {
  max-width: 100%;
  height: auto;
}
.single-post-main .common-block02__left figure.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.single-post-main .common-block02__left figure.alignleft {
  float: left;
  margin: 1rem 2rem 2rem 0;
}
.single-post-main .common-block02__left figure.alignright {
  float: right;
  margin: 1rem 0 2rem 2rem;
}
.single-post-main .common-block02__left .wp-block-quote {
  border-left: 2px solid #ddd;
  padding-left: 10px;
  font-style: italic;
}
.single-post-main .common-block02__left .wp-block-quote cite {
  display: block;
  text-align: right;
  font-size: smaller;
}
.single-post-main .common-block02__left .wp-block-preformatted {
  background-color: #f0f0f0;
  padding: 10px;
  overflow: auto;
}
.single-post-main .common-block02__left .wp-block-list {
  margin: 1rem 0;
  padding-left: 20px;
}
.single-post-main .common-block02__left .wp-block-list ul {
  list-style-type: disc;
  margin-left: 20px;
}
.single-post-main .common-block02__left .wp-block-list ol {
  list-style-type: decimal;
  margin-left: 20px;
}
.single-post-main .common-block02__left .wp-block-list li {
  margin: 0.5rem 0;
}
.single-post-main .common-block02__left .wp-block-embed {
  max-width: 100%;
}
.single-post-main .common-block02__left .card-01,
.single-post-main .common-block02__left .wp-block-cover,
.single-post-main .common-block02__left table {
  margin-top: 2.4rem;
}
.single-post-main .common-block02__left .card-01 a {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 6.4rem 2.4rem;
  color: #fff;
  background-color: #b42446;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 799px) {
  .single-post-main .common-block02__left .card-01 a {
    padding: 2.4rem;
  }
}
.single-post-main .common-block02__left .card-01__title {
  position: relative;
  font-size: 2.8rem;
  width: 100%;
  padding-right: 2rem;
}
@media screen and (max-width: 799px) {
  .single-post-main .common-block02__left .card-01__title {
    font-size: 2.2rem;
  }
}
.single-post-main .common-block02__left .card-01__title::after {
  position: absolute;
  right: -1.8rem;
  top: 50%;
  width: 3rem;
  height: 3rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 799px) {
  .single-post-main .common-block02__left .card-01__title::after {
    width: 1.8rem;
    height: 1.8rem;
    top: 28%;
  }
}
.single-post-main .common-block02__left .card-01__text {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 799px) {
  .single-post-main .common-block02__left .card-01__text {
    font-size: 1.4rem;
  }
}
.single-post-main .common-block02__left .card-01._01 .card-01__title::after {
  background: url("../images/common/icon-arrow4.svg") no-repeat top center/100%;
  -webkit-transform: rotate(-90deg) translateY(-50%);
  transform: rotate(-90deg) translateY(-50%);
}
.single-post-main .common-block02__left .card-01._02 a {
  position: relative;
}
.single-post-main .common-block02__left .card-01._02 a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.single-post-main .common-block02__left .card-01._02 .card-01__text {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 799px) {
  .single-post-main .common-block02__right {
    display: none;
  }
}
.single-post-main .common-block02__right .title-01 {
  padding-left: 0;
  padding-right: 0;
}
.single-post-main .common-block02__right .title-01 .heading-02 {
  font-size: 23px;
}
.single-post-main .common-block02__right .title-01__wrap {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.single-post-main .common-block02__right .card-01 a {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 2.4rem;
  color: #fff;
  background-color: transparent;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}
.single-post-main .common-block02__right .card-01 a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 799px) {
  .single-post-main .common-block02__right .card-01 a {
    padding: 2.4rem;
  }
}
.single-post-main .common-block02__right .card-01__title {
  position: relative;
  font-size: 2.2rem;
  width: 100%;
  padding-right: 2rem;
}
@media screen and (max-width: 799px) {
  .single-post-main .common-block02__right .card-01__title {
    font-size: 2.2rem;
  }
}
.single-post-main .common-block02__right .card-01__title::after {
  position: absolute;
  right: -1.2rem;
  top: 50%;
  width: 3rem;
  height: 3rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 799px) {
  .single-post-main .common-block02__right .card-01__title::after {
    width: 1.8rem;
    height: 1.8rem;
    top: 28%;
  }
}
.single-post-main .common-block02__right .card-01__text {
  position: relative;
  z-index: 1;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  margin-top: 1.6rem;
}
@media screen and (max-width: 799px) {
  .single-post-main .common-block02__right .card-01__text {
    font-size: 1.4rem;
  }
}
.single-post-wrap {
  margin-top: 112px;
}
.single-post-wrap .common-topics {
  padding-top: 0;
}
.single-post-topicswrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 34px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 28px;
}
.single-post-topicswrap + .title-01 {
  margin-top: 3.2rem;
}
.single-productscommon-card {
  text-align: center;
}
.single-productscommon-card__pict {
  position: relative;
  display: block;
  width: 112px;
  height: 112px;
  margin: 0 auto;
}
@media screen and (max-width: 799px) {
  .single-productscommon-card__pict {
    width: 9.6rem;
    height: 9.6rem;
  }
}
.single-productscommon-card__pict::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(112px + 4px);
  height: calc(112px + 4px);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#b42446),
    to(#2446b4)
  );
  background-image: -webkit-linear-gradient(left, #b42446, #2446b4);
  background-image: linear-gradient(to right, #b42446, #2446b4);
  border-radius: 50%;
}
@media screen and (max-width: 799px) {
  .single-productscommon-card__pict::before {
    width: calc(9.6rem + 4px);
    height: calc(9.6rem + 4px);
  }
}
.single-productscommon-card__pict img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.single-productscommon-card__text {
  margin-top: 10.5px;
}
@media screen and (max-width: 799px) {
  .single-productscommon-card__text {
    margin-top: 0.8rem;
    font-size: 1.4rem;
  }
}
.single-products-fv {
  padding: 52px 35px;
}
@media screen and (max-width: 799px) {
  .single-products-fv {
    padding: 2rem 0 0;
  }
}
.single-products-fv__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 34px;
}
@media screen and (max-width: 799px) {
  .single-products-fv__wrap {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
    gap: 1.6rem;
  }
}
@media screen and (max-width: 799px) {
  .single-products-fv__textarea {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media screen and (max-width: 799px) {
  .single-products-fv__pict {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
.single-products-fv__ttl {
  font-size: 32px;
  font-weight: 600;
  line-height: 155%;
}
@media screen and (max-width: 799px) {
  .single-products-fv__ttl {
    font-size: 2.2rem;
    line-height: 140%;
  }
}
.single-products-fv__text {
  margin-top: 18px;
  width: 100%;
}
@media screen and (max-width: 799px) {
  .single-products-fv__text {
    margin-top: 1rem;
    width: 100%;
    font-size: 1.4rem;
  }
}
.single-products-fv__btns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 28px;
  padding-right: 35px;
}
@media screen and (max-width: 799px) {
  .single-products-fv__btns {
    margin-top: 3.2rem;
    padding-right: 0;
    gap: 1rem;
  }
}
.single-products-fv__btns [class^="btn-"] {
  padding: 16px 18px;
}
@media screen and (max-width: 799px) {
  .single-products-fv__btns [class^="btn-"] {
    padding: 1.5rem 2.6rem 1.5rem 1.8rem;
    text-align: left;
  }
}
.single-products-fv__feature {
  margin-top: 52px;
  padding: 14px 0;
  background-color: #fbf9f9;
}
@media screen and (max-width: 799px) {
  .single-products-fv__feature {
    margin-top: 6rem;
    padding: 1.6rem 0;
  }
}
.single-products-fv__feature-wrap {
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  display: flex;
}
@media screen and (max-width: 799px) {
  .single-products-fv__feature-wrap {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 2rem 0;
  }
}
@media screen and (max-width: 799px) {
  .single-products-fv__feature-wrap .single-productscommon-card {
    width: calc(100% / 3.1);
  }
}
@media screen and (max-width: 799px) {
  .single-products-fv__links {
    display: none;
  }
}
.single-products-fv__links .common-linklists {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.single-products-block1 {
  margin-top: 70px;
  background: url("../images/single/block1-bg.png") no-repeat top right/84rem;
}
@media screen and (max-width: 799px) {
  .single-products-block1 {
    margin-top: 4rem;
    padding-bottom: 4rem;
    background: url("../images/single/block1-bg.png") no-repeat right 106%/100%;
  }
}
.single-products-block1 .common-block05 {
  max-width: 1320px;
  margin: 52px auto 0;
}
@media screen and (max-width: 799px) {
  .single-products-block1 .common-block05 {
    margin: 6rem auto 0;
  }
}
.single-products-block2 {
  position: relative;
  margin-top: 140px;
  background: url("../images/single/block2-bg.png") no-repeat bottom left/84rem;
  overflow-x: hidden;
}
@media screen and (max-width: 799px) {
  .single-products-block2 {
    margin-top: 4rem;
    background: url("../images/single/block2-bg.png") no-repeat left 60%/84rem;
  }
}
.single-products-block2__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  gap: 36px;
}
@media screen and (max-width: 799px) {
  .single-products-block2__wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}
.single-products-block2__lists {
  width: 350px;
}
@media screen and (max-width: 799px) {
  .single-products-block2__lists {
    width: 100%;
  }
}
.single-products-block2__lists .list-02 {
  margin-top: 35px;
}
@media screen and (max-width: 799px) {
  .single-products-block2__lists .list-02 {
    margin-top: 4rem;
  }
  .single-products-block2__textarea {
    width: 100%;
  }
  .single-products-block2__textarea .text-16 {
    font-size: 1.4rem;
  }
}
.single-products-block2__textarea-links {
  margin-top: 35px;
  text-align: right;
}
@media screen and (max-width: 799px) {
  .single-products-block2__textarea-links {
    margin-top: 4rem;
  }
}
.single-products-block2__textarea-links a {
  color: #1a1a1a;
}
.single-products-block2__textarea-pict {
  position: relative;
  margin-top: 35px;
  width: calc(100% + 10rem);
  aspect-ratio: 9 / 5;
}
.single-products-block2__textarea-pict img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 799px) {
  .single-products-block2__textarea-pict {
    margin-top: 4rem;
    left: -2rem;
    width: calc(100% + 4.1rem);
  }
}
.single-products-block2._reverse .single-products-block2__lists {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.single-products-block2._reverse .single-products-block2__textarea {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.single-products-block2._reverse .single-products-block2__textarea-pict {
  left: -10rem;
}
.single-products-block3 {
  position: relative;
  margin-top: 12rem;
  padding: 6.4rem 0;
  background-color: #fbf9f9;
}
@media screen and (max-width: 799px) {
  .single-products-block3 {
    margin-top: 7rem;
  }
}
.single-products-block3__wrap {
  margin-top: 4.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4rem 3rem;
  width: 100%;
}
@media screen and (max-width: 799px) {
  .single-products-block3__wrap {
    gap: 4rem 0;
  }
}
.single-products-block3__wrap .card-11,
.single-products-block3__wrap .card-04,
.single-products-block3__wrap .card-09 {
  width: calc(100% / 3.3);
}
@media screen and (max-width: 799px) {
  .single-products-block3__wrap .card-11,
  .single-products-block3__wrap .card-04,
  .single-products-block3__wrap .card-09 {
    width: 100%;
  }
}
.single-products-block4 .common-block03__ttl {
  width: 205px;
}
@media screen and (max-width: 799px) {
  .single-products-block4 .common-block03__ttl {
    max-width: 21.2rem;
    width: 100%;
  }
}
.single-products-block4 .common-block03__link img {
  max-width: 24px;
}
.single-products-block4 .common-block03__link::before {
  display: none;
}
.single-products-block5 {
  margin-top: 86px;
}
@media screen and (max-width: 799px) {
  .single-products-block5 {
    margin-top: 7rem;
  }
}
.single-products-block6 {
  margin-top: 10rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 799px) {
  .single-products-block6 {
    margin-top: 7rem;
    padding-bottom: 1rem;
  }
}
.single-products-block6 .contact-main__submit {
  margin-bottom: 0;
}
.richeditor {
  display: flow-root;
  margin-top: 105px;
}
@media screen and (max-width: 799px) {
  .richeditor {
    margin-top: 7rem;
  }
}
.richeditor h1,
.richeditor h2,
.richeditor h3,
.richeditor h4,
.richeditor h5,
.richeditor h6 {
  margin: 1em 0;
  line-height: 1.4;
}
.richeditor h1 {
  font-size: 28px;
}
.richeditor h2 {
  font-size: 26px;
}
.richeditor h3 {
  font-size: 24px;
}
.richeditor h4 {
  font-size: 22px;
}
.richeditor h5 {
  font-size: 20px;
}
.richeditor h6 {
  font-size: 18px;
}
@media screen and (max-width: 799px) {
  .richeditor h1 {
    font-size: 2.8rem;
  }
  .richeditor h2 {
    font-size: 2.6rem;
  }
  .richeditor h3 {
    font-size: 2.4rem;
  }
  .richeditor h4 {
    font-size: 2.2rem;
  }
  .richeditor h5 {
    font-size: 2rem;
  }
  .richeditor h6 {
    font-size: 1.8rem;
  }
}
.richeditor p {
  line-height: 1.5;
}
.richeditor em {
  font-style: italic;
}
.richeditor strong {
  font-weight: bold;
}
.richeditor blockquote {
  margin: 1.5em 0;
  border-left: 5px solid #ddd;
  padding: 1em 0 1em 10px;
  color: #777;
}
.richeditor blockquote p + p {
  margin-top: 0.5em;
}
.richeditor ul,
.richeditor ol {
  margin-top: 1.5em;
}
.richeditor ul {
  list-style-type: disc;
}
.richeditor ol {
  list-style-type: decimal;
}
.richeditor li {
  margin-left: 1.5em;
}
.richeditor .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.richeditor .alignright {
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
}
.richeditor .alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.richeditor .wp-caption,
.richeditor [class*="wp-image"] {
  display: block;
  max-width: 100% !important;
  margin-top: 1.5em;
  text-align: center;
}
.richeditor .wp-caption-text {
  margin-top: 0;
}
.contact-select {
  margin-top: 41px;
}
@media screen and (max-width: 799px) {
  .contact-select {
    margin-top: 2.4rem;
  }
}
.contact-select__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 21px;
}
@media screen and (max-width: 799px) {
  .contact-select__lists {
    gap: 2.4rem;
  }
  
}
.contact-select__lists-item {
  position: relative;
  padding-left: 26px;
}
.contact-select__lists-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 0.2rem;
  border: 1px solid #c3c3c3;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 799px) {
  .contact-select__lists-item {
    position: relative;
    padding-left: 3rem;
  }
  .contact-select__lists-item::before {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.contact-select__lists-item::after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 3.5px;
  width: 11px;
  height: 11px;
  border-radius: 0.2rem;
  background-color: #b42446;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 799px) {
  .contact-select__lists-item::after {
    width: 1rem;
    height: 1rem;
    left: 2.2%;
  }
}
.contact-select__lists-item a {
  color: #1a1a1a;
  font-size: 1.8rem;
}
@media screen and (max-width: 799px) {
  .contact-select__lists-item a {
    font-size: 1.6rem;
  }
}
.contact-select__lists-item._active a {
  pointer-events: none;
}
.contact-select__lists-item._active::after {
  display: block;
}
.contact-select__lists-item._disable {
  pointer-events: none;
  opacity: 0.5;
  text-decoration: line-through;
}
.contact-main {
  margin-top: 35px;
}
.contact-main__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 88px;
}
@media screen and (max-width: 799px) {
  .contact-main {
    margin-top: 4rem;
  }
  .contact-main__wrap {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
    gap: 4rem;
  }
}
.contact-main__license-links {
  margin-top: 3rem;
  text-align: right;
}
.contact-main__license-links a {
  color: #1a1a1a;
  font-size: 1.4rem;
}
.contact-main__license-item + .contact-main__license-item {
  margin-top: 49px;
}
@media screen and (max-width: 799px) {
  .contact-main__license-item + .contact-main__license-item {
    margin-top: 2.4rem;
  }
}
.contact-main__license i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  width: 5%;
  height: 30px;
  border: 1px solid #c3c3c3;
}
@media screen and (max-width: 799px) {
  .contact-main__license i {
    width: 6%;
    height: 2.1rem;
    font-size: 1.4rem;
  }
}
.contact-main__license i._hidden {
  opacity: 0;
}
.contact-main__license .contact-main__form-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
}
@media screen and (max-width: 799px) {
  .contact-main__license .contact-main__form-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4%;
  }
}
.contact-main__license .contact-main__form-box input[type="text"] {
  width: 67%;
}
@media screen and (max-width: 799px) {
  .contact-main__license .contact-main__form-box input[type="text"] {
    width: 90%;
  }
}
.contact-main__license .contact-main__form-box .contact-main__form-name {
  width: 28%;
  font-size: 14px;
}
@media screen and (max-width: 799px) {
  .contact-main__license .contact-main__form-box .contact-main__form-name {
    font-size: 1.1rem;
    width: 90%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 1rem;
  }
}
.contact-main__license .contact-main__form-box .contact-main__form-name span {
  min-width: 40px;
}
.contact-main__license .contact-main__form-name {
  margin-bottom: 0;
}
.contact-main__license .contact-main__form-name span {
  margin-left: 8px;
}
.contact-main__ttl {
  padding-bottom: 14px;
  border-bottom: 1px solid #f5f5f5;
}
.contact-main__form-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}
@media screen and (max-width: 799px) {
  .contact-main__license .contact-main__form-name span {
    margin-left: 1rem;
  }
  .contact-main__license .contact-main__form-box .contact-main__form-name span{
    min-width: 4.2rem;
  }
  .contact-main__form-wrap {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
    gap: 0 2.4rem;
  }
  .contact-main__ttl {
    padding-bottom: 1.6rem;
    border-bottom: 1px solid #f5f5f5;
  }
}
.contact-main__form-box {
  width: 100%;
  margin-top: 21px;
}
.contact-main__form-box ._cap {
  margin-top: 4.5px;
  font-size: 14px;
  color: #949494;
}
.contact-main__form-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 14px;
  font-size: 16px;
  gap: 6px;
}
.contact-main__form-name span:not(.wpcf7-not-valid-tip) {
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 1;
  border-radius: 0.4rem;
  padding:4px 8px;
}
@media screen and (max-width: 799px) {
  .contact-main__form-name{
    margin-bottom: 1.6rem;
    gap: 0.8rem;
    font-size: 1.6rem;
  }
  .contact-main__form-box {
    margin-top: 2.4rem;
  }
  .contact-main__form-box ._cap {
    margin-top: 0.5rem;
    font-size: 1.4rem;
  }
  .contact-main__form-name span:not(.wpcf7-not-valid-tip) {
    font-size: 1.1rem;
    padding: 0.3rem 0.9rem;
  }
}
.contact-main__form-name span:not(.wpcf7-not-valid-tip)._required {
  background-color: #b42446;
}
.contact-main__form-name span:not(.wpcf7-not-valid-tip)._any {
  background-color: #949494;
}
.contact-main__form ._confirmText {
  width: 70%;
}
@media screen and (max-width: 799px) {
  .contact-main__form ._confirmText {
    width: 100%;
    margin-top: 1.6rem;
  }
}
.contact-main__form table {
  width: 100%;
}
.contact-main__form select,
.contact-main__form textarea,
.contact-main__form input[type="file"],
.contact-main__form input[type="tel"],
.contact-main__form input[type="email"],
.contact-main__form input[type="text"] {
  width: 100%;
  background-color: #fff;
  border-radius: 0.4rem;
  border: 1px solid #dadce0;
  padding: 10px;
}
.contact-main__form select::-webkit-input-placeholder,
.contact-main__form textarea::-webkit-input-placeholder,
.contact-main__form input[type="file"]::-webkit-input-placeholder,
.contact-main__form input[type="tel"]::-webkit-input-placeholder,
.contact-main__form input[type="email"]::-webkit-input-placeholder,
.contact-main__form input[type="text"]::-webkit-input-placeholder {
  color: #949494;
}
.contact-main__form select::-moz-placeholder,
.contact-main__form textarea::-moz-placeholder,
.contact-main__form input[type="file"]::-moz-placeholder,
.contact-main__form input[type="tel"]::-moz-placeholder,
.contact-main__form input[type="email"]::-moz-placeholder,
.contact-main__form input[type="text"]::-moz-placeholder {
  color: #949494;
}
.contact-main__form select:-ms-input-placeholder,
.contact-main__form textarea:-ms-input-placeholder,
.contact-main__form input[type="file"]:-ms-input-placeholder,
.contact-main__form input[type="tel"]:-ms-input-placeholder,
.contact-main__form input[type="email"]:-ms-input-placeholder,
.contact-main__form input[type="text"]:-ms-input-placeholder {
  color: #949494;
}
.contact-main__form select::-ms-input-placeholder,
.contact-main__form textarea::-ms-input-placeholder,
.contact-main__form input[type="file"]::-ms-input-placeholder,
.contact-main__form input[type="tel"]::-ms-input-placeholder,
.contact-main__form input[type="email"]::-ms-input-placeholder,
.contact-main__form input[type="text"]::-ms-input-placeholder {
  color: #949494;
}
.contact-main__form select::placeholder,
.contact-main__form textarea::placeholder,
.contact-main__form input[type="file"]::placeholder,
.contact-main__form input[type="tel"]::placeholder,
.contact-main__form input[type="email"]::placeholder,
.contact-main__form input[type="text"]::placeholder {
  color: #949494;
}
.contact-main__form textarea {
  min-height: 142px;
}
.contact-main__form span[data-name="select"] {
  position: relative;
}
.contact-main__form span[data-name="select"]::before {
  content: "";
  position: absolute;
  top: 30%;
  right: 1rem;
  width: 0.7rem;
  height: 0.7rem;
  border-top: 1px solid #1a1a1a;
  border-right: 1px solid #1a1a1a;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.contact-main__submit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 35px auto 70px;
}
.contact-main__submit .btn-01 {
  position: relative;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #b42446;
  border-radius: 4rem;
  border: 1px solid #b42446;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
  line-height: 1;
  letter-spacing: 0.04em;
  width: 271px;
  margin: 21px auto;
  padding: 15px 5px;
}
@media screen and (max-width: 799px) {
  .contact-main__form select,
  .contact-main__form textarea,
  .contact-main__form input[type="file"],
  .contact-main__form input[type="tel"],
  .contact-main__form input[type="email"],
  .contact-main__form input[type="text"] {
    width: 100%;
    background-color: #fff;
    border-radius: 0.4rem;
    border: 1px solid #dadce0;
    padding: 1.2rem;
  }
  .contact-main__submit .btn-01 {
    font-size: 1.2rem;
    width: 31rem;
    margin: 2.4rem auto;
    padding: 1.8rem;
  }
  .contact-main__form textarea {
    height: 16.3rem;
  }
}
.contact-main__submit .btn-01::before {
  content: "";
  position: absolute;
  right: 18px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (hover: hover) {
  .contact-main__submit .btn-01 {
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
  }
  .contact-main__submit .btn-01::before {
    right: 2rem;
    width: 1rem;
    height: 1rem;
    -webkit-transition: border-color 0.3s, right 0.3s;
    transition: border-color 0.3s, right 0.3s;
  }
  .contact-main__submit .btn-01:hover {
    opacity: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    color: #b42446;
  }
  .contact-main__submit .btn-01:hover::before {
    right: 1rem;
    border-color: #b42446;
  }
}
.contact-main__submit .btn-02 {
  position: relative;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0.6rem 2rem;
  background-color: #fff;
  border-radius: 4rem;
  border: 1px solid #b42446;
  font-size: 16px;
  color: #b42446;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
  line-height: 1;
  letter-spacing: 0.04em;
  width: 31rem;
  margin: 2.4rem auto;
  padding: 1.8rem 0.6rem;
}
@media screen and (max-width: 799px) {
  .contact-main__submit .btn-02 {
    font-size: 1.2rem;
    padding: 1.8rem;
  }
}
.contact-main__submit .btn-02::before {
  content: "";
  position: absolute;
  right: 18px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #b42446;
  border-right: 1px solid #b42446;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 799px) {
  .contact-main__submit .btn-02::before {
    width: 1rem;
    height: 1rem;
    right: 2rem;
  }
  
}

@media (hover: hover) {
  .contact-main__submit .btn-02 {
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
  }
  .contact-main__submit .btn-02::before {
    -webkit-transition: border-color 0.3s, right 0.3s;
    transition: border-color 0.3s, right 0.3s;
  }
  .contact-main__submit .btn-02:hover {
    opacity: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #b42446;
    color: #fff;
  }
  .contact-main__submit .btn-02:hover::before {
    right: 1rem;
    border-color: #fff;
  }
}
.contact-main__check {
  text-align: center;
}
.contact-main__check .checkbox01 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}
.contact-main__check .checkbox01::before {
  background: #fff;
  border: 1px solid #c3c3c3;
  border-radius: 0.2rem;
  content: "";
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.contact-main__check .checkbox01::after {
  border-right: 2px solid #c3c3c3;
  border-bottom: 2px solid #c3c3c3;
  content: "";
  display: block;
  height: 11px;
  left: 10px;
  margin-top: -7px;
  opacity: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 7px;
  -webkit-transition: border-color 0.3rem;
  transition: border-color 0.3rem;
}
.contact-main__check input[type="checkbox"]:checked + .checkbox01::after,
.contact-main__check input[type="checkbox"]:checked + .checkbox01::before {
  border-color: #b42446;
}
.contact-main__check a {
  color: #1a1a1a;
  text-decoration: underline;
}
.recruitPages .contact-main__form-name span:not(.wpcf7-not-valid-tip)._required,
.recruitPages .contact-select__lists-item::after {
  background-color: #2446b4;
}
.recruitPages .contact-main__submit .btn-01 {
  background-color: #2446b4;
  border-color: #2446b4;
}
.recruitPages .contact-main__submit .btn-01:hover {
  background-color: #fff;
  color: #2446b4;
}
.recruitPages .contact-main__submit .btn-02 {
  color: #2446b4;
  border-color: #2446b4;
}
.recruitPages .contact-main__submit .btn-02:hover {
  background-color: #2446b4;
  color: #fff;
}
@media screen and (max-width: 799px) {
  .recruitPages .contact-select__lists-item:nth-of-type(1) {
    white-space: nowrap;
  }
}
