@charset "UTF-8";
/* resset.dev 窶｢ v5.0.2 */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  line-height: 1;
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
  box-sizing: border-box;
}

/* # =================================================================
	 # General elements
	 # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

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

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

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

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
	 # Forms
	 # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

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

:root {
  --focus-outline-color: black;
}

button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted var(--focus-outline-color);
}

button,
html[type=button],
[type=submit] {
  -moz-appearance: button;
       appearance: button;
  -webkit-appearance: button;
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
	 # Specify media element style
	 # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
	 # Accessibility
	 # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  color: inherit;
  text-decoration: none;
}

body {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; /* Reset font weight for all headings */
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: Noto Sans JP, sans-serif, "Yaku Han JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #707070;
  letter-spacing: 1.6px;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

.inner {
  padding: 0 20px;
}

.text p {
  line-height: 2;
}

.text p + p {
  margin-top: 1.5em;
}

/* ローディング画面の背景 */
.loader-wrap {
  position: fixed; /* 画面に固定 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh; /* 画面の高さ100% */
  background: #ffffff; /* 背景を白に設定 */
  z-index: 9999; /* 全てのコンテンツより手前に表示 */
  /* フェードアウトの設定 */
  opacity: 1;
  visibility: visible;
  transition: opacity 0.8s ease-out, visibility 0.8s ease-out; /* 0.8秒かけてフワッと消える */
}

.loader {
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45px;
  aspect-ratio: 1;
  --c:no-repeat linear-gradient(#001250 0 0);
  background: var(--c), var(--c), var(--c);
  animation: l18-1 1.2s infinite, l18-2 1.2s infinite;
  opacity: 1;
  transition: opacity 1s ease-out, visibility 0.8s ease-out;
  visibility: visible;
}

body.loaded .loader-wrap {
  opacity: 0;
  visibility: hidden;
}

@keyframes l18-1 {
  0%, 100% {
    background-size: 20% 100%;
  }
  33%, 66% {
    background-size: 20% 20%;
  }
}
@keyframes l18-2 {
  0%, 33% {
    background-position: 0 0, 50% 50%, 100% 100%;
  }
  66%, 100% {
    background-position: 100% 0, 50% 50%, 0 100%;
  }
}
.btn {
  position: relative;
  background-color: #001250;
  border: #1c1c1c 1px solid;
  cursor: pointer;
  transition: background-color 0.3s;
  width: 324px;
  height: 73px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.btn__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  color: #FABA00;
  display: block;
  text-align: center;
  position: relative;
  z-index: 1;
}

.btn::after {
  background: #001973;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: 0;
}

.btn:hover::after {
  border: none;
  transform: scale(1, 1);
}

.btn:hover .btn__text {
  color: #FABA00;
}

.sub__fv {
  margin: 0 auto;
  max-width: 1280px;
}

.sub__fv-inner {
  padding: 80px 20px;
  margin: 0 auto;
  max-width: 1280px;
}

.sub__fv-text-container {
  max-width: 1280px;
}

.sub__fv-image {
  width: 100%;
  max-width: 600px;
  max-height: 400px;
  aspect-ratio: 600/400;
  padding-bottom: 40px;
  margin: 0 auto;
}
.sub__fv-image img {
  width: 100%; /* 親要素の幅いっぱいに広がる */
  height: 100%; /* 親要素の高さっぱいに広がる */
  -o-object-fit: cover;
     object-fit: cover;
}

.sub__fv-title-en {
  font-family: "m-plus-rounded-1p", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 68px;
  letter-spacing: 0.1em;
  padding-bottom: 16px;
  color: #071428;
}

.sub__fv-title-ja {
  font-size: 14px;
  color: #071428;
  padding-bottom: 24px;
}

.sub__fv-description {
  line-height: 1.5;
  padding-bottom: 72px;
  max-width: 650px;
}

.flex-box-list__item:hover {
  transition: all 0.5s;
  background: #001250;
  color: #fff;
}

.item-subtitle {
  line-height: 1.5;
}

.flex-box-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 1280px;
}

.flex-box-list__item {
  flex-grow: 1;
  flex-basis: 0;
  border: 1px solid #e0e0e0;
  position: relative;
  min-height: 100px;
}
.flex-box-list__item a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
  padding: 1em;
}
.flex-box-list__item::after {
  content: "";
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  background-color: #e0e0e0;
  border-radius: 50%;
  transition: background-color 0.3s;
}
.flex-box-list__item:hover {
  border-color: #333;
}

@media screen and (min-width: 821px) {
  .sub__fv-image {
    margin: 0;
  }
  .sub__fv-container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding-bottom: 80px;
    gap: 40px;
  }
}
@media screen and (min-width: 1080px) {
  .sub__fv-title-en {
    font-size: 100px;
  }
  .sub__fv-inner {
    margin-left: 140px;
    padding: 80px 0 140px 0;
  }
  .flex-box-list {
    display: flex;
    flex-direction: row;
    gap: 8px;
  }
}
@media screen and (min-width: 1200px) {
  .sub__fv-container {
    padding-bottom: 140px;
  }
  .sub__fv-title-ja {
    font-size: 24px;
  }
  .sub__fv-title-en {
    margin-top: 40px;
    font-size: 140px;
  }
  .flex-box-list__item::after {
    content: "";
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    background-color: #e0e0e0;
    border-radius: 50%;
    transition: background-color 0.3s;
  }
}
@media screen and (min-width: 1500px) {
  .sub__fv-sub-title {
    font-size: 112px;
  }
  .flex-box-list {
    gap: 20px;
  }
  .sub__fv-inner {
    margin-left: 20px;
  }
  .flex-box-list__item {
    height: 250px;
  }
}
.sub__title-en {
  font-family: "m-plus-rounded-1p", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding-bottom: 8px;
  color: #7c7c7c;
}

.sub__title-ja {
  display: block;
  font-size: 14px;
  color: #7c7c7c;
  padding-bottom: 24px;
}

@media screen and (min-width: 821px) {
  .sub__title-en {
    width: 50%;
    font-size: 32px;
  }
  .sub__title-ja {
    font-size: 16px;
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 821px) {
  .sub__title-en {
    width: 50%;
    font-size: 32px;
  }
  .sub__title-ja {
    font-size: 16px;
    margin-bottom: 32px;
  }
}
.header {
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 100;
  transition: top 0.6s ease-in-out;
}

.header.is-visible {
  top: 0;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 10px;
  background-color: #01204A;
}

.header__logo:first-child {
  margin-right: auto;
}
.header__logo:last-child {
  margin-left: 20px;
}
.header__logo img {
  width: 60px;
  height: 64px;
}
.header__logo img:hover {
  opacity: 0.5;
  transition: opacity 0.3s;
}

.header__logo--red img {
  width: 60px;
  height: 64px;
}
.header__logo--red img:hover {
  opacity: 0.5;
  transition: opacity 0.3s;
}

.drawer__icon {
  display: block;
  width: 50px;
  height: 30px;
  position: relative;
  transition: all 0.3s linear;
  z-index: 101;
  cursor: pointer;
  display: flex;
  align-items: center;
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.drawer__icon .drawer__icon-bar {
  position: absolute;
  width: 50px;
  height: 2px;
  left: 0;
  transition: all 0.3s ease-in-out;
  background: #797ea2;
}
.drawer__icon .drawer__icon-bar:nth-child(1) {
  top: 0px;
}
.drawer__icon .drawer__icon-bar:nth-child(2) {
  top: 14px;
}
.drawer__icon .drawer__icon-bar:nth-child(3) {
  top: 28px;
}
.drawer__icon.is-checked {
  z-index: 100;
}
.drawer__icon.is-checked .drawer__icon-bar:nth-child(1) {
  transform: rotate(30deg);
  top: 14px;
}
.drawer__icon.is-checked .drawer__icon-bar:nth-child(2) {
  opacity: 0;
}
.drawer__icon.is-checked .drawer__icon-bar:nth-child(3) {
  transform: rotate(-30deg);
  top: 14px;
}

.header__nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 500px;
  height: 100vh;
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #01204A;
  transform: translateX(-100%);
  transition: opacity 0.4s ease, transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.header__nav.is-checked {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}
.header__nav::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  z-index: -1;
  opacity: 1;
  transition: opacity 0.7s ease;
}
@media screen and (min-width: 821px) {
  .header__nav::before {
    display: none;
  }
}

.header__nav-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 98;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s;
}

.header__nav.is-checked ~ .header__nav-mask {
  opacity: 1;
  pointer-events: auto;
}

.header__nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
}

.drawer__logo--red {
  position: static;
  margin-top: 20px;
}
.drawer__logo--red img {
  width: 120px;
  height: 124px;
}

.header__logo--red.is-hidden {
  display: none;
}

.header__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 0;
  list-style: none;
  max-width: 300px;
  padding-bottom: 40px;
}

.header__item {
  width: 100%;
  text-align: left;
  padding: 0;
  border: none;
  opacity: 0;
  filter: blur(4px);
  transition: opacity 0.3s ease-out, transform 0.4s ease-out, filter 0.4s ease-out;
}
.header__item a {
  display: block;
  padding: 24px 0;
  letter-spacing: 2px;
  transition: opacity 0.3s;
}
.header__item a:hover {
  opacity: 0.5;
}

.header__item-en {
  color: #fff;
  font-family: "avenir-next-lt-pro", sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.header__nav.is-checked .header__item {
  /* 表示状態: 不透明で、定位置に戻り、ブラーが解除される */
  opacity: 1;
  filter: blur(0);
}

.header__nav-social {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 40px;
}

.header__social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.header__social-icons img {
  display: inline-block;
}
.header__social-icons img:hover {
  opacity: 0.5;
  transition: opacity 0.3s;
}

@media screen and (min-width: 1080px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 125px;
    height: 100vh;
    background-color: #01204A;
    transform: translateX(-100%);
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
  }
  .header.is-visible {
    transform: translateX(0);
  }
  .header__inner {
    width: 100px;
    height: 65vh;
    flex-direction: column;
    margin-bottom: 30px;
    position: relative;
    padding: 0;
  }
  .header__nav {
    width: 500px;
  }
  .header__logo {
    text-align: center;
  }
  .header__logo img {
    width: 100px;
    height: 105px;
  }
  .header__nav-links {
    margin-left: 80px;
  }
  .header__social-icons {
    margin-right: 50px;
  }
  .header__item {
    padding-bottom: 10px;
  }
  .header__logo--red img {
    width: 100%;
    height: 100%;
  }
  .drawer__icon {
    margin: 0;
    position: absolute;
    top: 150px;
    left: 25px;
    width: 50px;
  }
  .drawer__icon-bar {
    width: 50px;
  }
  .drawer__logo--red {
    display: none;
  }
}
/* ===================================
   MV (Main Visual) Section
=================================== */
.mv {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  max-height: 1150px;
  margin-bottom: 40px;
}
@media screen and (min-width: 821px) {
  .mv {
    height: 450px;
    margin-bottom: 140px;
  }
}
@media screen and (min-width: 1080px) {
  .mv {
    height: 600px;
  }
}
@media screen and (min-width: 1200px) {
  .mv {
    height: 700px;
  }
}
@media screen and (min-width: 1600px) {
  .mv {
    height: 900px;
  }
}
@media screen and (min-width: 1600px) {
  .mv {
    height: 900px;
  }
}
@media screen and (min-width: 2400px) {
  .mv {
    height: 1150px;
  }
}

.mv__video-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  min-width: 56.25vh;
  height: 177vw;
  min-height: 100vh;
  transform: translate(-50%, -50%);
  display: block;
  -o-object-fit: inherit;
     object-fit: inherit;
}

.mv__video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  min-width: 56.25vh;
  height: 177vw;
  min-height: 100vh;
  transform: translate(-50%, -50%);
  display: block;
  -o-object-fit: inherit;
     object-fit: inherit;
}

/* --- SP / PC の表示切り替え --- */
.sp-only {
  display: block;
}

.pc-only {
  display: none;
}

@media screen and (min-width: 821px) {
  .sp-only {
    display: none;
  }
  .pc-only {
    display: block;
  }
}
/* ===================================
  //  Story Section
=================================== */
.js-aos-target {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease, transform 1s ease;
}

.js-aos-target.is-animated {
  opacity: 1;
  transform: translateY(0);
}

.story {
  position: relative;
  overflow: hidden;
}

.story__inner {
  position: relative;
  height: auto;
  width: 100%;
  padding-bottom: 120px;
}

.story__logo {
  padding-bottom: 56px;
  max-width: 1200px;
}
.story__logo img {
  width: 100%;
  height: auto;
  aspect-ratio: 390/72;
}

.story__bg-images {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/top/connect_story.gif");
  background-size: contain;
  background-position: right bottom;
}

.story__wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.story__container {
  display: flex;
  flex-direction: column;
}

.story__title {
  font-size: 16px;
  margin-bottom: 1.5em;
}

.story__text {
  max-width: 840px;
  padding-bottom: 80px;
}

.story__btn {
  margin: 0 auto;
  margin-bottom: 320px;
}

@media screen and (min-width: 821px) {
  .story__wrapper {
    margin: 0 auto;
  }
  .story__logo {
    width: 80%;
  }
  .story__btn {
    margin-left: 0;
    margin-right: auto;
    text-align: left;
  }
}
@media screen and (min-width: 1080px) {
  .story__logo {
    width: 80%;
    margin-left: 125px;
  }
  .story__inner {
    padding: 0;
    width: 100%;
    margin-left: auto;
  }
  .story__bg-images {
    margin-top: 100px;
  }
  .story__container {
    width: 70%;
    margin: 0 auto;
    margin-top: -180px;
  }
}
@media screen and (min-width: 1500px) {
  .story__container {
    width: 100%;
    margin-top: -220px;
  }
  .story__inner {
    padding: 0;
  }
  .text p + p {
    margin-top: 4em;
  }
}
@media screen and (min-width: 1200px) {
  .story__bg-images {
    width: 80vw;
    height: 100%;
    background-size: contain;
    background-position: right bottom;
  }
}
@media screen and (min-width: 1500px) {
  .story__bg-images {
    width: 90vw;
    height: 100%;
    background-size: contain;
    background-position: right bottom;
  }
}
@media screen and (min-width: 1600px) {
  .story__bg-images {
    width: 120vw;
    height: 100%;
    background-size: contain;
    background-position: right bottom;
  }
}
/* ================================
  //  service Section
=================================== */
.service {
  margin-top: 160px;
  background: #F7F7F7;
}

.service__inner {
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  max-width: 1200px;
}

.service__logo {
  position: absolute;
  top: 0;
  left: 0;
}
.service__logo img {
  width: 50px;
  height: 360px;
}

.service__logo-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto;
  position: relative;
}

.service__text-container {
  width: 80%;
  margin-left: auto;
  padding-bottom: 80px;
}

.service__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
}

.service__title {
  font-size: 16px;
  padding-bottom: 16px;
}

.service__sub-title {
  padding-bottom: 40px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.7;
}

.service__wrapper {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

.service__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 30px;
  width: 100%;
  padding-bottom: 80px;
  list-style: none;
}

.service__item {
  text-align: left;
  max-width: 250px;
  display: flex;
  justify-content: center;
}
.service__item p {
  width: 150px;
  font-weight: 600;
  text-align: center;
}

.service__img-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
  align-items: center;
}
.service__img-wrapper p {
  font-size: 12px;
}

.service__img {
  width: 130px;
  height: 130px;
}

@media screen and (min-width: 821px) {
  .service__inner {
    padding: 120px 0px 140px;
    margin: 0 auto;
    margin-left: 150px;
  }
  .service__text-container,
  .service__container {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }
  .service__logo {
    left: -100px;
  }
  .service__logo img {
    width: 60px;
    height: 460px;
  }
  .service__container {
    align-items: flex-start;
  }
  .service__sub-title {
    font-size: 36px;
  }
  .service__wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .service__logo-container {
    gap: 60px;
  }
  .service__text-container {
    width: 100%;
    margin-left: 0;
    padding-bottom: 80px;
  }
  .service__btn {
    margin-bottom: 80px;
  }
  .service__list {
    grid-template-columns: 1fr;
    display: flex;
    gap: 40px;
    padding-bottom: 0;
  }
  .service__item {
    width: 100px;
  }
  .service__img {
    width: 100px;
    height: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .service__inner {
    padding: 120px 0px 140px;
  }
  .service__inner {
    padding-left: 80px;
  }
  .service__logo-container {
    gap: 100px;
  }
  .service__logo {
    left: -160px;
  }
  .service__logo img {
    width: 95%;
    height: 100%;
  }
  .service__img {
    width: 150px;
    height: 150px;
  }
  .service__list {
    gap: 90px;
    text-align: center;
    padding-bottom: 0;
    padding-left: 38px;
  }
  .service__list p {
    width: 150px;
    font-size: 12px;
  }
}
@media screen and (min-width: 1500px) {
  .service__inner {
    padding-left: 180px;
  }
  .service__inner {
    margin: 0 auto;
  }
  .service__logo-container {
    gap: 125px;
  }
  .service__list {
    padding-left: 32px;
    gap: 95px;
    text-align: center;
  }
  .service__list p {
    width: 161px;
    font-size: 13px;
  }
  .service__logo {
    left: -230px;
  }
  .service__logo img {
    width: 108%;
    height: 100%;
  }
}
/* ================================
  //  About Section
=================================== */
.about__inner {
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  max-width: 1200px;
}

.about__logo {
  position: absolute;
  top: 0;
  left: 0;
}
.about__logo img {
  width: 50px;
  height: 360px;
}

.about__logo-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto;
  position: relative;
}

.about__text-container {
  width: 80%;
  margin-left: auto;
  padding-bottom: 80px;
}

.about__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
}

.about__title {
  font-size: 16px;
  padding-bottom: 16px;
}

.about__sub-title {
  padding-bottom: 40px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.7;
}

.about__wrapper {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

.about__list {
  display: flex;
  flex-direction: column;
  gap: 56px;
  width: 100%;
  padding-bottom: 80px;
  list-style: none;
}

.about__item {
  text-align: left;
  display: flex;
  justify-content: center;
}

.about__img-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
  align-items: center;
}
.about__img-wrapper p {
  font-size: 12px;
}

.about__img-wrapper:hover .about__img {
  opacity: 0.5;
}

.about__img {
  width: 345px;
  height: 345px;
  transition: opacity 0.3s;
}

@media screen and (min-width: 821px) {
  .about__inner {
    padding: 120px 0px 140px;
    margin: 0 auto;
    margin-left: 150px;
  }
  .about__text-container,
  .about__container {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }
  .about__text {
    max-width: 730px;
  }
  .about__logo {
    left: -100px;
  }
  .about__logo img {
    width: 60px;
    height: 460px;
  }
  .about__container {
    align-items: flex-start;
  }
  .about__sub-title {
    font-size: 36px;
  }
  .about__wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .about__logo-container {
    gap: 60px;
  }
  .about__text-container {
    margin-left: 0;
    padding-bottom: 80px;
  }
  .about__btn {
    margin-bottom: 80px;
  }
  .about__list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
    padding-bottom: 0;
  }
  .about__img {
    width: 200px;
    height: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .about__inner {
    padding: 120px 0px 140px;
  }
  .about__inner {
    padding-left: 120px;
  }
  .about__logo-container {
    gap: 100px;
  }
  .about__logo {
    left: -160px;
  }
  .about__logo img {
    width: 95%;
    height: 100%;
  }
  .about__img {
    width: 250px;
    height: 250px;
  }
  .about__list {
    gap: 90px;
    text-align: center;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1500px) {
  .about__inner {
    padding-left: 240px;
  }
  .about__inner {
    margin: 0 auto;
  }
  .about__logo-container {
    gap: 125px;
  }
  .about__list {
    width: 100%;
    gap: 20px;
    text-align: center;
  }
  .about__logo {
    left: -240px;
  }
  .about__logo img {
    width: 108%;
    height: 100%;
  }
  .about__img {
    width: 300px;
    height: 300px;
  }
  .about__text-container {
    padding-bottom: 70px;
  }
  .about__text-container .text p + p {
    margin-top: 2em;
  }
}
/* ================================
  //  Recruit Section
=================================== */
.recruit {
  position: relative;
}

.recruit__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px 120px;
}

.recruit__sub-title {
  padding-bottom: 40px;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.7;
}

.recruit__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.recruit__logo {
  padding-bottom: 32px;
  max-width: 1600px;
}
.recruit__logo img {
  width: 100%;
  height: auto;
  aspect-ratio: 390/72;
}

.recruit__text-container {
  padding-bottom: 80px;
}

.recruit__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
}

.recruit__title {
  font-size: 16px;
  padding-bottom: 16px;
  color: #01204A;
  font-weight: 600;
}

.recruit__sub-title {
  padding-bottom: 40px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.7;
}

.recruit__button {
  margin-bottom: 80px;
}

.recruit__bg-image {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.recruit__bg-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1818/546;
}

@media screen and (min-width: 821px) {
  .recruit__inner {
    margin-top: 150px;
  }
  .recruit__text-container {
    padding-bottom: 0px;
  }
  .recruit__logo {
    width: 90%;
    position: absolute;
    top: -150px;
    right: 0;
  }
  .recruit__sub-title {
    font-size: 36px;
  }
  .recruit__text {
    max-width: 710px;
  }
  .recruit__text p {
    width: 480px;
  }
  .recruit__wrapper {
    max-width: 1200px;
    flex-direction: row;
    gap: 20px;
    align-items: flex-end;
  }
  .recruit__button {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .recruit__inner {
    padding: 80px 0px 120px;
  }
  .recruit__text {
    max-width: 710px;
  }
  .recruit__text p {
    width: 600px;
  }
}
@media screen and (min-width: 1500px) {
  .recruit__wrapper {
    gap: 120px;
  }
  .recruit__text p {
    width: 900px;
  }
}
.recruit__bg-image {
  padding-bottom: 120px;
}

@media screen and (min-width: 1500px) {
  .recruit__bg-image {
    padding-bottom: 200px;
  }
}
/* ================================
  //  car sales Section
=================================== */
.sales__inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 120px;
}

.sales__container {
  display: flex;
  flex-direction: column;
}

.sales__title-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
  padding-bottom: 40px;
}
.sales__title-wrapper img {
  width: 100%;
}

.sales__title {
  font-size: 16px;
  color: #01204A;
  font-weight: 600;
}

.sales__image {
  text-align: center;
  width: 100%;
  position: relative;
  margin-bottom: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
.sales__image img {
  height: 500px;
  width: 350px;
  aspect-ratio: 9/16;
}

.sales__text {
  padding-bottom: 80px;
}

.sales__button {
  margin: 0 auto;
}

@media screen and (min-width: 821px) {
  .sales__image {
    text-align: center;
    width: 100%;
    position: relative;
    margin-bottom: 40px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sales__image img {
    height: 600px;
    width: 400px;
  }
}
@media screen and (min-width: 1080px) {
  .sales__inner {
    width: 75%;
    padding-right: 0;
    padding-left: 0;
  }
  .sales__title-wrapper {
    display: flex;
    align-items: flex-end;
    gap: 20px;
    flex-direction: row;
    justify-content: flex-start;
  }
  .sales__container {
    display: grid;
    grid-template-columns: 60% 1fr;
    gap: 30px 10px;
    align-items: flex-start;
    grid-template-areas: "title-area image-area" "text-area  image-area" "btn-area   image-area";
    justify-content: flex-start;
  }
  .sales__title-wrapper {
    padding-bottom: 0;
    grid-area: title-area;
  }
  .sales__title-wrapper img {
    width: 70%;
  }
  .sales__text {
    padding-bottom: 0;
    grid-area: text-area;
  }
  .sales__button {
    grid-area: btn-area;
    margin-left: 0;
    margin-right: 0;
  }
  .sales__image {
    width: 100%;
    grid-area: image-area;
    padding-bottom: 0;
  }
  .sales__image img {
    height: 60vh;
    width: 440px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 1200px) {
  .sales__container {
    gap: 30px 60px;
  }
}
@media screen and (min-width: 1500px) {
  .sales__title-wrapper {
    gap: 40px;
  }
  .sales__container {
    grid-template-columns: 70% 1fr;
    gap: 45px 80px;
  }
  .sales__text p + p {
    margin-top: 1.5em;
  }
  .sales__image img {
    height: 625px;
    width: 480px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/* ================================
  //  access sales Section
=================================== */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.access__inner {
  padding: 80px 20px 120px;
  max-width: 1200px;
  margin: 0 auto;
}

.access__title {
  font-size: 16px;
  font-weight: 600;
}

.access__title-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
  padding-bottom: 40px;
}
.access__title-wrapper img {
  width: 100%;
}

.access-info__name {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 40px;
}

.access__map {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
  margin-bottom: 40px;
}

.access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}

.address {
  line-height: 2;
}

.company-info__item {
  padding: 24px 0;
  border-bottom: 1px solid #eee;
}

.company-info__list {
  padding-bottom: 80px;
}

.access__wrapper {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 821px) {
  .access__inner {
    padding-right: 0;
    padding-left: 0;
    margin: 0 auto;
    width: 80%;
  }
  .access__title-wrapper {
    display: flex;
    flex-direction: row;
    gap: 16px;
    text-align: center;
    align-items: flex-end;
    padding-bottom: 40px;
  }
  .access__title-wrapper img {
    width: 30%;
  }
  .access__wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
  }
  .company-info__list {
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 1080px) {
  .access__inner {
    padding-left: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .access__inner {
    padding-left: 0px;
  }
}
/* ================================
  //  access sales Section
=================================== */
.footer {
  background: #01204A;
  color: #fff;
  padding-top: 80px 0 40px;
  font-weight: 400;
}

.footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.footer__logo {
  text-align: center;
  padding-bottom: 40px;
  display: inline-block;
}
.footer__logo:hover {
  opacity: 0.5;
  transition: opacity 0.3s;
}

.footer-info {
  text-align: left;
  padding-bottom: 80px;
}

.footer-info__name {
  padding-bottom: 24px;
}

.footer-info__item {
  padding-bottom: 24px;
}

.footer__address {
  line-height: 1.7;
}

.footer__nav {
  text-align: left;
}

.footer__nav-links {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 40px;
}

.footer__item {
  padding-bottom: 40px;
}
.footer__item:hover {
  opacity: 0.5;
  transition: opacity 0.3s;
}

.footer__social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding-bottom: 40px;
}

.footer__social-icons img:hover {
  opacity: 0.5;
  transition: opacity 0.3s;
}

.footer__copyright {
  text-align: center;
  padding-bottom: 40px;
}

@media screen and (min-width: 821px) {
  .footer__social-icons {
    justify-content: start;
  }
  .footer__inner {
    padding-top: 80px;
  }
  .footer__container {
    padding-left: 150px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .footer__logo {
    text-align: left;
  }
  .footer__nav-links {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1500px) {
  .footer__container {
    padding-left: 0px;
  }
}
.brand-statement {
  font-size: 24px;
  color: #767676;
  font-weight: 600;
  max-width: 1300px;
  margin: 0 auto;
}

.brand-statement__headline {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 20px;
}

.text-burgundy {
  color: #5f212c;
}

.text-black {
  color: #1a1311;
}

.text-gray-dark {
  color: #767676;
}

.text-gray {
  color: #bdbebf;
}

.text-gray-light {
  color: #ebebeb;
}

.brand-statement__paragraph {
  line-height: 1.5;
  margin-bottom: 20px;
}

.story__image {
  height: 100%;
  padding-bottom: 80px;
}
.story__image img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 821px) {
  .brand-statement__headline {
    font-size: 32px;
  }
  .brand-statement {
    font-size: 32px;
  }
}
@media screen and (min-width: 1080px) {
  .story__inner {
    margin-left: 140px;
    padding-bottom: 120px;
  }
  .story__mv {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .story__mv {
    margin-bottom: 140px;
  }
  .story__inner {
    padding-bottom: 160px;
  }
}
@media screen and (min-width: 1500px) {
  .brand-statement__headline {
    font-size: 40px;
  }
  .brand-statement {
    font-size: 40px;
  }
}
.future {
  max-width: 1300px;
  margin: 0 auto;
  margin-bottom: 140px;
}

.future__inner {
  background: #fafafa;
  padding: 80px 20px;
  max-width: 1300px;
}

.future__text-container {
  margin: 0 auto;
  max-width: 1100px;
}

.future__text-wrapper {
  padding-bottom: 80px;
}

.future__headline {
  color: #5f212c;
  font-size: 40px;
  font-weight: 600;
  padding-bottom: 80px;
  line-height: 1.5;
  text-align: center;
}

.future__paragraph {
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 40px;
}

.future__paragraph-second {
  padding-bottom: 80px;
}

.future__second-headline {
  font-size: 36px;
  font-weight: 600;
  color: #5f212c;
  opacity: 0.11;
  padding-bottom: 40px;
  text-align: center;
}

.future__paragraph-text {
  line-height: 1.7;
  margin-bottom: 40px;
}

.future__text-second-container {
  margin: 0 auto;
  max-width: 1100px;
}

.future__text-second-wrapper {
  max-width: 820px;
}

.future__content-layout {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2em;
}

.future__text-block {
  flex: 1;
}

.future__vertical-text-block {
  writing-mode: vertical-rl;
  font-weight: 600;
  color: #5f212c;
  font-size: 40px;
  line-height: 1.5;
}
.future__vertical-text-block p:first-child {
  margin-left: 0.2em;
}

@media screen and (min-width: 821px) {
  .future__text-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding-bottom: 0px;
  }
  .future__headline {
    flex-shrink: 0; /* 縮まないようにする */
    flex-basis: 340px;
  }
  .future__text-second-container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 60px;
  }
  .future__vertical-text-block {
    font-size: 96px;
  }
  .future__second-headline {
    margin-top: 80px;
    font-size: 54px;
    text-align: left;
    padding-bottom: 88px;
  }
}
@media screen and (min-width: 1080px) {
  .future__paragraph {
    font-size: 24px;
  }
  .future__inner {
    padding: 80px 60px;
    margin-left: 140px;
  }
  .future__second-headline {
    font-size: 72px;
  }
}
@media screen and (min-width: 1500px) {
  .future__inner {
    margin-left: 0px;
    width: 100%;
  }
}
.sub__service-inner {
  max-width: 1280px;
  padding: 80px 20px;
}

.sub__service-wrapper {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 80px;
}

.sub__service-image {
  width: 100%;
  max-width: 600px;
  max-height: 400px;
  aspect-ratio: 600/400;
  padding-bottom: 24px;
  margin: 0 auto;
}
.sub__service-image img {
  width: 100%; /* 親要素の幅いっぱいに広がる */
  height: 100%; /* 親要素の高さっぱいに広がる */
  -o-object-fit: cover;
     object-fit: cover;
}

.sub__service-paragraph-title {
  padding-bottom: 8px;
}

.sub__service-paragraph-text {
  line-height: 1.7;
  margin-bottom: 40px;
}

@media screen and (min-width: 821px) {
  .sub__service-title-en {
    width: 50%;
    font-size: 32px;
  }
  .sub__service-title-ja {
    font-size: 16px;
  }
  .sub__service-wrapper {
    margin-bottom: 80px;
  }
  .sub__service-container {
    display: flex;
    gap: 40px;
    align-items: center;
    padding-bottom: 40px;
  }
  .sub__service-image {
    margin: 0;
    width: 50%;
    flex-shrink: 0;
    margin-bottom: 0;
  }
  .sub__service-paragraph {
    width: 50%;
  }
}
@media screen and (min-width: 1080px) {
  .sub__service-inner {
    padding: 80px 20px;
    margin-left: 140px;
  }
}
@media screen and (min-width: 1500px) {
  .sub__service-inner {
    padding: 80px 20px;
    margin: 0 auto;
  }
}
.sub_philosophy-inner {
  margin-bottom: 120px;
}

.sub_about-title-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 20px;
}

.sub_philosophy-title-en {
  font-size: 40px;
  padding-bottom: 32px;
}

.sub_philosophy-title-ja {
  font-size: 24px;
  line-height: 1.5;
}

.sub__about-title-en {
  font-size: 40px;
}

.sub_philosophy-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 20px 0 20px;
  background: #f7f7f7;
}

.sub_philosophy-text {
  padding-bottom: 40px;
}
.sub_philosophy-text:last-child {
  padding-bottom: 0;
}

.sub_philosophy-list {
  padding-bottom: 80px;
}

.sub_philosophy-title-ja {
  font-size: 16px;
  color: #01204a;
  font-weight: 600;
}

.sub_philosophy-description {
  line-height: 1.5;
  color: #7c7c7c;
}

@media screen and (min-width: 821px) {
  .sub_philosophy-title-ja {
    margin: 0;
  }
  .sub__about-title-en {
    width: 800px;
  }
}
@media screen and (min-width: 1080px) {
  .sub_philosophy-wrapper {
    padding: 80px 80px 0 80px;
    margin-left: 140px;
  }
  .sub_about-title-wrapper {
    padding: 0;
    margin-left: 140px;
  }
}
@media screen and (min-width: 1500px) {
  .sub_philosophy-wrapper {
    margin: 0 auto;
  }
  .sub_about-title-wrapper {
    padding-left: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .sub_philosophy-wrapper {
    margin: 0 auto;
  }
  .sub_about-title-wrapper {
    margin: 0 auto;
    padding: 0;
  }
}
/* プロフィールリスト全体のコンテナ */
.profile {
  max-width: 1000px;
  margin: 80px auto 120px auto;
  padding: 0 20px;
}
.profile .profile-list {
  margin: 0;
  padding: 0;
}
.profile .profile-list__item {
  padding: 20px 0;
  border-bottom: 1px solid #e9e9e9;
}
.profile .profile-list__item:first-child {
  border-top: 1px solid #e9e9e9;
}
.profile .profile-list dt {
  color: #002b70;
}
.profile .profile-list dd {
  margin: 0;
  color: #7C7C7C;
  line-height: 1.7;
}
.profile .profile-list dt {
  margin-bottom: 8px;
}

@media screen and (min-width: 821px) {
  .profile-list__item {
    display: flex;
    align-items: center;
    padding: 24px 16px;
  }
  .profile-list dt {
    width: 200px;
    flex-shrink: 0;
    margin-bottom: 0;
  }
  .profile-list dd {
    width: 100%;
  }
}
@media screen and (min-width: 1080px) {
  .profile {
    padding-left: 80px;
  }
}
@media screen and (min-width: 1500px) {
  .profile {
    padding-left: 0px;
  }
}
/* ===============================================
   Company History Timeline
   =============================================== */
.history {
  width: 100%;
  max-width: 960px;
  margin: 60px auto;
  padding: 20px 20px 120px 20px;
  font-family: sans-serif;
}

.history-list {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0 0 0 30px;
  border-left: 2px solid #d1d1d1;
}

.history-item {
  position: relative;
  padding-bottom: 40px;
}
.history-item:last-child {
  padding-bottom: 0;
}
.history-item::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -41px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #d1d1d1;
  z-index: 1;
}

.history-item__year {
  font-size: 20px;
  font-weight: bold;
  color: #002b70;
  margin-bottom: 16px;
}

.history-item__details dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 1em;
  margin: 0;
  padding: 0;
}

.history-item__details dt {
  line-height: 1.7;
  color: #7C7C7C;
  grid-column: 1;
}

.history-item__details dd {
  margin: 0;
  color: #7C7C7C;
  line-height: 1.7;
  grid-column: 2;
}

@media screen and (min-width: 821px) {
  .history-list {
    position: relative;
    padding: 0;
    border-left: none;
  }
  .history-list::before {
    content: "";
    position: absolute;
    top: 10px;
    bottom: -10px;
    left: 10px;
    width: 2px;
    background-color: #e0e0e0;
  }
  .history-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 30px;
    padding-left: 50px;
    padding-bottom: 60px;
  }
  .history-item::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 10px;
    transform: translateX(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #d0d0d0;
    z-index: 1;
  }
  .history-item__year {
    flex-basis: 120px;
    flex-shrink: 0;
    text-align: left;
    font-size: 22px;
    margin-bottom: 0;
    padding-top: 5px;
  }
}
@media screen and (min-width: 1080px) {
  .history {
    padding-top: 64px;
    margin-left: 140px;
  }
  .history-list {
    position: relative;
    padding: 0;
    border-left: none;
  }
  .history-list::before {
    content: "";
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
    width: 2px;
    background-color: #e0e0e0;
  }
  .history-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 30px;
    padding-left: 50px;
    padding-bottom: 60px;
  }
  .history-item::before {
    content: "";
    position: absolute;
    top: 0px;
    left: -10px;
    transform: translateX(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #d0d0d0;
    z-index: 1;
  }
}
@media screen and (min-width: 1200px) {
  .history {
    padding: 64px 0 120px 0;
    margin-left: 160px;
  }
}
@media screen and (min-width: 1500px) {
  .history {
    padding: 64px 0 120px 0;
    margin: 0 auto;
  }
}
.sub_staff-inner {
  padding: 80px 20px;
  margin: 0 auto;
}

.sub__staff-container {
  max-width: 1280px;
  margin: 0 auto;
}

.staff__list {
  padding-bottom: 80px;
}

.staff__image {
  width: 100%;
  padding-bottom: 40px;
  aspect-ratio: 337/235;
}
.staff__image img {
  width: 100%;
  height: 100%;
}

.staff__description {
  color: #7C7C7C;
  line-height: 1.7;
}

@media screen and (min-width: 821px) {
  .sub__staff-container {
    display: flex;
    gap: 20px;
  }
}
@media screen and (min-width: 1080px) {
  .sub__staff-container {
    margin-left: 140px;
    gap: 80px;
  }
}
@media screen and (min-width: 1600px) {
  .sub__staff-container {
    margin: 0 auto;
  }
}
.mv_recruit {
  margin: 0;
}

.sub__recruit {
  background-image: url(../images/recruit/s_recruit_image_01.png) !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 120px;
  padding-bottom: 120px;
  height: 1000px;
}

.sub__recruit-inner {
  padding: 80px 20px;
}

.sub__recruit-image {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.sub__recruit-image img {
  width: 100%;
}

.sub__recruit-description {
  max-width: 1000px;
  background: #fff;
  padding: 20px;
}

.sub__recruit-description-text {
  line-height: 1.7;
  margin-bottom: 20px;
}
.sub__recruit-description-text:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 821px) {
  .sub__recruit-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
  }
  .sub__recruit-description {
    width: 80%;
    position: absolute;
    bottom: -180px;
    right: 0;
  }
}
@media screen and (min-width: 1080px) {
  .sub__recruit-description {
    width: 70%;
    position: absolute;
    bottom: -180px;
    right: 0px;
  }
  .sub__recruit-image {
    width: 80%;
    margin-left: 140px;
  }
}
@media screen and (min-width: 1200px) {
  .sub__recruit-description {
    width: 70%;
    bottom: -80px;
    right: 0px;
  }
}
@media screen and (min-width: 1500px) {
  .sub__recruit-description {
    width: 100%;
    bottom: -80px;
    right: -150px;
  }
}
@media screen and (min-width: 1600px) {
  .sub__recruit-image {
    width: 100%;
    margin: 0 auto;
  }
  .sub__recruit-description {
    width: 100%;
    position: absolute;
    bottom: 0px;
    right: -50px;
  }
}
.sub__recruit-features {
  padding: 80px 0; /* 上下の余白 */
}

.sub__recruit-inner-features {
  max-width: 960px; /* コンテンツの最大幅 */
  margin: 0 auto;
  padding: 0 20px;
}

/* ===============================================
   Recruit Q&A Section
   =============================================== */
/* --- 全体を囲むセクション --- */
.sub__recruit {
  padding: 80px 0;
}

.sub__recruit-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

/* --- Q&Aリスト全体 --- */
.sub__recruit-list {
  position: relative;
  padding-left: 60px;
}

/* --- 各Q&Aのアイテム --- */
.sub__recruit-item {
  position: relative;
  margin-bottom: 60px; /* アイテム間の余白 */
  /* タイムラインの丸（紺色） */
}
.sub__recruit-item:last-child {
  margin-bottom: 0;
}
.sub__recruit-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -60px;
  width: 40px;
  height: 40px;
  background-color: #002b70;
  border-radius: 50%;
  z-index: 2;
}
.sub__recruit-item:not(:last-child)::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 20px;
  bottom: -60px;
  left: -40px;
  width: 2px;
  background-color: #f0c242;
}

.sub__recruit-question {
  font-size: 22px;
  font-weight: bold;
  color: #01204a;
  margin-bottom: 24px;
  min-height: 40px;
  display: flex;
  align-items: center;
}

.sub__recruit-answer {
  margin: 0;
  color: #7c7c7c;
}
.sub__recruit-answer p {
  line-height: 1.7;
  margin: 0 0 1.5em 0;
}
.sub__recruit-answer p:last-child {
  margin-bottom: 0;
}
.sub__recruit-answer ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1.5em;
}
.sub__recruit-answer ul li {
  line-height: 1.7;
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 0.5em;
}
.sub__recruit-answer ul li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.sub__recruit-answer strong {
  display: block;
  margin-bottom: 0.5em;
  color: #7c7c7c;
}

@media screen and (min-width: 821px) {
  .sub__recruit-question {
    align-items: flex-end;
  }
  .sub__recruit-question {
    margin-bottom: 40px;
  }
  .sub__recruit-list {
    padding-left: 40px;
  }
  .sub__recruit-item {
    margin-bottom: 80px;
    /* 丸のサイズ調整 */
  }
  .sub__recruit-item::before {
    width: 50px;
    height: 50px;
    left: -60px;
  }
  .sub__recruit-item:not(:last-child)::after {
    top: 15px;
    bottom: -80px; /* SPのmargin-bottomと同じ値 */
    left: -35px;
  }
  .sub__recruit-question {
    font-size: 18px;
    min-height: 30px;
  }
}
@media screen and (min-width: 1080px) {
  .sub__recruit-list {
    padding-left: 40px;
    margin-left: 140px;
  }
}
@media screen and (min-width: 1500px) {
  .sub__recruit-answer {
    margin-left: 140px;
  }
  .sub__recruit-list {
    margin: 0 auto;
  }
}
.message {
  background: #f9f9f9;
  margin-bottom: 120px;
}

.message__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 20px;
}

.message__image-wrapper {
  width: 100%;
  margin-bottom: 24px;
}
.message__image-wrapper img {
  width: 100%;
}

.message__title {
  color: #01204a;
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 1.5;
}

.message__person {
  margin-bottom: 40px;
}

.message__description-text {
  line-height: 1.7;
  margin-bottom: 40px;
}

@media screen and (min-width: 821px) {
  .message__inner {
    padding-top: 96px;
  }
  .message__image-wrapper {
    width: 60%;
  }
  .message__container {
    display: flex;
    gap: 40px;
    align-items: center;
  }
  .message__title {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1080px) {
  .message__inner {
    margin-left: 140px;
  }
}
@media screen and (min-width: 1500px) {
  .message__image-wrapper {
    width: 65%;
  }
  .message__inner {
    margin: 0 auto;
  }
}
/* プロフィールリスト全体のコンテナ */
.requirements {
  max-width: 1000px;
  margin: 40px auto 120px auto;
  padding: 0 20px;
}
.requirements .requirements-list {
  margin: 0;
  padding: 0;
}
.requirements .requirements-list__item {
  padding: 20px 0;
  border-bottom: 1px solid #e9e9e9;
}
.requirements .requirements-list__item:first-child {
  border-top: 1px solid #e9e9e9;
}
.requirements .requirements-list dt {
  color: #002b70;
}
.requirements .requirements-list dd {
  margin: 0;
  color: #7c7c7c;
  line-height: 1.7;
}
.requirements .requirements-list dt {
  margin-bottom: 8px;
}

@media screen and (min-width: 821px) {
  .requirements-list__item {
    display: flex;
    align-items: center;
    padding: 24px 16px;
  }
  .requirements-list dt {
    width: 200px;
    flex-shrink: 0;
    margin-bottom: 0;
  }
  .requirements-list dd {
    width: 100%;
  }
}
@media screen and (min-width: 1080px) {
  .requirements {
    padding-left: 80px;
  }
}
@media screen and (min-width: 1500px) {
  .requirements {
    padding-left: 0px;
  }
}
.sub__access__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 20px 120px 20px;
}

.sub__access__map {
  max-width: 800px;
  width: 100%;
  aspect-ratio: 800/600;
  margin-bottom: 40px;
}

.sub__access-text-wrapper {
  color: #7c7c7c;
}

.access__map-iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.sub__access__company {
  padding-bottom: 16px;
}

.sub__access__address {
  line-height: 1.5;
  padding-bottom: 16px;
}

.sub__access__tel {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 24px;
}

.sub__access__email {
  padding-bottom: 40px;
}

.sub__access__transport-title {
  padding-bottom: 8px;
}

@media screen and (min-width: 821px) {
  .sub__access__info {
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    flex-direction: row-reverse;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
  }
  .sub__access__map {
    margin-bottom: 0;
    width: 65%;
  }
  .sub__access__inner {
    padding-bottom: 140px;
  }
}
@media screen and (min-width: 1080px) {
  .sub__access__company {
    padding-bottom: 64px;
  }
  .sub__access__address {
    padding-bottom: 40px;
  }
  .sub__access-text-wrapper {
    font-size: 20px;
  }
  .sub__access__tel {
    padding-bottom: 40px;
    font-size: 32px;
  }
  .sub__access__email {
    padding-bottom: 64px;
  }
  .sub__access__inner {
    margin-left: 140px;
  }
}
@media screen and (min-width: 1500px) {
  .sub__access__inner {
    margin: 0 auto;
  }
}
.contact__item-title {
  margin: 32px 0;
}

.contact__flex-box-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  list-style: none;
  padding: 0 20px 120px 20px;
  margin: 0 auto;
  max-width: 600px;
}

.contact__flex-box-list__item {
  flex-grow: 1;
  flex-basis: 0;
  border: 1px solid #e0e0e0;
  position: relative;
  min-height: 200px;
}
.contact__flex-box-list__item a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
  padding: 1em;
}
.contact__flex-box-list__item::after {
  content: "";
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  background-color: #e0e0e0;
  border-radius: 50%;
  transition: background-color 0.3s;
}
.contact__flex-box-list__item:hover {
  border-color: #333;
}

@media screen and (min-width: 1080px) {
  .contact__flex-box-list {
    display: flex;
    flex-direction: row;
    gap: 8px;
  }
}
@media screen and (min-width: 1200px) {
  .contact__flex-box-list__item::after {
    content: "";
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    background-color: #e0e0e0;
    border-radius: 50%;
    transition: background-color 0.3s;
  }
}
@media screen and (min-width: 1500px) {
  .contact__flex-box-list {
    gap: 20px;
    margin-bottom: 160px;
  }
  .contact__flex-box-list__item {
    height: 250px;
  }
}
.sub__contact {
  background: #f7f7f7;
}

.sub_contact-inner {
  max-width: 1000px;
  padding: 80px 20px;
  margin: 0 auto;
}

.contact__form__group__wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contact__form__area {
  max-width: 650px;
  width: 100%;
  background: #fff;
  border: 1px solid #707070;
  height: 60px;
}

.contact__form__label {
  display: block;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 12px;
}

.require {
  color: #f00000;
}

.wpcf7-textarea {
  max-width: 650px;
  width: 100%;
  height: 200px;
  background: #fff;
  border: 1px solid #707070;
}

/* ラジオボタン群のコンテナを縦並びに設定 */
.wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 24px 0 40px 0;
  padding: 0;
}

.wpcf7-radio .wpcf7-list-item > label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.wpcf7-list-item input[type=radio] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #cbcbcb;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  outline: none;
  cursor: pointer;
  transition: border-color 0.2s;
  vertical-align: middle;
}

.wpcf7-list-item input[type=radio]:checked {
  border-color: #7c7c7c;
  background-color: #fff;
}

.wpcf7-list-item input[type=radio]:checked::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #7c7c7c;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wpcf7-acceptance .wpcf7-list-item > label {
  display: inline-flex;
  gap: 12px;
  cursor: pointer;
}

.wpcf7-acceptance input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 22px;
  height: 22px;
  border-radius: 1px;
  position: relative;
  outline: none;
  cursor: pointer;
  transition: all 0.2s;
  flex-shrink: 0;
}

.wpcf7-acceptance input[type=checkbox]:checked {
  background-color: #fff;
  border-color: #7c7c7c;
}

.wpcf7-acceptance input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 7px;
  width: 8px;
  height: 14px;
  border-style: solid;
  border-color: #7c7c7c;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.contact__form__policy {
  max-width: 730px;
  margin: 0 auto;
}

.contact__form__policy-lead {
  line-height: 1.7;
  margin-bottom: 16px;
}

.contact__form__policy__check {
  margin-bottom: 64px;
}

.contact__form__policy-note {
  line-height: 1.7;
  padding-bottom: 40px;
}

/* --- ボタンを囲むpタグを中央揃えにする --- */
.wpcf7-form p:has(> .wpcf7-submit) {
  margin-top: 40px; /* ボタンの上の余白 */
  text-align: center;
}

/* --- ボタン自体のスタイル --- */
.wpcf7-submit.btn__link {
  display: inline-block;
  width: 185px;
  height: 62px;
  max-width: 400px;
  background-color: #01204a;
  color: #ffb400;
  padding: 18px 20px;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.3s;
}

.wpcf7-submit.btn__link:hover {
  opacity: 0.8;
}

.wpcf7-submit.submitting {
  cursor: wait;
}

@media screen and (min-width: 821px) {
  .contact__form__group:has(.wpcf7-textarea) {
    margin-bottom: 32px;
  }
  .contact__form__group p {
    display: flex;
    align-items: center;
    flex-direction: row;
  }
  .wpcf7-form-control.wpcf7-radio {
    flex-direction: row;
    margin: 0;
  }
  .contact__form__group-radio > p {
    display: flex;
    align-items: center;
    gap: 32px;
    margin-bottom: 80px;
  }
  .contact__form__label {
    flex-basis: 220px;
    flex-shrink: 0;
    text-align: left;
    margin-bottom: 0;
  }
  .wpcf7-form-control-wrap {
    flex-grow: 1;
  }
}
@media screen and (min-width: 1080px) {
  .sub_contact-inner {
    margin-left: 140px;
  }
  .contact__form__policy-lead {
    margin-bottom: 64px;
  }
  .wpcf7-radio .wpcf7-list-item > label {
    gap: 20px;
  }
  .contact__form__policy {
    width: 660px;
    margin: 0;
    margin-left: 220px;
  }
}
.wpcf7-acceptance .wpcf7-list-item > label {
  gap: 20px;
  margin-left: 32px;
}

@media screen and (min-width: 1500px) {
  .sub_contact-inner {
    margin: 0 auto;
  }
}
.sub__contact-access__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 20px 120px 20px;
}

.sub__contact-access__map {
  max-width: 1280px;
  width: 100%;
  aspect-ratio: 1280/600;
  margin-bottom: 40px;
}

.sub__contact-access-text-wrapper {
  color: #7c7c7c;
}

.contact-access-map-iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.contact-access-map__logo {
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 30px;
  padding-bottom: 40px;
}

.store-info__list {
  max-width: 620px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.store-info__list dt {
  margin-bottom: 6px;
}

.contact-access-map__details {
  max-width: 620px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media screen and (min-width: 821px) {
  .sub__contact-access {
    padding-bottom: 120px;
  }
  .store-info__list {
    margin: 0;
  }
  .sub__contact-access-text-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 auto;
    max-width: 610px;
    position: relative;
  }
  .contact-access-map__logo::after {
    content: "";
    position: absolute;
    top: 0%; /* 上下を少し短くする */
    bottom: 0%;
    right: 50%; /* 右端に配置 */
    width: 1px;
    background-color: #e0e0e0;
  }
}
@media screen and (min-width: 1080px) {
  .sub__contact-access__inner {
    margin-left: 120px;
  }
}
@media screen and (min-width: 1600px) {
  .sub__contact-access__inner {
    margin-left: 0px;
    margin: 0 auto;
  }
}
.confirm__title {
  text-align: center;
  padding-bottom: 40px;
}

.contact__form__txt {
  text-align: center;
  line-height: 1.7;
  padding-bottom: 80px;
}

.sub-contact_send__inner {
  max-width: 1200;
  padding: 120px 20px;
}

.sub-contact_send__title {
  text-align: center;
  padding-bottom: 40px;
}

.sub-contact_send__description {
  text-align: center;
  line-height: 1.7;
  padding-bottom: 120px;
}

.send__btn {
  margin: 0 auto;
}

.subpage-mainvisual__inner {
  padding: 80px 20px 64px 20px;
  margin: 0 auto;
  max-width: 800px;
}

.subpage-mainvisual__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 20px;
}

.subpage-mainvisual__title-en {
  font-size: 40px;
}

.subpage-mainvisual__title-ja {
  font-size: 24px;
}

.policy__inner {
  padding: 0px 20px 120px 20px;
  margin: 0 auto;
  max-width: 800px;
}

.policy__txt {
  line-height: 1.7;
  padding-bottom: 40px;
}

.policy__item__title {
  line-height: 1.7;
  padding-bottom: 8px;
}

.policy__item__txt {
  line-height: 1.7;
  padding-bottom: 40px;
}

.policy__content__item {
  padding-bottom: 10px;
}
.policy__content__item:last-of-type {
  padding-bottom: 40px;
}/*# sourceMappingURL=style.css.map */