*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 0;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  clear: both;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  margin: 0;
  overflow: visible;
  color: inherit;
  border-top-width: 1px;
}

pre {
  font-family: monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  vertical-align: middle;
  color: inherit;
  text-align: inherit;
  text-transform: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  border-radius: 0;
}

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

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

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #01203a;
}

.sp-only {
  display: none;
}
@media (width < 800px) {
  .sp-only {
    display: block;
  }
}

@media (width < 800px) {
  .pc-only {
    display: none;
  }
}

section {
  padding: 80px 0 50px;
  margin-top: 150px;
}
@media (width < 800px) {
  section {
    padding: 50px 0;
    margin-top: 50px;
  }
}

.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
@media (width < 800px) {
  .section-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.section-title .text {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  color: #fff;
}
.section-title .text.en {
  font-size: 12px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
@media (width < 800px) {
  .section-title .text.en {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
  }
}
.section-title .text.jp {
  position: relative;
  margin-right: 10px;
  font-size: 24px;
  letter-spacing: 0.25em;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
@media (width < 800px) {
  .section-title .text.jp {
    margin: 0 0 10px 0;
    font-size: 20px;
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
  }
}
.section-title .text.jp:before {
  position: absolute;
  top: 0;
  right: -10px;
  display: inline-block;
  width: 1px;
  height: 100px;
  content: "";
  background: #fff;
}
@media (width < 800px) {
  .section-title .text.jp:before {
    top: initial;
    right: initial;
    bottom: -10px;
    left: 0;
    width: 100px;
    height: 1px;
  }
}

.sub-section-title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 10px;
  margin: auto;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
}
.sub-section-title:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 150px;
  height: 5px;
  content: "";
  background: #e39b3c;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.hero {
  height: 500px;
  margin-top: 0;
  background-size: cover;
}
@media (width < 800px) {
  .hero {
    height: 100vh;
    height: 100dvh;
  }
}
.hero .contents-wrapper {
  height: 100%;
}
.hero .hero-title {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-bottom: 5px solid #fff;
}
@media (width < 800px) {
  .hero .hero-title {
    top: 40%;
  }
}
.hero .hero-title__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 8px;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  color: #fff;
}
.hero .hero-title__text.en {
  font-size: 12px;
  letter-spacing: 0.1em;
}
.hero .hero-title__text.jp {
  font-size: 40px;
  letter-spacing: 0.07em;
}
@media (width < 800px) {
  .hero .hero-title__text.jp {
    font-size: 34px;
    line-height: 40px;
  }
}

.fv {
  position: relative;
  height: 100vh;
  height: 100dvh;
}

.contents-wrapper {
  position: relative;
  width: calc(100% - 100px);
  max-width: 1100px;
  margin: 0 auto;
}
@media (width < 1000px) {
  .contents-wrapper {
    width: calc(100% - 40px);
  }
}

.contents-inner-wrapper {
  position: relative;
  width: min(100% - 100px, 1000px);
  margin: auto;
}
@media (width < 800px) {
  .contents-inner-wrapper {
    width: min(100% - 40px, 1000px);
  }
}

.flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-wrapper.x-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-wrapper.y-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.list-style {
  position: relative;
  display: block;
  padding-left: 12px;
}
.list-style:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 4px;
  content: "";
  background: #1a226b;
  border-radius: 50%;
  -webkit-transform: translateY(0.5em);
          transform: translateY(0.5em);
}

.btn-link {
  position: relative;
  display: inline-block;
  display: grid;
  place-content: center;
  width: 250px;
  height: 50px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #fff;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.btn-link:before {
  position: absolute;
  top: 50%;
  right: -30px;
  display: inline-block;
  width: 60px;
  height: 1px;
  content: "";
  background: #fff;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.btn-link:hover:before {
  right: -70px;
}
.btn-link.accent {
  color: #e39b3c;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #e39b3c;
}
.btn-link.accent:before {
  background: #e39b3c;
}
.btn-link.outline {
  color: #1a226b;
  background: #fff;
  border: 1px solid #1a226b;
}
.btn-link.outline:before {
  background: #1a226b;
}
.btn-link.main {
  color: #1a226b;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #1a226b;
}
.btn-link.main:before {
  background: #1a226b;
}

.btn {
  position: relative;
  display: inline-block;
  display: grid;
  place-content: center;
  width: 250px;
  height: 60px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 32px;
  -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.btn:not(:disabled):hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.btn.primary {
  background: #1a226b;
}
.btn.secondary {
  color: #1a226b;
  background: #ededed;
}
.btn__text {
  font-size: 20px;
  font-weight: 500;
}
.btn__text.primary {
  color: #fff;
}
.btn__text.secondary {
  color: #1a226b;
}

.recruit {
  padding: 50px 0 0;
  margin-top: 0;
  overflow-x: auto;
  background-image: url("../assets/images/recruit_bg.avif");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-position-y: 80%;
  background-size: cover;
}
@media (width < 800px) {
  .recruit {
    padding: 50px 0;
  }
}
.recruit .contents-wrapper {
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  grid-template-columns: repeat(2, 1fr);
}
@media (width < 800px) {
  .recruit .contents-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.recruit .contents-wrapper .section-title {
  grid-row: 1/2;
  grid-column: 1/2;
}
@media (width < 800px) {
  .recruit .contents-wrapper .section-title {
    margin-bottom: 20px;
  }
}
.recruit .contents-wrapper .recruit__catch-copy {
  grid-row: 1/5;
  grid-column: 2/3;
  justify-self: flex-end;
  font-family: "Noto Serif JP", serif;
  font-size: 50px;
  font-weight: bold;
  line-height: 1.7em;
  color: #fff;
  letter-spacing: 0.2em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media (width < 800px) {
  .recruit .contents-wrapper .recruit__catch-copy {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 1.4em;
    letter-spacing: 0.1em;
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
  }
}
.recruit .contents-wrapper .recruit__helper-text {
  grid-row: 2/3;
  grid-column: 1/2;
  align-self: center;
  line-height: 1.5em;
  color: #fff;
}
@media (width < 800px) {
  .recruit .contents-wrapper .recruit__helper-text {
    display: block;
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-bottom: 30px;
  }
}
.recruit .contents-wrapper .btn-link {
  grid-row: 3/4;
  grid-column: 1/2;
}

@-webkit-keyframes scrollDown {
  0%, 100% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
}

@keyframes scrollDown {
  0%, 100% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
}
/* Header */
.header {
  position: fixed;
  top: 20px;
  left: 50%;
  z-index: 50;
  width: min(100% - 60px, 1300px);
  height: 50px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 32px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (width < 800px) {
  .header {
    width: min(100% - 40px, 1300px);
  }
}
.header .contents-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: min(1100px, 100% - 60px);
  height: 100%;
  margin: auto;
}
@media (width < 800px) {
  .header .contents-wrapper {
    width: min(1100px, 100% - 20px);
  }
}
.header .contents-wrapper .hamburger-menu {
  position: relative;
  display: none;
  width: 40px;
  height: 40px;
  background-color: #1a226b;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header .contents-wrapper .hamburger-menu.is-active {
  gap: 0;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.header .contents-wrapper .hamburger-menu.is-active span:nth-child(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.header .contents-wrapper .hamburger-menu.is-active span:nth-child(2) {
  opacity: 0;
}
.header .contents-wrapper .hamburger-menu.is-active span:nth-child(3) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.header .contents-wrapper .hamburger-menu span {
  position: absolute;
  left: 50%;
  display: block;
  width: 20px;
  height: 1px;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header .contents-wrapper .hamburger-menu span:nth-child(1) {
  top: 12px;
}
.header .contents-wrapper .hamburger-menu span:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.header .contents-wrapper .hamburger-menu span:nth-child(3) {
  bottom: 12px;
}
@media (width < 800px) {
  .header .contents-wrapper .hamburger-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.header .contents-wrapper .logo-img {
  height: 40px;
}
@media (width < 800px) {
  .header .contents-wrapper .logo-img {
    height: 30px;
  }
}
.header .contents-wrapper .header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1a226b;
}
@media (width < 800px) {
  .header .contents-wrapper .header-menu {
    display: none;
  }
}
.header .contents-wrapper .header-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.header .contents-wrapper .header-menu-list__item {
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.header .contents-wrapper .header-menu-list__item.current {
  color: #e39b3c;
}
.header .contents-wrapper .header-menu-list__item:hover {
  color: #e39b3c;
}
.header .contents-wrapper .header-menu-btn__contact {
  display: inline-block;
  width: 160px;
  height: 40px;
  margin-left: 24px;
  font-size: 15px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background: #e39b3c;
  border: 1px solid #fff;
  border-radius: 32px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.header .contents-wrapper .header-menu-btn__contact.sp {
  display: none;
}
@media (width < 800px) {
  .header .contents-wrapper .header-menu-btn__contact.sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 40px;
    height: 40px;
    margin-left: 0;
    background-color: #e39b3c;
    border-radius: 50%;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.header .contents-wrapper .dummy {
  display: none;
  width: 40px;
}
@media (width < 800px) {
  .header .contents-wrapper .dummy {
    display: block;
  }
}

.drawer-content {
  position: fixed;
  inset: 0;
  z-index: 100;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  color: #fff;
  background: #1a226b;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.drawer-content.open {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.drawer-content .logo {
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.drawer-content .logo img {
  height: 30px;
}
.drawer-content .drawer-menu-list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 100px auto 50px;
}
.drawer-content .drawer-menu-list__item {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.drawer-content .drawer-menu-list__item:not(:last-of-type) {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #fff;
}
.drawer-content .drawer-menu .drawer-menu__contact {
  display: block;
  width: 220px;
  height: 40px;
  margin: 0 auto 30px;
  font-size: 15px;
  font-weight: bold;
  line-height: 40px;
  color: #1a226b;
  text-align: center;
  background: #fff;
  border-radius: 32px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.drawer-content__privacy-policy {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 20px;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 10px;
}

.hamburger-menu {
  position: fixed;
  top: 25px;
  left: 40px;
  z-index: 150;
  display: none;
  width: 40px;
  height: 40px;
  background-color: #1a226b;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.hamburger-menu.is-active {
  gap: 0;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.hamburger-menu.is-active span:nth-child(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.hamburger-menu.is-active span:nth-child(2) {
  opacity: 0;
}
.hamburger-menu.is-active span:nth-child(3) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.hamburger-menu span {
  position: absolute;
  left: 50%;
  display: block;
  width: 20px;
  height: 1px;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.hamburger-menu span:nth-child(1) {
  top: 12px;
}
.hamburger-menu span:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.hamburger-menu span:nth-child(3) {
  bottom: 12px;
}
@media (width < 800px) {
  .hamburger-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* Footer */
.footer {
  color: #fff;
}
.footer__content {
  background-image: url("../assets/images/footer_bg.avif");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.footer__content .contents-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 100px 0;
}
@media (width < 1000px) {
  .footer__content .contents-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 100px 0 30px;
  }
}
.footer__content .contents-wrapper .company-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media (width < 1000px) {
  .footer__content .contents-wrapper .company-info {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
@media (max-width: 499px) {
  .footer__content .contents-wrapper .company-info {
    margin: 0 auto 0 0;
  }
}
.footer__content .contents-wrapper .company-info .logo-img {
  width: 120px;
}
@media (width < 800px) {
  .footer__content .contents-wrapper .company-info .logo-img {
    width: 100px;
  }
}
.footer__content .contents-wrapper .company-info .company-postal-code,
.footer__content .contents-wrapper .company-info .company-address,
.footer__content .contents-wrapper .company-info .tel-fax {
  font-size: 15px;
}
.footer__content .contents-wrapper .company-info .tel-fax .label {
  display: inline-block;
  width: 100px;
}
.footer__content .contents-wrapper .privacy-policy.sp {
  display: none;
}
@media (width < 800px) {
  .footer__content .contents-wrapper .privacy-policy.sp {
    display: block;
    margin-bottom: 60px;
    font-size: 14px;
    text-align: center;
  }
}
.footer__content .contents-wrapper .footer-menu-list {
  display: grid;
  gap: 24px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
@media (width < 1000px) {
  .footer__content .contents-wrapper .footer-menu-list {
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
    gap: 20px 0;
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
.footer__content .contents-wrapper .footer-menu-list__item {
  padding-inline: 20px;
  white-space: nowrap;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.footer__content .contents-wrapper .footer-menu-list__item:not(:first-of-type) {
  border-left: 1px solid #fff;
}
.footer__content .contents-wrapper .footer-menu-list__item.is-next-line {
  border-left: none;
}
.footer__content .contents-wrapper .footer-menu-list__item:hover {
  color: #e39b3c;
}
@media (width < 800px) {
  .footer__content .contents-wrapper .footer-menu-list__item {
    font-size: 15px;
  }
}
.footer__content .contents-wrapper .contact-info {
  text-align: center;
}
.footer__content .contents-wrapper .contact-info .helper-text {
  display: inline-block;
  margin-bottom: 24px;
}
.footer__content .contents-wrapper .contact-info .tel-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 400px;
  height: 70px;
  margin-bottom: 24px;
  font-size: 30px;
  color: #1a226b;
  letter-spacing: 0.05em;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid #1a226b;
}
.footer__content .contents-wrapper .contact-info .tel-number:before {
  width: 20px;
  aspect-ratio: 1/1;
  content: "";
  background: url("../assets/icons/icon_tel.svg") no-repeat center center/cover;
}
@media (width < 1000px) {
  .footer__content .contents-wrapper .contact-info .tel-number {
    margin: 0 auto 24px;
  }
}
.footer__content .contents-wrapper .contact-info .contact-link {
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 400px;
  height: 70px;
  font-size: 18px;
  background: #e39b3c;
  border: 1px solid #fff;
  border-radius: 32px;
}
.footer__content .contents-wrapper .contact-info .contact-link:before {
  width: 25px;
  aspect-ratio: 25/17;
  content: "";
  background: url("../assets/icons/icon_mail.svg") no-repeat center center/cover;
}
.footer__content .contents-wrapper .contact-info .contact-link .small {
  font-size: 14px;
}
@media (width < 1000px) {
  .footer__content .contents-wrapper .contact-info .contact-link {
    margin: 0 auto;
    font-size: 15px;
  }
}
.footer__bottom {
  height: 60px;
  background: #0d113f;
}
.footer__bottom .contents-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 200px);
  height: 100%;
  color: #fff;
}
@media (width < 800px) {
  .footer__bottom .contents-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(100% - 40px);
  }
}
.footer__bottom small {
  font-size: 13px;
}
.footer__bottom small .copyright {
  display: inline-block;
  margin-left: 10px;
}
.footer__bottom .privacy-policy {
  font-size: 15px;
}
@media (width < 800px) {
  .footer__bottom .privacy-policy {
    display: none;
  }
}

/* Home | FV */
.fv.home {
  padding: 100px 0;
  margin-top: 0;
}
.fv.home .fv-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fv.home .contents-wrapper {
  height: 100%;
}
@media (width < 800px) {
  .fv.home .contents-wrapper {
    height: 100%;
  }
}
.fv.home .contents-wrapper .contents-inner-wrapper {
  height: 100%;
}
.fv.home .contents-wrapper .home-fv__title {
  position: absolute;
  top: 50%;
  left: 50px;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(50px, 9vw, 100px);
  font-weight: bold;
  line-height: 130px;
  color: #fff;
  letter-spacing: 0.07em;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (width < 800px) {
  .fv.home .contents-wrapper .home-fv__title {
    left: 0;
    line-height: 80px;
  }
}
.fv.home .contents-wrapper .btn-link {
  position: absolute;
  bottom: 0;
  left: 50px;
}
@media (width < 800px) {
  .fv.home .contents-wrapper .btn-link {
    left: 0;
  }
}
.fv.home .scroll-down {
  position: absolute;
  bottom: -50px;
  left: 50%;
  width: 2px;
  height: 100px;
  letter-spacing: 0.1em;
  background: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: scrollDown 3s infinite;
          animation: scrollDown 3s infinite;
}
.fv.home .scroll-down > span {
  position: absolute;
  top: 0;
  left: 10px;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  color: #fff;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}

/* Home | Company Summary */
.company-summary {
  position: relative;
  padding: 150px 0 0;
  margin-top: 0;
  overflow-y: hidden;
}
@media (width < 800px) {
  .company-summary {
    padding-top: 50px;
  }
}
.company-summary-content {
  width: calc(100% - 100px);
  padding: 80px 0 50px;
  margin-left: auto;
  color: #fff;
  background-image: url("../assets/images/home_company_summary.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media (width < 800px) {
  .company-summary-content {
    width: 100%;
  }
}
@media (width < 800px) {
  .company-summary-content {
    width: 100%;
  }
}
.company-summary-content__title {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}
.company-summary-content__sentence {
  max-width: 705px;
  margin-bottom: 30px;
  line-height: 24px;
}
.company-summary .scroll-down {
  position: absolute;
  top: -50px;
  left: 50%;
  width: 2px;
  height: 100px;
  letter-spacing: 0.1em;
  background: #1a226b;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: scrollDown 3s infinite;
          animation: scrollDown 3s infinite;
}
.company-summary .scroll-down > span {
  position: absolute;
  top: 0;
  left: 10px;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  color: #1a226b;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
.company-summary .scroll-down:before, .company-summary .scroll-down:after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 2px;
  height: 12px;
  content: "";
  background: #1a226b;
}
.company-summary .scroll-down:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.company-summary .scroll-down:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

/* Home | Company Service */
.company-service {
  width: calc(100% - 170px);
  margin-left: auto;
  color: #fff;
  background: #1a226b;
}
@media (width < 800px) {
  .company-service {
    width: 100%;
  }
}
.company-service .contents-wrapper {
  width: calc(100% - 50px);
  padding-left: 50px;
  margin: initial;
  margin-left: 0;
}
@media (width < 1000px) {
  .company-service .contents-wrapper {
    width: calc(100% - 40px);
    padding-left: 0;
    margin: 0 auto;
  }
}
@media (width < 800px) {
  .company-service .contents-wrapper {
    width: 100%;
  }
}
.company-service .contents-inner-wrapper {
  width: 100%;
  max-width: 1000px;
  margin: initial;
  margin-right: auto;
}
.company-service .contents-inner-wrapper .service-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
  overflow-x: hidden;
}
@media (width < 800px) {
  .company-service .contents-inner-wrapper .service-summary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (width < 800px) {
  .company-service .contents-inner-wrapper .service-summary .section-title {
    margin-left: 20px;
  }
}
.company-service .contents-inner-wrapper .service-summary__content {
  max-width: 705px;
}
@media (width < 800px) {
  .company-service .contents-inner-wrapper .service-summary__content {
    padding: 0 20px;
  }
}
.company-service .contents-inner-wrapper .service-summary__content .content-title {
  margin-bottom: 30px;
  font-size: 20px;
}
.company-service .contents-inner-wrapper .service-summary__content .content-sentence {
  line-height: 24px;
}
.company-service .contents-inner-wrapper .service-summary + .btn-link {
  justify-self: flex-end;
  margin-bottom: 30px;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}
@media (width < 800px) {
  .company-service .contents-inner-wrapper .service-summary + .btn-link {
    justify-self: flex-start;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
}
.company-service .contents-inner-wrapper .service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  counter-set: service-item-count;
}
@media (width < 800px) {
  .company-service .contents-inner-wrapper .service-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.company-service .contents-inner-wrapper .service-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  counter-increment: service-item-count;
}
@media (width < 800px) {
  .company-service .contents-inner-wrapper .service-list__item {
    width: 100%;
  }
}
.company-service .contents-inner-wrapper .service-list__item .thumbnail {
  position: relative;
  margin-bottom: 24px;
}
.company-service .contents-inner-wrapper .service-list__item .thumbnail__img {
  width: 100%;
  aspect-ratio: 5/3;
}
.company-service .contents-inner-wrapper .service-list__item .thumbnail__title {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  word-break: auto-phrase;
}
.company-service .contents-inner-wrapper .service-list__item .thumbnail__title:before, .company-service .contents-inner-wrapper .service-list__item .thumbnail__title:after {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: 0.15em;
}
.company-service .contents-inner-wrapper .service-list__item .thumbnail__title:before {
  font-size: 20px;
  content: counter(service-item-count, decimal-leading-zero);
}
.company-service .contents-inner-wrapper .service-list__item .thumbnail__title:after {
  font-size: 12px;
  content: attr(data-sub-title);
}
.company-service .contents-inner-wrapper .service-list__item:first-child {
  border-right: 1px solid #fff;
}
.company-service .contents-inner-wrapper .service-list__item .detail-content {
  padding: 0 36px;
}
@media (width < 800px) {
  .company-service .contents-inner-wrapper .service-list__item .detail-content {
    padding: 0 20px;
  }
}
.company-service .contents-inner-wrapper .service-list__item .detail-content__title {
  margin-bottom: 30px;
  font-size: 20px;
}
.company-service .contents-inner-wrapper .service-list__item .detail-content__sentence {
  margin-bottom: 24px;
  line-height: 24px;
}
.company-service .contents-inner-wrapper .service-list__item .detail-content + .btn-link {
  margin: auto auto 0;
}
@media (width < 800px) {
  .company-service .contents-inner-wrapper .service-list__item .detail-content + .btn-link {
    margin-left: 20px;
  }
}

/* Home | Related Company */
.related-company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: calc(100% - 170px);
  margin-left: auto;
}
@media (width < 1000px) {
  .related-company {
    display: grid;
    gap: 20px;
    width: 100%;
  }
}
.related-company .img-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (width < 1000px) {
  .related-company .img-box {
    position: static;
    display: contents;
  }
}
.related-company .img-box > img {
  width: 615px;
  min-height: 450px;
  aspect-ratio: 615/450;
}
@media (width < 1000px) {
  .related-company .img-box > img {
    width: 100%;
    height: 250px;
    min-height: initial;
    aspect-ratio: 375/250;
  }
}
.related-company img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.related-company__content {
  top: 40px;
  right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 63.7%;
  max-width: 550px;
  height: auto;
  min-height: 460px;
  padding-top: clamp(20px, 5vw, 60px);
  padding-right: clamp(16px, 2vw, 40px);
  padding-bottom: clamp(20px, 2vw, 40px);
  padding-left: clamp(16px, 4vw, 40px);
  border: 2px solid #e7dfd1;
  -webkit-transform: translate(-40px, 40px);
          transform: translate(-40px, 40px);
}
@media (max-width: 1199px) {
  .related-company__content {
    min-width: 480px;
  }
}
@media (width < 1000px) {
  .related-company__content {
    position: static;
    display: contents;
    border: none;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.related-company__content .related-company-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 320px;
  height: 100%;
  margin-left: 40px;
}
@media (width < 1000px) {
  .related-company__content .related-company-summary {
    width: calc(100% - 40px);
    max-width: 550px;
    margin: 0 auto;
  }
}
.related-company__content .related-company-summary__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
  margin-bottom: 8px;
  border-bottom: 1px solid #1a226b;
}
.related-company__content .related-company-summary__top .ok-arrange-logo {
  width: clamp(40px, 6.5vw, 80px);
}
@media (width < 1000px) {
  .related-company__content .related-company-summary__top .ok-arrange-logo {
    width: 89px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.related-company__content .related-company-summary .related-company-info {
  font-weight: bold;
}
.related-company__content .related-company-summary .related-company-info__registration-number {
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
}
.related-company__content .related-company-summary .related-company-info__name {
  display: block;
  font-size: 18px;
}
.related-company__content .related-company-summary .related-company-info__representative {
  font-size: 15px;
}
.related-company__content .related-company-summary__catch-copy {
  margin-bottom: 30px;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  line-height: 25px;
}
.related-company__content .related-company-summary__description {
  margin-bottom: 30px;
  line-height: 1.5em;
}
@media (width < 1000px) {
  .related-company__content .section-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-row: 1;
    margin-left: 20px;
  }
}
.related-company__content .section-title .text {
  color: #1a226b;
}
@media (width < 1000px) {
  .related-company__content .section-title .text {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
  }
}
.related-company__content .section-title .text.jp:before {
  background-color: #1a226b;
}
@media (width < 1000px) {
  .related-company__content .section-title .text.jp:before {
    top: initial;
    right: initial;
    bottom: -10px;
    left: 0;
    width: 100px;
    height: 1px;
  }
}

/* Home | Bog */
.blog {
  position: relative;
  height: 100%;
  padding-bottom: 0;
}
@media (width < 800px) {
  .blog {
    padding-bottom: 50px;
  }
}
.blog:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 50%;
  content: "";
  background: #e7dfd1;
}
.blog .contents-inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (width < 800px) {
  .blog .contents-inner-wrapper {
    width: calc(100% - 40px);
  }
}
.blog .contents-inner-wrapper .section-title .text {
  color: #e39b3c;
}
.blog .contents-inner-wrapper .section-title .text.jp:before {
  background: #e39b3c;
}
.blog .contents-inner-wrapper .btn-link {
  margin-left: auto;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}
@media (width < 800px) {
  .blog .contents-inner-wrapper .btn-link {
    display: none;
  }
}
.blog .contents-inner-wrapper .blog-list {
  width: 100%;
  padding: 50px 80px;
  margin-top: 40px;
  background: #fff;
}
@media (width < 800px) {
  .blog .contents-inner-wrapper .blog-list {
    padding: 30px 4px;
  }
}
.blog .contents-inner-wrapper .blog-list__item {
  border-top: 1px solid #e7dfd1;
}
.blog .contents-inner-wrapper .blog-list__item:last-of-type {
  border-bottom: 1px solid #e7dfd1;
}
.blog .contents-inner-wrapper .blog-list__item .blog-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  height: 100%;
  padding: 24px 40px;
}
@media (width < 800px) {
  .blog .contents-inner-wrapper .blog-list__item .blog-link {
    display: block;
    padding: 12px 20px;
  }
}
.blog .contents-inner-wrapper .blog-list__item .date {
  display: inline-block;
  min-width: auto;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  letter-spacing: 0.15em;
}
@media (width < 800px) {
  .blog .contents-inner-wrapper .blog-list__item .date {
    margin-bottom: 4px;
  }
}
.blog .contents-inner-wrapper .blog-list__item .blog-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.blog .contents-inner-wrapper .blog-list__item .blog-title__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (width < 800px) {
  .blog .contents-inner-wrapper .blog-list__item .blog-title__text {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
  }
}
.blog .contents-inner-wrapper .blog-list__item .blog-title .arrow {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 1px;
  margin: 8px 0;
  background-color: #e39b3c;
}
.blog .contents-inner-wrapper .blog-list__item .blog-title .arrow::before,
.blog .contents-inner-wrapper .blog-list__item .blog-title .arrow::after {
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 9px;
  height: 1px;
  content: "";
  background-color: #e39b3c;
  -webkit-transform-origin: calc(100% - 0.5px) 50%;
          transform-origin: calc(100% - 0.5px) 50%;
}
.blog .contents-inner-wrapper .blog-list__item .blog-title .arrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.blog .contents-inner-wrapper .blog-list__item .blog-title .arrow::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.blog .contents-inner-wrapper .sp-only .btn-link {
  display: block;
  text-align: center;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#service {
  /* Services */
  /* Service Flow */
  /* Service Future */
}
#service .hero {
  position: relative;
  background-image: url("../assets/images/service_hero.avif");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#service .hero .top-hat {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  z-index: 1;
  width: min(100% - 100px, 1100px);
  padding-top: 50px;
  background: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
@media (width < 800px) {
  #service .hero .top-hat {
    width: min(100% - 40px, 1100px);
    padding: 50px 20px 30px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
#service .hero .top-hat .link-group__catch-copy {
  margin-bottom: 30px;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5em;
  text-align: center;
}
#service .hero .top-hat .link-group .link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (width < 800px) {
  #service .hero .top-hat .link-group .link-list {
    display: grid;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    grid-template-columns: repeat(auto-fit, 140px);
    gap: 20px 12px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#service .hero .top-hat .link-group .link-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 200px;
  padding: 0 4px 4px;
  border-bottom: 2px solid #ededed;
}
@media (width < 800px) {
  #service .hero .top-hat .link-group .link-list__item {
    width: 150px;
    font-size: 15px;
  }
}
#service .services {
  padding-top: 0;
  margin-top: 200px;
}
@media (width < 800px) {
  #service .services {
    margin-top: 50px;
  }
}
#service .services .summary-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
@media (width < 1000px) {
  #service .services .summary-wrapper {
    gap: 50px;
  }
}
@media (width < 800px) {
  #service .services .summary-wrapper {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
#service .services .summary-wrapper .summary-content {
  width: 550px;
}
@media (width < 800px) {
  #service .services .summary-wrapper .summary-content {
    display: contents;
  }
}
#service .services .summary-wrapper .summary-content .business-name {
  position: relative;
  padding-left: 50px;
  margin-bottom: 30px;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
}
#service .services .summary-wrapper .summary-content .business-name:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  content: "";
  background: url("../assets/icons/shapes.svg") no-repeat center center/cover;
}
#service .services .summary-wrapper .summary-content .business-subtitle {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}
#service .services .summary-wrapper .summary-content .business-description {
  line-height: 1.5em;
}
#service .services .summary-wrapper .summary-image {
  position: relative;
  width: 370px;
  min-width: 370px;
  height: 250px;
  aspect-ratio: 370/250;
}
@media (width < 1000px) {
  #service .services .summary-wrapper .summary-image {
    width: clamp(300px, 24vw, 370px);
    min-width: initial;
  }
}
@media (width < 800px) {
  #service .services .summary-wrapper .summary-image {
    grid-row: 2;
    width: 100%;
    height: auto;
  }
}
#service .services .summary-wrapper .summary-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#service .services .summary-wrapper .summary-image::before {
  position: absolute;
  bottom: -10%;
  left: -10%;
  z-index: -1;
  width: 100%;
  height: 80%;
  content: "";
  background: #757dc4;
}
@media (width < 800px) {
  #service .services .summary-wrapper .summary-image::before {
    content: none;
  }
}
#service .services .point-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 0;
  background: #fff;
  border: 1px solid #1a226b;
}
@media (width < 1000px) {
  #service .services .point-list {
    gap: 20px;
  }
}
@media (width < 800px) {
  #service .services .point-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 80px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#service .services .point-list__item {
  width: 220px;
}
#service .services .point-list__item .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 24px;
}
#service .services .point-list__item .top .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 45px;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: bold;
  color: #e39b3c;
}
#service .services .point-list__item .top .number:before {
  font-size: 17px;
  font-weight: 300;
  content: "point";
}
#service .services .point-list__item .top .point-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  height: 100px;
  background: rgba(117, 125, 196, 0.5);
  border-radius: 50%;
}
#service .services .point-list__item .point-title {
  max-width: 200px;
  margin: auto;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
}
#service .services .point-list__item .point-title.wide {
  max-width: 220px;
}
#service .services .point-list__item .point-title .small {
  font-size: 19px;
}
#service .services .gravel-extraction {
  margin-top: 50px;
}
#service .services .gravel-sales {
  margin-top: 50px;
}
#service .services .gravel-sales .summary-wrapper {
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: min(1000px + (100% - 1000px) / 2, 100% - 50px);
  margin-right: auto;
}
@media (width < 800px) {
  #service .services .gravel-sales .summary-wrapper {
    gap: 20px;
    width: calc(100% - 40px);
    margin: 0 auto 50px;
  }
}
#service .services .gravel-sales .summary-wrapper .summary-image {
  width: 600px;
  height: auto;
  min-height: 280px;
  aspect-ratio: 600/340;
}
@media (width < 1000px) {
  #service .services .gravel-sales .summary-wrapper .summary-image {
    width: clamp(400px, 35vw, 600px);
  }
}
@media (width < 800px) {
  #service .services .gravel-sales .summary-wrapper .summary-image {
    width: 100%;
    min-height: 0;
  }
}
#service .services .gravel-sales .summary-wrapper .summary-image::before {
  content: none;
}
#service .services .gravel-sales .point-list {
  position: relative;
  width: min(100% - 100px, 1000px);
  margin: auto;
}
@media (width < 800px) {
  #service .services .gravel-sales .point-list {
    width: min(100% - 40px, 1000px);
  }
}
#service .services .gravel-sales .point-list:before {
  position: absolute;
  top: -5.5vw;
  left: -5%;
  z-index: -1;
  width: 100%;
  height: 50%;
  content: "";
  background: #757dc4;
}
@media (width < 800px) {
  #service .services .gravel-sales .point-list:before {
    content: none;
  }
}
#service .services-bottom-image {
  height: 360px;
  margin-top: 100px;
  background-image: url("../assets/images/service_services_bottom.avif");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media (width < 800px) {
  #service .services-bottom-image {
    margin-top: 0;
  }
}
#service .service-flow {
  margin-top: 0;
  overflow: hidden;
}
#service .service-flow .title-wrapper {
  display: grid;
  place-content: center;
  height: 100px;
  margin-bottom: 50px;
  background: #1a226b;
}
#service .service-flow .title-wrapper .sub-section-title {
  color: #fff;
}
#service .service-flow .helper-title {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #1a226b;
  text-align: center;
}
#service .service-flow .helper-description {
  margin-bottom: 50px;
  line-height: 1.5em;
  color: #1a226b;
  text-align: center;
}
#service .service-flow .flow-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (width < 1000px) {
  #service .service-flow .flow-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#service .service-flow .flow-list:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 45%;
  width: 200%;
  height: 50px;
  content: "";
  background: rgba(26, 34, 107, 0.2);
}
@media (width < 1000px) {
  #service .service-flow .flow-list:before {
    content: none;
  }
}
#service .service-flow .flow-list__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 200px;
  color: #1a226b;
}
#service .service-flow .flow-list__item .flow-step {
  display: block;
  margin-bottom: 8px;
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  color: #e39b3c;
  text-align: center;
  text-transform: uppercase;
}
#service .service-flow .flow-list__item .flow-name {
  display: block;
  height: 40px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
#service .service-flow .flow-list__item .flow-name .small {
  font-size: 15px;
}
#service .service-flow .flow-list__item .flow-icon {
  display: block;
  width: clamp(120px, 80%, 150px);
  margin: 0 auto 12px;
}
#service .service-flow .flow-list__item .flow-description {
  min-height: 110px;
  font-size: 15px;
  line-height: 22px;
}
#service .service-flow .flow-list__item:not(:last-child):before, #service .service-flow .flow-list__item:not(:last-child):after {
  position: absolute;
  top: 45%;
  width: 16px;
  height: 16px;
  content: "";
  border: 1px solid #1a226b;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
@media (width < 1000px) {
  #service .service-flow .flow-list__item:not(:last-child):before, #service .service-flow .flow-list__item:not(:last-child):after {
    top: initial;
    left: 50%;
    border-right-color: #e39b3c;
    border-bottom-color: #e39b3c;
    -webkit-transform: translate(-50%, 0) rotate(45deg);
            transform: translate(-50%, 0) rotate(45deg);
  }
}
#service .service-flow .flow-list__item:not(:last-child):before {
  right: -10px;
}
@media (width < 1000px) {
  #service .service-flow .flow-list__item:not(:last-child):before {
    right: 0;
    bottom: -20px;
  }
}
#service .service-flow .flow-list__item:not(:last-child):after {
  right: -20px;
}
@media (width < 1000px) {
  #service .service-flow .flow-list__item:not(:last-child):after {
    right: 0;
    bottom: -30px;
  }
}
#service .service-future {
  position: relative;
}
@media (width < 1000px) {
  #service .service-future {
    padding-top: 0;
  }
}
#service .service-future:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  content: "";
  background: #757dc4;
}
@media (max-width: 599px) {
  #service .service-future:before {
    top: 80px;
    bottom: initial;
    height: 30%;
  }
}
@media (width < 800px) {
  #service .service-future .sub-section-title {
    margin-bottom: 80px;
  }
}
#service .service-future__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 599px) {
  #service .service-future__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#service .service-future__content .future-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-block: 40px;
}
@media (max-width: 599px) {
  #service .service-future__content .future-images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-bottom: 0;
  }
}
#service .service-future__content .future-images img {
  width: 33.3333333333%;
  max-width: 350px;
  aspect-ratio: 350/300;
}
@media (max-width: 599px) {
  #service .service-future__content .future-images img {
    width: 100%;
    max-width: none;
  }
}
#service .service-future__content .future-text-group {
  color: #fff;
  text-align: center;
}
#service .service-future__content .future-text-group .future-catch-copy {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}
#service .service-future__content .future-text-group .future-description {
  margin-top: 30px;
  line-height: 1.5em;
}

#company {
  /* Message */
  /* Company Info */
}
#company .hero {
  position: relative;
  background-image: url("../assets/images/company_hero.avif");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#company .hero .top-hat {
  bottom: 0;
  z-index: 1;
  width: min(100% - 100px, 1100px);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 50px 20px 0;
  background: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media (width < 800px) {
  #company .hero .top-hat {
    width: min(100% - 40px, 1100px);
    height: 300px;
  }
}
#company .hero .top-hat .link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#company .hero .top-hat .link-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 200px;
  padding: 0 4px 4px;
  border-bottom: 2px solid #ededed;
}
#company .hero .top-hat__message {
  display: none;
  width: 100%;
  padding-top: 60px;
  margin: auto;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 2.5em;
  text-align: center;
  text-shadow: 0 4px 4px rgba(26, 34, 107, 0.25);
}
@media (width < 800px) {
  #company .hero .top-hat__message {
    display: block;
  }
}
#company .link-group {
  width: min(100% - 100px, 1100px);
  padding-top: 50px;
  margin: -77px auto 0;
  background: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#company .link-group__catch-copy {
  margin-bottom: 30px;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5em;
  text-align: center;
}
#company .link-group .link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
#company .link-group .link-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 200px;
  padding: 0 4px 4px;
  border-bottom: 2px solid #ededed;
}
#company .company-message {
  position: relative;
  height: 600px;
  overflow: hidden;
  background-image: url("../assets/images/company_bulldozar.avif");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media (max-width: 599px) {
  #company .company-message {
    height: 500px;
  }
}
#company .company-message .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
#company .company-message__content {
  position: relative;
}
@media (width < 800px) {
  #company .company-message__content {
    display: none;
  }
}
#company .company-message__sentence {
  position: relative;
  z-index: 5;
  width: 70%;
  margin: auto;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 2.5em;
  text-align: center;
  text-shadow: 0 4px 4px rgba(26, 34, 107, 0.25);
}
#company .message {
  padding-top: 0;
}
#company .message .message-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 50px;
}
@media (width < 800px) {
  #company .message .message-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#company .message .message-wrapper .representative-director {
  -ms-flex-item-align: start;
      align-self: flex-start;
  min-width: 300px;
  max-width: 350px;
  max-height: 400px;
  aspect-ratio: 7/8;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 20%;
     object-position: 50% 20%;
}
@media (width < 800px) {
  #company .message .message-wrapper .representative-director {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}
#company .message .message-wrapper .message-content {
  max-width: 450px;
}
#company .message .message-wrapper .message-content .message-sentence {
  line-height: 1.5em;
}
#company .message .message-wrapper .message-content .message-sentence:not(:last-of-type) {
  margin-bottom: 30px;
}
#company .message .message-wrapper .message-content .company-name {
  margin: 20px 0;
  font-size: 20px;
  text-align: right;
}
@media (width < 800px) {
  #company .message .message-wrapper .message-content .company-name {
    font-size: 18px;
  }
}
#company .message .message-wrapper .message-content .role-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (width < 800px) {
  #company .message .message-wrapper .message-content .role-name {
    font-size: 15px;
  }
}
#company .message .message-wrapper .message-content .role-name .name {
  font-size: 30px;
  font-weight: 500;
}
@media (width < 800px) {
  #company .message .message-wrapper .message-content .role-name .name {
    font-size: 26px;
  }
}
@media (width < 800px) {
  #company .company-info {
    margin-top: 0;
  }
}
#company .company-info .contents-inner-wrapper {
  width: 100%;
}
#company .company-info .company-info-list {
  max-width: 700px;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 24px;
}
@media (width < 800px) {
  #company .company-info .company-info-list {
    padding: 0 20px;
  }
}
#company .company-info .company-info-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  border-top: 1px solid #ffe7c8;
}
#company .company-info .company-info-list__item:last-of-type {
  border-bottom: 1px solid #ffe7c8;
}
#company .company-info .company-info-list__item .label {
  display: block;
  min-width: 100px;
  font-weight: bold;
}
#company .company-info .company-info-list__item .content.address-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#company .company-info .company-info-list__item .content .business-sentence:not(:last-of-type) {
  margin-bottom: 24px;
}
#company .company-info .company-info-list__item .content .postal-code {
  margin-right: 36px;
}
#company .company-info .map {
  display: block;
  width: min(100%, 900px);
  margin: 0 auto 30px;
}
#company .company-info .access-info {
  max-width: 700px;
  margin: auto;
  color: #1a226b;
}
@media (width < 800px) {
  #company .company-info .access-info {
    padding: 0 20px;
  }
}
#company .company-info .access-info .address {
  margin-bottom: 30px;
}
#company .company-bottom-image {
  height: 400px;
  background-image: url("../assets/images/company_bottom.avif");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media (width < 800px) {
  #company .company-bottom-image {
    height: 200px;
  }
}

#contact .hero {
  background-image: url("../assets/images/contact_hero.avif");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#contact .top-info {
  width: min(100% - 100px, 1100px);
  padding-top: 50px;
  margin: -80px auto 0;
  text-align: center;
  background: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media (width < 800px) {
  #contact .top-info {
    width: min(100% - 40px, 1100px);
    padding: 20px;
    margin: -300px auto 0;
  }
}
#contact .top-info .tel-helper-text {
  display: block;
  margin-bottom: 24px;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  color: #e39b3c;
}
@media (width < 800px) {
  #contact .top-info .tel-helper-text {
    margin-bottom: 12px;
    font-size: 18px;
  }
}
#contact .top-info .contact-telnumber {
  display: block;
  margin-bottom: 32px;
  font-size: 50px;
  font-weight: bold;
  color: #e39b3c;
  letter-spacing: 0.05em;
}
@media (width < 800px) {
  #contact .top-info .contact-telnumber {
    font-size: 38px;
  }
}
#contact .top-info .note-box {
  max-width: 800px;
  padding: 40px 60px;
  margin: 0 auto 40px;
  text-align: left;
  background: #e7dfd1;
  border-radius: 10px;
}
@media (width < 800px) {
  #contact .top-info .note-box {
    padding: 20px;
    margin-bottom: 0;
  }
}
#contact .top-info .note-box .note-text {
  line-height: 24px;
}
#contact .top-info .note-box .top {
  margin-bottom: 32px;
}
#contact .top-info .note-box .top .emphasis {
  font-weight: bold;
}
#contact .top-info .note-box .top .red {
  color: red;
}
#contact .form {
  width: min(800px, 100% - 100px);
  margin: 0 auto 24px;
}
@media (width < 800px) {
  #contact .form {
    width: min(800px, 100% - 40px);
  }
}
#contact .form .wpcf7-checkbox.chex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (width < 800px) {
  #contact .form .wpcf7-checkbox.chex {
    gap: 12px;
    margin-top: 8px;
  }
}
#contact .form .wpcf7-checkbox.chex .wpcf7-list-item {
  margin: 0;
}
#contact .form .wpcf7-checkbox.chex .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (width < 800px) {
  #contact .form .wpcf7-checkbox.chex .wpcf7-list-item label {
    gap: 4px;
  }
}
#contact .form .wpcf7-checkbox.chex .wpcf7-list-item label::after {
  content: none;
}
#contact .form .wpcf7-checkbox.chex .wpcf7-list-item input[type=checkbox] {
  position: relative;
  width: 20px;
  height: 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  border: 1px solid #01203a;
  border-radius: 3px;
}
#contact .form .wpcf7-checkbox.chex .wpcf7-list-item input[type=checkbox]:after {
  position: absolute;
  top: -2px;
  left: 2px;
  width: 22px;
  height: 10px;
  content: "";
  border-bottom: 3px solid #01203a;
  border-left: 3px solid #01203a;
  opacity: 0;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
}
#contact .form .wpcf7-checkbox.chex .wpcf7-list-item input[type=checkbox]:checked:after {
  opacity: 1;
}
#contact .form .wpcf7-checkbox.chex .wpcf7-list-item-label {
  font-weight: 400;
  cursor: pointer;
}
#contact .form #agreement.wpcf7-checkbox.chex .wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
#contact .form .form-item.contact-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media (width < 800px) {
  #contact .form .form-item.contact-type {
    display: block;
  }
}
#contact .form .form-item:not(:last-child) {
  margin-bottom: 24px;
}
#contact .form .form-item label:not(.checkbox-item) {
  display: block;
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: bold;
}
#contact .form .form-item.required > label:after {
  color: red;
  content: "*";
}
#contact .form .form-item input:not([type=checkbox]),
#contact .form .form-item textarea,
#contact .form .form-item select {
  width: 100%;
  height: 60px;
  padding: 4px 24px;
  font-size: 15px;
  line-height: 22px;
  border: 1px solid #01203a;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 4px rgba(1, 32, 58, 0.14);
          box-shadow: 0 4px 4px rgba(1, 32, 58, 0.14);
}
#contact .form .form-item textarea {
  height: 180px;
}
#contact .form .form-item select {
  line-height: normal;
}
#contact .form .form-item .select-wrapper {
  position: relative;
  width: 50%;
}
#contact .form .form-item .select-wrapper:after {
  position: absolute;
  top: 20px;
  right: 16px;
  width: 12px;
  height: 12px;
  content: "";
  border-right: 2px solid #01203a;
  border-bottom: 2px solid #01203a;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (width < 800px) {
  #contact .form .form-item .select-wrapper {
    width: 100%;
  }
}
#contact .form .checkbox-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contact .form .checkbox-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
#contact .form .checkbox-item.agreement {
  margin-bottom: 32px;
}
#contact .form .checkbox-item.agreement .checkbox {
  position: relative;
  width: 20px;
  height: 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  border: 1px solid #01203a;
  border-radius: 3px;
}
#contact .form .checkbox-item.agreement .checkbox:after {
  position: absolute;
  top: -2px;
  left: 2px;
  width: 22px;
  height: 10px;
  content: "";
  border-bottom: 3px solid #01203a;
  border-left: 3px solid #01203a;
  opacity: 0;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
}
#contact .form .checkbox-item.agreement .checkbox:checked:after {
  opacity: 1;
}
#contact .form .privacy-policy-confirm-text {
  display: inline-block;
  margin-bottom: 24px;
}
#contact .form .privacy-policy-confirm-text .privacy-policy-link {
  font-weight: bold;
  text-decoration: underline;
}
#contact .form input[type=submit] {
  text-align: center;
}
#contact .form .btn.confirm:disabled {
  cursor: not-allowed;
  opacity: 0.4;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

#contact-confirm .hero {
  background-image: url("../assets/images/contact_hero.avif");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#contact-confirm .top-info {
  position: relative;
  width: min(100% - 100px, 1100px);
  padding: 50px 0;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media (width < 800px) {
  #contact-confirm .top-info {
    width: min(100% - 40px, 1100px);
  }
  #contact-confirm .top-info.pc {
    display: none;
  }
}
#contact-confirm .top-info.sp {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: none;
  padding: 40px 20px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (width < 800px) {
  #contact-confirm .top-info.sp {
    display: block;
  }
}
#contact-confirm .top-info .note-box {
  max-width: 800px;
  padding: 60px 50px;
  margin: 0 auto 50px;
  line-height: 24px;
  text-align: center;
  background: #e7dfd1;
  border-radius: 10px;
}
@media (width < 800px) {
  #contact-confirm .top-info .note-box {
    padding: 20px;
    margin-bottom: 0;
    text-align: left;
  }
}
#contact-confirm .top-info .note-box .emphasis {
  font-weight: bold;
}
#contact-confirm .confirm-container {
  width: min(100% - 50px, 800px);
  padding-bottom: 50px;
  margin: 0 auto;
}
@media (width < 800px) {
  #contact-confirm .confirm-container {
    padding: 20px 0 40px;
  }
}
#contact-confirm .confirm-container .confirm-item {
  font-size: 15px;
}
#contact-confirm .confirm-container .confirm-item:not(:last-of-type) {
  margin-bottom: 30px;
}
#contact-confirm .confirm-container .confirm-item .confirm-label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
}
#contact-confirm .confirm-container .confirm-item .confirm-content {
  color: #1a226b;
}
#contact-confirm .confirm-container .btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (width < 800px) {
  #contact-confirm .confirm-container .btn-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#contact-confirm .confirm-container .btn-wrapper input[type=submit]:disabled {
  cursor: not-allowed;
  opacity: 0.8;
}
#contact-confirm .confirm-container .btn-wrapper .btn.primary,
#contact-confirm .confirm-container .btn-wrapper .btn.secondary {
  text-align: center;
}
#contact-confirm .confirm-container .btn-wrapper .wpcf7-spinner {
  display: none;
}
#contact-confirm .confirm-container .wpcf7 form.sent .wpcf7-response-output {
  font-size: 24px;
  font-weight: bold;
  border: none;
}

#contact-thanks .hero {
  background-image: url("../assets/images/contact_hero.avif");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#contact-thanks .thanks-content {
  width: min(100% - 100px, 800px);
  margin: 100px auto 50px;
  text-align: center;
  background-color: #fff;
}
@media (width < 800px) {
  #contact-thanks .thanks-content {
    width: min(100% - 40px, 800px);
    padding: 50px 20px 0;
    margin-top: -75%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}
#contact-thanks .thanks-content__main {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: bold;
}
@media (width < 800px) {
  #contact-thanks .thanks-content__main {
    font-size: 22px;
  }
}
#contact-thanks .thanks-content__detail {
  line-height: 1.5em;
}
#contact-thanks .back-home {
  margin: 0 auto;
  margin-bottom: 100px;
}

#blog .hero {
  position: relative;
  background-image: url("../assets/images/blog_hero.avif");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#blog .top-hat {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: min(100% - 100px, 1100px);
  padding: 40px;
  background: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (width < 800px) {
  #blog .top-hat {
    display: block;
    width: min(100% - 40px, 1100px);
    padding: 40px 40px 120px;
  }
}
#blog .top-hat .filter-container {
  position: static;
  display: none;
}
@media (width < 800px) {
  #blog .top-hat .filter-container {
    display: block;
    width: 100%;
  }
}
#blog .blog-list-container {
  position: relative;
  margin: 0 auto;
  background: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media (width < 800px) {
  #blog .blog-list-container {
    width: min(100% - 40px, 1100px);
    padding: 20px 0;
  }
}
#blog .blog-list-container .contents-wrapper {
  width: min(100% - 100px, 1100px);
  padding: 0 50px;
}
@media (width < 800px) {
  #blog .blog-list-container .contents-wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
#blog .blog-list-container .contents-wrapper > .filter-container {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
}
@media (max-width: 1250px) {
  #blog .blog-list-container .contents-wrapper > .filter-container {
    display: none;
  }
}
#blog .blog-list-container .contents-wrapper > .filter-container .archive-list {
  width: 150px;
  font-size: 14px;
}
#blog .blog-list-container .blog-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, 250px);
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -180px auto 0;
}
@media (max-width: 1250px) {
  #blog .blog-list-container .blog-list {
    margin: 0 auto;
  }
}
@media (width < 800px) {
  #blog .blog-list-container .blog-list {
    grid-template-columns: repeat(auto-fill, 160px);
    gap: 10px;
  }
}
#blog .blog-list-container .blog-list__item {
  display: grid;
  grid-template-rows: auto auto 1fr;
  width: 250px;
}
@media (width < 800px) {
  #blog .blog-list-container .blog-list__item {
    width: auto;
    min-width: 160px;
  }
}
#blog .blog-list-container .blog-list__item .blog-link {
  display: block;
}
#blog .blog-list-container .blog-list__item .blog-thumbnail {
  height: 200px;
  margin-bottom: 16px;
}
@media (width < 800px) {
  #blog .blog-list-container .blog-list__item .blog-thumbnail {
    height: 130px;
  }
}
#blog .blog-list-container .blog-list__item .blog-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#blog .blog-list-container .blog-list__item .blog-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 25px;
  margin-bottom: 16px;
}
@media (width < 800px) {
  #blog .blog-list-container .blog-list__item .blog-meta {
    margin-bottom: 8px;
  }
}
@media (width < 800px) {
  #blog .blog-list-container .blog-list__item .blog-meta .blog-date {
    font-size: 12px;
  }
}
#blog .blog-list-container .blog-list__item .blog-meta .blog-category {
  display: grid;
  place-content: center;
  height: 25px;
  padding: 0 8px;
  font-size: 14px;
  line-height: 25px;
  border: 1px solid #1a226b;
  border-radius: 32px;
}
@media (width < 800px) {
  #blog .blog-list-container .blog-list__item .blog-meta .blog-category {
    height: auto;
    padding: 2px 8px;
    font-size: 12px;
    line-height: normal;
  }
}
#blog .blog-list-container .blog-list__item .blog-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (width < 800px) {
  #blog .blog-list-container .blog-list__item .blog-title {
    font-size: 15px;
    line-height: 20px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
#blog .blog-list-container .pagination-wrapper {
  margin-top: 30px;
}
#blog .blog-list-container .pagination-wrapper .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#blog .blog-list-container .pagination-wrapper .nav-links .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  color: #1a226b;
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 50%;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
#blog .blog-list-container .pagination-wrapper .nav-links .page-numbers.current {
  color: #fff;
  background: #1a226b;
  border: none;
}
#blog .blog-list-container .pagination-wrapper .nav-links .page-numbers:hover {
  color: #fff;
  background: #1a226b;
}
#blog .blog-list-container .pagination-wrapper .nav-links .page-numbers.prev,
#blog .blog-list-container .pagination-wrapper .nav-links .page-numbers.next {
  position: relative;
}
#blog .blog-list-container .pagination-wrapper .nav-links .page-numbers.prev::before, #blog .blog-list-container .pagination-wrapper .nav-links .page-numbers.prev::after,
#blog .blog-list-container .pagination-wrapper .nav-links .page-numbers.next::before,
#blog .blog-list-container .pagination-wrapper .nav-links .page-numbers.next::after {
  position: absolute;
  top: calc(50% - 0.5px);
  left: 50%;
  width: 8px;
  height: 1px;
  content: "";
  background: #1a226b;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
#blog .blog-list-container .pagination-wrapper .nav-links .page-numbers.prev:hover::before, #blog .blog-list-container .pagination-wrapper .nav-links .page-numbers.prev:hover::after,
#blog .blog-list-container .pagination-wrapper .nav-links .page-numbers.next:hover::before,
#blog .blog-list-container .pagination-wrapper .nav-links .page-numbers.next:hover::after {
  background: #fff;
}
#blog .blog-list-container .pagination-wrapper .nav-links .page-numbers.prev::before, #blog .blog-list-container .pagination-wrapper .nav-links .page-numbers.prev::after {
  -webkit-transform-origin: 0.5px center;
          transform-origin: 0.5px center;
}
#blog .blog-list-container .pagination-wrapper .nav-links .page-numbers.prev::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
#blog .blog-list-container .pagination-wrapper .nav-links .page-numbers.prev::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
#blog .blog-list-container .pagination-wrapper .nav-links .page-numbers.next::before, #blog .blog-list-container .pagination-wrapper .nav-links .page-numbers.next::after {
  -webkit-transform-origin: calc(100% - 0.5px) center;
          transform-origin: calc(100% - 0.5px) center;
}
#blog .blog-list-container .pagination-wrapper .nav-links .page-numbers.next::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
#blog .blog-list-container .pagination-wrapper .nav-links .page-numbers.next::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

#blog-detail .hero {
  position: relative;
  background-image: url("../assets/images/blog_hero.avif");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#blog-detail .hero .top-hat {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: min(100% - 100px, 1100px);
  padding: 40px 40px 10px;
  background: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (width < 800px) {
  #blog-detail .hero .top-hat {
    display: block;
    width: min(100% - 40px, 1100px);
  }
}
#blog-detail .hero .top-hat__blog-meta {
  display: none;
}
@media (width < 800px) {
  #blog-detail .hero .top-hat__blog-meta {
    display: block;
  }
}
#blog-detail .hero .top-hat__blog-meta .blog-title {
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 30px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
#blog-detail .hero .top-hat__blog-meta .sub-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 25px;
}
#blog-detail .hero .top-hat__blog-meta .sub-info .blog-date {
  font-size: 14px;
}
#blog-detail .hero .top-hat__blog-meta .sub-info .blog-category {
  display: inline-block;
  padding: 2px 8px;
  font-size: 14px;
  border: 1px solid #1a226b;
  border-radius: 32px;
}
#blog-detail .blog-detail-container {
  padding-bottom: 80px;
  margin: auto;
}
@media (width < 800px) {
  #blog-detail .blog-detail-container {
    padding: 30px 0;
  }
}
#blog-detail .blog-detail-container .contents-wrapper {
  width: min(100% - 100px, 1100px);
  padding: 50px 50px 0 50px;
}
@media (max-width: 1250px) {
  #blog-detail .blog-detail-container .contents-wrapper {
    padding: 0 50px;
  }
}
@media (width < 800px) {
  #blog-detail .blog-detail-container .contents-wrapper {
    width: min(100% - 40px, 1100px);
    padding: 0;
  }
}
#blog-detail .blog-detail-container .contents-wrapper > .filter-container {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
}
@media (max-width: 1250px) {
  #blog-detail .blog-detail-container .contents-wrapper > .filter-container {
    display: none;
  }
}
#blog-detail .blog-detail-container .contents-wrapper > .filter-container .archive-list {
  width: 150px;
  font-size: 14px;
}
#blog-detail .blog-detail-container .blog-content {
  max-width: 800px;
  margin: -230px auto 0;
}
@media (max-width: 1250px) {
  #blog-detail .blog-detail-container .blog-content {
    margin: 0 auto;
  }
}
#blog-detail .blog-detail-container .blog-content__meta .blog-title {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (width < 800px) {
  #blog-detail .blog-detail-container .blog-content__meta {
    display: none;
  }
}
#blog-detail .blog-detail-container .blog-content__sub-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
#blog-detail .blog-detail-container .blog-content__sub-info .blog-date {
  font-size: 14px;
}
#blog-detail .blog-detail-container .blog-content__sub-info .blog-category {
  display: inline-block;
  padding: 4px 8px;
  font-size: 14px;
  border: 1px solid #1a226b;
  border-radius: 32px;
}
#blog-detail .blog-detail-container .blog-content p {
  margin-bottom: 30px;
  line-height: 22px;
}
@media (width < 800px) {
  #blog-detail .blog-detail-container .blog-content p {
    margin-bottom: 25px;
  }
}
#blog-detail .blog-detail-container .blog-content .wp-block-heading {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: bold;
  line-height: 39px;
}
#blog-detail .blog-detail-container .blog-content .wp-block-image {
  max-width: 380px;
  margin-bottom: 30px;
}
@media (width < 800px) {
  #blog-detail .blog-detail-container .blog-content .wp-block-image {
    width: 100%;
    max-width: none;
    margin-bottom: 30px;
  }
}
#blog-detail .blog-detail-container .blog-content .wp-block-columns {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 30px;
}
@media (width < 800px) {
  #blog-detail .blog-detail-container .blog-content .wp-block-columns {
    gap: 12px;
    margin-bottom: 25px;
  }
}
#blog-detail .blog-detail-container .blog-content .wp-block-columns .wp-block-image {
  height: 100%;
  margin-bottom: 0;
}
#blog-detail .blog-detail-container .blog-content .wp-block-columns .wp-block-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#blog-detail .blog-detail-container .btn {
  margin: auto;
  margin-top: 80px;
}
@media (width < 800px) {
  #blog-detail .blog-detail-container .btn {
    margin-top: 30px;
  }
}
#blog-detail .post-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 800px;
  margin: 80px auto 0;
}
@media (width < 800px) {
  #blog-detail .post-navigation {
    margin-top: 30px;
  }
}
#blog-detail .post-navigation .nav-post .nav-post-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (width < 800px) {
  #blog-detail .post-navigation .nav-post .nav-post-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#blog-detail .post-navigation .nav-post .nav-post-link .nav-post-thumbnail {
  width: 150px;
}
#blog-detail .post-navigation .nav-post .nav-post-link .nav-post-thumbnail img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
}
#blog-detail .post-navigation .nav-post .nav-post-link .nav-post-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
#blog-detail .post-navigation .nav-post .nav-post-link .nav-post-info .nav-post-title {
  max-width: 120px;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
#blog-detail .post-navigation .nav-post .nav-post-link .nav-post-info .nav-post-date {
  font-size: 10px;
}
@media (width < 800px) {
  #blog-detail .post-navigation .nav-post .nav-post-link .nav-post-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.filter-container {
  position: sticky;
  top: 15%;
  left: 20px;
  z-index: 5;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  width: 80%;
}

.bottom-filter-container {
  display: none;
  width: 80%;
  margin: 40px auto 0;
}
.bottom-filter-container .filter-box {
  gap: 20px;
}
@media (max-width: 1250px) {
  .bottom-filter-container {
    display: block;
  }
}
@media (width < 800px) {
  .bottom-filter-container {
    display: block;
  }
}

.filter-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  background: #fff;
}
@media (max-width: 1250px) {
  .filter-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width < 800px) {
  .filter-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}
.filter-box .category-label {
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #1a226b;
  letter-spacing: 0.15em;
}
.filter-box .category-list__item {
  position: relative;
  padding-left: 8px;
}
.filter-box .category-list__item:before {
  position: absolute;
  top: 0;
  left: 0%;
  width: 5px;
  height: 5px;
  content: "";
  background: #e39b3c;
  border-radius: 50%;
  -webkit-transform: translateY(0.5em);
          transform: translateY(0.5em);
}
.filter-box .category-list__item:not(:last-of-type) {
  margin-bottom: 8px;
}
.filter-box .category-list.sp {
  display: none;
}
@media (max-width: 1250px) {
  .filter-box .category-list.sp {
    display: block;
  }
}
@media (width < 800px) {
  .filter-box .category-list.sp {
    display: block;
  }
}
@media (max-width: 1250px) {
  .filter-box .category-list.pc {
    display: none;
  }
}
@media (width < 800px) {
  .filter-box .category-list.pc {
    display: none;
  }
}
.filter-box .archive-label {
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #1a226b;
  letter-spacing: 0.15em;
}
.filter-box select {
  width: 100%;
  padding: 4px 8px;
  -moz-appearance: auto;
  -webkit-appearance: auto;
          appearance: auto;
  background: #ffe7c8;
  border-radius: 4px;
}

#privacy-policy .hero {
  background-image: url("../assets/images/privacy-policy_hero.avif");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#privacy-policy .pp__content {
  position: relative;
  max-width: min(1100px, 100% - 100px);
  padding-top: 160px;
  padding-bottom: 40px;
  margin: -80px auto 80px;
  background: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
}
@media (width < 800px) {
  #privacy-policy .pp__content {
    width: calc(100% - 40px);
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    padding-top: 80px;
    margin-top: -60%;
  }
}
#privacy-policy .pp__content .contents-wrapper {
  max-width: 800px;
}
#privacy-policy .pp__content .intro-text {
  margin-bottom: 60px;
  line-height: 1.5em;
}
#privacy-policy .pp__content__list {
  margin-bottom: 60px;
  counter-reset: policy-item;
}
#privacy-policy .pp__content__list__item {
  counter-increment: policy-item;
}
#privacy-policy .pp__content__list__item:not(:last-of-type) {
  margin-bottom: 24px;
}
#privacy-policy .pp__content__list__item .policy-title {
  margin-bottom: 24px;
  line-height: 1.5em;
}
#privacy-policy .pp__content__list__item .policy-title:before {
  content: counter(policy-item) ".";
}
#privacy-policy .pp__content__list__item .policy-detail {
  line-height: 1.5em;
}
#privacy-policy .pp__content__list__item .purpose-of-use {
  line-height: 1.5em;
}
#privacy-policy .pp__content__list__item .purpose-of-use:before {
  content: "- ";
}
#privacy-policy .pp__content .contact-info > div {
  line-height: 24px;
}
#privacy-policy .pp__content .contact-info__label {
  margin-bottom: 24px;
}
#privacy-policy .pp__content .contact-info__date-of-enactment {
  margin-top: 24px;
}

/*# sourceMappingURL=main.css.map */