@charset "UTF-8";
/*
Theme Name: AZProject Theme
Theme URI: https://example.com/
Description: AZプロジェクトさま専用のカスタムテーマ
Version: 1.0
Author: Mimu Masui
*/
:root {
  --color-main-blue: #00569B;
  --color-black: #1A1A1A;
  --color-text-gray: #333333;
  --color-gray-80: #A1A1A1;
  --color-gray-40: #E7E7E7;
  --color-white: #FFFFFF;
  --color-bg-light: #F7F9FC;
  --color-border: #EAEAEA;
  --color-border-gray: #D8DFE3;
  --color-error: #dc3545;
  --color-error-bg: #f8d7da;
  --color-error-border: #f5c6cb;
  --color-error-text: #721c24;
  --color-success: #155724;
  --color-success-bg: #d4edda;
  --color-success-border: #c3e6cb;
  --font-family-base: 'Inter', 'Noto Sans JP', sans-serif;
  --font-family-heading: 'Inter', 'Noto Sans JP', sans-serif;
  --font-size-xs: 12px;
  --font-size-sm: 14px;
  --font-size-base: 16px;
  --font-size-lg: 18px;
  --font-size-xl: 20px;
  --font-size-2xl: 24px;
  --font-size-3xl: 28px;
  --font-size-4xl: 24px;
  --font-size-5xl: 32px;
  --font-size-6xl: 36px;
  --spacing-xs: 4px;
  --spacing-sm: 8px;
  --spacing-md: 16px;
  --spacing-lg: 24px;
  --spacing-xl: 32px;
  --spacing-2xl: 40px;
  --spacing-3xl: 56px;
  --spacing-4xl: 80px;
  --spacing-5xl: 150px;
  --container-width: 1000px;
  --container-padding: 16px;
  --container-max-width: 1440px;
  --header-height: 70px;
  --content-max-width: 750px;
  --radius-sm: 2px;
  --radius-md: 4px;
  --transition-base: 0.3s ease;
}
@media (min-width: 768px) {
  :root {
    --container-padding: 100px;
    --font-size-6xl: 64px;
    --font-size-5xl: 40px;
    --font-size-4xl: 36px;
    --font-size-3xl: 28px;
  }
}
@media (min-width: 1440px) {
  :root {
    --container-padding: 220px;
  }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}

/**
 * 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: 1em;
  /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  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: 1em;
  /* 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* 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;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-family-base);
  font-size: var(--font-size-base);
  line-height: 1.6;
  color: var(--color-black);
  background-color: var(--color-white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-bottom: 70px;
}
@media (min-width: 768px) {
  body {
    padding-top: var(--header-height);
    padding-bottom: 0;
  }
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
  transition: var(--transition-base);
}

ul,
ol {
  list-style: none;
}

.l-container {
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 768px) {
  .l-container {
    max-width: var(--container-max-width);
  }
}

.section__inner.l-container {
  max-width: var(--container-width);
}
@media (min-width: 768px) {
  .section__inner.l-container {
    margin: auto;
  }
}

.hero__content.l-container {
  max-width: var(--container-width);
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .hero__content.l-container {
    position: relative;
    height: 920px;
    padding-left: var(--container-padding);
    padding-right: var(--container-padding);
  }
}

.container {
  width: 100%;
  max-width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .container {
    max-width: var(--container-width);
  }
}

.site-main {
  width: 100%;
}
@media (min-width: 768px) {
  .site-main {
    padding-top: var(--spacing-4xl);
    padding-bottom: var(--spacing-4xl);
  }
}

@media (min-width: 768px) {
  .single-post .container {
    max-width: var(--container-width);
  }
}
.single-post .post-title {
  font-family: var(--font-family-heading);
  font-weight: 700;
  font-size: var(--font-size-3xl);
  line-height: 1.4;
  color: var(--color-black);
  margin-bottom: var(--spacing-lg);
}
@media (min-width: 768px) {
  .single-post .post-title {
    font-size: var(--font-size-5xl);
    margin-bottom: var(--spacing-xl);
  }
}
.single-post .post-meta {
  margin-bottom: var(--spacing-lg);
}
@media (min-width: 768px) {
  .single-post .post-meta {
    margin-bottom: var(--spacing-xl);
  }
}
.single-post .post-meta time {
  font-size: var(--font-size-base);
  color: var(--color-gray-80);
}

.site-header {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: var(--color-white);
  height: var(--header-height);
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .site-header {
    top: 0;
    bottom: auto;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
}

.site-header__inner {
  display: none;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 var(--container-padding);
}
@media (min-width: 768px) {
  .site-header__inner {
    display: flex;
    max-width: 1000px;
    padding: 0;
  }
}

.site-header__logo {
  display: flex;
  align-items: center;
}

.site-header__logo-mark {
  display: block;
  width: 160px;
  height: auto;
  object-fit: contain;
  background: none;
  border: none;
  border-radius: 0;
}

.site-header__nav {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
  flex: 1;
  justify-content: center;
}

.site-header__nav .global-nav {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .site-header__nav .global-nav {
    gap: var(--spacing-lg);
  }
}

.site-header__cta {
  display: none;
  height: var(--header-height);
}
@media (min-width: 768px) {
  .site-header__cta {
    display: block;
  }
}

.global-nav {
  display: flex;
  align-items: center;
  gap: var(--spacing-lg);
  margin: 0;
  padding: 0;
  list-style: none;
}

.global-nav a {
  font-family: var(--font-family-heading);
  font-weight: 700;
  font-size: var(--font-size-xs);
  color: var(--color-text-gray);
  padding: var(--spacing-xs) var(--spacing-sm);
  position: relative;
  display: flex;
  align-items: center;
  gap: var(--spacing-xs);
  text-align: center;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .global-nav a {
    font-size: var(--font-size-sm);
    padding: var(--spacing-sm) 0;
  }
}

.global-nav a::after {
  content: "";
  display: none;
  width: 24px;
  height: 24px;
  background-image: url("assets/images/common/icon_arrow-down.svg");
  background-size: contain;
  opacity: 0.7;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .global-nav a::after {
    display: block;
  }
}

.global-nav__link--external::after {
  transform: rotate(-90deg);
}

@media (min-width: 768px) {
  .site-header__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
  }
}

.site-header__sp-nav {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: var(--color-white);
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .site-header__sp-nav {
    display: none;
  }
}

.site-header__sp-nav-top-bar {
  height: 1px;
  background-color: var(--color-gray-40);
  width: 100%;
}

.sp-nav {
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 70px;
}

.sp-nav__item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.sp-nav__item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 40px;
  background-color: var(--color-gray-40);
}

.sp-nav__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 100%;
  height: 100%;
  padding: 8px 4px;
  text-decoration: none;
  color: var(--color-black);
  transition: var(--transition-base);
}
.sp-nav__link:not(.sp-nav__link--contact):active {
  background-color: var(--color-bg-light);
}
.sp-nav__link--contact {
  background-color: var(--color-main-blue);
  color: var(--color-white);
}
.sp-nav__link--contact:active {
  opacity: 0.9;
}

.sp-nav__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}

.sp-nav__icon {
  display: block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.sp-nav__icon--truck {
  background-image: url("assets/images/common/icon_shipping.svg");
}
.sp-nav__icon--building {
  background-image: url("assets/images/common/icon_domain.svg");
}
.sp-nav__icon--warehouse {
  background-image: url("assets/images/common/icon_warehouse.svg");
}
.sp-nav__icon--envelope {
  background-image: url("assets/images/common/icon_mail.svg");
}

.hero {
  position: relative;
  background-color: var(--color-bg-light);
  padding-bottom: 70px;
}
@media (min-width: 768px) {
  .hero {
    padding-bottom: 150px;
  }
}
.hero__image {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .hero__image {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
  }
}
.hero__image-inner {
  width: 100%;
}
.hero__image .swiper-slide img {
  width: 100%;
  height: 80vh;
  object-fit: cover;
  display: block;
}
@media (min-width: 768px) {
  .hero__image .swiper-slide img {
    height: 100vh;
    max-height: 530px;
  }
}
.hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .hero__content {
    max-width: 1000px;
    margin: 0 auto;
    min-height: 600px;
  }
  .hero__content::before {
    content: "";
    width: 694px;
    height: 706px;
    position: absolute;
    top: 5%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-image: url("assets/images/top/main_map.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 0;
  }
}
.hero__title {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 0;
  text-align: right;
  position: absolute;
  bottom: -12%;
  right: 3%;
  z-index: 3;
}
@media (min-width: 768px) {
  .hero__title {
    bottom: -15%;
    left: 1%;
    right: auto;
    padding: 0;
    gap: 8px;
    text-align: left;
  }
}
.hero__title-main {
  font-weight: 800;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 1.28px;
  background: linear-gradient(90deg, rgb(0, 143, 197) 0%, rgb(0, 86, 155) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  transform: skewX(-12deg);
  width: 100%;
  text-align: right;
  filter: drop-shadow(1px 0 0 var(--color-white)) drop-shadow(-1px 0 0 var(--color-white)) drop-shadow(0 1px 0 var(--color-white)) drop-shadow(0 -1px 0 var(--color-white)) drop-shadow(1px 1px 0 var(--color-white)) drop-shadow(-1px -1px 0 var(--color-white)) drop-shadow(1px -1px 0 var(--color-white)) drop-shadow(-1px 1px 0 var(--color-white));
}
@media (min-width: 768px) {
  .hero__title-main {
    font-size: var(--font-size-6xl);
    letter-spacing: 2.56px;
    text-align: left;
    width: auto;
    display: block;
  }
}
.hero__title-sub {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0.8px;
  background: linear-gradient(90deg, rgb(0, 143, 197) 0%, rgb(0, 86, 155) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-align: right;
  transform: skewX(-12deg);
  width: 100%;
  filter: drop-shadow(1px 0 0 var(--color-white)) drop-shadow(-1px 0 0 var(--color-white)) drop-shadow(0 1px 0 var(--color-white)) drop-shadow(0 -1px 0 var(--color-white)) drop-shadow(1px 1px 0 var(--color-white)) drop-shadow(-1px -1px 0 var(--color-white)) drop-shadow(1px -1px 0 var(--color-white)) drop-shadow(-1px 1px 0 var(--color-white));
}
@media (min-width: 768px) {
  .hero__title-sub {
    font-size: var(--font-size-4xl);
    text-align: right;
  }
}
.hero__map {
  margin-bottom: 0;
  margin-top: var(--spacing-4xl);
  text-align: center;
  padding: 0;
  width: 100%;
}
.hero__map img {
  width: 352px;
  max-width: 352px;
  height: auto;
  margin: 0 auto;
  display: block;
}
@media (min-width: 768px) {
  .hero__map {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    overflow: hidden;
  }
  .hero__map img {
    display: none;
  }
}
.hero__text {
  position: relative;
  z-index: 1;
  text-align: left;
  font-size: 16px;
  line-height: 1.4;
  color: var(--color-black);
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-weight: 400;
  letter-spacing: 0.32px;
  margin-top: 34px;
  width: 100%;
}
@media (min-width: 768px) {
  .hero__text {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0;
    margin-top: 0;
    max-width: 585px;
    margin-left: auto;
    text-align: right;
  }
}
.hero__text p {
  margin-bottom: 0;
}
.hero__text p:last-child {
  font-size: 16px;
}
@media (min-width: 768px) {
  .hero__text p:last-child {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .hero__text p {
    font-size: 18px;
  }
}
.hero__highlight {
  font-weight: 600;
  font-style: normal;
  color: #00569b;
}
.hero__legend {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  margin-top: 0;
}
@media (min-width: 768px) {
  .hero__legend {
    flex-direction: row;
    gap: 40px;
    align-items: center;
    justify-content: flex-end;
  }
}
.hero__legend-item {
  display: flex;
  gap: 4px;
  align-items: center;
}
.hero__legend-color {
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.hero__legend-color--current {
  background-color: #00569b;
}
.hero__legend-color--available {
  background-color: #bfd3e6;
}
.hero__legend-text {
  font-size: 16px;
  line-height: normal;
  color: var(--color-black);
  letter-spacing: 0.36px;
}
@media (min-width: 768px) {
  .hero__legend-text {
    font-size: 18px;
  }
}

.hero-swiper {
  width: 100%;
}
@media (min-width: 768px) {
  .hero-swiper {
    max-width: 1000px;
  }
}

.br-sp-only {
  display: block;
}
@media (min-width: 768px) {
  .br-sp-only {
    display: none;
  }
}

.br-pc-only {
  display: none;
}
@media (min-width: 768px) {
  .br-pc-only {
    display: block;
  }
}

.section {
  padding: var(--spacing-4xl) 0;
}
@media (min-width: 768px) {
  .section {
    padding: var(--spacing-5xl) 0;
  }
}

.section__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-md);
  text-align: center;
  margin-bottom: var(--spacing-2xl);
}
@media (min-width: 768px) {
  .section__header {
    margin-bottom: var(--spacing-4xl);
  }
}

.section__en {
  font-family: var(--font-family-base);
  font-weight: 500;
  font-size: var(--font-size-base);
  color: var(--color-main-blue);
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: normal;
  white-space: nowrap;
  margin: 0;
}
@media (min-width: 768px) {
  .section__en {
    font-size: var(--font-size-xl);
    letter-spacing: 1.6px;
  }
}

.section__title {
  font-family: var(--font-family-heading);
  font-weight: 700;
  font-size: var(--font-size-3xl);
  line-height: normal;
  background: var(--color-grd, linear-gradient(90deg, #008FC5 0%, #00569B 100%));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
}
@media (min-width: 768px) {
  .section__title {
    font-size: var(--font-size-5xl);
  }
}

.section__lead {
  font-size: var(--font-size-base);
  line-height: 1.4;
  color: var(--color-black);
  text-align: center;
  margin: 0 auto;
}

.section-company {
  background-color: var(--color-white);
}

.company {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-lg);
  margin-bottom: var(--spacing-4xl);
  align-items: flex-start;
}
@media (min-width: 768px) {
  .company {
    flex-direction: row;
    gap: var(--spacing-2xl);
    align-items: flex-start;
  }
}

.company__info {
  flex: 1;
}

.company-table {
  display: flex;
  flex-direction: column;
}
.company-table__row {
  display: flex;
  gap: var(--spacing-lg);
  border-bottom: 1px solid var(--color-border);
  padding: var(--spacing-sm) 0 var(--spacing-md);
}
@media (min-width: 768px) {
  .company-table__row {
    padding: var(--spacing-md) 0;
    gap: var(--spacing-xl);
  }
}
.company-table__row:last-child {
  border-bottom: none;
}
.company-table__row dt {
  min-width: 118px;
  font-size: var(--font-size-base);
  color: var(--color-black);
  font-weight: 400;
}
@media (min-width: 768px) {
  .company-table__row dt {
    min-width: 140px;
    font-size: var(--font-size-lg);
  }
}
.company-table__row dd {
  flex: 1;
  font-size: var(--font-size-base);
  color: var(--color-black);
  font-weight: 400;
}
@media (min-width: 768px) {
  .company-table__row dd {
    font-size: var(--font-size-lg);
  }
}

.company__map {
  width: 100%;
  height: 300px;
}
@media (min-width: 768px) {
  .company__map {
    flex-shrink: 0;
    width: 472px;
    height: 366px;
  }
}
.company__map-frame {
  width: 100%;
  height: 100%;
  background-color: var(--color-gray-40);
  border-radius: var(--radius-sm);
  overflow: hidden;
  position: relative;
}
.company__map-frame iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: var(--radius-sm);
  display: block;
}

.company-message {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
  align-items: center;
  width: 100%;
}
@media (min-width: 768px) {
  .company-message {
    max-width: var(--content-max-width);
    margin-left: auto;
    margin-right: auto;
  }
}
.company-message__title {
  font-family: var(--font-family-heading);
  font-weight: 700;
  font-size: 28px;
  line-height: normal;
  letter-spacing: 1.12px;
  background: var(--color-grd, linear-gradient(90deg, #008FC5 0%, #00569B 100%));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-align: center;
  margin: 0;
  width: 100%;
}
.company-message__content {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
  align-items: center;
  width: 100%;
}
@media (min-width: 768px) {
  .company-message__content {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    max-width: var(--content-max-width);
  }
}
.company-message__thumb {
  width: 100%;
  max-width: 300px;
  height: 300px;
  border-radius: var(--radius-sm);
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 768px) {
  .company-message__thumb {
    flex-shrink: 0;
    width: 250px;
    max-width: none;
    margin: 0;
  }
}
.company-message__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.company-message__body {
  width: 100%;
  font-size: var(--font-size-base);
  font-family: var(--font-family-base);
  line-height: 1.4;
  color: var(--color-black);
  letter-spacing: 0.64px;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
}
@media (min-width: 768px) {
  .company-message__body {
    flex: 1;
    max-width: 463px;
  }
}
.company-message__body p {
  margin: 0;
  line-height: 1.4;
}
.company-message__name {
  text-align: right;
  font-size: var(--font-size-base);
  color: var(--color-black);
  margin: 0;
}

.section-logistics {
  background-color: var(--color-bg-light);
}

.logistics-map {
  margin-bottom: var(--spacing-3xl);
  text-align: center;
}
.logistics-map img {
  margin: 0 auto var(--spacing-lg);
  max-width: 100%;
}
.logistics-map__legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--spacing-lg);
  margin: 0;
  padding: 0;
}
.logistics-map__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: var(--color-main-blue);
  color: var(--color-white);
  border-radius: 50%;
  font-size: var(--font-size-sm);
  font-weight: 600;
  margin-right: var(--spacing-sm);
}

.logistics-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--spacing-3xl);
  margin-top: var(--spacing-3xl);
}
@media (min-width: 768px) {
  .logistics-cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    margin-top: var(--spacing-4xl);
  }
}

.logistics-card {
  display: flex;
  flex-direction: column;
  gap: 39px;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .logistics-card {
    gap: 24px;
  }
}
.logistics-card__content {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm);
  width: 100%;
}
.logistics-card__header {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm);
}
.logistics-card__title-wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm);
  justify-content: center;
  min-height: 88px;
}
.logistics-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 16px;
  background-color: #334b49;
  border-radius: 60px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--color-black);
  letter-spacing: -0.28px;
  width: fit-content;
  color: var(--color-white);
}
.logistics-card__title-group {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm);
}
.logistics-card__title {
  font-family: var(--font-family-heading);
  font-weight: 600;
  font-size: var(--font-size-2xl);
  line-height: 1.2;
  color: var(--color-black);
  letter-spacing: -0.48px;
  margin: 0;
}
.logistics-card__warehouse-types {
  display: flex;
  align-items: center;
  gap: 16px;
}
.logistics-card__warehouse-type {
  font-size: var(--font-size-base);
  font-weight: 400;
  line-height: 1.2;
  color: var(--color-black);
  letter-spacing: -0.32px;
}
.logistics-card__warehouse-separator {
  display: block;
  width: 0;
  height: 14px;
  border-left: 1px solid #A4ABBD;
}
.logistics-card__thumb {
  aspect-ratio: 320/180;
  border-radius: var(--radius-sm);
  position: relative;
  overflow: hidden;
  width: 100%;
}
.logistics-card__thumb img {
  aspect-ratio: 320/180;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.logistics-card__thumb-placeholder {
  width: 100%;
  height: 100%;
  background-color: #e7e7e7;
  position: relative;
}
.logistics-card__thumb-placeholder::before, .logistics-card__thumb-placeholder::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 369.385px;
  height: 1px;
  background-color: #a1a1a1;
  transform-origin: center;
}
.logistics-card__thumb-placeholder::before {
  transform: translate(-50%, -50%) rotate(29.341deg);
}
.logistics-card__thumb-placeholder::after {
  transform: translate(-50%, -50%) rotate(150.659deg) scaleY(-1);
}
.logistics-card__address {
  font-family: var(--font-family-base);
  font-size: var(--font-size-base);
  font-weight: 400;
  line-height: 1.4;
  color: var(--color-black);
  height: 66px;
  min-height: 66px;
  margin: 0;
}
.logistics-card__address p {
  margin: 0;
  line-height: 1.4;
}
.logistics-card__address p:first-child {
  margin-bottom: 0;
}
.logistics-card__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 276px;
  max-width: 100%;
  border: 2px solid var(--color-main-blue);
  border-radius: 4px;
  padding: 8px 16px;
  background-color: var(--color-white);
  color: var(--color-main-blue);
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.72px;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .logistics-card__link {
    width: 100%;
    max-width: 100%;
  }
}
.logistics-card__link:hover {
  background-color: var(--color-main-blue);
  color: var(--color-white);
}
.logistics-card__link:hover .logistics-card__link-icon {
  stroke: var(--color-white);
}
.logistics-card__link-icon {
  flex-shrink: 0;
  stroke: var(--color-main-blue);
  transition: stroke 0.3s ease;
}

.section-news {
  background-color: var(--color-white);
}

.news-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.news-list__empty {
  text-align: center;
  padding: var(--spacing-4xl) 0;
  color: var(--color-gray-80);
}

.news-item {
  padding: var(--spacing-md) 0;
  border-bottom: 1px solid var(--color-border-gray);
}
@media (min-width: 768px) {
  .news-item {
    padding: var(--spacing-lg) 0;
  }
}
.news-item:last-child {
  border-bottom: none;
}
.news-item__link {
  display: block;
  color: inherit;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .news-item__link {
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 4px;
    padding: var(--spacing-sm);
    margin: calc(-1 * var(--spacing-sm));
  }
}
@media (min-width: 1024px) and (any-hover: hover) {
  .news-item__link:hover {
    background-color: var(--color-bg-gray, #f7f7f7);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  }
}
.news-item__header {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm);
  align-items: flex-start;
  margin-bottom: var(--spacing-sm);
}
@media (min-width: 768px) {
  .news-item__header {
    flex-direction: row;
    align-items: center;
    gap: var(--spacing-lg);
  }
}
.news-item__date {
  flex-shrink: 0;
  font-size: var(--font-size-base);
  color: var(--color-black);
  font-weight: 400;
  font-family: var(--font-family-base);
}
.news-item__title {
  font-family: var(--font-family-heading);
  font-weight: 600;
  font-size: var(--font-size-base);
  color: var(--color-black);
}
.news-item__excerpt {
  margin-top: var(--spacing-sm);
  font-size: var(--font-size-base);
  line-height: 1.5;
  color: var(--color-black);
}
@media (min-width: 1024px) and (any-hover: hover) {
  .news-item__link:hover .news-item__title,
  .news-item__link:hover .news-item__date {
    color: var(--color-main-blue);
  }
}

.section-contact {
  background-color: var(--color-bg-light);
}

.contact-form {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
}
@media (min-width: 768px) {
  .contact-form {
    max-width: 800px;
    gap: var(--spacing-2xl);
  }
}
.contact-form__row {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm);
  align-items: flex-start;
}
@media (min-width: 768px) {
  .contact-form__row {
    flex-direction: row;
    gap: var(--spacing-md);
  }
}
.contact-form__row--agree {
  justify-content: center;
}
.contact-form__label {
  min-width: auto;
  font-size: var(--font-size-base);
  line-height: 1.5;
  color: var(--color-black);
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
  padding-top: 0;
}
@media (min-width: 768px) {
  .contact-form__label {
    min-width: 184px;
    padding-top: var(--spacing-sm);
  }
}
.contact-form__required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 var(--spacing-sm);
  background-color: #CCE8FE;
  color: var(--color-main-blue);
  font-size: var(--font-size-xs);
  font-weight: 700;
  border-radius: var(--radius-sm);
}
.contact-form__field {
  flex: 1;
}
.contact-form__field input[type=text],
.contact-form__field input[type=email],
.contact-form__field select,
.contact-form__field textarea {
  width: 100%;
  padding: var(--spacing-sm);
  font-size: var(--font-size-base);
  font-family: var(--font-family-base);
  border: 1px solid var(--color-gray-80);
  border-radius: var(--radius-sm);
  background-color: var(--color-white);
  color: var(--color-black);
}
@media (min-width: 768px) {
  .contact-form__field input[type=text],
  .contact-form__field input[type=email],
  .contact-form__field select,
  .contact-form__field textarea {
    padding: var(--spacing-md);
    font-size: var(--font-size-lg);
  }
}
.contact-form__field select {
  height: 40px;
  padding-right: 40px;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23A1A1A1' d='M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 24px;
}
@media (min-width: 768px) {
  .contact-form__field select {
    height: 48px;
    padding-right: 48px;
    background-position: right 12px center;
  }
}
.contact-form__field textarea {
  min-height: 232px;
  resize: vertical;
}
@media (min-width: 768px) {
  .contact-form__field textarea {
    min-height: 300px;
  }
}
.contact-form__field input::placeholder,
.contact-form__field textarea::placeholder {
  color: var(--color-gray-80);
}
.contact-form__checkbox {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
  font-size: var(--font-size-base);
  color: var(--color-black);
  cursor: pointer;
}
.contact-form__checkbox input[type=checkbox] {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.contact-form__checkbox a {
  color: var(--color-main-blue);
  text-decoration: underline;
}
.contact-form__actions {
  text-align: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-sm);
  padding: var(--spacing-sm) var(--spacing-md);
  font-family: var(--font-family-base);
  font-size: var(--font-size-lg);
  font-weight: 500;
  text-align: center;
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: var(--transition-base);
  border: none;
  text-decoration: none;
  line-height: 1.5;
  position: relative;
}
.btn::after {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  margin-left: var(--spacing-xs);
  background-color: currentColor;
  -webkit-mask-image: url("assets/images/common/icon_arrow-right.svg");
  mask-image: url("assets/images/common/icon_arrow-right.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  flex-shrink: 0;
  position: absolute;
  right: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.btn--contact {
  padding: 0 16px;
  min-width: 154px;
  height: var(--header-height);
  background: var(--color-main-blue);
  color: var(--color-white);
  border: none;
  box-shadow: none;
  letter-spacing: 0.16px;
  border-radius: 0;
  gap: var(--spacing-xs);
}
.btn--contact::after {
  display: none;
}
.btn--contact::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("assets/images/common/icon_mail.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
}
@media (any-hover: hover) {
  .btn--contact:hover {
    background: #0c72c3;
  }
}
.btn--primary {
  background-color: var(--color-main-blue);
  color: var(--color-white);
  padding: var(--spacing-sm) var(--spacing-md);
}
@media (any-hover: hover) {
  .btn--primary:hover {
    opacity: 0.9;
  }
}
.btn--secondary, .btn--ghost {
  background-color: var(--color-white);
  color: var(--color-main-blue);
  border: 2px solid var(--color-main-blue);
}
@media (any-hover: hover) {
  .btn--secondary:hover, .btn--ghost:hover {
    border-color: #5587d2;
    color: #5587d2;
  }
}

/*
Theme Name: AZProject Theme
Theme URI: https://example.com/
Description: AZプロジェクトさま専用のカスタムテーマ
Version: 1.0
Author: Mimu Masui
*/
.post-content,
.entry-content {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  font-family: var(--font-family-base);
  font-size: var(--font-size-base);
  line-height: 1.8;
  color: var(--color-black);
}
@media (min-width: 768px) {
  .post-content,
  .entry-content {
    font-size: var(--font-size-lg);
    line-height: 2;
  }
}
.post-content h1,
.entry-content h1 {
  font-family: var(--font-family-heading);
  font-size: var(--font-size-3xl);
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-black);
  margin-top: var(--spacing-3xl);
  margin-bottom: var(--spacing-lg);
}
@media (min-width: 768px) {
  .post-content h1,
  .entry-content h1 {
    font-size: var(--font-size-5xl);
    margin-top: var(--spacing-4xl);
    margin-bottom: var(--spacing-xl);
  }
}
.post-content h1:first-child,
.entry-content h1:first-child {
  margin-top: 0;
}
.post-content h2,
.entry-content h2 {
  font-family: var(--font-family-heading);
  font-size: var(--font-size-2xl);
  font-weight: 700;
  line-height: 1.5;
  color: var(--color-black);
  margin-top: var(--spacing-3xl);
  margin-bottom: var(--spacing-lg);
}
@media (min-width: 768px) {
  .post-content h2,
  .entry-content h2 {
    font-size: var(--font-size-3xl);
    margin-top: var(--spacing-4xl);
    margin-bottom: var(--spacing-xl);
  }
}
.post-content h2:first-child,
.entry-content h2:first-child {
  margin-top: 0;
}
.post-content h2::after,
.entry-content h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background-color: var(--color-main-blue);
  margin-top: var(--spacing-md);
}
.post-content h3,
.entry-content h3 {
  font-family: var(--font-family-heading);
  font-size: var(--font-size-xl);
  font-weight: 600;
  line-height: 1.5;
  color: var(--color-black);
  margin-top: var(--spacing-2xl);
  margin-bottom: var(--spacing-md);
}
@media (min-width: 768px) {
  .post-content h3,
  .entry-content h3 {
    font-size: var(--font-size-2xl);
    margin-top: var(--spacing-3xl);
    margin-bottom: var(--spacing-lg);
  }
}
.post-content h4,
.entry-content h4 {
  font-family: var(--font-family-heading);
  font-size: var(--font-size-lg);
  font-weight: 600;
  line-height: 1.5;
  color: var(--color-black);
  margin-top: var(--spacing-xl);
  margin-bottom: var(--spacing-md);
}
@media (min-width: 768px) {
  .post-content h4,
  .entry-content h4 {
    font-size: var(--font-size-xl);
  }
}
.post-content h5,
.post-content h6,
.entry-content h5,
.entry-content h6 {
  font-family: var(--font-family-heading);
  font-size: var(--font-size-base);
  font-weight: 600;
  line-height: 1.5;
  color: var(--color-black);
  margin-top: var(--spacing-lg);
  margin-bottom: var(--spacing-sm);
}
@media (min-width: 768px) {
  .post-content h5,
  .post-content h6,
  .entry-content h5,
  .entry-content h6 {
    font-size: var(--font-size-lg);
  }
}
.post-content p,
.entry-content p {
  margin-top: 0;
  margin-bottom: var(--spacing-lg);
}
@media (min-width: 768px) {
  .post-content p,
  .entry-content p {
    margin-bottom: var(--spacing-xl);
  }
}
.post-content p:empty,
.entry-content p:empty {
  display: none;
}
.post-content p:last-child,
.entry-content p:last-child {
  margin-bottom: 0;
}
.post-content ul,
.post-content ol,
.entry-content ul,
.entry-content ol {
  margin-top: 0;
  margin-bottom: var(--spacing-lg);
  padding-left: var(--spacing-xl);
}
@media (min-width: 768px) {
  .post-content ul,
  .post-content ol,
  .entry-content ul,
  .entry-content ol {
    margin-bottom: var(--spacing-xl);
    padding-left: var(--spacing-2xl);
  }
}
.post-content ul ul,
.post-content ul ol,
.post-content ol ul,
.post-content ol ol,
.entry-content ul ul,
.entry-content ul ol,
.entry-content ol ul,
.entry-content ol ol {
  margin-top: var(--spacing-sm);
  margin-bottom: var(--spacing-sm);
}
.post-content li,
.entry-content li {
  line-height: 1.9;
  margin-bottom: var(--spacing-sm);
}
@media (min-width: 768px) {
  .post-content li,
  .entry-content li {
    line-height: 2;
    margin-bottom: var(--spacing-md);
  }
}
.post-content li:last-child,
.entry-content li:last-child {
  margin-bottom: 0;
}
.post-content li > p,
.entry-content li > p {
  margin-bottom: var(--spacing-sm);
}
.post-content li > p:last-child,
.entry-content li > p:last-child {
  margin-bottom: 0;
}
.post-content ol,
.entry-content ol {
  list-style-type: decimal;
}
.post-content ol ol,
.entry-content ol ol {
  list-style-type: lower-alpha;
}
.post-content ol ol ol,
.entry-content ol ol ol {
  list-style-type: lower-roman;
}
.post-content ul,
.entry-content ul {
  list-style-type: disc;
}
.post-content ul ul,
.entry-content ul ul {
  list-style-type: circle;
}
.post-content ul ul ul,
.entry-content ul ul ul {
  list-style-type: square;
}
.post-content a,
.entry-content a {
  color: var(--color-main-blue);
  text-decoration: underline;
  transition: color var(--transition-base);
}
.post-content a:focus,
.entry-content a:focus {
  color: #003d6b;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .post-content a:hover,
  .entry-content a:hover {
    color: #003d6b;
    text-decoration: underline;
  }
}
.post-content a:visited,
.entry-content a:visited {
  color: var(--color-main-blue);
}
.post-content strong,
.post-content b,
.entry-content strong,
.entry-content b {
  font-weight: 700;
  color: inherit;
}
.post-content em,
.post-content i,
.entry-content em,
.entry-content i {
  font-style: italic;
}
.post-content blockquote,
.entry-content blockquote {
  margin: var(--spacing-xl) 0;
  padding: var(--spacing-lg) var(--spacing-xl);
  border-left: 4px solid var(--color-main-blue);
  background-color: var(--color-bg-light);
  font-style: italic;
  color: var(--color-text-gray);
}
@media (min-width: 768px) {
  .post-content blockquote,
  .entry-content blockquote {
    margin: var(--spacing-2xl) 0;
    padding: var(--spacing-xl) var(--spacing-2xl);
  }
}
.post-content blockquote p,
.entry-content blockquote p {
  margin-bottom: var(--spacing-sm);
}
.post-content blockquote p:last-child,
.entry-content blockquote p:last-child {
  margin-bottom: 0;
}
.post-content blockquote cite,
.entry-content blockquote cite {
  display: block;
  margin-top: var(--spacing-sm);
  font-size: var(--font-size-sm);
  font-style: normal;
  color: var(--color-gray-80);
}
.post-content blockquote cite::before,
.entry-content blockquote cite::before {
  content: "— ";
}
.post-content code,
.entry-content code {
  font-family: "Courier New", Courier, monospace;
  font-size: 0.9em;
  padding: 2px 6px;
  background-color: var(--color-bg-light);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  color: var(--color-text-gray);
}
.post-content pre,
.entry-content pre {
  margin: var(--spacing-xl) 0;
  padding: var(--spacing-lg);
  background-color: var(--color-bg-light);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  overflow-x: auto;
}
@media (min-width: 768px) {
  .post-content pre,
  .entry-content pre {
    padding: var(--spacing-xl);
  }
}
.post-content pre code,
.entry-content pre code {
  display: block;
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-size: var(--font-size-sm);
  line-height: 1.6;
}
.post-content hr,
.entry-content hr {
  margin: var(--spacing-3xl) 0;
  border: none;
  border-top: 1px solid var(--color-border);
}
@media (min-width: 768px) {
  .post-content hr,
  .entry-content hr {
    margin: var(--spacing-4xl) 0;
  }
}
.post-content img,
.entry-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: var(--spacing-xl) auto;
}
@media (min-width: 768px) {
  .post-content img,
  .entry-content img {
    margin: var(--spacing-2xl) auto;
  }
}
.post-content img + figcaption,
.post-content img + .wp-caption-text,
.entry-content img + figcaption,
.entry-content img + .wp-caption-text {
  margin-top: var(--spacing-sm);
  font-size: var(--font-size-sm);
  color: var(--color-gray-80);
  text-align: center;
}
.post-content figure,
.entry-content figure {
  margin: var(--spacing-xl) 0;
}
@media (min-width: 768px) {
  .post-content figure,
  .entry-content figure {
    margin: var(--spacing-2xl) 0;
  }
}
.post-content figure img,
.entry-content figure img {
  margin: 0;
}
.post-content figure figcaption,
.entry-content figure figcaption {
  margin-top: var(--spacing-sm);
  font-size: var(--font-size-sm);
  color: var(--color-gray-80);
  text-align: center;
}
.post-content table,
.entry-content table {
  width: 100%;
  margin: var(--spacing-xl) 0;
  border-collapse: collapse;
  font-size: var(--font-size-base);
}
@media (min-width: 768px) {
  .post-content table,
  .entry-content table {
    margin: var(--spacing-2xl) 0;
  }
}
@media (max-width: 767px) {
  .post-content table,
  .entry-content table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.post-content thead,
.entry-content thead {
  background-color: var(--color-bg-light);
}
.post-content thead th,
.entry-content thead th {
  padding: var(--spacing-md) var(--spacing-lg);
  text-align: left;
  font-weight: 600;
  color: var(--color-black);
  border-bottom: 2px solid var(--color-border);
}
@media (min-width: 768px) {
  .post-content thead th,
  .entry-content thead th {
    padding: var(--spacing-lg) var(--spacing-xl);
  }
}
.post-content tbody tr,
.entry-content tbody tr {
  border-bottom: 1px solid var(--color-border);
}
@media (any-hover: hover) {
  .post-content tbody tr:hover,
  .entry-content tbody tr:hover {
    background-color: var(--color-bg-light);
  }
}
.post-content td,
.post-content th,
.entry-content td,
.entry-content th {
  padding: var(--spacing-md) var(--spacing-lg);
  vertical-align: top;
}
@media (min-width: 768px) {
  .post-content td,
  .post-content th,
  .entry-content td,
  .entry-content th {
    padding: var(--spacing-lg) var(--spacing-xl);
  }
}
.post-content dl,
.entry-content dl {
  margin: var(--spacing-lg) 0;
}
@media (min-width: 768px) {
  .post-content dl,
  .entry-content dl {
    margin: var(--spacing-xl) 0;
  }
}
.post-content dt,
.entry-content dt {
  font-weight: 600;
  color: var(--color-black);
  margin-top: var(--spacing-md);
}
.post-content dt:first-child,
.entry-content dt:first-child {
  margin-top: 0;
}
.post-content dd,
.entry-content dd {
  margin-left: var(--spacing-xl);
  margin-bottom: var(--spacing-sm);
  color: var(--color-text-gray);
}
@media (min-width: 768px) {
  .post-content dd,
  .entry-content dd {
    margin-left: var(--spacing-2xl);
  }
}
.post-content .wp-link-pages,
.entry-content .wp-link-pages {
  margin: var(--spacing-3xl) 0;
  padding: var(--spacing-lg);
  background-color: var(--color-bg-light);
  border-radius: var(--radius-md);
  text-align: center;
}
@media (min-width: 768px) {
  .post-content .wp-link-pages,
  .entry-content .wp-link-pages {
    margin: var(--spacing-4xl) 0;
  }
}
.post-content .wp-link-pages a,
.entry-content .wp-link-pages a {
  margin: 0 var(--spacing-xs);
  padding: var(--spacing-xs) var(--spacing-sm);
  text-decoration: none;
}
@media (any-hover: hover) {
  .post-content .wp-link-pages a:hover,
  .entry-content .wp-link-pages a:hover {
    text-decoration: underline;
  }
}
.post-content .wp-caption,
.entry-content .wp-caption {
  max-width: 100%;
  margin: var(--spacing-xl) auto;
}
@media (min-width: 768px) {
  .post-content .wp-caption,
  .entry-content .wp-caption {
    margin: var(--spacing-2xl) auto;
  }
}
.post-content .wp-caption .wp-caption-text,
.entry-content .wp-caption .wp-caption-text {
  margin-top: var(--spacing-sm);
  font-size: var(--font-size-sm);
  color: var(--color-gray-80);
  text-align: center;
}
.post-content .alignleft,
.entry-content .alignleft {
  float: left;
  margin-right: var(--spacing-xl);
  margin-bottom: var(--spacing-lg);
}
@media (min-width: 768px) {
  .post-content .alignleft,
  .entry-content .alignleft {
    margin-right: var(--spacing-2xl);
    margin-bottom: var(--spacing-xl);
  }
}
.post-content .alignright,
.entry-content .alignright {
  float: right;
  margin-left: var(--spacing-xl);
  margin-bottom: var(--spacing-lg);
}
@media (min-width: 768px) {
  .post-content .alignright,
  .entry-content .alignright {
    margin-left: var(--spacing-2xl);
    margin-bottom: var(--spacing-xl);
  }
}
.post-content .aligncenter,
.entry-content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--spacing-lg);
}
@media (min-width: 768px) {
  .post-content .aligncenter,
  .entry-content .aligncenter {
    margin-bottom: var(--spacing-xl);
  }
}
.post-content::after,
.entry-content::after {
  content: "";
  display: table;
  clear: both;
}

.site-footer {
  background-color: #404756;
  padding: var(--spacing-xl) 0;
  text-align: center;
}

.site-footer__copy {
  font-family: var(--font-family-base);
  font-size: var(--font-size-base);
  color: var(--color-white);
  margin: 0;
}

.scroll-to-top {
  position: fixed;
  bottom: 80px;
  right: 15px;
  width: 50px;
  height: 50px;
  background-color: var(--color-white);
  border: 1px solid var(--color-main-blue);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition-base);
}
@media (min-width: 768px) {
  .scroll-to-top {
    bottom: 100px;
    right: 20px;
    width: 60px;
    height: 60px;
  }
}
.scroll-to-top.visible {
  opacity: 1;
  visibility: visible;
}
.scroll-to-top::before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2300569B' d='M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .scroll-to-top::before {
    width: 48px;
    height: 48px;
  }
}
@media (any-hover: hover) {
  .scroll-to-top:hover {
    background-color: var(--color-main-blue);
  }
  .scroll-to-top:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z'/%3E%3C/svg%3E");
  }
}
