@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
/* --------------------------------
 company
----------------------------------- */
#company * {
  box-sizing: border-box;
}
#company table {
  border-collapse: collapse;
  width: 100%;
}
#company td,
#company th {
  padding: 0;
  margin: 0;
}
#company .gray-radius {
  background-color: #f3f3f4;
  border-radius: 50px;
  padding: 2rem;
}
@media (max-width: 767px) {
  #company .gray-radius {
    background: transparent;
  }
}
#company .company-section-title {
  text-align: center;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  #company .company-section-title {
    margin-bottom: -0.5rem;
  }
}
#company .company-section-title h3 {
  font-size: 3.6rem;
  line-height: 1.2;
}
@media (max-width: 767px) {
  #company .company-section-title h3 {
    font-size: 2.2rem;
  }
}
#company .company-section-title p {
  font-size: 1.8rem;
  color: #C9171E;
}
@media (max-width: 767px) {
  #company .company-section-title p {
    font-size: 1.4rem;
  }
}
#company .profile-table {
  border: 2px solid #d3d3d3;
  border-collapse: collapse;
  width: 100%;
  font-size: 1.6rem;
  margin: 8rem auto 0;
  display: block;
}
@media (max-width: 767px) {
  #company .profile-table {
    border: none;
    margin-top: 2.5rem;
  }
}
#company .profile-table td,
#company .profile-table th {
  border: 1px solid #d3d3d3;
  padding: 1.3rem 0 1.3rem 2.2rem;
}
@media (max-width: 767px) {
  #company .profile-table td,
  #company .profile-table th {
    display: block;
    width: 100%;
    padding: 0;
    border: none;
  }
}
#company .profile-table th {
  background: #f3f3f4;
  font-weight: 400;
  text-align: left;
  width: 28rem;
  vertical-align: top;
}
@media (max-width: 767px) {
  #company .profile-table th {
    background: none;
    width: 100%;
    font-size: 1.6rem;
    padding-top: 1.5rem;
  }
}
#company .profile-table td {
  width: calc(100% - 28rem);
  letter-spacing: 0.01em;
}
#company .profile-table td span {
  color: #C9171E;
}
@media (max-width: 767px) {
  #company .profile-table td {
    width: 100%;
    font-size: 1.6rem;
    padding: 0.5rem 0 1.5rem;
    border-bottom: 1px solid #d3d3d3;
    letter-spacing: -0.03em;
  }
}
#company .table-tel {
  letter-spacing: 0.1em !important;
}
#company .group {
  padding: 15.5rem 0 15.5rem;
}
@media (max-width: 767px) {
  #company .group {
    padding: 5.5rem 0 2rem;
  }
}
#company .group .company-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 3rem 4rem;
  padding-top: 3rem;
}
@media (max-width: 767px) {
  #company .group .company-cards {
    flex-direction: column;
    gap: 3rem;
  }
}
#company .group .company-card {
  border: 1px solid #d3d3d3;
  border-radius: 8px;
  padding: 1rem 2.5rem 3rem 3rem;
  width: 53.5rem;
  box-shadow: 0 0 0.3rem #D3D3D3;
}
@media (max-width: 767px) {
  #company .group .company-card {
    width: 100%;
    padding: 1rem 2rem 2rem;
  }
}
#company .group .company-card .company-card__head {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  #company .group .company-card .company-card__head {
    padding: 1rem 0 1.3rem;
  }
}
#company .group .company-card .company-card__head .company-logo {
  width: 7.37rem;
}
@media (max-width: 767px) {
  #company .group .company-card .company-card__head .company-logo {
    order: 2;
  }
}
#company .group .company-card .company-card__head .company-name {
  font-size: 2.4rem;
  margin-left: 1.5rem;
}
@media (max-width: 767px) {
  #company .group .company-card .company-card__head .company-name {
    order: 1;
    font-size: 2rem;
    margin-left: 0;
    width: 100%;
  }
}
#company .group .company-card .company-body {
  padding-top: 2.5rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  #company .group .company-card .company-body {
    width: 100%;
    font-size: 1.4rem;
    padding-top: 1.5rem;
    padding-left: 0;
  }
}
#company .group .company-card:nth-child(1) .company-logo {
  margin-left: 1rem;
}
#company .group .company-card:nth-child(3) .company-logo {
  width: 5.5rem;
  margin-left: 2rem;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  #company .group .company-card:nth-child(3) .company-logo {
    width: 7rem;
    margin: 0;
  }
}
#company .greeting {
  padding: 10rem 0 6rem;
}
@media (max-width: 767px) {
  #company .greeting {
    padding: 2rem 0 3rem;
  }
}
#company .ceo-image {
  border-radius: 50px;
  padding-top: 2rem;
}
@media (max-width: 767px) {
  #company .ceo-image {
    padding-top: 3rem;
  }
}
#company .ceo-image img {
  border-radius: 50px;
}
@media (max-width: 767px) {
  #company .ceo-image img {
    border-radius: 30px;
  }
}
#company .message-title {
  font-size: 3.6rem;
  color: #C9171E;
  margin-top: 6.3rem;
  letter-spacing: -0.03em;
}
@media (max-width: 767px) {
  #company .message-title {
    font-size: 2.2rem;
    margin-top: 1rem;
  }
}
#company .message-contents {
  margin-top: 3.5rem;
  display: flex;
  gap: 6rem;
  position: relative;
}
@media (max-width: 767px) {
  #company .message-contents {
    margin-top: 3rem;
    gap: 0;
  }
}
#company .message-contents::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background-color: #d3d3d3;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  #company .message-contents {
    flex-direction: column;
  }
  #company .message-contents::before {
    content: none;
  }
}
#company .message-content {
  width: 48.5rem;
}
@media (max-width: 767px) {
  #company .message-content {
    width: 100%;
  }
}
#company .message-paragraph {
  margin-top: 2.5rem;
}
#company .message-paragraph__head {
  margin-top: 0;
}
#company .message-content__right {
  letter-spacing: -0.02em;
}
#company .message-sign {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.5rem;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  #company .message-sign p {
    margin-top: 0.5rem;
    letter-spacing: 0.02em;
  }
}
#company .sign-image {
  width: 12rem;
  width: 15rem;
  display: flex;
  justify-content: flex-end;
}
#company .company-concept {
  padding: 18rem 0 25rem;
}
@media (max-width: 767px) {
  #company .company-concept {
    padding: 10rem 0 15.5rem;
  }
}
#company .imagearea-philosophy {
  display: flex;
}
@media (min-width: 768px) {
  #company .imagearea-philosophy {
    margin-top: -10rem;
    column-gap: 8rem;
    align-items: center;
  }
}
@media (max-width: 767px) {
  #company .imagearea-philosophy {
    flex-direction: column;
    row-gap: 4.4rem;
  }
}
#company .philosophy-left__imagearea {
  height: min(39.0625vw, 500px);
  position: relative;
}
@media (min-width: 768px) {
  #company .philosophy-left__imagearea {
    flex: 1;
  }
}
@media (max-width: 767px) {
  #company .philosophy-left__imagearea {
    width: 100%;
    height: 18.6rem;
  }
}
#company .philosophy-left__imagearea--image {
  width: min(46.875vw, 600px);
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 100px 100px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  #company .philosophy-left__imagearea--image {
    width: 37rem;
    border-radius: 0 50px 50px 0;
  }
}
#company .philosophy-left__imagearea--image img {
  width: 100%;
  height: 100%;
}
#company .company-policy {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  #company .company-policy {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  #company .philosophy-right__imagearea {
    flex: 1;
  }
  #company .philosophy-right__imagearea img {
    aspect-ratio: 682/1196;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  #company .philosophy-right__imagearea img {
    width: 90%;
  }
}
#company .imagearea-policy {
  display: flex;
}
@media (min-width: 768px) {
  #company .imagearea-policy {
    padding-top: 4.5rem;
    column-gap: 8rem;
    align-items: center;
  }
}
@media (max-width: 767px) {
  #company .imagearea-policy {
    flex-direction: column;
    row-gap: 4.4rem;
  }
}
#company .policy-left__imagearea {
  display: flex;
  flex-direction: row;
}
#company .policy-left__imagearea--image {
  width: 73rem;
}
@media (max-width: 767px) {
  #company .policy-right__imagearea {
    width: 100%;
    height: 18.6rem;
  }
}
#company .policy-right__imagearea--image {
  width: min(46.875vw, 350px);
  height: 100%;
  top: 0;
  right: 0;
  border-radius: 100px 0 0 100px;
  overflow: hidden;
}
@media (max-width: 767px) {
  #company .policy-right__imagearea--image {
    width: 37rem;
    border-radius: 50px 0 0 50px;
  }
}
#company .policy-right__imagearea--image img {
  width: 100%;
  height: 100%;
  max-height: 600px;
  object-fit: cover;
}

/* --------------------------------
 service
----------------------------------- */
#service {
  /* Evenクラスのスタイル */
}
#service * {
  box-sizing: border-box;
}
#service table {
  border-collapse: collapse;
  width: 100%;
}
#service td,
#service th {
  padding: 0;
  margin: 0;
}
#service .gray-radius {
  background-color: #f3f3f4;
  border-radius: 50px;
  padding: 2rem 0;
  margin-bottom: 8rem;
}
@media (max-width: 767px) {
  #service .gray-radius {
    margin-bottom: 10rem;
  }
}
#service .service-section-title {
  text-align: center;
  margin-bottom: 2rem;
}
#service .service-section-title h3 {
  font-size: 3.6rem;
  line-height: 1.2;
}
@media (max-width: 767px) {
  #service .service-section-title h3 {
    font-size: 2.4rem;
  }
}
#service .service-section-title p {
  font-size: 1.8rem;
  color: #C9171E;
}
@media (max-width: 767px) {
  #service .service-section-title p {
    font-size: 1.4rem;
  }
}
#service .service-category {
  padding: 8rem 0 14rem;
}
@media (max-width: 767px) {
  #service .service-category {
    padding: 5.5rem 0 11rem;
  }
}
#service .service-contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 3rem 7rem;
}
@media (max-width: 767px) {
  #service .service-contents {
    gap: 3.5rem;
  }
}
#service .service-item {
  width: 52rem;
}
#service .service-item__imagearea {
  width: 100%;
}
#service .service-item__imagearea img {
  border-radius: 10px;
}
#service .service-item__title {
  font-size: 2.4rem;
  text-align: center;
  padding: 1rem 0 0.8rem;
  border-bottom: 1px solid #C9171E;
}
#service .service-item__text {
  padding: 1rem;
  font-size: 1.6rem;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  #service .service-item__text {
    padding: 1rem 0;
    letter-spacing: 0;
  }
}
#service .vehicle-type__area {
  padding: 3.5rem 0 15.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 6rem 4rem;
}
@media (max-width: 767px) {
  #service .vehicle-type__area {
    padding: 1.5rem 0 5rem;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
  }
}
#service .vehicle-type {
  width: 33.9rem;
}
@media (max-width: 767px) {
  #service .vehicle-type {
    width: 16.5rem;
  }
}
#service .vehicle-type__image img {
  border-radius: 10px;
}
#service .vehicle-about {
  display: flex;
  width: 100%;
}
@media (max-width: 767px) {
  #service .vehicle-about {
    display: block;
  }
}
#service .vehicle-name {
  font-size: 2.2rem;
  margin-top: 1.5rem;
  padding: 0 2rem;
  width: 78%;
}
@media (max-width: 767px) {
  #service .vehicle-name {
    width: 100%;
    font-size: 1.6rem;
    margin: 0;
    padding: 0;
  }
}
#service .units {
  margin: 1rem 0;
  padding-left: 3rem;
  padding-top: 1rem;
  border-left: 1px solid #d3d3d3;
}
@media (max-width: 767px) {
  #service .units {
    margin: 0;
    padding: 0;
    border: none;
  }
}
#service .service-features {
  padding: 10rem 0 16rem;
}
@media (max-width: 767px) {
  #service .service-features {
    padding: 2.5rem 0 3rem;
  }
}
#service .features-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  margin-top: 8.5rem;
}
#service .features-content__head {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  #service .features-content {
    display: block;
  }
}
@media (max-width: 767px) {
  #service .features-content__bottom {
    margin-top: 3rem;
  }
}
#service .features-content__textarea--bg {
  position: relative;
  height: 45rem;
  margin: 0 auto;
  background-color: #fff;
  padding: 2rem;
  border-radius: 0 100px 100px 0;
  z-index: 1;
  left: 0;
  width: 800px;
}
#service .features-content__textarea--bg::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: calc(50% - 50vw);
  background: #fff;
  border-radius: 0 100px 100px 0;
}
@media (max-width: 767px) {
  #service .features-content__textarea--bg {
    border-radius: 0;
    width: 100%;
    height: 40.4rem;
    margin-top: 18.3rem;
  }
}
#service .features-content__textarea--bg--even {
  border-radius: 100px 0 0 100px;
}
#service .features-content__textarea--bg--even::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  right: calc(50% - 50vw);
  bottom: 0;
  left: 0;
  background: #fff;
  border-radius: 100px 0 0 100px;
}
@media (max-width: 767px) {
  #service .features-content__textarea--bg--even {
    border-radius: 0;
    width: 100%;
    height: 40.4rem;
    margin-top: 18.3rem;
  }
}
@media (max-width: 767px) {
  #service .features-content__textarea--bg--bottom {
    height: 44.5rem;
  }
}
#service .service-inner-slim {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 111rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #service .service-inner-slim {
    width: 35rem;
  }
}
#service .features-content__textarea {
  width: clamp(0px, 38vw, 485px);
  margin-top: 7rem;
  margin-left: 4rem;
}
@media (max-width: 767px) {
  #service .features-content__textarea {
    width: 100%;
    margin-left: 0;
  }
}
#service .features-content__title {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  font-weight: bold;
}
@media (max-width: 767px) {
  #service .features-content__title {
    font-size: 2rem;
    font-weight: 400;
  }
}
#service .features-content__bottom .features-content__title {
  font-size: clamp(1.6rem, 2vw, 2.4rem);
  letter-spacing: 0;
}
@media (max-width: 767px) {
  #service .features-content__bottom .features-content__title {
    letter-spacing: 0;
  }
}
#service .features-content__text {
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: -0.01em;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  #service .features-content__text {
    margin-top: 1.5rem;
  }
}
#service .feature-image {
  position: absolute;
  top: 9.5rem;
  right: 0;
  max-width: 60rem;
  width: 47vw;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 2;
}
@media (max-width: 767px) {
  #service .feature-image {
    width: 89.6vw;
    top: 1rem;
  }
}
#service .feature-image img {
  max-width: 100%;
  height: auto;
  border-radius: 100px 0 0 100px;
}
@media (max-width: 767px) {
  #service .feature-image img {
    border-radius: 50px 0 0 50px;
  }
}
#service .feature-number {
  font-size: 18rem !important;
  position: absolute;
  top: -17%;
  right: 7%;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 5rem;
  color: #C9171E;
  z-index: 3;
}
@media (max-width: 767px) {
  #service .feature-number {
    font-size: 10rem !important;
    top: 20%;
    right: 69%;
  }
}
@media (max-width: 767px) {
  #service .feature-number__bottom {
    right: 60%;
  }
}
#service .features-content__even {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  #service .features-content__even {
    margin-top: 8.5rem;
  }
}
#service .features-content__even .features-content__textarea {
  right: 0;
  position: absolute;
  margin-right: clamp(0rem, 11vw, 4rem);
}
@media (max-width: 767px) {
  #service .features-content__even .features-content__textarea {
    margin-right: 0;
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  #service .features-content__textarea--bg--even {
    margin-top: 15.3rem;
  }
}
#service .features-content__even .feature-image {
  left: 0;
  right: auto;
}
@media (max-width: 767px) {
  #service .features-content__even .feature-image {
    top: -5.2rem;
  }
}
#service .features-content__even .feature-image img {
  border-radius: 0 100px 100px 0;
}
@media (max-width: 767px) {
  #service .features-content__even .feature-image img {
    border-radius: 0 50px 50px 0;
  }
}
#service .features-content__even .feature-number {
  right: auto;
  left: 7%;
}
@media (max-width: 767px) {
  #service .features-content__even .feature-number {
    left: 62%;
    top: 11%;
  }
}

/* --------------------------------
 archive-information
----------------------------------- */
#archive-information {
  display: flex;
  flex-direction: column;
}
#archive-information * {
  box-sizing: border-box;
}
#archive-information table {
  border-collapse: collapse;
  width: 100%;
}
#archive-information td,
#archive-information th {
  padding: 0;
  margin: 0;
}
#archive-information .gray-radius {
  background-color: #f3f3f4;
  border-radius: 50px;
  padding: 2rem 0;
  margin-bottom: 8rem;
}
@media (max-width: 767px) {
  #archive-information .gray-radius {
    margin-bottom: 10rem;
  }
}
#archive-information h3 {
  font-size: 2.4rem;
  line-height: 2.2;
}
@media (max-width: 767px) {
  #archive-information h3 {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
#archive-information p {
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  #archive-information p {
    font-size: 1.4rem;
  }
}
#archive-information .l-footer {
  flex-shrink: 0;
  width: 100%;
  margin-top: auto;
}
#archive-information .information-main {
  flex: 1;
  margin: 3rem 0;
}
#archive-information .information-main {
  margin: 5rem 0;
}
#archive-information .information-news__item {
  border-bottom: 1px solid #d3d3d3;
  display: flex;
  padding: 2.5rem 1.6rem;
  position: relative;
  align-items: center;
}
#archive-information .information-news__item:hover {
  background: #F3F3F4;
}
#archive-information .information-news__item h3 {
  font-size: 1.6rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  #archive-information .information-news__item h3 {
    width: 90%;
  }
}
#archive-information .information-news__item:first-child {
  border-top: 1px solid #d3d3d3;
}
@media (max-width: 767px) {
  #archive-information .information-news__item img {
    position: absolute;
  }
}
@media (max-width: 767px) {
  #archive-information .information-news__item {
    display: block;
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  #archive-information .information-news__item__title {
    width: 80%;
  }
}
#archive-information .information-news-item__date {
  display: flex;
  align-items: center;
  width: 15%;
}
@media (max-width: 767px) {
  #archive-information .information-news-item__date {
    width: 100%;
    padding-left: 0;
    line-height: 2;
  }
}
#archive-information .information-arrow {
  width: 2.4rem;
  display: flex;
  align-items: center;
  position: absolute;
  right: 5rem;
}
@media (max-width: 767px) {
  #archive-information .information-arrow {
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
#archive-information .pager {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 5rem;
}
#archive-information .pager .page-numbers {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 2.8;
  color: #222222;
  border: 0.1rem solid #222222;
  margin-right: 1rem;
  margin-bottom: 1rem;
  text-decoration: none;
  cursor: pointer;
  transition: 0.5s;
}
#archive-information .pager .page-numbers:hover {
  opacity: 0.6;
  background: #222222;
  color: #F3F3F4;
}
#archive-information .pager :last-child {
  margin-right: 0;
}
#archive-information .pager .current {
  background: #222222;
  color: #F3F3F4;
}
#archive-information .pager .dots {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  border: none;
  margin-left: -1rem;
  pointer-events: none;
  /* ホバー効果を無効化 */
}

/* --------------------------------
 single-information
----------------------------------- */
#information {
  display: flex;
  flex-direction: column;
}
#information * {
  box-sizing: border-box;
}
#information table {
  border-collapse: collapse;
  width: 100%;
}
#information td,
#information th {
  padding: 0;
  margin: 0;
}
#information .gray-radius {
  background-color: #f3f3f4;
  border-radius: 50px;
  padding: 2rem 0;
  margin-bottom: 8rem;
}
@media (max-width: 767px) {
  #information .gray-radius {
    margin-bottom: 10rem;
  }
}
#information .information-section-title {
  text-align: center;
  margin-bottom: 2rem;
}
#information .information-section-title h3 {
  font-size: 3.6rem;
  line-height: 1.2;
}
@media (max-width: 767px) {
  #information .information-section-title h3 {
    font-size: 2.4rem;
  }
}
#information .information-section-title p {
  font-size: 1.8rem;
  color: #C9171E;
}
@media (max-width: 767px) {
  #information .information-section-title p {
    font-size: 1.4rem;
  }
}
#information .l-footer {
  flex-shrink: 0;
  width: 100%;
  margin-top: auto;
}
#information .information-main {
  flex: 1;
  margin: 3rem 0;
}
#information .movepage {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem;
  margin: 5rem 0 3rem;
  position: relative;
}
@media (max-width: 767px) {
  #information .movepage {
    font-size: 1.2rem;
    padding: 0;
  }
}
#information .movepage .move__information-list {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 0.3s;
}
#information .movepage .movepage__next {
  margin-left: auto;
}
#information .movepage .movepage__prev {
  margin-right: auto;
}
#information .movepage .page-btn {
  width: 20rem;
  height: 5rem;
  display: grid;
  place-content: center;
  background: #fff;
  border-radius: 3rem;
  border: 0.2rem solid #C9171E;
  overflow: hidden;
  position: relative;
  transition: all 0.6s;
}
#information .movepage .page-btn__center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  #information .movepage .page-btn {
    width: 10rem;
    height: 3.5rem;
  }
  #information .movepage .page-btn__center {
    width: 13rem;
  }
}
#information .movepage .page-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #C9171E;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: inset(0 100% 0 0);
  transition: all 0.6s;
}
#information .movepage a.page-btn:hover {
  border-color: #fff;
}
#information .movepage a.page-btn:hover::before {
  clip-path: inset(0);
}
#information .movepage a.page-btn:hover .link-text {
  color: #fff;
  z-index: 1;
}
#information .information__article-area {
  padding: 0 2rem;
  width: 100%;
  max-width: 100rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #information .information__article-area {
    padding: 0 1rem;
  }
}
#information .information__date {
  text-align: right;
  margin: 2rem;
}
#information .information__content {
  margin: 2rem 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#information .information__content p {
  font-size: 1.8rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  #information .information__content p {
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=r-style.css.map */



