@charset "UTF-8";
.page-title {
  padding: 32px 20px;
  background: #033276;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-title {
    padding: 28px 16px;
  }
}
.page-title__text {
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .page-title__text {
    font-size: 24px;
  }
}

.road-panel {
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .road-panel {
    flex-direction: column;
  }
}
.road-panel__photo {
  width: 45%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .road-panel__photo {
    width: 100%;
    height: 220px;
  }
}
.road-panel__box {
  flex: 1;
  padding: 40px 44px;
  background: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .road-panel__box {
    padding: 24px 20px;
  }
}
.road-panel__title {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  color: #033276;
}
.road-panel__list {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: start;
  gap: 14px 32px;
}
@media screen and (max-width: 767px) {
  .road-panel__list {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.road-panel__item {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
}
.road-panel__icon {
  flex-shrink: 0;
  color: #033276;
  font-size: 16px;
}

.sub-lead {
  padding: 64px 20px 48px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sub-lead {
    padding: 36px 16px 28px;
    text-align: left;
  }
}
.sub-lead__inner {
  max-width: 800px;
  margin: 0 auto;
}
.sub-lead__text {
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .sub-lead__text {
    font-size: 16px;
  }
}
.sub-lead__sign {
  margin-top: 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .sub-lead__sign {
    margin-top: 20px;
    font-size: 15px;
  }
}

.sub-section {
  max-width: 1140px;
  margin: 0 auto;
  padding: 80px 20px;
}
@media screen and (max-width: 767px) {
  .sub-section {
    padding: 48px 16px;
  }
}
.sub-section--privacy {
  max-width: 900px;
}
.sub-section--privacy .svc__title {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .sub-section--privacy .svc__title {
    margin-top: 32px;
    font-size: 17px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .sub-section--privacy .svc__text,
  .sub-section--privacy .svc__list li,
  .sub-section--privacy .sub-section__note {
    font-size: 15px;
  }
}
.sub-section--privacy .svc__text + .svc__text,
.sub-section--privacy .svc__list + .svc__text {
  margin-top: 20px;
}
.sub-section--privacy .sub-section__note {
  margin-top: 40px;
}
.sub-section--bg {
  max-width: none;
  background: #F3F3EE;
}
.sub-section--bg > .sub-section__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.sub-section__note {
  margin-top: 12px;
  font-size: 16px;
  color: #777777;
}
.sub-section__note--red {
  color: #C7000B;
}
.sub-section__note--right {
  text-align: right;
}
.sub-section__note + .sub-section__note {
  margin-top: 4px;
}
.sub-section__lead {
  margin-bottom: 28px;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .sub-section__lead {
    margin-bottom: 20px;
    text-align: left;
  }
}

.u-tbd {
  display: inline-block;
  padding: 1px 8px;
  border-radius: 4px;
  background: #FFF3CD;
  color: #8A6D1D;
  font-size: 0.85em;
  font-weight: 700;
}

.about-collage {
  display: grid;
  grid-template-columns: 2fr 2.6fr;
  grid-template-rows: 1fr 1fr;
  grid-template-areas: "a d" "c d";
  gap: 6px;
  height: 480px;
}
@media screen and (max-width: 767px) {
  .about-collage {
    height: 300px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-template-areas: "a c" "d d";
  }
}
.about-collage__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  color: #777777;
  font-size: 13px;
  font-weight: 700;
}
.about-collage__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-collage__item--a {
  grid-area: a;
}
.about-collage__item--c {
  grid-area: c;
}
.about-collage__item--d {
  grid-area: d;
}

.c-table {
  width: 100%;
  border-collapse: collapse;
  background: #FFFFFF;
}
.c-table th,
.c-table td {
  padding: 14px 18px;
  border: 1px solid #DDDDDD;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .c-table th,
  .c-table td {
    padding: 10px 12px;
    font-size: 16px;
  }
}
.c-table thead th {
  background: #033276;
  color: #FFFFFF;
  text-align: center;
}
.c-table tbody th {
  width: 220px;
  background: #F5F5F5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-table tbody th {
    width: 110px;
  }
}
.c-table__price {
  color: #C7000B;
  font-weight: 700;
}
.c-table__plan {
  display: inline-block;
  margin-bottom: 4px;
  color: #033276;
  font-size: 21px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-table__plan {
    font-size: 19px;
  }
}
.c-table__thumb {
  display: block;
  width: 120px;
  height: 80px;
  margin: 0 auto 6px;
  object-fit: cover;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .c-table__thumb {
    width: 90px;
    height: 60px;
  }
}
.c-table--center td {
  text-align: center;
}
.c-table--compact th,
.c-table--compact td {
  padding: 12px 10px;
  text-align: center;
  vertical-align: middle;
}
.c-table--compact thead th {
  vertical-align: top;
}
.c-table--compact thead th:first-child {
  vertical-align: middle;
}
.c-table--compact tbody th {
  width: auto;
  text-align: left;
}
.c-table--label-nowrap tbody th {
  white-space: nowrap;
}

.oil-menu__name {
  margin: 28px 0 4px;
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .oil-menu__name {
    margin-top: 22px;
    font-size: 19px;
  }
}
.oil-menu__series {
  margin-left: 12px;
  color: #777777;
  font-size: 13px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .oil-menu__series {
    display: block;
    margin-left: 0;
  }
}
.oil-menu__desc {
  margin-bottom: 10px;
  font-size: 16px;
}
.oil-menu__viscosity {
  margin: 16px 0 6px;
  font-size: 16px;
  font-weight: 700;
}
.oil-menu__badge {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 8px;
  border-radius: 10px;
  background: #C7000B;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 700;
}

.oil-item {
  margin-top: 28px;
}
.oil-item > .oil-menu__name:first-child {
  margin-top: 0;
}
.oil-item__row {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .oil-item__row {
    gap: 14px;
  }
}
.oil-item__image {
  flex-shrink: 0;
  width: 140px;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .oil-item__image {
    width: 90px;
  }
}
.oil-item__tables {
  flex: 1;
  min-width: 0;
}
.oil-item__tables > .oil-menu__viscosity:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-scroll .c-table {
    min-width: 640px;
  }
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .card-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
.card-grid__item {
  padding: 28px 24px;
  border: 2px solid #033276;
  border-radius: 6px;
  background: #FFFFFF;
  text-align: center;
}
.card-grid__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 12px;
  border-radius: 50%;
  background: #033276;
  color: #FFFFFF;
  font-family: "Roboto", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 18px;
  font-weight: 700;
}
.card-grid__title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #033276;
}
.card-grid__text {
  font-size: 16px;
  line-height: 1.9;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .card-grid__text--center-sp {
    text-align: center;
  }
}
.card-grid__qr-link {
  display: block;
  margin-top: 10px;
  text-align: center;
}
.card-grid__qr {
  width: 110px;
}
.card-grid__tel {
  font-family: "Roboto", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 26px;
  color: #033276;
}
@media screen and (max-width: 767px) {
  .card-grid__tel {
    font-size: 24px;
  }
}
.card-grid__fax {
  font-family: "Roboto", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  color: #033276;
}
.card-grid--photo .card-grid__item {
  padding: 0;
  border: none;
  border-radius: 0;
  text-align: left;
}
.card-grid__image {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 3/2;
  margin-bottom: 16px;
  color: #777777;
  font-size: 13px;
  font-weight: 700;
}
.card-grid__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-grid--photo .card-grid__title {
  color: #333333;
  font-size: 17px;
}

.check-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 32px;
}
@media screen and (max-width: 767px) {
  .check-list {
    grid-template-columns: 1fr;
  }
}
.check-list__item {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
}
.check-list__item::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #033276;
}

.label-heading {
  display: inline-block;
  margin-bottom: 24px;
  padding: 10px 24px;
  background: #033276;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .label-heading {
    padding: 8px 16px;
    font-size: 16px;
  }
}
.label-heading--line {
  display: block;
  margin: 40px 0 28px;
  padding: 12px 0;
  background: transparent;
  color: #033276;
  font-size: 22px;
  text-align: center;
  border-top: 2px solid #033276;
  border-bottom: 2px solid #033276;
}
@media screen and (max-width: 767px) {
  .label-heading--line {
    margin: 32px 0 22px;
    padding: 10px 0;
    font-size: 19px;
  }
}

.oil-lineup {
  display: block;
  width: 100%;
  max-width: 720px;
  height: auto;
  margin: 8px auto 0;
}

#zahren .label-heading {
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.oil-intro {
  margin-bottom: 32px;
  text-align: center;
  font-weight: 700;
  line-height: 2.1;
}
@media screen and (max-width: 767px) {
  .oil-intro {
    margin-bottom: 24px;
  }
  .oil-intro br {
    display: none;
  }
}

.panel-card {
  padding: 36px 40px;
  background: #FFFFFF;
}
.panel-card + .panel-card {
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .panel-card {
    padding: 24px 20px;
  }
  .panel-card + .panel-card {
    margin-top: 20px;
  }
}
.panel-card__title {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
  color: #033276;
  text-align: center;
}
.panel-card__text {
  font-size: 16px;
  line-height: 2;
}
.panel-card__em {
  color: #C7000B;
}
.panel-card__price-table {
  width: auto;
  min-width: 380px;
  margin: 24px auto 0;
}
.panel-card__price-table tbody th {
  width: auto;
  padding: 14px 28px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .panel-card__price-table tbody th {
    white-space: normal;
  }
}
.panel-card__price-table td {
  padding: 14px 28px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .panel-card__price-table {
    width: 100%;
    min-width: 0;
  }
}

.check-box {
  max-width: 760px;
  margin: 0 auto;
  padding: 48px 40px;
  border: 1px solid #DDDDDD;
  background: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .check-box {
    padding: 24px 20px;
  }
}
.check-box__list {
  display: inline-flex;
  flex-direction: column;
  gap: 18px;
  text-align: left;
}
.check-box__list--cols2 {
  display: inline-grid;
  grid-template-columns: repeat(2, auto);
  justify-content: center;
  gap: 18px 48px;
}
@media screen and (max-width: 767px) {
  .check-box__list--cols2 {
    display: inline-flex;
    flex-direction: column;
  }
}
.check-box__note {
  margin-top: 24px;
  font-size: 16px;
  color: #777777;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .check-box__note {
    margin-top: 16px;
  }
}
.check-box__item {
  display: flex;
  align-items: baseline;
  gap: 14px;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .check-box__item {
    gap: 10px;
    font-size: 16px;
  }
}
.check-box__icon {
  flex-shrink: 0;
  color: #033276;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .check-box__icon {
    font-size: 17px;
  }
}

.policy-box {
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 24px;
  border: 1px solid #333333;
}
@media screen and (max-width: 767px) {
  .policy-box {
    padding: 16px;
  }
}
.policy-box > :first-child {
  margin-top: 0;
}
.policy-box a {
  color: #033276;
  text-decoration: underline;
  text-underline-offset: 3px;
  white-space: nowrap;
}
.policy-box a:hover {
  text-decoration: none;
}

.policy-contact {
  margin-top: 14px;
}
.policy-contact__label {
  font-weight: 700;
}
.policy-contact__value {
  margin: 0 0 0 1em;
}
.policy-contact__value + .policy-contact__label {
  margin-top: 14px;
}
@media screen and (min-width: 768px) {
  .policy-contact {
    display: grid;
    grid-template-columns: 7em 1fr;
    gap: 10px 20px;
  }
  .policy-contact .policy-contact__value {
    margin-left: 0;
  }
  .policy-contact .policy-contact__value + .policy-contact__label {
    margin-top: 0;
  }
}

.policy-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .policy-links {
    gap: 12px;
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .policy-links__item {
    width: 100%;
  }
}
.policy-links .c-button--outline {
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .policy-links .c-button--outline {
    padding: 14px 16px;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .policy-links {
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
  }
  .policy-links .policy-links__item {
    flex: 1 1 0;
    min-width: 0;
  }
  .policy-links .c-button--outline {
    width: 100%;
    min-width: 0;
    padding: 16px 20px;
  }
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px 24px;
}
@media screen and (max-width: 767px) {
  .photo-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.photo-grid__image {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4/3;
  margin-bottom: 12px;
  border-radius: 6px;
  color: #777777;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}
.photo-grid__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.photo-grid__caption {
  font-size: 14px;
  line-height: 1.9;
}

.clean-block {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.clean-block + .clean-block {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .clean-block {
    flex-direction: column;
    gap: 16px;
  }
  .clean-block + .clean-block {
    margin-top: 40px;
  }
}
.clean-block__photo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 300px;
  aspect-ratio: 3/2;
  color: #777777;
  font-size: 13px;
  font-weight: 700;
}
.clean-block__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .clean-block__photo {
    width: 100%;
  }
}
.clean-block__body {
  flex: 1;
}
.clean-block__title {
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 700;
  color: #033276;
}
@media screen and (max-width: 767px) {
  .clean-block__title {
    font-size: 18px;
  }
}
.clean-block__subtitle {
  margin: 24px 0 8px;
  font-size: 16px;
  font-weight: 700;
}
.clean-block__subtitle:first-of-type {
  margin-top: 0;
}
.clean-block__text {
  font-size: 16px;
  line-height: 2;
}
.clean-block__price {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
}
.clean-block__table {
  margin-top: 20px;
}
.clean-block__table tbody th {
  width: 240px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .clean-block__table tbody th {
    width: 110px;
  }
}
.clean-block__table + .sub-section__note {
  margin-top: 14px;
}

.anchor-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.anchor-nav__link {
  display: inline-block;
  padding: 8px 18px;
  border: 1px solid #033276;
  border-radius: 999px;
  color: #033276;
  font-size: 13px;
  font-weight: 700;
}
.anchor-nav__link:hover {
  opacity: 1;
  background: #033276;
  color: #FFFFFF;
}

.svc__block {
  display: flex;
  gap: 28px;
  padding: 32px 0;
  border-bottom: 1px solid #DDDDDD;
}
.svc__block:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .svc__block {
    flex-direction: column;
    gap: 14px;
    padding: 24px 0;
  }
}
.svc__icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  border: 1px solid #DDDDDD;
  border-radius: 6px;
  background: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .svc__icon-wrap {
    width: 120px;
    height: 120px;
    margin: 0 auto;
  }
}
.svc__icon {
  width: 72px;
  height: 72px;
  object-fit: contain;
}
.svc__title {
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 700;
  color: #033276;
}
@media screen and (max-width: 767px) {
  .svc__title {
    font-size: 18px;
    text-align: center;
  }
}
.svc__text {
  line-height: 2;
}
.svc__list {
  margin-top: 8px;
}
.svc__list li {
  padding-left: 1.2em;
  text-indent: -1.2em;
  line-height: 2;
}
.svc__list li::before {
  content: "・";
}
.svc__list--nomark li::before {
  content: none;
}
.svc__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  padding: 10px 24px;
  border-radius: 6px;
  background: #033276;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
}
.svc__link:hover {
  opacity: 1;
  background: #02265A;
}
@media screen and (max-width: 767px) {
  .svc__link {
    display: flex;
    width: fit-content;
    margin: 14px auto 0;
  }
}

.flow {
  counter-reset: flow;
}
.flow__item {
  position: relative;
  display: flex;
  gap: 20px;
  padding: 22px 24px;
  border: 1px solid #DDDDDD;
  border-radius: 6px;
  background: #FFFFFF;
}
.flow__item + .flow__item {
  margin-top: 28px;
}
.flow__item + .flow__item::before {
  content: "\f063";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
  color: #033276;
}
@media screen and (max-width: 767px) {
  .flow__item {
    gap: 14px;
    padding: 16px;
  }
}
.flow__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #033276;
  color: #FFFFFF;
  font-family: "Roboto", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 18px;
  font-weight: 700;
}
.flow__num::before {
  counter-increment: flow;
  content: counter(flow);
}
.flow__title {
  margin-bottom: 4px;
  font-size: 17px;
  font-weight: 700;
  color: #033276;
}
.flow__text {
  font-size: 16px;
  line-height: 1.9;
}

.flow--choice .flow__item + .flow__item {
  margin-top: 16px;
}
.flow--choice .flow__item + .flow__item::before {
  content: none;
}

.faq__item {
  padding: 20px 0;
  border-bottom: 1px solid #DDDDDD;
}
.faq__q, .faq__a {
  display: flex;
  gap: 12px;
  line-height: 1.9;
}
.faq__q {
  margin-bottom: 8px;
  font-weight: 700;
}
.faq__mark {
  flex-shrink: 0;
  font-family: "Roboto", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #033276;
}
.faq__a .faq__mark {
  color: #C7000B;
}

.greeting {
  display: flex;
  gap: 36px;
  align-items: flex-start;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .greeting {
    flex-direction: column;
    gap: 20px;
  }
}
.greeting__photo {
  flex-shrink: 0;
  width: 260px;
}
@media screen and (max-width: 767px) {
  .greeting__photo {
    width: 200px;
    margin: 0 auto;
  }
}
.greeting__photo .photo-grid__image {
  aspect-ratio: auto;
}
.greeting__photo .photo-grid__image img {
  height: auto;
}
.greeting__body {
  flex: 1;
}
.greeting__text {
  line-height: 2.1;
}
.greeting__name {
  margin-top: 24px;
  text-align: right;
}
.greeting__name strong {
  font-size: 18px;
}

.company-map {
  width: 100%;
  height: 400px;
  border: none;
}
@media screen and (max-width: 767px) {
  .company-map {
    height: 260px;
  }
}

.form {
  max-width: 720px;
  margin: 0 auto;
}
.form__row {
  margin-bottom: 22px;
}
.form__label {
  display: block;
  margin-bottom: 6px;
  font-weight: 700;
}
.form__required {
  display: inline-block;
  margin-left: 8px;
  padding: 1px 8px;
  border-radius: 4px;
  background: #C7000B;
  color: #FFFFFF;
  font-size: 12px;
}
.form__input, .form__select, .form__textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #DDDDDD;
  border-radius: 6px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  background: #FFFFFF;
}
.form__textarea {
  min-height: 180px;
  resize: vertical;
}
.form__submit {
  display: block;
  width: 280px;
  margin: 32px auto 0;
  padding: 16px;
  border: none;
  border-radius: 6px;
  background: #033276;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}
.form__submit:hover {
  background: #02265A;
}
@media screen and (max-width: 767px) {
  .form__submit {
    width: 100%;
  }
}
.form__privacy {
  margin-top: 20px;
  font-size: 16px;
  color: #777777;
  line-height: 1.9;
}

.newslist__item {
  border-bottom: 1px solid #DDDDDD;
}
.newslist__item:first-child {
  border-top: 1px solid #DDDDDD;
}
.newslist__link {
  display: flex;
  align-items: baseline;
  gap: 18px;
  padding: 20px 8px;
}
.newslist__link:hover {
  opacity: 1;
  background: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .newslist__link {
    flex-wrap: wrap;
    gap: 8px 12px;
    padding: 14px 4px;
  }
}
.newslist__date {
  flex-shrink: 0;
  font-family: "Roboto", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #777777;
}
.newslist__cat {
  flex-shrink: 0;
  padding: 2px 12px;
  border-radius: 999px;
  background: #033276;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 700;
}
.newslist__title {
  font-weight: 700;
}

.article {
  max-width: 800px;
  margin: 0 auto;
}
.article__meta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}
.article__title {
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 2px solid #033276;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .article__title {
    font-size: 20px;
  }
}
.article__body {
  line-height: 2.1;
}
.article__body p {
  margin-bottom: 1.5em;
}
.article__body a {
  color: #033276;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.article__body a:hover {
  opacity: 0.7;
}
.article__body h2 {
  margin: 40px 0 16px;
  padding-left: 14px;
  border-left: 4px solid #033276;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .article__body h2 {
    font-size: 17px;
  }
}
.article__body img {
  max-width: 100%;
  border-radius: 6px;
  margin: 8px 0 24px;
}
.article__image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16/9;
  margin: 8px 0 24px;
  border: 2px dashed #DDDDDD;
  border-radius: 6px;
  background: repeating-linear-gradient(-45deg, #F5F5F5 0 12px, #FFFFFF 12px 24px);
  color: #777777;
  font-size: 13px;
  font-weight: 700;
}
.article__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid #DDDDDD;
}
.article__nav-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #033276;
}
.article__back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 28px;
  border: 1px solid #033276;
  border-radius: 999px;
  color: #033276;
  font-size: 16px;
  font-weight: 700;
}
.article__back:hover {
  opacity: 1;
  background: #033276;
  color: #FFFFFF;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 40px;
}
.pagination__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #DDDDDD;
  border-radius: 6px;
  font-family: "Roboto", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
}
.pagination__link--current {
  background: #033276;
  border-color: #033276;
  color: #FFFFFF;
}

.wpcf7 {
  max-width: 720px;
  margin: 0 auto;
}

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-not-valid-tip {
  display: block;
  margin-top: 6px;
  color: #C7000B;
  font-size: 16px;
}

.wpcf7 form .wpcf7-response-output {
  margin: 24px 0 0;
  padding: 12px 16px;
  border: 2px solid #033276;
  border-radius: 6px;
  text-align: center;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output {
  border-color: #C7000B;
  color: #C7000B;
}

.form__consent {
  margin: 28px 0 8px;
  text-align: center;
}
.form__consent .form__privacy {
  margin-top: 0;
}
.form__consent .wpcf7-acceptance label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  cursor: pointer;
}
.form__consent input[type=checkbox] {
  width: 18px;
  height: 18px;
  accent-color: #033276;
}

.form__checkboxes .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
}
.form__checkboxes .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.form__checkboxes .wpcf7-checkbox label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.form__checkboxes .wpcf7-checkbox input[type=checkbox] {
  width: 18px;
  height: 18px;
  accent-color: #033276;
}

.form__consent .form__privacy a {
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #033276;
}
