@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

body,
html {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 1.87em;
  color: #343434;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  body,
  html {
    font-size: 16px;
  }
}

body {
  background: url(../image/common/bg_content.png) no-repeat top center;
  background-size: 100%;
}

@media screen and (max-width: 599px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
}

a img {
  display: block;
  transition: opacity 0.3s ease !important;
}
a:hover img {
  opacity: 0.6 !important;
}

.wrapper {
  width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .wrapper {
    width: 100%;
    padding: 0px 27px;
  }
}

.scloll {
  overflow: scroll;
}
.scloll img {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .scloll img,
  .scloll table {
    width: 1000px !important;
  }
}

.block-l {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 599px) {
  .block-l {
    margin-bottom: 60px !important;
  }
}

.block-m {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 599px) {
  .block-m {
    margin-bottom: 40px !important;
  }
}

.block-s {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 599px) {
  .block-s {
    margin-bottom: 20px !important;
  }
}

.circle_li {
  margin-left: 20px;
  margin-bottom: 20px;
}
.circle_li > li {
  position: relative;
  padding-left: 10px;
}
.circle_li > li::before {
  content: "⚫︎";
  color: #9a0132;
  font-size: 10px;
  position: absolute;
  top: 0px;
  left: -10px;
}

.no_li {
  margin-left: 20px;
  margin-bottom: 20px;
}
.no_li > li {
  list-style-type: decimal;
}

strong,
th,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700 !important;
}

.bold {
  font-weight: 700 !important;
}

.font-s {
  font-size: 14px;
  line-height: 1.4em;
}

.font-m {
  font-size: 16px;
  line-height: 1.6em;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

.center {
  text-align: center !important;
}

.red {
  color: #9a0132;
}

.gray-4 {
  color: #a7a7a7;
}

.w100 {
  width: 100%;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
@media screen and (max-width: 599px) {
  .grid-2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.grid-2 img {
  width: 100%;
  margin-bottom: 20px;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 599px) {
  .grid-3 {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}

.header {
  display: flex;
  justify-content: space-between;
  padding: 20px 60px;
  width: 100%;
  min-width: 1300px;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
}
@media screen and (max-width: 599px) {
  .header {
    padding: 23px 20px;
    width: 100%;
    min-width: 375px;
    justify-content: space-between;
  }
}
.header__left {
  width: 240px;
  z-index: 1000;
}
@media screen and (max-width: 599px) {
  .header__left {
    width: 200px;
  }
}
.header__left img {
  width: 100%;
}
.header__right {
  text-align: right;
  position: relative;
}
@media screen and (max-width: 599px) {
  .header__right {
    flex: none;
  }
}

.hamburger {
  display: none;
  cursor: pointer;
  width: 36px;
  height: 20px;
  position: relative;
  z-index: 1100;
}
@media screen and (max-width: 599px) {
  .hamburger {
    display: block;
    top: 0px;
    right: 0px;
    position: absolute;
  }
}
.hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #9a0132;
  border-radius: 3px;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2) {
  top: 6px;
}
.hamburger span:nth-child(3) {
  top: 12px;
}
.hamburger div {
  bottom: -20px;
  position: absolute;
  font-size: 13px;
  font-weight: bold;
  color: #9a0132;
}
@media screen and (max-width: 599px) {
  .hamburger div {
    left: 50%;
    transform: translateX(-50%);
  }
}

.main_menu {
  font-weight: bold;
  display: flex;
}
@media screen and (max-width: 599px) {
  .main_menu {
    flex-direction: column;
  }
}
.main_menu a {
  font-size: 15px;
  position: relative;
  text-decoration: none;
  transition: color 0.3s ease;
}
@media screen and (min-width: 600px) {
  .main_menu a:hover {
    color: #9a0132;
  }
}
.main_menu__item {
  display: inline-block;
  padding-right: 30px;
}
.main_menu__item:last-child {
  padding-right: 0px;
}
@media screen and (min-width: 600px) {
  .main_menu__item:nth-child(6) {
    padding-right: 20px !important;
  }
}
.main_menu__tel {
  display: inline-block;
  padding-right: 30px;
  font-size: 16px;
  color: #9a0132;
  line-height: 1.2em;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .main_menu__tel {
    color: #343434;
  }
}
.main_menu__tel a {
  font-size: 20px;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
@media screen and (min-width: 600px) {
  .main_menu__tel a {
    pointer-events: none;
  }
}
@media screen and (max-width: 599px) {
  .main_menu__tel a {
    padding: 0 !important;
    text-align: center !important;
    font-size: 20px !important;
    margin-bottom: 6px !important;
  }
}
.main_menu__tel span {
  font-weight: 400;
  display: block;
}
@media screen and (max-width: 599px) {
  .main_menu__tel span {
    padding: 0;
    text-align: center;
  }
}
.main_menu__tel span b {
  font-size: 12px;
}
@media screen and (min-width: 600px) {
  .main_menu__tel:nth-child(6) {
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 599px) {
  .main_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 95%;
    margin: 2.5%;
    height: 95vh;
    border-radius: 10px;
    background: white;
    text-align: center;
    padding-top: 70px;
    z-index: 900;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .main_menu li {
    display: block;
    padding: 10px 20px;
  }
  .main_menu li a {
    display: block;
    padding: 0px 0 18px;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #e7e7e7;
    position: relative;
  }
  .main_menu .main_menu__bg {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #000;
  }
  .main_menu.open {
    opacity: 1;
    visibility: visible;
  }
}
.footer-cta {
  text-align: center;
  width: 1120px;
  margin: 0 auto 100px auto;
  padding: 60px 80px;
  background-color: #f5f5f5;
  border-radius: 20px;
}
@media screen and (max-width: 599px) {
  .footer-cta {
    width: 80%;
    padding: 30px 40px;
    margin: 0 auto;
  }
}
.footer-cta__ttl {
  font-size: 50px;
  font-style: normal;
  margin-bottom: 60px;
}
@media screen and (max-width: 599px) {
  .footer-cta__ttl {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.footer-cta__ttl span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 30px;
  color: #9a0132;
  font-size: 18px;
  position: relative;
  margin: 0 auto 40px auto;
  height: 30px;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
@media screen and (max-width: 599px) {
  .footer-cta__ttl span {
    margin: 0 auto 20px auto;
  }
}
.footer-cta__ttl span::before {
  content: "";
  background: url(../image/common/ico_suvttl.svg);
  width: 22px;
  height: 18px;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 8px;
  left: 0px;
}
@media screen and (max-width: 599px) {
  .footer-cta__ttl span::before {
    width: 18px;
    top: 3px;
  }
}
.footer-cta__btn {
  display: flex;
  width: 100%;
  gap: 40px;
  background-color: #f5f5f5;
  border-radius: 20px;
  margin: 0px 0px 0px 0px !important;
}
@media screen and (max-width: 599px) {
  .footer-cta__btn {
    flex-direction: column;
    gap: 20px;
  }
  .footer-cta__btn .btn-blue,
  .footer-cta__btn .btn-orange,
  .footer-cta__btn .btn-green {
    font-size: 18px;
  }
}
.footer-cta__btn li {
  flex: 1;
}

.footer-office {
  display: flex;
  gap: 30px;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto 60px auto;
}
@media screen and (max-width: 599px) {
  .footer-office {
    flex-wrap: wrap;
    padding: 40px;
    margin: 0;
  }
}
.footer-office__item {
  flex: 1;
}
@media screen and (max-width: 599px) {
  .footer-office__item {
    flex: 0 0 45%;
  }
}
.footer-office__item img {
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
}
.footer-office__item__name {
  color: #9a0132;
  font-weight: 700;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .footer-office__item__name {
    padding-left: 24px;
  }
}
.footer-office__item__name::before {
  content: "";
  background: url(../image/common/ico_suvttl.svg);
  width: 22px;
  height: 18px;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 9px;
  left: 0px;
}
@media screen and (max-width: 599px) {
  .footer-office__item__name::before {
    width: 18px;
    top: 5px;
  }
}
.footer-office__item__add {
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  .footer-office__item__add {
    font-size: 14px;
  }
}
.footer-office__item__tel {
  font-size: 16px;
  line-height: 1.4em;
}
@media screen and (max-width: 599px) {
  .footer-office__item__tel {
    font-size: 14px;
  }
}

.footer {
  display: block;
  background-color: #343434;
  padding: 120px 0px 0px 0px;
}
@media screen and (max-width: 599px) {
  .footer {
    padding: 40px 0px 0px 0px;
  }
}

.footer-content01 {
  width: 1120px;
  margin: 0 auto;
  padding-bottom: 120px;
}
@media screen and (max-width: 599px) {
  .footer-content01 {
    width: 100%;
    flex-direction: column;
    gap: 60px;
    padding-bottom: 40px;
  }
}
.footer-content01 .footer-info {
  width: 280px;
}
@media screen and (max-width: 599px) {
  .footer-content01 .footer-info {
    width: 100%;
    padding: 0px 40px;
    margin: 0 auto;
    gap: 20px;
  }
}
.footer-content01 .footer-info a {
  display: block;
  transition: opacity 0.3s ease;
}
.footer-content01 .footer-info a:hover {
  opacity: 0.4;
}
.footer-content01 .footer-sitemap {
  display: flex;
  gap: 80px;
  flex: 1;
  width: 100%;
  font-weight: 700;
  line-height: 2.6em;
  color: #ffffff;
  border-bottom: 1px solid #555555;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 599px) {
  .footer-content01 .footer-sitemap {
    display: none;
  }
}
.footer-content01 .footer-sitemap__item a {
  display: block;
}
.footer-content01 .footer-sitemap__item a:hover {
  text-decoration: underline;
}
.footer-content01 .footer-sitemap__item__sub li {
  padding-left: 20px;
  font-weight: 500 !important;
  font-size: 16px;
  line-height: 2.2em;
}
.footer-content01 .footer-info {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .footer-content01 .footer-info {
    flex-direction: column;
  }
}
.footer-content01 .footer-info__left {
  color: #ffffff;
  flex: 1;
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  .footer-content01 .footer-info__left {
    font-size: 14px;
  }
}
.footer-content01 .footer-info__left img {
  width: 267px;
  height: auto;
  margin-bottom: 6px;
}
.footer-content01 .footer-info__right {
  color: #ffffff;
  flex: 1;
  position: relative;
}
@media screen and (max-width: 599px) {
  .footer-content01 .footer-info__right p {
    font-size: 14px;
    color: #6f6f6f;
  }
}
.footer-content01 .footer-info__right .copyright {
  color: #6f6f6f;
  font-size: 14px;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
@media screen and (max-width: 599px) {
  .footer-content01 .footer-info__right .copyright {
    font-size: 12px;
    position: relative;
  }
}

.footer-content02 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 40px 0px;
  background-color: #ffffff;
}
@media screen and (max-width: 599px) {
  .footer-content02 {
    padding-top: 30px;
  }
}
.footer-content02 ul {
  width: 600px;
  display: flex;
  gap: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .footer-content02 ul {
    width: 100%;
    padding: 0px 20px;
    gap: 10px;
  }
}
.footer-content02 ul li {
  flex: 1;
  vertical-align: middle;
}
.footer-content02 ul li img {
  width: 100%;
  max-width: 100%;
}

.horizontal-item {
  margin: 0 !important;
  padding: 0 !important;
}

.error {
  padding: 5px 10px;
  color: #9a0132;
  background-color: #ffe4e4;
  margin-top: 10px;
}

select {
  border: 1px solid #e7e7e7;
  padding: 10px 0px 10px 20px;
  color: #343434;
  width: 216px;
  background-color: #ffffff;
  background-image: url("../image/common/ico_down_arrow_black.svg");
  background-position: right 12px center, right 40px center;
  background-repeat: no-repeat;
  background-size: 16px auto, 1px 30px;
  cursor: pointer;
}

input[type=text],
input[type=email] {
  width: 100%;
  padding: 12px 22px;
  border: 1px solid #e7e7e7;
  background-color: #ffffff;
  border-radius: 5px;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder {
  color: #a7a7a7;
}
input[type=text]::placeholder,
input[type=email]::placeholder {
  color: #a7a7a7;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder {
  color: #a7a7a7;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder {
  color: #a7a7a7;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder {
  color: #a7a7a7;
}

input[type=checkbox] {
  width: 20px;
  height: 20px;
  border: 1px solid #343434;
  background-color: #ffffff;
  margin-right: 6px;
  position: relative;
}

input[type=checkbox]:checked:before {
  position: absolute;
  top: -1px;
  left: 5px;
  transform: rotate(50deg);
  width: 7px;
  height: 16px;
  border-right: 3px solid #0075ff;
  border-bottom: 3px solid #0075ff;
  content: "";
}

input[type=radio] {
  width: 18px;
  height: 18px;
  border-radius: 16px;
  border: 1px solid #9a0132;
  background-color: #ffffff;
  margin-right: 6px;
  position: relative;
}

input[type=radio]:checked:before {
  position: absolute;
  top: 2px;
  left: 2px;
  transform: rotate(50deg);
  width: 12px;
  height: 12px;
  background-color: #9a0132;
  border-radius: 10px;
  content: "";
}

.horizontal-item {
  display: inline-block;
  width: 25%;
}

TEXTAREA {
  width: 100%;
  height: 348px;
  padding: 12px 22px;
  border: 1px solid #e7e7e7;
  background-color: #ffffff;
  border-radius: 5px;
}
@media screen and (max-width: 599px) {
  TEXTAREA {
    height: 200px;
  }
}
TEXTAREA::-moz-placeholder {
  color: #9d9d9d;
}
TEXTAREA::placeholder {
  color: #9d9d9d;
}
TEXTAREA::-webkit-input-placeholder {
  color: #9d9d9d;
}
TEXTAREA::-moz-placeholder {
  color: #9d9d9d;
}
TEXTAREA:-ms-input-placeholder {
  color: #9d9d9d;
}

form .btn-center {
  position: relative;
  width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  form .btn-center {
    width: 80%;
  }
}
form .btn-center input[type=submit] {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 73px;
  border-radius: 37px;
  position: relative;
  font-weight: bold;
  color: #ffffff;
  background-color: #343434;
}
@media screen and (max-width: 599px) {
  form .btn-center input[type=submit] {
    line-height: 58px;
    font-size: 16px;
  }
}
form .btn-center::after {
  content: "";
  position: absolute;
  top: 27px;
  right: 30px;
  width: 28px;
  height: 18px;
  background-image: url("../image/common/ico_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 599px) {
  form .btn-center::after {
    top: 22px;
  }
}

#contact .page-title span::after {
  content: "CONTACT";
}

.form-table,
.company-table {
  width: 100%;
  margin-bottom: 60px;
}
.form-table label,
.company-table label {
  display: block;
}
@media screen and (max-width: 599px) {
  .form-table label,
  .company-table label {
    margin-bottom: 10px !important;
  }
}
.form-table th,
.company-table th {
  width: 300px;
  padding: 30px 0px;
  border-bottom: 1px solid #e7e7e7;
}
@media screen and (max-width: 599px) {
  .form-table th,
  .company-table th {
    width: 100%;
    display: inline-block;
    padding: 20px 0px;
  }
}
.form-table td,
.company-table td {
  padding: 30px 0px;
  border-bottom: 1px solid #e7e7e7;
}
@media screen and (max-width: 599px) {
  .form-table td,
  .company-table td {
    width: 100%;
    display: inline-block;
    padding: 20px 0px;
  }
}

.form-sub-table {
  display: grid;
  grid-template-columns: 200px 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 20px;
}
@media screen and (max-width: 599px) {
  .form-sub-table {
    grid-template-columns: 1fr;
  }
}
.form-sub-table dt {
  font-size: 16px;
  font-weight: 700;
}
.btn-center {
  position: relative;
  width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .btn-center {
    width: 100%;
  }
}

.btn-black {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 73px;
  border-radius: 37px;
  position: relative;
  font-weight: bold;
  color: #ffffff;
  background-color: #343434;
}
@media screen and (max-width: 599px) {
  .btn-black {
    line-height: 58px;
    font-size: 16px;
  }
}
.btn-black::after {
  content: "";
  position: absolute;
  top: 27px;
  right: 30px;
  width: 28px;
  height: 18px;
  background-image: url("../image/common/ico_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 599px) {
  .btn-black::after {
    top: 22px;
  }
}

.btn-red {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 73px;
  border-radius: 37px;
  position: relative;
  font-weight: bold;
  color: #ffffff;
  background-color: #9a0132;
}
@media screen and (max-width: 599px) {
  .btn-red {
    line-height: 58px;
    font-size: 16px;
  }
}

.btn-red-s {
  font-size: 15px;
  text-decoration: none !important;
  display: inline-block;
  color: #ffffff;
  background-color: #9a0132;
  line-height: 32px;
  padding: 0px 20px;
  border-radius: 16px;
  margin-left: 20px;
}

.btn-blue {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 73px;
  border-radius: 37px;
  position: relative;
  font-weight: bold;
  color: #ffffff;
  background-color: #3eb6ea;
}
@media screen and (max-width: 599px) {
  .btn-blue {
    line-height: 58px;
    font-size: 16px;
  }
}

.btn-orange {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 73px;
  border-radius: 37px;
  position: relative;
  font-weight: bold;
  color: #ffffff;
  background-color: #fd8747;
}
@media screen and (max-width: 599px) {
  .btn-orange {
    line-height: 58px;
    font-size: 16px;
  }
}
.btn-orange span {
  display: inline-block;
  padding-right: 15px;
  font-weight: 500;
}

.btn-green {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 73px;
  border-radius: 37px;
  position: relative;
  font-weight: bold;
  color: #ffffff;
  background-color: #6ad21b;
}
@media screen and (max-width: 599px) {
  .btn-green {
    line-height: 58px;
    font-size: 16px;
  }
}
.btn-green span {
  display: inline-block;
  padding-right: 15px;
  font-weight: 500;
}

.content-ttl {
  padding: 100px 0px 60px 0px;
}

.page-title {
  width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .page-title {
    width: 100%;
    padding-left: 20px;
  }
}
.page-title h1 {
  font-size: 60px;
  font-style: normal;
  margin-bottom: 60px;
}
@media screen and (max-width: 599px) {
  .page-title h1 {
    font-size: 30px;
  }
}
.page-title span {
  display: block;
  color: #9a0132;
  font-size: 22px;
  position: relative;
  margin-bottom: 40px;
  height: 30px;
}
@media screen and (max-width: 599px) {
  .page-title span {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.page-title span::before {
  content: "";
  background: url(../image/common/ico_suvttl.svg);
  width: 26px;
  height: 22px;
  display: block;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  top: 4px;
  left: 0px;
}
@media screen and (max-width: 599px) {
  .page-title span::before {
    width: 20px;
    background-size: contain;
  }
}
.page-title span::after {
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 38px;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.bn-ttl {
  display: block;
  color: #ffffff;
  font-size: 30px;
  position: relative;
  overflow: visible;
  margin-bottom: 40px;
  padding-top: 50px;
  text-shadow: 0px 0px 10px rgb(61, 70, 70);
  line-height: 1.4em;
}
@media screen and (max-width: 599px) {
  .bn-ttl {
    padding-top: 40px;
  }
}
.bn-ttl::before {
  content: url(../image/common/ico_suvttl_white.svg);
  width: 12px;
  height: 12px;
  display: inline-block;
  position: absolute;
  top: -5px;
  left: 0px;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.8));
}
.bn-ttl::after {
  font-size: 18px;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 24px;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.top-h2-2column {
  display: flex;
  justify-content: space-between;
  padding-top: 100px;
}
@media screen and (max-width: 599px) {
  .top-h2-2column {
    flex-direction: column;
  }
}
.top-h2-2column p {
  margin-top: 28px;
  font-weight: bold;
}

.top-h2 {
  font-size: 50px;
}
@media screen and (max-width: 599px) {
  .top-h2 {
    font-size: 30px;
  }
}

.top-h2-s {
  font-size: 36px;
  line-height: 1.4em;
}
@media screen and (max-width: 599px) {
  .top-h2-s {
    font-size: 22px;
  }
}
.top-h2-s span {
  line-height: 1.8em;
}

.top-h2,
.top-h2-s {
  margin-bottom: 60px;
}
@media screen and (max-width: 599px) {
  .top-h2,
  .top-h2-s {
    margin-bottom: 0px;
  }
}
.top-h2 span,
.top-h2-s span {
  display: block;
  margin-bottom: 20px;
  position: relative;
  padding-left: 30px;
  color: #9a0132;
  font-size: 18px;
}
.top-h2 span::before,
.top-h2-s span::before {
  content: "";
  background: url(../image/common/ico_suvttl.svg);
  width: 20px;
  height: 20px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 7px;
  left: 0px;
}

.content-h2 {
  font-size: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .content-h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.content-h2::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0px;
  width: 30px;
  height: 1px;
  background-color: #9a0132;
}

.content-h3 {
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #9a0132;
}
@media screen and (max-width: 599px) {
  .content-h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.content-h4 {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1.58em;
}
@media screen and (max-width: 599px) {
  .content-h4 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.content-h5 {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1.77em;
}
@media screen and (max-width: 599px) {
  .content-h5 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.content p {
  word-break: break-all;
  margin-bottom: 15px;
}
.content p a {
  text-decoration: underline;
}

.catchcopy {
  font-size: 30px !important;
  line-height: 1.9em !important;
  margin-bottom: 20px !important;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .catchcopy {
    font-size: 20px !important;
  }
}

.pankuzu {
  font-size: 13px;
  margin-bottom: 100px;
}
@media screen and (max-width: 599px) {
  .pankuzu {
    overflow: scroll;
    white-space: nowrap;
    padding-right: 20px;
  }
}
@media screen and (max-width: 599px) {
  .pankuzu {
    margin-bottom: 40px;
  }
}
.pankuzu ul li {
  display: inline-block;
  padding-right: 40px;
  font-size: 12px;
}
.pankuzu ul li:last-child {
  padding-right: 0px;
}
.pankuzu ul li a {
  display: block;
  position: relative;
  color: #a7a7a7;
}
.pankuzu ul li a:first-child::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -15px;
  width: 14px; /* アイコンの幅を指定 */
  height: 14px; /* アイコンの高さを指定 */
  background: url("../image/common/ico_home.svg") no-repeat center/contain;
}
.pankuzu ul li a::after {
  content: "＞";
  position: absolute;
  right: -28px;
  top: 1px;
  font-size: 10px;
  color: #d2d2d2;
}

.content-container {
  padding-top: 80px;
  padding-bottom: 180px;
  min-width: 1200px;
}
@media screen and (max-width: 599px) {
  .content-container {
    padding-top: 0px;
    padding-bottom: 60px;
    min-width: 375px;
    overflow: hidden;
  }
}
.content-container img {
  max-width: 100%;
}

.gray-box {
  padding: 30px;
  background-color: #f5f5f5;
}
.gray-box .content-h3 {
  margin-top: 0px !important;
}

/*****************ギャラリー******************/
.top-gellary {
  padding-top: 100px;
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 599px) {
  .top-gellary {
    padding-top: 40px;
  }
}
.top-gellary__inner {
  display: flex;
  width: -moz-max-content;
  width: max-content;
}
.top-gellary__inner img {
  width: 30%;
  height: auto;
  flex-shrink: 0;
  display: block;
}
@media screen and (max-width: 599px) {
  .top-gellary__inner img {
    width: 10%;
  }
}

/*********************会社案内関連共通************************/
.company-nav {
  display: flex;
  width: 100%;
  gap: 40px;
  padding: 60px 80px;
  background-color: #f5f5f5;
  border-radius: 20px;
  margin: 150px 0px 0px 0px !important;
}
@media screen and (max-width: 599px) {
  .company-nav {
    flex-direction: column;
    gap: 20px;
    padding: 30px 40px;
    margin: 80px 0px 0px 0px !important;
  }
}
.company-nav li {
  flex: 1;
}

/*******************タブ切り替えUI共通**************/
.change-btns {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: flex;
  gap: 0px;
  margin-bottom: 60px;
  display: flex;
  background-color: #f5f5f5;
  border-radius: 40px;
}
.change-btns li {
  flex: 1;
}
@media screen and (max-width: 599px) {
  .change-btns li {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.change-btns li a {
  display: inline-block;
  text-decoration: none;
  background: #f5f5f5;
  color: #333;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
  text-align: center;
  line-height: 73px;
  border-radius: 40px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .change-btns li a {
    line-height: 44px;
    font-size: 14px;
  }
}
.change-btns li a span {
  position: absolute;
  display: block;
  font-size: 12px;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.change-btns li a.active {
  background: #9a0132;
  color: #fff;
  position: relative;
}
.change-btns li a.active::after {
  content: "▼";
  font-size: 20px;
  color: #9a0132;
  position: absolute;
  bottom: -42px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}
@media screen and (max-width: 599px) {
  .change-btns li a.active::after {
    bottom: -25px;
  }
}

/* Content panels fade base */
#list01,
#list02,
#list03,
#list04 {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}

/* Active panel */
#list01.active,
#list02.active,
#list03.active,
#list04.active {
  display: block;
  opacity: 1;
}

#recruit_mid-career .change-btns,
#recruit_new-graduate .change-btns {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: flex;
  gap: 0px;
  margin-bottom: 60px;
  display: flex;
  background-color: #f5f5f5;
  border-radius: 40px;
}
@media screen and (max-width: 599px) {
  #recruit_mid-career .change-btns,
  #recruit_new-graduate .change-btns {
    margin-bottom: 30px;
  }
}
#recruit_mid-career .change-btns li,
#recruit_new-graduate .change-btns li {
  flex: 1;
}
#recruit_mid-career .change-btns li a,
#recruit_new-graduate .change-btns li a {
  display: inline-block;
  text-decoration: none;
  background: #f5f5f5;
  color: #333;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
  text-align: center;
  line-height: 73px;
  border-radius: 50px;
  position: relative;
  padding-top: 10px;
}
@media screen and (max-width: 599px) {
  #recruit_mid-career .change-btns li a,
  #recruit_new-graduate .change-btns li a {
    line-height: 44px;
    font-size: 14px;
  }
}
#recruit_mid-career .change-btns li a span,
#recruit_new-graduate .change-btns li a span {
  position: absolute;
  display: block;
  font-size: 12px;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 599px) {
  #recruit_mid-career .change-btns li a span,
  #recruit_new-graduate .change-btns li a span {
    top: -6px;
    font-size: 8px;
  }
}
#recruit_mid-career .change-btns li a.active,
#recruit_new-graduate .change-btns li a.active {
  background: #9a0132;
  color: #fff;
  position: relative;
}
#recruit_mid-career .change-btns li a.active::after,
#recruit_new-graduate .change-btns li a.active::after {
  content: "▼";
  font-size: 20px;
  color: #9a0132;
  position: absolute;
  bottom: -42px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}
@media screen and (max-width: 599px) {
  #recruit_mid-career .change-btns li a.active::after,
  #recruit_new-graduate .change-btns li a.active::after {
    bottom: -24px;
  }
}

/*****************採用共通******************/
.recruit-header {
  width: 95%;
  height: 486px;
  margin: 60px auto 100px auto;
  background-image: url(../image/recruit/bg_rainbow.svg);
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 599px) {
  .recruit-header {
    height: auto;
  }
}
.recruit-header__wrapper {
  width: 1120px;
  height: 486px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 599px) {
  .recruit-header__wrapper {
    width: 100%;
    height: auto;
    padding-top: 260px;
    padding-bottom: 60px;
    margin-top: 80px;
  }
}
.recruit-header__wrapper__ttl {
  width: 300px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 599px) {
  .recruit-header__wrapper__ttl {
    position: relative;
    width: 80%;
    margin: 0 auto;
    z-index: 5;
    transform: translateY(0);
  }
}
.recruit-header__wrapper__ttl p {
  font-size: 20px;
}
.recruit-header__wrapper__ttl h1 {
  font-size: 50px;
  margin-top: 10px;
}
@media screen and (max-width: 599px) {
  .recruit-header__wrapper__ttl h1 {
    font-size: 40px;
  }
}
.recruit-header__wrapper__ttl .btn-blue {
  margin-top: 40px;
}
.recruit-header__wrapper__ttl .btn-orange {
  margin-top: 20px;
  font-size: 20px;
}
.recruit-header__wrapper figure {
  width: 660px;
  aspect-ratio: 660/606;
  position: absolute;
  top: -60px;
  right: 0px;
}
@media screen and (max-width: 599px) {
  .recruit-header__wrapper figure {
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
  }
}
.recruit-header__wrapper figure img {
  z-index: 5;
  position: relative;
}
.recruit-header__wrapper figure::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 660px;
  aspect-ratio: 660/606;
  background-image: url(../image/recruit/mid/main.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  filter: blur(20px);
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .recruit-header__wrapper figure::after {
    width: 80%;
  }
}
.recruit-header__status {
  position: absolute;
  margin-top: 30px;
  background-color: #ffffff;
  line-height: 60px;
  bottom: -96px;
  left: -2.7%;
  padding-left: 2.7%;
  padding-right: 60px;
  z-index: 10;
  border-radius: 0px 30px 30px 0px;
}
@media screen and (max-width: 599px) {
  .recruit-header__status {
    bottom: -30px;
    font-size: 12px;
    padding-right: 10px;
  }
}
.recruit-header__status strong {
  color: #9a0132;
}
.recruit-header__status .keisen {
  color: #b9b9b9;
}

.rec-youkou {
  margin-bottom: 180px;
  background-color: #ffffff;
}
@media screen and (max-width: 599px) {
  .rec-youkou {
    margin-bottom: 60px;
  }
}

/*****************採用CTA******************/
.rec-cta {
  background-image: url(../image/recruit/bg_rainbow.svg);
  background-position: center 80px;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 160px;
}
@media screen and (max-width: 599px) {
  .rec-cta {
    padding-bottom: 40px;
    background-size: cover;
  }
}
.rec-cta__con {
  width: 1120px;
  height: 348px;
  text-align: center;
  margin: 0 auto;
  padding: 60px 80px;
  background-image: url(../image/recruit/bg_cta.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 30px;
}
@media screen and (max-width: 599px) {
  .rec-cta__con {
    width: 90%;
    height: auto;
    background-size: cover;
    padding: 30px 20px;
    background-position: -350px;
  }
}
.rec-cta__con h3 {
  font-size: 26px;
  line-height: 1.4em;
  color: #ffffff;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .rec-cta__con h3 {
    font-size: 20px;
  }
}
.rec-cta__con h3 span {
  font-size: 18px;
  padding-left: 20px;
  margin: 0 auto;
  display: block;
  margin-bottom: 10px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.rec-cta__con h3 span::before {
  content: url(../image/common/ico_suvttl_white.svg);
  width: 12px;
  height: 12px;
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 0px;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.8));
}
.rec-cta__con .btn-orange {
  width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .rec-cta__con .btn-orange {
    width: 100%;
  }
}

.content-ttl {
  padding: 100px 0px 60px 0px;
}

#info article,
#umeinews article {
  display: block;
  width: 920px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  #info article,
  #umeinews article {
    width: 100%;
  }
}
#info article figure,
#umeinews article figure {
  text-align: center;
}
#info article .post-thumbnail,
#umeinews article .post-thumbnail {
  width: 920px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  #info article .post-thumbnail,
  #umeinews article .post-thumbnail {
    width: 100%;
  }
}
#info article .post-thumbnail img,
#umeinews article .post-thumbnail img {
  width: 100%;
  max-width: none !important;
  margin-top: 0px !important;
}
#info article img,
#umeinews article img {
  width: 100%;
  max-width: 660px;
  margin: 20px auto 0px auto;
  height: auto;
}
#info article a,
#umeinews article a {
  text-decoration: underline;
}
#info article h1,
#umeinews article h1 {
  font-size: 36px !important;
  padding-bottom: 26px;
  margin-bottom: 50px;
  border-bottom: 4px solid #9a0132;
}
@media screen and (max-width: 599px) {
  #info article h1,
  #umeinews article h1 {
    font-size: 20px !important;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
#info article h2,
#umeinews article h2 {
  font-size: 30px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 40px;
  color: #9a0132;
}
@media screen and (max-width: 599px) {
  #info article h2,
  #umeinews article h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
#info article h3,
#umeinews article h3 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
}
@media screen and (max-width: 599px) {
  #info article h3,
  #umeinews article h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
#info article h4,
#umeinews article h4 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 40px;
  background-color: #fafafa;
  border-left: 4px solid #3eb6ea;
  padding: 10px 20px;
}
@media screen and (max-width: 599px) {
  #info article h4,
  #umeinews article h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
#info article p,
#umeinews article p {
  margin: 20px 0px 0px 0px !important;
  line-height: 1.77em;
}
#info article ul,
#umeinews article ul {
  color: #3eb6ea;
  margin-top: 20px;
}
#info article ul li,
#umeinews article ul li {
  list-style: inside;
  padding-left: 20px;
  color: #343434;
}
#info .detail-date,
#umeinews .detail-date {
  text-align: right;
  color: #8a8a8a;
  margin: 50px 0px 100px 0px;
}
#info .archive_info__item,
#umeinews .archive_info__item {
  border-bottom: 1px solid #e7e7e7;
}
#info .archive_info__item a,
#umeinews .archive_info__item a {
  display: flex;
  gap: 80px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 599px) {
  #info .archive_info__item a,
  #umeinews .archive_info__item a {
    flex-direction: column;
    gap: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
#info .archive_info__item:first-child a,
#umeinews .archive_info__item:first-child a {
  padding-top: 0 !important;
}
#info .archive_info__item a:hover .archive_info__title,
#umeinews .archive_info__item a:hover .archive_info__title {
  text-decoration: underline;
}
#info .archive_info__date,
#umeinews .archive_info__date {
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  #info .archive_info__date,
  #umeinews .archive_info__date {
    padding-left: 0px;
  }
}
#info .archive_info__title,
#umeinews .archive_info__title {
  font-size: 18px;
}
@media screen and (max-width: 599px) {
  #info .archive_info__title,
  #umeinews .archive_info__title {
    font-size: 16px;
  }
}
#info .btn-center,
#umeinews .btn-center {
  width: 260px;
}
#info .btn-black::after,
#umeinews .btn-black::after {
  background: none !important;
}
#info .post-navigation,
#umeinews .post-navigation {
  width: 560px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  #info .post-navigation,
  #umeinews .post-navigation {
    width: 100%;
    flex-direction: column;
    gap: 15px;
  }
}
#info .post-navigation a,
#umeinews .post-navigation a {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 73px;
  border-radius: 37px;
  position: relative;
  font-weight: bold;
  color: #ffffff;
  background-color: #9a0132;
}
@media screen and (max-width: 599px) {
  #info .post-navigation a,
  #umeinews .post-navigation a {
    line-height: 58px;
    font-size: 18px;
  }
}
#info .post-navigation .nav-previous,
#umeinews .post-navigation .nav-previous {
  flex: 1;
}
#info .post-navigation .nav-previous a::after,
#umeinews .post-navigation .nav-previous a::after {
  content: "";
  position: absolute;
  top: 30px;
  left: 30px;
  width: 16px;
  height: 12px;
  background-image: url("../image/common/ico_left.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 599px) {
  #info .post-navigation .nav-previous a::after,
  #umeinews .post-navigation .nav-previous a::after {
    top: 20px;
  }
}
#info .post-navigation .nav-next,
#umeinews .post-navigation .nav-next {
  flex: 1;
}
#info .post-navigation .nav-next a::after,
#umeinews .post-navigation .nav-next a::after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  width: 16px;
  height: 12px;
  background-image: url("../image/common/ico_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 599px) {
  #info .post-navigation .nav-next a::after,
  #umeinews .post-navigation .nav-next a::after {
    top: 20px;
  }
}

.pagination {
  display: flex;
  gap: 20px;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  margin: 80px auto 0 auto;
}
.pagination .page-numbers {
  color: #a7a7a7;
  display: block;
  width: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 30px;
  background-color: #f5f5f5;
}
.pagination .current {
  background-color: #9a0132 !important;
  color: #ffffff !important;
}
.pagination a.prev,
.pagination a.next {
  background: none !important;
  width: 40px;
  text-align: center;
  position: relative;
}
.pagination a.prev img,
.pagination a.next img {
  width: 20px;
  height: auto;
  margin: 0 auto;
  position: absolute;
  top: 20px;
  left: 10px;
}