@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Libre+Caslon+Display&family=Zen+Old+Mincho:wght@400;500;600;700&display=swap");
* {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

img {
  width: 100%;
  vertical-align: middle;
}

/*------------------------------------------------------------------------------
  reset PC
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 16px;
}

html {
  color: #121212;
  background: #fff;
  font-size: 16px;
  line-height: 1.5;
  word-break: break-all;
}

body {
  background: #fff;
  margin: 0;
}
@media screen and (min-width: 1140px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1139px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  body {
    margin: 0;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  width: 100%;
  height: auto;
}

p {
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a,
a:focus,
a:active,
a:target {
  color: #121212;
  text-decoration: none;
}
@media screen and (min-width: 1140px) {
  a:hover,
  a:focus:hover,
  a:active:hover,
  a:target:hover {
    opacity: 0.8;
  }
}

input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 1140px) {
  .sp {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  a,
  a::before,
  a::after,
  button {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/*------------------------------------------------------------------------------
  reset SP
------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input[type=submit] {
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  .pc {
    display: none !important;
  }
}
.altViewNoAltHeadCloseBtn img {
  height: 50px;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
.header {
  position: fixed;
  width: 100%;
  z-index: 1000;
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.header.is-scrolled {
  background-color: #fff;
}
.header--bg {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .header {
    height: 64px;
  }
}
.header__inner {
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.1806vw 3.125vw;
}
@media screen and (min-width: 1300px) {
  .header__inner {
    padding: 17px 45px;
  }
}
@media screen and (max-width: 1139px) {
  .header__inner {
    padding: 17px 10px;
  }
}
@media screen and (max-width: 767px) {
  .header__inner {
    padding: 0 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: inherit;
  }
}
.header__logo-img {
  width: 21.5972vw;
}
@media screen and (min-width: 1300px) {
  .header__logo-img {
    width: 311px;
  }
}
@media screen and (max-width: 767px) {
  .header__logo-img {
    width: 60%;
  }
}
.header__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.7778vw;
}
@media screen and (min-width: 1300px) {
  .header__nav {
    gap: 40px;
  }
}
@media screen and (max-width: 1139px) {
  .header__nav {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .header__nav {
    display: none;
  }
}
.header__nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.7778vw;
}
@media screen and (min-width: 1300px) {
  .header__nav-list {
    gap: 40px;
  }
}
@media screen and (max-width: 1139px) {
  .header__nav-list {
    gap: 10px;
  }
}
.header__nav-link {
  font-weight: 600;
  display: inline-block;
  color: #121212;
}
.header__nav-link:hover .header__nav-str-first {
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s ease;
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translateY(-105%);
          transform: translateY(-105%);
  opacity: 0;
}
.header__nav-link:hover .header__nav-str-second {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.header__nav-str {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  line-height: 1.3;
}
.header__nav-str-first {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}
.header__nav-str-second {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(150%);
          transform: translateY(150%);
}
.header__contact-img {
  display: block;
  width: 100%;
}
.header__menu-toggle {
  display: none;
}
@media screen and (max-width: 767px) {
  .header__menu-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    top: 7px;
    right: 10px;
    z-index: 1200;
    width: 50px;
    height: 50px;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
  }
}
.header__menu-toggle-circle {
  position: absolute;
  inset: 0;
  border: 1px solid #121212;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.header__menu-toggle.is-active .header__menu-toggle-circle {
  opacity: 1;
}
.header__menu-toggle-line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 2px;
  background-color: #121212;
  -webkit-transition: width 0.3s ease, -webkit-transform 0.3s ease;
  transition: width 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, width 0.3s ease;
  transition: transform 0.3s ease, width 0.3s ease, -webkit-transform 0.3s ease;
}
.header__menu-toggle-line--1 {
  -webkit-transform: translate(-50%, -50%) translateY(-4px);
          transform: translate(-50%, -50%) translateY(-4px);
}
.header__menu-toggle-line--2 {
  -webkit-transform: translate(-50%, -50%) translateY(4px);
          transform: translate(-50%, -50%) translateY(4px);
}
.header__menu-toggle.is-active .header__menu-toggle-line--1 {
  width: 20px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.header__menu-toggle.is-active .header__menu-toggle-line--2 {
  width: 20px;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.header__drawer {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1100;
  overflow: hidden;
  pointer-events: none;
}
.header__drawer.is-active {
  display: block;
  pointer-events: all;
}
.header__drawer-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  background-color: #fff;
  -webkit-animation: header-drawer-bg-out 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
          animation: header-drawer-bg-out 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
.header__drawer[aria-hidden=false] .header__drawer-bg {
  -webkit-animation: header-drawer-bg-in 0.75s cubic-bezier(0.19, 1, 0.22, 1) forwards;
          animation: header-drawer-bg-in 0.75s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
.header__drawer-inner {
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding: 40px 24px 40px;
  opacity: 0;
  -webkit-animation: header-drawer-content-out 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
          animation: header-drawer-content-out 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header__drawer[aria-hidden=false] .header__drawer-inner {
  -webkit-animation: header-drawer-content-in 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0.9s forwards;
          animation: header-drawer-content-in 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0.9s forwards;
}
.header__drawer-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-top: 40px;
}
.header__drawer-logo-link {
  width: 80%;
}
.header__drawer-logo-img {
  display: block;
}
.header__drawer-logo-text {
  font-size: 18px;
  font-weight: 600;
}
.header__drawer-list {
  margin-top: 24px;
  border-top: 1px solid #E0DED9;
  margin-bottom: 34px;
}
.header__drawer-item {
  border-bottom: 1px solid #E0DED9;
}
.header__drawer-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 16px 4px;
  background: none;
  border: none;
  color: #121212;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
}
.header__drawer-accordion-icon {
  position: relative;
  width: 14px;
  height: 14px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.header__drawer-accordion-icon::before, .header__drawer-accordion-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #595754;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.header__drawer-accordion-icon::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.header__drawer-accordion-trigger[aria-expanded=true] .header__drawer-accordion-icon::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.header__drawer-sublist {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.header__drawer-subitem {
  padding: 0 4px 12px 16px;
}
.header__drawer-sublink {
  color: #666;
  font-size: 14px;
}
.header__drawer-contact {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  width: 50%;
  margin-top: auto;
}
.header__drawer-foot {
  margin-top: 32px;
  text-align: center;
}
.header__drawer-privacy {
  color: #595754;
  font-size: 10px;
}
.header__drawer-copyright {
  margin-top: 8px;
  color: #595754;
  font-size: 10px;
}

@-webkit-keyframes header-drawer-bg-in {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes header-drawer-bg-in {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes header-drawer-bg-out {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes header-drawer-bg-out {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@-webkit-keyframes header-drawer-content-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes header-drawer-content-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes header-drawer-content-out {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}
@keyframes header-drawer-content-out {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}
.footer {
  margin-top: 72px;
}
@media screen and (max-width: 767px) {
  .footer {
    margin-top: 30px;
  }
}
.footer__inner {
  max-width: 1230px;
  margin: 0 auto;
  padding: 38px 15px 0;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    padding: 30px 24px 0;
  }
}
.footer.top {
  margin-top: 0;
}
.footer.top .footer__inner {
  padding-top: 72px;
}
@media screen and (max-width: 767px) {
  .footer.top .footer__inner {
    padding-top: 0;
  }
}
.footer__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 45px;
  }
}
.footer__brand {
  max-width: 381px;
  width: 100%;
}
.footer__logo-link {
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footer__logo-link {
    width: 82%;
  }
}
.footer__address {
  margin-top: 19px;
  font-size: 16px;
  line-height: 1.8;
  padding-left: 58px;
}
@media screen and (max-width: 767px) {
  .footer__address {
    padding-left: 0;
    font-size: 13px;
    margin-top: 22px;
  }
}
.footer__tel {
  font-size: 16px;
  line-height: 1.8;
  padding-left: 58px;
}
@media screen and (max-width: 767px) {
  .footer__tel {
    padding-left: 0;
    font-size: 13px;
    margin-top: 6px;
  }
}
.footer__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .footer__nav {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 50px 10px;
  }
}
.footer__nav-group {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .footer__nav-group {
    width: calc((100% - 10px) / 2);
  }
}
.footer__nav-heading {
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .footer__nav-heading {
    font-size: 16px;
  }
}
.footer__nav-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 52px;
  height: 1px;
  background-color: #234760;
}
.footer__nav-heading:hover .footer__nav-str-first {
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s ease;
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translateY(-105%);
          transform: translateY(-105%);
  opacity: 0;
}
.footer__nav-heading:hover .footer__nav-str-second {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.footer__nav-list {
  margin-top: 16px;
}
.footer__nav-item + .footer__nav-item {
  margin-top: 14px;
}
.footer__nav-link {
  font-size: 15px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .footer__nav-link {
    font-size: 12px;
  }
}
.footer__nav-link:hover .footer__nav-str-first {
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s ease;
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translateY(-105%);
          transform: translateY(-105%);
  opacity: 0;
}
.footer__nav-link:hover .footer__nav-str-second {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.footer__nav-str {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  line-height: 1.3;
}
.footer__nav-str-first {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}
.footer__nav-str-second {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(150%);
          transform: translateY(150%);
}
.footer__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 70px;
  padding-block: 10px;
}
@media screen and (max-width: 767px) {
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 8px;
    margin-top: 40px;
    text-align: center;
  }
}
.footer__copyright {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    font-size: 10px;
  }
}
.footer__privacy {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .footer__privacy {
    font-size: 10px;
  }
}

.loading {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #234760;
  opacity: 1;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
.loading.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.loading.is-done {
  display: none;
}
.loading__inner {
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}
.loading.is-visible .loading__inner {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.loading.is-content-hidden .loading__inner {
  opacity: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.loading__logo {
  width: 80px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .loading__logo {
    width: 50px;
  }
}
.loading__text {
  width: 436px;
  margin: 44px auto 0;
}
@media screen and (max-width: 767px) {
  .loading__text {
    width: 80%;
    margin-top: 24px;
  }
}

.btn-type01 {
  width: 148px;
  display: inline-block;
  line-height: 0;
  will-change: opacity;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.floating-bnr {
  position: fixed;
  bottom: 78px;
  right: 32px;
  z-index: 999;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.floating-bnr.is-visible {
  opacity: 1;
}
.floating-bnr.is-closed {
  display: none;
}
@media screen and (max-width: 767px) {
  .floating-bnr {
    right: 13px;
    bottom: 13px;
  }
}
.floating-bnr__content {
  position: relative;
  background: #F15F33;
  border-radius: 21px;
  padding: 63px 0 21px;
  width: 321px;
}
@media screen and (max-width: 767px) {
  .floating-bnr__content {
    width: 210px;
    padding: 40px 0 13px 27px;
  }
}
.floating-bnr__close {
  position: absolute;
  top: -13px;
  right: 0;
  width: 27px;
  aspect-ratio: 1/1;
  max-width: 27px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .floating-bnr__close {
    width: 17px;
    top: -6px;
  }
}
.floating-bnr__close-img {
  display: block;
  width: 100%;
  height: 100%;
}
.floating-bnr__label {
  position: absolute;
  top: -20px;
  left: -15px;
  width: 79px;
}
@media screen and (max-width: 767px) {
  .floating-bnr__label {
    width: 47px;
    top: -15px;
    left: -10px;
  }
}
.floating-bnr__label-inner {
  position: relative;
}
.floating-bnr__label-bg {
  -webkit-animation: floating-bnr-spin 8s linear infinite;
          animation: floating-bnr-spin 8s linear infinite;
}
.floating-bnr__label-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  font-family: "Libre Caslon Display", serif;
}
@media screen and (max-width: 767px) {
  .floating-bnr__label-text {
    font-size: 10px;
  }
}
.floating-bnr__track {
  position: absolute;
  top: -20px;
  right: 37px;
  width: 213px;
}
@media screen and (max-width: 767px) {
  .floating-bnr__track {
    width: 139px;
    top: -13px;
    right: 29px;
  }
}
.floating-bnr__text {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .floating-bnr__text {
    width: 100%;
  }
}

@-webkit-keyframes floating-bnr-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes floating-bnr-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.util-label {
  font-family: "Libre Caslon Display", serif;
  font-size: 14px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #121212;
}

.util-label1-1 {
  font-family: "Libre Caslon Display", serif;
  font-size: 14px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #121212;
}
@media screen and (max-width: 767px) {
  .util-label1-1 {
    font-size: 10px;
  }
}

.util-label2 {
  font-family: "Libre Caslon Display", serif;
  font-size: 14px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #9E9991;
}
@media screen and (max-width: 767px) {
  .util-label2 {
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .cta {
    margin-top: 40px;
    padding-bottom: 54px;
  }
}
.cta__inner {
  max-width: 1230px;
  margin: 0 auto;
  padding-inline: 15px;
}
@media screen and (max-width: 767px) {
  .cta__inner {
    padding-inline: 24px;
  }
}
.cta__top {
  text-align: center;
}
.cta__top--under {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .cta__top--under {
    margin-bottom: 0;
  }
}
.cta__totop {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background-color: #fff;
  border: 1px solid #234760;
  border-radius: 100px;
  color: #234760;
  font-size: 18px;
  -webkit-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
}
@media screen and (max-width: 767px) {
  .cta__totop {
    font-size: 16px;
    padding: 12px 25px;
  }
}
.cta__totop:hover {
  background-color: #234760;
  color: #fff;
  opacity: 1;
}
.cta__totop-icon {
  width: 18px;
  height: 18px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.cta__title {
  width: 193px;
}
@media screen and (max-width: 767px) {
  .cta__title {
    margin-top: 42px;
    width: 130px;
  }
}
.cta__lead {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.8;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .cta__lead {
    font-size: 13px;
    color: #595754;
    font-weight: 500;
  }
}
.cta__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .cta__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    margin-top: 31px;
  }
}

.page-header {
  overflow: hidden;
}
.page-header__inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 225px 15px 0 15px;
}
@media screen and (max-width: 767px) {
  .page-header__inner {
    padding: 112.5px 20px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-header__inner {
    padding-top: 94px;
  }
}
.page-header__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 18px;
  color: #121212;
}
@media screen and (max-width: 767px) {
  .page-header__label {
    font-size: 16px;
  }
}
.page-header__label-dot {
  display: inline-block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #16294D;
}
@media screen and (max-width: 767px) {
  .page-header__label-dot {
    width: 5px;
    height: 5px;
  }
}
.page-header__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 40px;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .page-header__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
}
.page-header__title {
  font-family: "Libre Caslon Display", serif;
  font-size: 85px;
  line-height: 1;
  color: #121212;
}
@media screen and (max-width: 767px) {
  .page-header__title {
    font-size: 50px;
  }
}
.page-header__lead {
  padding-bottom: 8px;
}
.page-header__lead p {
  font-size: 16px;
  line-height: 1.9;
  color: #121212;
}
@media screen and (max-width: 767px) {
  .page-header__lead {
    padding-bottom: 0;
  }
  .page-header__lead p {
    font-size: 14px;
    line-height: 1.8;
  }
}
.page-header__visual {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100vw;
  max-width: 1440px;
  height: 559px;
  margin: 70px auto 0;
}
@media screen and (max-width: 767px) {
  .page-header__visual {
    height: auto;
    aspect-ratio: 375/255;
    margin-top: 28px;
  }
}
.page-header__visual-img {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-header__scroll {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 120px;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 26px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .page-header__scroll {
    display: none;
  }
}
.page-header__scroll-track {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-header__scroll-text {
  display: block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 12px;
  letter-spacing: 0.2em;
  color: #121212;
}
.page-header__scroll-dot {
  display: block;
  position: relative;
  width: 6px;
  height: 6px;
  margin: 16px 0 0;
  border-radius: 50%;
  background-color: #121212;
  -webkit-animation: page-header-scroll-move 3s ease-in-out infinite, page-header-scroll-fade 3s ease-out infinite;
          animation: page-header-scroll-move 3s ease-in-out infinite, page-header-scroll-fade 3s ease-out infinite;
}

@-webkit-keyframes page-header-scroll-move {
  0% {
    top: 0;
  }
  100% {
    top: 75px;
  }
}

@keyframes page-header-scroll-move {
  0% {
    top: 0;
  }
  100% {
    top: 75px;
  }
}
@-webkit-keyframes page-header-scroll-fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes page-header-scroll-fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.page-nav__inner {
  max-width: 1230px;
  margin: 0 auto;
  padding: 60px 15px 40px;
}
@media screen and (max-width: 767px) {
  .page-nav__inner {
    padding: 40px 20px 0;
  }
}
.page-nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .page-nav__list {
    gap: 10px;
  }
}
.page-nav__item {
  border: 1px solid #234760;
}
.page-nav__link {
  color: #234760;
  font-weight: 500;
  padding: 11px;
  width: 160px;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .page-nav__link {
    width: auto;
    padding: 8px 18px 8px 11px;
    font-size: 14px;
    min-width: 120px;
  }
}
.page-nav__link span {
  padding-left: 26px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-nav__link span {
    padding-left: 24px;
  }
}
.page-nav__link span::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../img/common/arrow-down.png) no-repeat center center/contain;
  width: 17px;
  height: 17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .page-nav__link span::before {
    width: 13px;
    height: 13px;
  }
}
.page-nav__link:hover {
  background: #234760;
  color: #fff;
}
.page-nav__link:hover span::before {
  background: url(../img/common/arrow-down-white.png) no-repeat center center/contain;
}
.page-nav--auto .page-nav__link {
  width: auto;
  min-width: 140px;
}
@media screen and (max-width: 767px) {
  .page-nav--auto .page-nav__link {
    min-width: 0;
  }
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
.main.top {
  overflow-x: hidden;
}

.fv {
  height: 100vh;
  height: 100svh;
}
.fv__inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.fv__movie {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fv__catch {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 75%;
  opacity: 0;
  -webkit-transform: translate(-50%, 10%);
          transform: translate(-50%, 10%);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 1s ease;
  transition: opacity 0.5s ease, -webkit-transform 1s ease;
  transition: opacity 0.5s ease, transform 1s ease;
  transition: opacity 0.5s ease, transform 1s ease, -webkit-transform 1s ease;
}
@media screen and (max-width: 767px) {
  .fv__catch {
    width: 90%;
  }
}
.is-load .fv__catch {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.about {
  position: relative;
}
.about::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("../img/top/about_bg.jpg") no-repeat center center/cover;
  opacity: 0.1;
}
.about__inner {
  position: relative;
  z-index: 1;
  max-width: 617px;
  margin: 0 auto;
  padding-block: 157px 117px;
}
@media screen and (max-width: 767px) {
  .about__inner {
    padding-block: 80px 60px;
    padding-inline: 30px;
  }
}
@media screen and (max-width: 767px) {
  .about__title {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .about__text {
    margin-top: 40px;
    width: 85%;
  }
}
.about__more {
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about__more {
    margin-top: 57px;
  }
}
.about__link {
  display: inline-block;
  font-family: "Libre Caslon Display", serif;
  font-size: 15px;
  border-bottom: 1px solid #121212;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .about__link {
    font-size: 16px;
  }
}

.service {
  background-color: #121212;
  color: #fff;
  padding-block: 100px;
}
@media screen and (max-width: 767px) {
  .service {
    padding-block: 48px;
  }
}
.service__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 74px;
}
@media screen and (max-width: 767px) {
  .service__inner {
    padding-left: 24px;
  }
}
.service__label {
  color: #fff;
}
.service__title {
  margin-top: 32px;
  width: 473px;
}
@media screen and (max-width: 767px) {
  .service__title {
    margin-top: 15px;
    width: 86%;
  }
}
.service__text {
  margin-top: 24px;
  width: 539px;
}
@media screen and (max-width: 767px) {
  .service__text {
    margin-top: 20px;
    width: 89%;
  }
}
.service__scroll {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .service__scroll {
    margin-top: 32px;
  }
}
.service__list {
  overflow-x: auto;
  padding-left: max(74px, (100vw - 1440px) / 2 + 74px);
  padding-right: max(74px, (100vw - 1440px) / 2 + 74px);
  padding-bottom: 15px;
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
  scroll-padding-left: max(74px, (100vw - 1440px) / 2 + 74px);
  scroll-padding-right: max(74px, (100vw - 1440px) / 2 + 74px);
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  cursor: -webkit-grab;
  cursor: grab;
}
@media screen and (max-width: 767px) {
  .service__list {
    padding-left: 24px;
    padding-right: 24px;
    scroll-padding-left: 24px;
    scroll-padding-right: 24px;
  }
}
.service__list::-webkit-scrollbar {
  display: none;
}
.service__list.is-dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
  -webkit-scroll-snap-type: none;
      -ms-scroll-snap-type: none;
          scroll-snap-type: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.service__track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.service__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 334px;
  scroll-snap-align: start;
}
@media screen and (max-width: 767px) {
  .service__item {
    width: 260px;
  }
}
.service__link {
  display: block;
}
.service__img {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .service__img {
    aspect-ratio: 260/390;
  }
}
.service__img-el {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.service__link:hover .service__img-el {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.service__item-title {
  color: #fff;
  font-size: 26px;
  font-weight: 400;
  margin-top: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .service__item-title {
    font-size: 22px;
  }
}
.service__item-text {
  margin-top: 18px;
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
  text-align: justify;
}
.service__nav {
  position: absolute;
  top: 35%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 66px;
  height: 66px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .service__nav {
    width: 40px;
    height: 40px;
  }
}
.service__nav.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.service__nav--prev {
  left: 118px;
}
@media screen and (max-width: 1139px) {
  .service__nav--prev {
    left: 60px;
  }
}
@media screen and (max-width: 767px) {
  .service__nav--prev {
    left: 22px;
  }
}
.service__nav--next {
  right: 118px;
}
@media screen and (max-width: 1139px) {
  .service__nav--next {
    right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .service__nav--next {
    right: 22px;
  }
}
.service__nav-icon {
  display: block;
  width: 100%;
  height: 100%;
}
.service__nav--prev .service__nav-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.service__dots {
  display: none;
}
@media screen and (max-width: 767px) {
  .service__dots {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
    margin-top: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.service__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #D9D9D9;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.service__dot.is-active {
  background-color: #234760;
}
.service__more {
  margin-top: 48px;
  text-align: center;
}
.service__more-link {
  display: inline-block;
  font-family: "Libre Caslon Display", serif;
  font-size: 15px;
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  padding-bottom: 4px;
  color: #fff;
}
.service .scroll-hint-icon {
  top: 31%;
}

.gallery {
  overflow: hidden;
  padding-block: 80px;
}
@media screen and (max-width: 767px) {
  .gallery {
    padding-block: 12px;
  }
}
.gallery__row {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .gallery__row--pc {
    display: none;
  }
}
.gallery__row--sp-top, .gallery__row--sp-bottom {
  display: none;
}
@media screen and (max-width: 767px) {
  .gallery__row--sp-top, .gallery__row--sp-bottom {
    display: block;
  }
}
.gallery__row--sp-top {
  margin-bottom: 4px;
}
.gallery__row--sp-bottom {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .gallery__row--sp-bottom {
    margin-top: 10px;
  }
}
.gallery__track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: gallery-marquee 84s linear infinite;
          animation: gallery-marquee 84s linear infinite;
}
@media screen and (max-width: 767px) {
  .gallery__track {
    -webkit-animation-duration: 30s;
            animation-duration: 30s;
  }
}
.gallery__track--reverse {
  animation-direction: reverse;
}
.gallery__set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  gap: 20px;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .gallery__set {
    gap: 12px;
    margin-left: 12px;
  }
}
.gallery__item {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 550px;
}
@media screen and (max-width: 767px) {
  .gallery__item {
    width: 246px;
  }
}
.gallery__img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@-webkit-keyframes gallery-marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes gallery-marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.reason {
  padding-block: 100px 120px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 82, 154, 0.3019607843)), to(rgba(7, 82, 154, 0.3019607843))), url("../img/top/reason_bg.jpg");
  background-image: -webkit-linear-gradient(rgba(7, 82, 154, 0.3019607843), rgba(7, 82, 154, 0.3019607843)), url("../img/top/reason_bg.jpg");
  background-image: linear-gradient(rgba(7, 82, 154, 0.3019607843), rgba(7, 82, 154, 0.3019607843)), url("../img/top/reason_bg.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .reason {
    padding-block: 60px;
    background-position: 30% 40%;
  }
}
.reason__label {
  color: rgba(255, 255, 255, 0.7);
}
.reason__title {
  width: 50%;
  max-width: 489px;
  margin: 16px auto 0;
}
@media screen and (max-width: 767px) {
  .reason__title {
    width: 87%;
  }
}
.reason__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  max-width: 1200px;
  margin: 64px auto 0;
}
@media screen and (max-width: 767px) {
  .reason__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    margin-top: 32px;
  }
}
.reason__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .reason__item {
    padding-inline: 24px;
  }
}
.reason__icon {
  width: 60px;
  margin: 0 auto;
}
.reason__item-title {
  margin-top: 12px;
  padding-bottom: 12px;
  font-size: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .reason__item-title {
    border-bottom: none;
    font-size: 22px;
    font-weight: 500;
  }
  .reason__item-title::after {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    margin: 16px auto 0;
    background-color: rgba(255, 255, 255, 0.5);
  }
}
.reason__item-text {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.9;
  text-align: left;
  font-weight: 500;
}

.voice {
  position: relative;
  padding-block: 85px 50px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .voice {
    padding-block: 60px 17px;
  }
}
.voice__inner {
  position: relative;
  z-index: 2;
  text-align: center;
}
.voice__badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 120px;
  height: 120px;
  margin: 16px auto 0;
  border-radius: 50%;
  background-color: #121212;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .voice__badge {
    font-size: 17px;
  }
}
.voice__swiper {
  position: relative;
  z-index: 1;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-top: -15px;
  padding: 60px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .voice__swiper {
    margin-top: 54px;
    padding: 40px 0 40px;
  }
}
.voice__nav {
  position: absolute;
  top: 66px;
  bottom: 87px;
  left: 4px;
  margin: auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 47px;
  height: 47px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .voice__nav {
    display: none;
  }
}
.voice__nav--next {
  left: auto;
  right: 4px;
}
.voice__nav-icon {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.voice__nav--next .voice__nav-icon {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.voice__scroll-hint {
  display: none;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .voice__scroll-hint {
    display: block;
  }
}
.voice__slide {
  width: 51%;
  height: auto;
  background-color: #234760;
  border-radius: 30px;
  padding: 36px 60px;
  color: #fff;
  -webkit-transition: background-color 0.4s ease, padding 0.4s ease, -webkit-transform 0.4s ease;
  transition: background-color 0.4s ease, padding 0.4s ease, -webkit-transform 0.4s ease;
  transition: background-color 0.4s ease, padding 0.4s ease, transform 0.4s ease;
  transition: background-color 0.4s ease, padding 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}
@media screen and (max-width: 1139px) {
  .voice__slide {
    width: 83%;
  }
}
@media screen and (max-width: 767px) {
  .voice__slide {
    padding: 25px 30px 30px;
    width: 87%;
  }
}
.voice__slide.swiper-slide-active {
  background-color: #121212;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .voice__slide.swiper-slide-active {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.voice__slide-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 36px;
}
@media screen and (max-width: 767px) {
  .voice__slide-inner {
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .voice__slide-inner--pc {
    display: none;
  }
}
.voice__slide-inner--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .voice__slide-inner--sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .voice__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin-top: 15px;
  }
}
.voice__avatar {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .voice__avatar {
    width: 50px;
    height: 50px;
  }
}
.voice__avatar-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.voice__slide-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.voice__quote-icon {
  display: block;
  font-family: "Libre Caslon Display", serif;
  font-size: 40px;
  line-height: 1;
  width: 35px;
  position: relative;
  top: 12px;
}
@media screen and (max-width: 767px) {
  .voice__quote-icon {
    width: 30px;
  }
}
.voice__head-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .voice__head-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
  }
}
.voice__quote {
  font-size: 21px;
  color: #fff;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .voice__quote {
    font-size: 16px;
  }
}
.voice__tag {
  display: inline-block;
  margin-top: 16px;
  padding: 10px 16px;
  border: 1px solid #fff;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 5%;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .voice__tag {
    margin-top: 0;
    padding: 10px;
    font-size: 14px;
  }
}
.voice__text {
  margin-top: 32px;
  font-weight: 600;
  letter-spacing: 5%;
  line-height: 1.6;
  text-align: justify;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .voice__text {
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: -0.02em;
  }
}
@media screen and (max-width: 767px) {
  .voice__text--pc {
    display: none;
  }
}
@media screen and (min-width: 1140px) {
  .voice__text--sp {
    display: none;
  }
}
.voice__pagination {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin-top: 79px;
}
.voice .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0;
  background-color: #d9d9d9;
  opacity: 1;
  cursor: pointer;
}
.voice .swiper-pagination-bullet-active {
  background-color: #2c465e;
}

.client__inner {
  max-width: 1030px;
  margin: 0 auto;
  padding: 87px 15px 120px;
}
@media screen and (max-width: 767px) {
  .client__inner {
    padding: 44px 24px 18px;
  }
}
.client__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 46px;
}
@media screen and (max-width: 767px) {
  .client__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.client__head {
  width: 234px;
}
@media screen and (max-width: 767px) {
  .client__head {
    width: 100%;
    text-align: center;
  }
}
.client__body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.client__title {
  width: 188px;
  margin-top: 23px;
}
@media screen and (max-width: 767px) {
  .client__title {
    width: 130px;
    margin: 17px auto 0;
  }
}
.client__logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .client__logos {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 15px 20px;
  }
}
.client__logo {
  text-align: center;
}
.client__logo img {
  width: auto;
}
@media screen and (max-width: 767px) {
  .client__logo:nth-child(1) {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .client__logo:nth-child(n+2) {
    width: calc((100% - 20px) / 2);
  }
}
.client__text {
  margin-top: 22px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .client__text {
    font-size: 14px;
  }
}
.client__annotation {
  margin-top: 10px;
  font-size: 11px;
  font-weight: 500;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .client__annotation {
    font-size: 12px;
    text-align: center;
  }
}

.pagelink {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .pagelink {
    padding-bottom: 60px;
  }
}
.pagelink__inner {
  max-width: 1248px;
  padding: 0 24px;
  margin: 0 auto;
}
.pagelink__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 37px;
}
@media screen and (max-width: 767px) {
  .pagelink__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.pagelink__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pagelink__link {
  position: relative;
  display: block;
  aspect-ratio: 375/283;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .pagelink__link {
    aspect-ratio: 327/162;
  }
}
.pagelink__link:hover {
  opacity: 1;
}
.pagelink__img {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.pagelink__img-el {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  will-change: transform;
}
.pagelink__link:hover .pagelink__img-el {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.pagelink__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(35, 71, 96, 0.2);
  pointer-events: none;
}
.pagelink__content {
  position: absolute;
  left: 23px;
  right: 24px;
  bottom: 21px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .pagelink__content {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }
}
.pagelink__label {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}
.pagelink__arrow {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: transparent;
  color: #fff;
  -webkit-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
}
@media screen and (max-width: 767px) {
  .pagelink__arrow {
    width: 40px;
    height: 40px;
  }
}
.pagelink__link:hover .pagelink__arrow {
  background-color: #fff;
  color: #121212;
}
.pagelink__arrow-icon {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.message__inner {
  max-width: 1230px;
  margin: 0 auto;
  padding: 100px 15px 150px;
}
@media screen and (max-width: 767px) {
  .message__inner {
    padding: 60px 20px;
  }
}
.message__heading {
  margin-top: 36px;
  width: 240px;
}
@media screen and (max-width: 767px) {
  .message__heading {
    margin-top: 16px;
    width: 180px;
  }
}
.message__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 80px;
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .message__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    margin-top: 32px;
  }
}
.message__photo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 340px;
      -ms-flex: 0 0 340px;
          flex: 0 0 340px;
}
@media screen and (max-width: 767px) {
  .message__photo {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 70%;
    margin: 0 auto;
  }
}
.message__photo-img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.message__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.message__copy {
  position: relative;
  width: 612px;
  max-width: 100%;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .message__copy {
    width: 100%;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
.message__copy::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 56px;
  height: 1px;
  background-color: #234760;
}
@media screen and (max-width: 767px) {
  .message__copy::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.message__text p {
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  color: #595754;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .message__text p {
    font-size: 14px;
  }
}
.message__text p + p {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .message__text p + p {
    margin-top: 20px;
  }
}
.message__signature {
  margin-top: 32px;
  font-size: 16px;
  font-weight: 600;
  color: #121212;
}
@media screen and (max-width: 767px) {
  .message__signature {
    margin-top: 24px;
    font-size: 14px;
    text-align: right;
  }
}
.message__signature span {
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .message__signature span {
    font-size: 15px;
  }
}

.philosophy {
  overflow: hidden;
  position: relative;
  padding-top: 141px;
  padding-bottom: 71px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url("../img/company/philosophy_bg.jpg");
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../img/company/philosophy_bg.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../img/company/philosophy_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .philosophy {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.7))), url("../img/company/philosophy_bg.jpg");
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), url("../img/company/philosophy_bg.jpg");
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), url("../img/company/philosophy_bg.jpg");
    background-repeat: no-repeat;
    padding-top: 80px;
    padding-bottom: 38px;
  }
}
.philosophy__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding-inline: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .philosophy__inner {
    padding-inline: 24px;
  }
}
.philosophy__label {
  color: rgba(255, 255, 255, 0.7);
}
.philosophy__title {
  width: 160px;
  margin: 16px auto 0;
}
@media screen and (max-width: 767px) {
  .philosophy__title {
    width: 120px;
  }
}
.philosophy__copy {
  width: 630px;
  max-width: 100%;
  margin: 48px auto 0;
}
@media screen and (max-width: 767px) {
  .philosophy__copy {
    margin-top: 32px;
    width: 80%;
  }
}
.philosophy__lead {
  margin-top: 32px;
  font-size: 25px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .philosophy__lead {
    margin-top: 40px;
    font-size: 14px;
  }
}
.philosophy__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 100px;
     -moz-column-gap: 100px;
          column-gap: 100px;
  gap: 66px 88px;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .philosophy__list {
    gap: 30px;
    margin-top: 48px;
  }
}
.philosophy__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 380px;
      -ms-flex: 0 0 380px;
          flex: 0 0 380px;
}
@media screen and (max-width: 767px) {
  .philosophy__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.philosophy__item:first-child {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
.philosophy__item-title {
  font-size: 32px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .philosophy__item-title {
    font-size: 25px;
  }
}
.philosophy__item-text {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.9;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .philosophy__item-text {
    font-size: 14px;
  }
}
.philosophy__gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  width: 100vw;
  max-width: 1440px;
  margin: 104px auto 0;
}
@media screen and (max-width: 767px) {
  .philosophy__gallery {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 4px;
    margin-top: 74px;
  }
}
.philosophy__gallery-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .philosophy__gallery-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 2px);
        -ms-flex: 0 0 calc(50% - 2px);
            flex: 0 0 calc(50% - 2px);
  }
}
@media screen and (max-width: 767px) {
  .philosophy__gallery-item:nth-child(n+3) {
    display: none;
  }
}
.philosophy__gallery-img {
  display: block;
  width: 100%;
}

.history__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 15px 110px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 100px;
}
@media screen and (max-width: 767px) {
  .history__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    padding: 48px 20px 0;
  }
}
.history__aside {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: -webkit-sticky;
  position: sticky;
  top: 116px;
  min-width: 250px;
}
@media screen and (max-width: 767px) {
  .history__aside {
    position: static;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}
.history__title {
  width: 80px;
  margin: 32px 0 0;
}
@media screen and (max-width: 767px) {
  .history__title {
    width: 60px;
    margin-top: 24px;
  }
}
.history__lead {
  margin-top: 24px;
  font-size: 15px;
  line-height: 1.7;
  color: #595754;
}
@media screen and (max-width: 767px) {
  .history__lead {
    font-size: 14px;
    line-height: 2;
  }
}
.history__timeline {
  position: relative;
  padding-left: 93px;
  width: 656px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .history__timeline {
    width: 100%;
    gap: 0;
  }
}
.history__timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #CCC7BF;
}
@media screen and (max-width: 767px) {
  .history__timeline::before {
    left: 8px;
    width: 1px;
  }
}
@media screen and (max-width: 767px) {
  .history__timeline {
    padding-left: 22px;
    margin-top: 8px;
  }
}
.history__item {
  position: relative;
  margin-top: 28px;
  width: 480px;
}
@media screen and (max-width: 1139px) {
  .history__item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .history__item {
    margin-top: -6px;
  }
}
.history__item::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -94px;
  width: 12px;
  height: 12px;
  margin-left: -4px;
  border-radius: 50%;
  background-color: #07529A;
  border: 3px solid #fff;
}
@media screen and (max-width: 767px) {
  .history__item::before {
    left: -12px;
    top: 8px;
    border: none;
    width: 5px;
    height: 5px;
  }
}
.history__item:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .history__item:last-child {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .history__item {
    padding-bottom: 24px;
  }
}
.history__year {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .history__year {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
  }
}
.history__year-num {
  font-family: "Libre Caslon Display", serif;
  font-size: 30px;
  line-height: 1;
  color: #121212;
}
@media screen and (max-width: 767px) {
  .history__year-num {
    font-size: 20px;
  }
}
.history__year-era {
  font-size: 13px;
  color: #9E9991;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .history__year-era {
    font-size: 10px;
  }
}
.history__item-title {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .history__item-title {
    font-size: 14px;
    margin-top: 4px;
  }
}
.history__item-text {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.9;
  font-weight: 500;
  color: #595754;
}
@media screen and (max-width: 767px) {
  .history__item-text {
    font-size: 14px;
    margin-top: 4px;
  }
}
.history__item-img {
  margin-top: 10px;
  aspect-ratio: 480/245;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .history__item-img {
    margin-top: 4px;
  }
}
.history__item-img-el {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.company-data__inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 40px 15px 150px;
}
@media screen and (max-width: 767px) {
  .company-data__inner {
    padding: 50px 20px 60px;
  }
}
.company-data__title {
  width: 160px;
  margin: 16px 0 0;
}
@media screen and (max-width: 767px) {
  .company-data__title {
    width: 120px;
  }
}
.company-data__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .company-data__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
    margin-top: 32px;
  }
}
.company-data__list {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.company-data__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0;
  border-bottom: 1px solid #E0DED9;
  gap: 24px;
}
.company-data__row:last-child {
  border: none;
}
@media screen and (max-width: 767px) {
  .company-data__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 14px 16px;
    gap: 4px;
  }
}
.company-data__label-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 140px;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
  font-weight: 600;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .company-data__label-item {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    font-size: 13px;
  }
}
.company-data__value {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  font-size: 15px;
  line-height: 1.9;
  color: #595754;
}
@media screen and (max-width: 767px) {
  .company-data__value {
    font-size: 14px;
  }
}
.company-data__map-link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  margin-top: 8px;
  color: #234760;
  font-weight: 600;
  font-size: 14px;
}
.company-data__map-arrow {
  display: inline-block;
}
.company-data__annotation {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  color: #595754;
}
.company-data__aside {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 410px;
      -ms-flex: 0 0 410px;
          flex: 0 0 410px;
}
@media screen and (max-width: 1139px) {
  .company-data__aside {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 300px;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
  }
}
@media screen and (max-width: 767px) {
  .company-data__aside {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 100%;
    margin-bottom: 24px;
  }
}
.company-data__photo {
  aspect-ratio: 824/560;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .company-data__photo {
    aspect-ratio: 335/200;
  }
}
.company-data__photo-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.company-data__map {
  margin-top: 24px;
  aspect-ratio: 412/200;
  overflow: hidden;
  width: 100%;
}
.company-data__map iframe {
  width: 100%;
  height: 100%;
}
.company-data__map-frame {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}

.service-detail__inner {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px 50px;
}
@media screen and (max-width: 767px) {
  .service-detail__inner {
    padding-inline: 20px;
    padding-bottom: 0;
  }
}
.service-detail__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.service-detail__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 80px;
  padding: 100px 0;
  border-top: 1px solid #E0DED9;
}
@media screen and (max-width: 1139px) {
  .service-detail__item {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .service-detail__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    padding: 30px 0;
    border: none;
  }
}
.service-detail__item:first-child {
  border-top: none;
}
@media screen and (max-width: 767px) {
  .service-detail__item:nth-child(1) .service-detail__title {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .service-detail__item:nth-child(2) .service-detail__title {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .service-detail__item:nth-child(3) .service-detail__title {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .service-detail__item:nth-child(4) .service-detail__title {
    width: 63%;
  }
}
@media screen and (max-width: 767px) {
  .service-detail__item:nth-child(5) .service-detail__title {
    width: 85%;
  }
}
.service-detail__visual {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 527px;
      -ms-flex: 0 0 527px;
          flex: 0 0 527px;
}
@media screen and (max-width: 1139px) {
  .service-detail__visual {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
  }
}
@media screen and (max-width: 767px) {
  .service-detail__visual {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .service-detail__visual--pc {
    display: none;
  }
}
.service-detail__visual--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .service-detail__visual--sp {
    display: block;
    margin-top: 10px;
  }
}
.service-detail__img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-detail__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media screen and (max-width: 1139px) {
  .service-detail__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .service-detail__content {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}
.service-detail__eyebrow {
  font-family: "Libre Caslon Display", serif;
  font-size: 24px;
  letter-spacing: 0.1em;
  color: #9E9991;
}
@media screen and (max-width: 767px) {
  .service-detail__eyebrow {
    font-size: 10px;
  }
}
.service-detail__title {
  margin-top: 16px;
  padding-bottom: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  position: relative;
}
.service-detail__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #234760;
  width: 60px;
  height: 2px;
}
.service-detail__title-img {
  display: block;
  height: auto;
  width: auto;
}
.service-detail__text {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .service-detail__text {
    margin-top: 15px;
  }
}
.service-detail__text p {
  font-size: 15px;
  line-height: 1.9;
  font-weight: 500;
  color: #595754;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .service-detail__text p {
    font-size: 14px;
  }
}
.service-detail__text p + p {
  margin-top: 16px;
}
.service-detail__check-list {
  margin-top: 20px;
  padding: 30px;
  background-color: #EDEBE5;
}
@media screen and (max-width: 767px) {
  .service-detail__check-list {
    padding: 21px 20px;
  }
}
.service-detail__check-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6px;
  font-size: 15px;
  line-height: 2.1;
  font-weight: 500;
  color: #121212;
}
@media screen and (max-width: 767px) {
  .service-detail__check-list li {
    font-size: 14px;
  }
}
.service-detail__check {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  color: #234760;
  font-weight: 600;
}

.service-carry__inner {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px 150px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .service-carry__inner {
    padding: 13px 20px 27px;
  }
}
.service-carry__title {
  margin-top: 24px;
}
.service-carry__title-img {
  display: inline-block;
  width: 237px;
  height: auto;
}
.service-carry__lead {
  margin-top: 24px;
  font-size: 15px;
  font-weight: 500;
  color: #595754;
}
@media screen and (max-width: 767px) {
  .service-carry__lead {
    font-size: 14px;
  }
}
.service-carry__grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 38px 19px;
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .service-carry__grid {
    gap: 15px 8px;
    margin-top: 40px;
  }
}
.service-carry__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc((100% - 95px) / 6);
      -ms-flex: 0 0 calc((100% - 95px) / 6);
          flex: 0 0 calc((100% - 95px) / 6);
  min-width: 0;
  border: 1px solid #E0DED9;
}
@media screen and (max-width: 767px) {
  .service-carry__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc((100% - 16px) / 3);
        -ms-flex: 0 0 calc((100% - 16px) / 3);
            flex: 0 0 calc((100% - 16px) / 3);
  }
}
.service-carry__icon {
  display: block;
  padding: 20px 37px 0;
}
@media screen and (max-width: 767px) {
  .service-carry__icon {
    padding: 11px 21px 0;
  }
}
.service-carry__name {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #121212;
  text-align: center;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .service-carry__name {
    font-size: 11px;
    margin-top: 5px;
    padding-bottom: 13px;
  }
}
@media screen and (max-width: 767px) {
  .service-carry__name span {
    font-size: 8px;
  }
}

.fleet-list {
  background-color: #EDEBE5;
  padding-block: 100px;
}
@media screen and (max-width: 767px) {
  .fleet-list {
    padding-block: 48px;
    margin-top: 32px;
  }
}
.fleet-list__inner {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .fleet-list__inner {
    padding-inline: 20px 0;
  }
}
.fleet-list__title {
  margin-top: 24px;
  width: 300px;
}
@media screen and (max-width: 767px) {
  .fleet-list__title {
    width: 180px;
  }
}
.fleet-list__title-img {
  display: block;
  height: auto;
  width: auto;
}
.fleet-list__lead {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 500;
  color: #595754;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .fleet-list__lead {
    font-size: 14px;
    padding-right: 20px;
    font-size: 12px;
  }
}
.fleet-list__table-wrap {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .fleet-list__table-wrap {
    margin-top: 20px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    cursor: -webkit-grab;
    cursor: grab;
  }
  .fleet-list__table-wrap::-webkit-scrollbar {
    display: none;
  }
  .fleet-list__table-wrap.is-dragging {
    cursor: -webkit-grabbing;
    cursor: grabbing;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
}
.fleet-list__table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .fleet-list__table {
    width: 1000px;
  }
}
.fleet-list__table th, .fleet-list__table td {
  text-align: left;
  padding: 22px 10px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .fleet-list__table th, .fleet-list__table td {
    padding: 14px 10px;
  }
}
.fleet-list__table th:first-child, .fleet-list__table td:first-child {
  padding-left: 0;
}
.fleet-list__table th:last-child, .fleet-list__table td:last-child {
  padding-right: 0;
  white-space: normal;
}
.fleet-list__table thead th {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #9E9991;
  border-bottom: 2px solid #121212;
}
.fleet-list__table tbody tr {
  border-bottom: 1px solid #D8D5CE;
}
.fleet-list__table tbody tr:last-child {
  border-bottom: none;
}
.fleet-list__table tbody td {
  font-size: 15px;
  font-weight: 500;
  color: #595754;
}
@media screen and (max-width: 767px) {
  .fleet-list__table tbody td {
    font-size: 14px;
  }
}
.fleet-list__link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-size: 18px;
  font-weight: 600;
  color: #234760;
}
@media screen and (max-width: 767px) {
  .fleet-list__link {
    font-size: 14px;
  }
}
.fleet-list__link::before {
  content: "";
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(../img/common/arrow-down.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .fleet-list__link::before {
    width: 14px;
    height: 14px;
  }
}
.fleet-list__link:hover {
  text-decoration: underline;
}

.fleet-details {
  padding-block: 100px;
}
@media screen and (max-width: 767px) {
  .fleet-details {
    padding-block: 48px 60px;
  }
}
.fleet-details__inner {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .fleet-details__inner {
    padding-inline: 20px;
  }
}
.fleet-details__title {
  margin-top: 24px;
  width: 240px;
}
.fleet-details__title-img {
  display: block;
  height: auto;
  width: auto;
}
.fleet-details__lead {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 500;
  color: #595754;
}
@media screen and (max-width: 767px) {
  .fleet-details__lead {
    font-size: 14px;
  }
}
.fleet-details__list {
  margin-top: 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .fleet-details__list {
    margin-top: 32px;
  }
}
.fleet-details__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 43px;
  padding: 64px 22px 64px 0;
  border-top: 1px solid #E0DED9;
}
@media screen and (max-width: 1139px) {
  .fleet-details__item {
    gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  .fleet-details__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding: 20px 0;
    border: none;
  }
}
.fleet-details__item:first-child {
  border-top: none;
  padding-top: 0;
}
.fleet-details__item:last-child {
  padding-bottom: 0;
}
.fleet-details__visual {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 550px;
      -ms-flex: 0 0 550px;
          flex: 0 0 550px;
}
@media screen and (max-width: 1139px) {
  .fleet-details__visual {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
  }
}
@media screen and (max-width: 767px) {
  .fleet-details__visual {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .fleet-details__visual--pc {
    display: none;
  }
}
.fleet-details__visual--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .fleet-details__visual--sp {
    display: block;
    margin-top: 20px;
  }
}
.fleet-details__img {
  display: block;
  width: 100%;
  aspect-ratio: 1408/856;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.fleet-details__img.is-overlay {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.fleet-details__img.is-overlay.is-visible {
  opacity: 1;
}
.fleet-details__thumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .fleet-details__thumbs {
    gap: 6px;
    margin-top: 14px;
  }
}
.fleet-details__thumb {
  width: calc((100% - 22px) / 3);
  min-width: 0;
  display: block;
  aspect-ratio: 1100/672;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .fleet-details__thumb {
    width: calc((100% - 12px) / 3);
  }
}
.fleet-details__thumb:hover {
  opacity: 0.8;
}
.fleet-details__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.fleet-details__number {
  font-family: "Libre Caslon Display", serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #9E9991;
}
@media screen and (max-width: 767px) {
  .fleet-details__number {
    font-size: 12px;
  }
}
.fleet-details__item-title {
  margin-top: 12px;
  padding-bottom: 16px;
  font-size: 36px;
  font-weight: 600;
  color: #121212;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .fleet-details__item-title {
    font-size: 28px;
    font-weight: 400;
    padding-bottom: 9px;
    margin-top: 0;
  }
}
.fleet-details__item-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 2px;
  background: #121212;
}
.fleet-details__text {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 500;
  color: #595754;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .fleet-details__text {
    margin-top: 15px;
    font-size: 14px;
  }
}
.fleet-details__spec {
  width: 100%;
  margin-top: 30px;
  border-collapse: collapse;
  table-layout: fixed;
}
@media screen and (max-width: 767px) {
  .fleet-details__spec {
    margin-top: 20px;
  }
}
.fleet-details__spec th, .fleet-details__spec td {
  text-align: left;
  font-size: 16px;
  padding: 10px 13px;
  border: 1px solid #B3B3B3;
}
@media screen and (max-width: 767px) {
  .fleet-details__spec th, .fleet-details__spec td {
    font-size: 13px;
    padding: 5px 13px;
  }
}
.fleet-details__spec thead tr:first-child th {
  font-weight: 500;
  color: #595754;
}
.fleet-details__spec thead tr:last-child th {
  background-color: #234760;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  padding: 4px 13px;
}
@media screen and (max-width: 767px) {
  .fleet-details__spec thead tr:last-child th {
    font-size: 13px;
    padding: 6px 13px;
  }
}
.fleet-details__spec tbody td {
  font-weight: 500;
  color: #121212;
  font-family: "Libre Caslon Display", serif;
  padding: 11px 13px;
}
@media screen and (max-width: 767px) {
  .fleet-details__spec tbody td {
    padding: 9px 4px;
    text-align: center;
  }
}

.fleet-storage {
  padding-block: 100px;
  background: #FAF9F6;
}
@media screen and (max-width: 767px) {
  .fleet-storage {
    padding-block: 60px;
  }
}
.fleet-storage__inner {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .fleet-storage__inner {
    padding: 0 20px;
  }
}
.fleet-storage__title {
  margin-top: 24px;
  width: 320px;
}
@media screen and (max-width: 767px) {
  .fleet-storage__title {
    width: 240px;
    margin-top: 16px;
  }
}
.fleet-storage__title-img {
  display: block;
  height: auto;
  width: auto;
}
.fleet-storage__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 43px;
  margin-top: 64px;
}
@media screen and (max-width: 1139px) {
  .fleet-storage__row {
    gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  .fleet-storage__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-top: 24px;
  }
}
.fleet-storage__visual {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 550px;
      -ms-flex: 0 0 550px;
          flex: 0 0 550px;
}
@media screen and (max-width: 1139px) {
  .fleet-storage__visual {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
  }
}
@media screen and (max-width: 767px) {
  .fleet-storage__visual {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .fleet-storage__visual--pc {
    display: none;
  }
}
.fleet-storage__visual--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .fleet-storage__visual--sp {
    display: block;
    margin-top: 27px;
  }
}
.fleet-storage__img {
  display: block;
  width: 100%;
  aspect-ratio: 1100/672;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.fleet-storage__img.is-overlay {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.fleet-storage__img.is-overlay.is-visible {
  opacity: 1;
}
.fleet-storage__thumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .fleet-storage__thumbs {
    gap: 6px;
  }
}
.fleet-storage__thumb {
  width: calc((100% - 22px) / 3);
  min-width: 0;
  display: block;
  aspect-ratio: 1100/672;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .fleet-storage__thumb {
    width: calc((100% - 12px) / 3);
  }
}
.fleet-storage__thumb:hover {
  opacity: 0.8;
}
.fleet-storage__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.fleet-storage__name {
  padding-bottom: 16px;
  font-size: 36px;
  font-weight: 600;
  color: #121212;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .fleet-storage__name {
    font-size: 25px;
    font-weight: 400;
    padding-bottom: 15px;
  }
}
.fleet-storage__name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 2px;
  background: #121212;
}
.fleet-storage__text {
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 500;
  color: #595754;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .fleet-storage__text {
    margin-top: 20px;
    font-size: 14px;
  }
}

.safety {
  overflow: hidden;
  margin-bottom: 125px;
}
@media screen and (max-width: 767px) {
  .safety {
    margin-bottom: 0;
  }
}
.safety__photos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  width: 100vw;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .safety__photos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.safety__photo {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .safety__photo--pc {
    display: none;
  }
}
.safety__photo--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .safety__photo--sp {
    display: block;
  }
}
.safety__body {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  margin: -31px auto 0;
  padding-inline: 27px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .safety__body {
    margin-top: -38px;
    padding-inline: 20px;
  }
}
.safety__inner {
  margin: 0 auto;
  padding: 69px 93px;
  background-color: #234760;
}
@media screen and (max-width: 767px) {
  .safety__inner {
    padding: 48px 8px;
  }
}
.safety__label {
  color: rgba(255, 255, 255, 0.7);
}
.safety__title {
  margin-top: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .safety__title {
    width: 234px;
    margin: 16px auto 0;
  }
}
.safety__title-img {
  display: block;
  height: auto;
  width: auto;
}
.safety__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 38px;
  margin: 37px auto 0;
}
@media screen and (max-width: 767px) {
  .safety__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    margin-top: 24px;
  }
}
.safety__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .safety__item {
    padding-inline: 19px;
  }
}
.safety__icon {
  width: 50px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .safety__icon {
    width: 44px;
  }
}
.safety__item-title {
  margin: 12px auto 0;
  padding-bottom: 12px;
  font-size: 22px;
  font-weight: 400;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 767px) {
  .safety__item-title {
    font-size: 17px;
    font-weight: 700;
    border: none;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .safety__item-title::before {
    content: "";
    width: 40px;
    height: 1px;
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.safety__item-text {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.9;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  text-align: left;
}
@media screen and (max-width: 767px) {
  .safety__item-text {
    font-size: 13px;
    text-align: center;
  }
}

.faq-list__inner {
  max-width: 1230px;
  margin: 0 auto;
  padding: 100px 15px 120px;
}
@media screen and (max-width: 767px) {
  .faq-list__inner {
    padding: 40px 20px 8px;
  }
}
.faq-list__lead {
  font-size: 16px;
  line-height: 1.9;
  color: #121212;
}
@media screen and (max-width: 767px) {
  .faq-list__lead {
    font-size: 14px;
    line-height: 1.8;
  }
}
.faq-list__items {
  margin-top: 40px;
}
.faq-list__item {
  border-top: 1px solid #E0DED9;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .faq-list__item {
    padding: 0;
  }
}
.faq-list__question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  width: 100%;
  padding: 24px 0;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .faq-list__question {
    gap: 12px;
    padding: 20px 0;
  }
}
.faq-list__q-mark, .faq-list__a-mark {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 15px;
  font-family: "Libre Caslon Display", serif;
  font-size: 20px;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .faq-list__q-mark, .faq-list__a-mark {
    width: 10px;
    font-size: 18px;
    top: 3px;
  }
}
.faq-list__q-mark {
  color: #234760;
}
.faq-list__a-mark {
  color: #9E9991;
}
.faq-list__q-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.7;
  color: #121212;
}
@media screen and (max-width: 767px) {
  .faq-list__q-text {
    font-size: 14px;
    line-height: 1.8;
    font-weight: 500;
  }
}
.faq-list__icon {
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 28px;
  height: 28px;
  margin-top: 2px;
  border: 1px solid #121212;
  border-radius: 50%;
}
.faq-list__icon::before, .faq-list__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  background-color: #121212;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.faq-list__icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
@media screen and (max-width: 767px) {
  .faq-list__icon {
    width: 20px;
    height: 20px;
  }
}
.faq-list__question[aria-expanded=true] .faq-list__icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.faq-list__answer {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
  padding-right: 31px;
}
.faq-list__question[aria-expanded=true] + .faq-list__answer {
  margin-top: -8px;
}
.faq-list__answer-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .faq-list__answer-inner {
    gap: 12px;
  }
}
.faq-list__a-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.9;
  color: #595754;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .faq-list__a-text {
    font-size: 13px;
    line-height: 1.8;
  }
}

.faq-page .cta__title {
  width: 771px;
}
@media screen and (max-width: 767px) {
  .faq-page .cta__title {
    width: 100%;
  }
}

.privacy__inner {
  max-width: 830px;
  margin: 0 auto;
  padding: 64px 15px 0;
}
@media screen and (max-width: 767px) {
  .privacy__inner {
    padding: 30px 20px;
  }
}
.privacy__lead {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.9;
  color: #121212;
  padding-bottom: 31px;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .privacy__lead {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 30px;
    line-height: 1.7;
  }
}
.privacy__list {
  padding-top: 24px;
}
@media screen and (max-width: 767px) {
  .privacy__list {
    padding-top: 30px;
  }
}
.privacy__item {
  border-top: 1px solid #E0DED9;
  padding: 32px 0;
}
.privacy__item:first-child {
  border-top: none;
}
.privacy__item-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-size: 20px;
  font-weight: 700;
  color: #121212;
}
@media screen and (max-width: 767px) {
  .privacy__item-title {
    font-size: 18px;
    gap: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.privacy__item-num {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 15px;
  font-weight: 400;
  color: #9E9991;
}
.privacy__item-text {
  margin-top: 12px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.9;
  color: #595754;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .privacy__item-text {
    margin-top: 14px;
    font-size: 14px;
    line-height: 2;
  }
}
.privacy__ul {
  margin-top: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .privacy__ul {
    gap: 10px;
  }
}
.privacy__ul-item {
  position: relative;
  padding-left: 1.2em;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  color: #595754;
}
.privacy__ul-item::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .privacy__ul-item {
    font-size: 14px;
    line-height: 2;
  }
}
.privacy__contact {
  margin-block: 100px;
  background-color: #F6F4F1;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .privacy__contact {
    margin-block: 30px;
    padding: 40px 0 30px;
  }
}
.privacy__contact-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .privacy__contact-block {
    gap: 8px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.privacy__contact-divider {
  margin: 24px 0;
  border-top: 1px solid #D9D9D9;
}
@media screen and (max-width: 767px) {
  .privacy__contact-divider {
    margin: 24px 0;
  }
}
.privacy__contact-title {
  font-size: 15px;
  font-weight: 600;
  color: #121212;
}
@media screen and (max-width: 767px) {
  .privacy__contact-title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.privacy__contact-tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .privacy__contact-tel {
    margin-top: 0;
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.privacy__contact-tel-label {
  font-family: "Libre Caslon Display", serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #9E9991;
  bottom: 3px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .privacy__contact-tel-label {
    bottom: 0;
  }
}
.privacy__contact-tel-num {
  font-family: "Libre Caslon Display", serif;
  font-size: 22px;
  line-height: 1;
  font-weight: 400;
  color: #121212;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.privacy__contact-tel-num:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .privacy__contact-tel-num {
    font-size: 20px;
  }
}
.privacy__contact-tel-note {
  font-size: 12px;
  font-weight: 500;
  color: #595754;
  bottom: 3px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .privacy__contact-tel-note {
    font-size: 12px;
    bottom: 0;
  }
}
.privacy__contact-text {
  font-size: 14px;
  line-height: 1.4;
  color: #595754;
}

.contact-page .page-header__inner {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .contact-page .page-header__inner {
    padding-bottom: 32px;
  }
}

.contact-steps {
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .contact-steps {
    padding: 0 20px;
  }
}
.contact-steps__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 460px;
  margin: 0 auto;
  padding: 29px 0;
}
@media screen and (max-width: 767px) {
  .contact-steps__list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: unset;
    gap: 6px;
    padding: 15px 0 30px;
  }
}
.contact-steps__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .contact-steps__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
  }
}
.contact-steps__divider {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-top: 15px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.25em;
  color: #9E9991;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact-steps__divider {
    margin-top: 12px;
    font-size: 13px;
    -webkit-box-flex: unset;
    -webkit-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
.contact-steps__circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 42px;
  height: 42px;
  border: 1px solid #234760;
  border-radius: 50%;
  font-family: "Libre Caslon Display", serif;
  font-size: 19px;
  color: #234760;
}
@media screen and (max-width: 767px) {
  .contact-steps__circle {
    width: 28px;
    height: 28px;
    font-size: 13px;
  }
}
.contact-steps__label {
  font-size: 21px;
  color: #9E9991;
}
@media screen and (max-width: 767px) {
  .contact-steps__label {
    font-size: 12px;
  }
}
.contact-steps__item--filled .contact-steps__circle {
  background-color: #234760;
  border-color: #16294D;
  color: #fff;
}
.contact-steps__item--filled .contact-steps__label {
  color: #121212;
  font-weight: 700;
}

.contact-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .contact-intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    padding-bottom: 32px;
  }
}
.contact-intro__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 55%;
      -ms-flex: 1 1 55%;
          flex: 1 1 55%;
  min-width: 0;
}
.contact-intro__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  color: #121212;
}
@media screen and (max-width: 767px) {
  .contact-intro__title {
    font-size: 16px;
    line-height: 1.6;
    color: #26211A;
  }
}
.contact-intro__body {
  margin-top: 16px;
  font-size: 15px;
  line-height: 1.9;
  font-weight: 500;
  color: #595754;
}
@media screen and (max-width: 767px) {
  .contact-intro__body {
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.8;
  }
}
.contact-intro__faq-link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin-top: 16px;
  font-size: 14px;
  font-weight: 600;
  color: #121212;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.contact-intro__faq-link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .contact-intro__faq-link {
    margin-top: 24px;
    font-size: 14px;
  }
}
.contact-intro__telbox {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 456px;
      -ms-flex: 0 0 456px;
          flex: 0 0 456px;
  background-color: #F6F4F1;
  padding: 32px;
}
@media screen and (max-width: 767px) {
  .contact-intro__telbox {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    padding: 24px 15px;
  }
}
.contact-intro__telbox-title {
  font-size: 15px;
  font-weight: 600;
  color: #121212;
}
@media screen and (max-width: 767px) {
  .contact-intro__telbox-title {
    font-size: 13px;
    font-weight: 500;
    text-align: center;
  }
}
.contact-intro__tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .contact-intro__tel {
    margin-top: 8px;
    gap: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.contact-intro__tel-label {
  font-family: "Libre Caslon Display", serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #9E9991;
}
@media screen and (max-width: 767px) {
  .contact-intro__tel-label {
    color: #26211A;
  }
}
.contact-intro__tel-num {
  font-family: "Libre Caslon Display", serif;
  font-size: 26px;
  color: #121212;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.contact-intro__tel-num:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .contact-intro__tel-num {
    font-size: 24px;
    color: #26211A;
  }
}
.contact-intro__tel-note {
  margin-top: 16px;
  font-size: 13px;
  color: #595754;
}
@media screen and (max-width: 767px) {
  .contact-intro__tel-note {
    margin-top: 8px;
    font-size: 12px;
    color: #807A73;
    font-weight: 500;
    text-align: center;
  }
}

.contact-input__inner,
.contact-confirm__inner {
  max-width: 1230px;
  margin: 0 auto;
  padding: 120px 15px 0;
}
@media screen and (max-width: 767px) {
  .contact-input__inner,
  .contact-confirm__inner {
    padding: 32px 20px 0;
  }
}

.contact-form {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .contact-form__row:first-child {
    padding-block: 20px 24px;
  }
}
.contact-form__row:nth-child(2) {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .contact-form__row:nth-child(2) {
    margin-top: 38px;
  }
}
.contact-form__row:nth-child(n+3) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .contact-form__row:nth-child(n+3) {
    margin-top: 20px;
  }
}
.contact-form__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .contact-form__head {
    gap: 8px;
  }
}
.contact-form__label {
  font-size: 15px;
  font-weight: 600;
  color: #121212;
}
@media screen and (max-width: 767px) {
  .contact-form__label {
    font-size: 11px;
  }
}
.contact-form__label span {
  color: #BF261F;
}
.contact-form__badge {
  display: inline-block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding: 3px 8px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.05em;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .contact-form__badge {
    font-size: 10px;
    border-radius: 0;
  }
}
.contact-form__badge--required {
  background-color: #BF261F;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .contact-form__badge--required {
    background-color: #CC4033;
  }
}
.contact-form__badge--optional {
  background-color: #EDEBE5;
  color: #99948C;
}
.contact-form__badge--annotation {
  margin-right: 31px;
}
.contact-form__radios {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 16px 32px;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .contact-form__radios {
    gap: 12px 16px;
    margin-top: 14px;
  }
}
.contact-form__radio {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #121212;
  cursor: pointer;
}
.contact-form__radio input[type=radio] {
  -moz-appearance: auto;
       appearance: auto;
  -webkit-appearance: auto;
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #16294D;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.contact-form__input, .contact-form__textarea {
  display: block;
  margin-top: 20px;
  padding: 14px 16px;
  background-color: #fff;
  border: 1px solid #D9D7D2;
  font-size: 15px;
  color: #121212;
}
@media screen and (max-width: 767px) {
  .contact-form__input, .contact-form__textarea {
    margin-top: 8px;
    padding: 12px 14px;
    font-size: 14px;
  }
}
.contact-form__input {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .contact-form__input {
    width: 100%;
  }
}
.contact-form__textarea {
  width: 760px;
  min-height: 180px;
}
@media screen and (max-width: 767px) {
  .contact-form__textarea {
    min-height: 140px;
    width: 100%;
  }
}
.contact-form__file {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px 16px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .contact-form__file {
    margin-top: 10px;
  }
}
.contact-form__file-input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.contact-form__file-btn {
  display: inline-block;
  padding: 10px 24px;
  background-color: #121212;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.contact-form__file-btn:hover {
  opacity: 0.8;
}
.contact-form__file-name {
  font-size: 13px;
  color: #121212;
  word-break: break-all;
}
.contact-form__privacy {
  margin-top: 50px;
  padding: 28px 0;
}
@media screen and (max-width: 767px) {
  .contact-form__privacy {
    margin-top: 54px;
    padding: 16px 0;
  }
}
.contact-form__privacy-note {
  font-size: 14px;
  line-height: 1.8;
  color: #595754;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact-form__privacy-note {
    font-size: 12px;
    color: #666159;
  }
}
.contact-form__privacy-link {
  color: #121212;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  display: inline-block;
  margin-inline: 8px;
}
@media screen and (max-width: 767px) {
  .contact-form__privacy-link {
    color: #666159;
  }
}
.contact-form__privacy-link:hover {
  opacity: 0.7;
}
.contact-form__checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #121212;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .contact-form__checkbox {
    font-size: 13px;
  }
}
.contact-form__checkbox input[type=checkbox] {
  -moz-appearance: auto;
       appearance: auto;
  -webkit-appearance: auto;
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #16294D;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.contact-form__submit {
  margin-top: 32px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact-form__submit {
    margin-top: 20px;
  }
}

.contact-btn {
  display: inline-block;
  min-width: 400px;
  padding: 22px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.contact-btn:hover {
  opacity: 0.75;
}
.contact-btn--primary {
  background-color: #234760;
  border: 1px solid #234760;
  color: #fff;
}
.contact-btn--outline {
  background-color: #fff;
  border: 1px solid #234760;
  color: #234760;
}
@media screen and (max-width: 767px) {
  .contact-btn {
    min-width: 0;
    width: 100%;
    padding: 17px 20px;
    font-size: 15px;
  }
}

.contact-confirm__list {
  border-top: 1px solid #E0DED9;
}
@media screen and (max-width: 767px) {
  .contact-confirm__list {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .contact-confirm__list:first-child {
    border-top: none;
  }
}
.contact-confirm__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  padding: 20px 0;
  border-bottom: 1px solid #E0DED9;
}
@media screen and (max-width: 767px) {
  .contact-confirm__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6px;
    padding: 16px 0;
  }
}
.contact-confirm__label {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 200px;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  font-size: 14px;
  color: #9E9991;
}
@media screen and (max-width: 767px) {
  .contact-confirm__label {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    font-size: 11px;
  }
}
.contact-confirm__value {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 500;
  color: #121212;
  white-space: pre-wrap;
}
@media screen and (max-width: 767px) {
  .contact-confirm__value {
    font-size: 14px;
  }
}
.contact-confirm__agree {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  margin-top: 50px;
  padding-block: 40px;
  font-size: 14px;
  font-weight: 700;
  color: #121212;
}
@media screen and (max-width: 767px) {
  .contact-confirm__agree {
    margin-top: 54px;
    padding-block: 10px;
    font-size: 13px;
  }
}
.contact-confirm__agree-icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 20px;
  height: 20px;
  background-color: #121212;
  color: #fff;
  font-size: 13px;
}
.contact-confirm__error {
  margin-top: 24px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  color: #BF261F;
}
@media screen and (max-width: 767px) {
  .contact-confirm__error {
    margin-top: 20px;
    font-size: 13px;
  }
}
.contact-confirm__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  margin-top: 32px;
  font-size: 16px;
  font-weight: 700;
}
.contact-confirm__buttons .contact-btn {
  min-width: 280px;
}
@media screen and (max-width: 767px) {
  .contact-confirm__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }
}

.contact-complete__inner {
  max-width: 1230px;
  margin: 0 auto;
  padding: 120px 15px 100px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact-complete__inner {
    text-align: left;
    padding: 24px 20px 48px;
  }
}
.contact-complete__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
  color: #595754;
}
@media screen and (max-width: 767px) {
  .contact-complete__text {
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
    color: #332E29;
  }
}
.contact-complete__telbox-wrap {
  max-width: 600px;
  margin: 40px auto 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .contact-complete__telbox-wrap {
    margin-top: 28px;
  }
}
.contact-complete__telbox-wrap .contact-intro__telbox {
  padding: 32px 40px;
}
@media screen and (max-width: 767px) {
  .contact-complete__telbox-wrap .contact-intro__telbox {
    padding: 24px;
  }
}
.contact-complete__telbox-wrap .contact-intro__telbox-title {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #595754;
}
@media screen and (max-width: 767px) {
  .contact-complete__telbox-wrap .contact-intro__telbox-title {
    font-size: 13px;
  }
}
.contact-complete__telbox-wrap .contact-intro__tel {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .contact-complete__telbox-wrap .contact-intro__tel-label {
    font-size: 13px;
  }
}
.contact-complete__telbox-wrap .contact-intro__tel-num {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .contact-complete__telbox-wrap .contact-intro__tel-num {
    font-size: 24px;
  }
}
.contact-complete__telbox-wrap .contact-intro__tel-note {
  text-align: center;
}

.cta.form-complete {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .cta.form-complete {
    padding-bottom: 0;
  }
}
.cta.form-complete .cta__top {
  margin-bottom: 0;
}/*# sourceMappingURL=style.css.map */