@charset "UTF-8";
/* メディアクエリ */
/* フォントサイズ画面幅自動調整clamp */
/* ボタン標準設定 */
a {
  display: block;
  text-decoration: none;
}

p {
  margin: 0;
}

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

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

iframe {
  width: 100%;
}

.main-visual {
  height: calc(100vh - 57px);
  padding-top: 57px;
}
@media (min-width: 480px) {
  .main-visual {
    height: calc(100vh - 66px);
    padding-top: 66px;
  }
}
@media (min-width: 768px) {
  .main-visual {
    height: calc(100vh - 90px);
    padding-top: 90px;
  }
}
@media (min-width: 1024px) {
  .main-visual {
    height: calc(100vh - 95px);
    padding-top: 95px;
  }
}

.base-content {
  padding: 50px 7vw 0;
}
@media (min-width: 768px) {
  .base-content {
    padding: 100px 10vw 0;
  }
}

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

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

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

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

/* 基本設定 */
body {
  color: #343434;
  font-family: "Inter", "Yu Gothic", "Hiragino Sans", sans-serif;
  font-weight: 400;
}

a {
  color: #ffffff;
}

p {
  line-height: 1.3;
}

h1,
h2 {
  margin: 0;
  padding: 0;
}

.top-h2 {
  color: #005133;
  display: inline-block;
  font-weight: 400;
  border-bottom: 1px solid #005133;
  padding-bottom: 10px;
  font-size: clamp(16px, 16px + (20 - 16) * (100vw - 300px) / (1440 - 300), 20px);
}

.amv-h1,
.mmv-h1,
.cmv-h1 {
  color: #005133;
  padding: 15px;
  background: rgba(255, 255, 255, 0.9);
  font-size: clamp(16px, 16px + (32 - 16) * (100vw - 300px) / (1440 - 300), 32px);
}

.about-h2,
.mission-h2 {
  color: #ffffff;
  display: inline-block;
  padding: 15px;
  background: #005133;
  font-weight: 700;
  font-size: clamp(16px, 16px + (32 - 16) * (100vw - 300px) / (1440 - 300), 32px);
}
@media (min-width: 768px) {
  .about-h2,
  .mission-h2 {
    padding: 20px;
  }
}

/* ヘッダー */
.all-header-language {
  font-weight: 700;
  font-size: clamp(12px, 12px + (16 - 12) * (100vw - 300px) / (768 - 300), 16px);
}

@media (min-width: 768px) {
  .all-header-nav,
  .menu-absolute {
    font-weight: 700;
    font-size: clamp(16px, 16px + (20 - 16) * (100vw - 768px) / (1440 - 768), 20px);
  }
}
/* トップページ */
.tmvc-h2,
.tmvc-text {
  color: #ffffff;
  font-weight: 700;
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
}

.tmvc-h2 {
  font-size: clamp(28px, 28px + (64 - 28) * (100vw - 300px) / (1440 - 300), 64px);
}

.tmvc-text {
  margin-top: 15px;
  font-size: clamp(14px, 14px + (48 - 14) * (100vw - 300px) / (1440 - 300), 48px);
}

.top-about-title {
  margin-top: 20px;
  font-weight: 700;
  font-size: clamp(20px, 20px + (32 - 20) * (100vw - 300px) / (1440 - 300), 32px);
}

.top-about-text {
  font-size: clamp(14px, 14px + (20 - 14) * (100vw - 300px) / (1440 - 300), 20px);
}

.tbt-title {
  display: inline-block;
  font-weight: 700;
  border-bottom: 1px solid #343434;
  padding-bottom: 10px;
  font-size: clamp(20px, 20px + (24 - 20) * (100vw - 300px) / (1440 - 300), 24px);
}

.tbt-text {
  margin-top: 10px;
  font-size: clamp(14px, 14px + (20 - 14) * (100vw - 300px) / (1440 - 300), 20px);
}

.top-message-phrase {
  color: #ffffff;
  font-size: clamp(12px, 12px + (24 - 12) * (100vw - 300px) / (1440 - 300), 24px);
}

.top-strengths-title {
  display: inline-block;
  font-weight: 700;
  border-bottom: 1px solid #343434;
  padding-bottom: 10px;
  font-size: clamp(14px, 14px + (20 - 14) * (100vw - 300px) / (1440 - 300), 20px);
}

.top-strengths-text {
  text-align: left;
  font-weight: 700;
  font-size: clamp(12px, 12px + (18 - 12) * (100vw - 300px) / (1440 - 300), 18px);
}

/* フッター */
.fc-title {
  font-weight: 700;
}
.fc-title p {
  display: inline-block;
  font-size: clamp(16px, 16px + (32 - 16) * (100vw - 300px) / (1440 - 300), 32px);
}

.fc-text {
  margin-top: 10px;
  text-align: left;
  font-size: clamp(14px, 14px + (20 - 14) * (100vw - 300px) / (1440 - 300), 20px);
}
@media (min-width: 768px) {
  .fc-text {
    margin-top: 15px;
  }
}
.fc-text span {
  font-weight: 700;
}

.fi-sitemap {
  font-weight: 700;
  font-size: clamp(14px, 14px + (20 - 14) * (100vw - 300px) / (1440 - 300), 20px);
}

.fi-address {
  color: #ffffff;
  font-size: clamp(14px, 14px + (20 - 14) * (100vw - 300px) / (1440 - 300), 20px);
}

.copyright {
  color: #ffffff;
  font-size: clamp(12px, 12px + (16 - 12) * (100vw - 300px) / (1440 - 300), 16px);
}

/* 会社概要 */
.about-history-phrase {
  color: #005133;
  width: 100%;
  padding: 15px 0;
  background: #a9ffb6;
  text-align: center;
  font-size: clamp(12px, 12px + (32 - 12) * (100vw - 300px) / (1440 - 300), 32px);
}
@media (min-width: 768px) {
  .about-history-phrase {
    width: 80%;
    padding: 30px 0;
    align-self: center;
  }
}

.about-history-text {
  gap: 10px;
  display: flex;
  flex-direction: column;
  font-size: clamp(12px, 12px + (20 - 12) * (100vw - 300px) / (1440 - 300), 20px);
}
@media (min-width: 768px) {
  .about-history-text {
    gap: 15px;
  }
}

.bi-title {
  font-weight: 700;
  border-bottom: 1px solid #343434;
  padding-bottom: 10px;
  font-size: clamp(16px, 16px + (32 - 16) * (100vw - 300px) / (1440 - 300), 32px);
}

.bi-accsess {
  font-size: clamp(14px, 14px + (20 - 14) * (100vw - 300px) / (1440 - 300), 20px);
}

.bi-text {
  gap: 15px;
  display: flex;
  align-self: flex-start;
  margin-top: 5px;
  flex-direction: column;
  font-size: clamp(14px, 14px + (20 - 14) * (100vw - 300px) / (1440 - 300), 20px);
}
@media (min-width: 768px) {
  .bi-text {
    gap: 20px;
    align-self: center;
    text-align: center;
  }
}
.bi-text i {
  color: #a9ffb6;
  margin-right: 10px;
}

/* 企業理念 */
.cp-title {
  color: #005133;
  font-weight: 700;
  font-size: clamp(16px, 16px + (32 - 16) * (100vw - 300px) / (1440 - 300), 32px);
}
@media (min-width: 768px) {
  .cp-title {
    text-align: center;
  }
}

.cp-text {
  flex: 1;
  font-size: clamp(14px, 14px + (20 - 14) * (100vw - 300px) / (1440 - 300), 20px);
}

.mm-position {
  gap: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: clamp(14px, 14px + (20 - 14) * (100vw - 300px) / (1440 - 300), 20px);
}
.mm-position .mm-name {
  font-weight: 700;
  font-size: clamp(16px, 16px + (24 - 16) * (100vw - 300px) / (1440 - 300), 24px);
}

.mm-text {
  font-size: clamp(14px, 14px + (20 - 14) * (100vw - 300px) / (1440 - 300), 20px);
}

/* 404ページ */
.not-found h1 {
  color: #0067c0;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
  font-size: clamp(36px, 36px + (64 - 36) * (100vw - 300px) / (1440 - 300), 64px);
}
.not-found p {
  text-align: center;
  font-size: clamp(12px, 12px + (16 - 12) * (100vw - 300px) / (1440 - 300), 16px);
}

.breadcrumb {
  gap: 5px;
  top: 65px;
  left: 8px;
  color: #005133;
  display: flex;
  z-index: 1;
  position: absolute;
  font-weight: 700;
  font-size: clamp(12px, 12px + (16 - 12) * (100vw - 300px) / (1440 - 300), 16px);
}
@media (min-width: 480px) {
  .breadcrumb {
    top: 75px;
  }
}
@media (min-width: 768px) {
  .breadcrumb {
    top: 105px;
    left: 15px;
  }
}
.breadcrumb a {
  color: #005133;
}

.btn {
  background: #0067c0;
  transition: all 0.4s;
}
.btn:hover {
  background: #ffffff;
}
.btn a {
  color: #ffffff;
  padding: 15px 20px;
  transition: all 0.4s;
  font-weight: 700;
}
.btn a:hover {
  color: #002b5c;
}

.tmvc-btn {
  width: fit-content;
  border: 1px solid #ffffff;
  align-self: flex-end;
  background: transparent;
  margin-top: 30px;
  font-size: clamp(14px, 14px + (24 - 14) * (100vw - 300px) / (1440 - 300), 24px);
}
@media (min-width: 768px) {
  .tmvc-btn {
    align-self: flex-start;
  }
}
.tmvc-btn a {
  padding: 15px 20px;
}
@media (min-width: 768px) {
  .tmvc-btn a {
    padding: 20px 30px;
  }
}

.top-about-btn {
  align-self: center;
  font-size: clamp(12px, 12px + (16 - 12) * (100vw - 300px) / (1440 - 300), 16px);
}
.top-about-btn:hover {
  background: #a9a9a9;
}
.top-about-btn a {
  padding: 12px 20px;
}

.fc-btn {
  display: inline-block;
  margin-top: 20px;
  font-size: clamp(16px, 16px + (20 - 16) * (100vw - 300px) / (1440 - 300), 20px);
}
.fc-btn:hover {
  background: #a9a9a9;
}

.return-btn {
  font-size: clamp(14px, 14px + (20 - 14) * (100vw - 300px) / (1440 - 300), 20px);
}
.return-btn:hover {
  background: #a9a9a9;
}

.hamburger-menu-nav {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: fixed;
  font-size: 18px;
  background: #002b5c;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
  /* 開いたとき */
}
.hamburger-menu-nav .ham-nav-logo {
  width: 250px;
  margin: 90px auto 20px;
}
@media (min-width: 480px) {
  .hamburger-menu-nav .ham-nav-logo {
    width: 300px;
  }
}
.hamburger-menu-nav ul {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.hamburger-menu-nav ul li {
  padding: 15px 0;
}
.hamburger-menu-nav ul li .menu-relative li {
  padding: 0;
}
.hamburger-menu-nav.active {
  opacity: 1;
  visibility: visible;
}

/* ハンバーガーアイコン */
.hamburger-menu {
  width: 30px;
  height: 20px;
  display: flex;
  z-index: 99;
  margin-right: 20px;
  flex-direction: column;
  justify-content: space-between;
  /* アクティブ時の変形 */
}
.hamburger-menu span {
  height: 3px;
  background: #ffffff;
  transition: all 0.3s ease-in-out;
  border-radius: 2px;
}
.hamburger-menu.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.hamburger-menu.active span:nth-child(2) {
  opacity: 0;
}
.hamburger-menu.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* Font Awesome 下三角アイコンを追加 */
.lang-list li.current-lang > a::after {
  content: "\f078"; /* fa-chevron-downのunicode */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 5px;
}

/* 上向き */
.lang-list li.current-lang > a.open::after {
  content: "\f077";
}

.lang-list > li:not(.current-lang) a {
  display: block;
}

/* absolute ver. */
.menu-absolute {
  position: relative;
  /* 他の言語を非表示に */
}
.menu-absolute .lang-list > li:not(.current-lang) {
  top: -20%;
  left: 0;
  width: 100px;
  border: 1px solid #ffffff;
  display: none;
  z-index: 10;
  position: absolute;
  transform: translateY(calc(var(--index, 0) * 95%)); /* 順番にずらす */
  background: #002b5c;
}
@media (min-width: 480px) {
  .menu-absolute .lang-list > li:not(.current-lang) {
    width: 120px;
  }
}
@media (min-width: 768px) {
  .menu-absolute .lang-list > li:not(.current-lang) {
    top: 20%;
    width: 150px;
  }
}
.menu-absolute .lang-list > li:not(.current-lang) a {
  padding: 10px;
}
.menu-absolute .lang-list > li:not(.current-lang) a:hover {
  background: #343434;
}

/* relative ver. */
.menu-relative li:not(.current-lang) {
  width: 200px;
  display: none;
  position: relative;
  background: #18406d;
  text-align: center;
}
@media (min-width: 768px) {
  .menu-relative li:not(.current-lang) {
    width: 180px;
  }
}
@media (min-width: 1024px) {
  .menu-relative li:not(.current-lang) {
    width: 200px;
  }
}
.menu-relative li:not(.current-lang):nth-child(2) {
  margin-top: 15px;
}
.menu-relative li:not(.current-lang) a {
  padding: 10px;
}
.menu-relative li:not(.current-lang) a:hover {
  background: #343434;
}

.lang-item-first a {
  display: inline-block;
}

.all-footer-contact {
  width: 80%;
  border: 1px solid #a9a9a9;
  margin: 50px auto;
  padding: 15px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
  text-align: center;
  border-radius: 20px;
}
@media (min-width: 480px) {
  .all-footer-contact {
    width: 70%;
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .all-footer-contact {
    width: 55%;
    margin: 100px auto;
    padding: 30px 20px;
  }
}

.all-footer-info {
  padding: 50px 5vw 30px;
  background: #002b5c;
  text-align: center;
}
@media (min-width: 768px) {
  .all-footer-info {
    padding: 100px 5vw 50px;
  }
}
.all-footer-info .fi-flex {
  gap: 30px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .all-footer-info .fi-flex {
    gap: 0;
    display: grid;
    grid-template-columns: 35% 30% 35%;
  }
}
@media (min-width: 768px) {
  .all-footer-info .fi-flex .fi-logo {
    grid-row: 1;
    grid-column: 1;
  }
}
.all-footer-info .fi-flex .fi-logo a {
  display: inline-block;
}
.all-footer-info .fi-flex .fi-logo a img {
  width: 270px;
}
@media (min-width: 480px) {
  .all-footer-info .fi-flex .fi-logo a img {
    width: 350px;
  }
}
@media (min-width: 768px) {
  .all-footer-info .fi-flex .fi-logo a img {
    width: 250px;
  }
}
@media (min-width: 1024px) {
  .all-footer-info .fi-flex .fi-logo a img {
    width: 300px;
  }
}
@media (min-width: 768px) {
  .all-footer-info .fi-flex .fi-sitemap {
    grid-row: 1/span 2; /* 縦方向に中央に */
    align-self: center;
    grid-column: 2;
  }
}
.all-footer-info .fi-flex .fi-sitemap .fi-sitemap-flex {
  gap: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.all-footer-info .fi-flex .fi-sitemap .fi-sitemap-flex a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.all-footer-info .fi-flex .fi-address {
  gap: 20px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .all-footer-info .fi-flex .fi-address {
    grid-row: 1;
    margin-top: 70px;
    grid-column: 1;
  }
}
@media (min-width: 1024px) {
  .all-footer-info .fi-flex .fi-address {
    margin-top: 80px;
  }
}
@media (min-width: 768px) {
  .all-footer-info .fi-flex .fi-map {
    grid-row: 1/span 2;
    grid-column: 3;
  }
}
.all-footer-info .copyright {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .all-footer-info .copyright {
    margin-top: 50px;
  }
}

.all-header {
  top: 0;
  left: 0;
  width: 100%;
  height: 27px;
  display: flex;
  padding: 15px 0;
  z-index: 99;
  position: fixed;
  background: #002b5c;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 480px) {
  .all-header {
    height: 36px;
  }
}
@media (min-width: 768px) {
  .all-header {
    height: 50px;
    padding: 20px 0;
  }
}
@media (min-width: 1024px) {
  .all-header {
    height: 55px;
  }
}

.all-header-logo {
  margin-left: 15px;
}
.all-header-logo img {
  width: 150px;
}
@media (min-width: 480px) {
  .all-header-logo img {
    width: 200px;
  }
}
@media (min-width: 768px) {
  .all-header-logo img {
    width: 250px;
  }
}
@media (min-width: 1024px) {
  .all-header-logo img {
    width: 300px;
  }
}

.all-header-content {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 480px) {
  .all-header-content {
    gap: 20px;
  }
}
@media (min-width: 768px) {
  .all-header-content {
    display: none;
  }
}

.all-header-nav {
  display: none;
}
@media (min-width: 768px) {
  .all-header-nav {
    display: block;
    margin-right: 25px;
  }
  .all-header-nav ul {
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .all-header-nav ul a:hover {
    color: rgba(255, 255, 255, 0.8);
  }
  .all-header-nav ul .all-header-nav-btn a:hover {
    color: #002b5c;
  }
}
@media (min-width: 1024px) {
  .all-header-nav {
    margin-right: 30px;
  }
  .all-header-nav ul {
    gap: 40px;
  }
}

.not-found {
  gap: 30px;
  display: flex;
  padding: 150px 10vw 50px;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .not-found {
    gap: 50px;
    padding: 200px 10vw 100px;
  }
}

.top-main-visual {
  background-size: cover;
  background-image: url("../images/top-mv.jpg");
  background-repeat: no-repeat;
  background-position: center;
}
.top-main-visual .tmv-content {
  display: flex;
  padding: 100px 10vw 0;
  flex-direction: column;
}
@media (min-width: 768px) {
  .top-main-visual .tmv-content {
    padding-top: 120px;
  }
}

.top-about {
  position: relative;
  background-size: cover;
  background-image: url("../images/top-about.jpg");
  background-repeat: no-repeat;
  background-position: center;
}
.top-about::before {
  inset: 0;
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
@media (min-width: 768px) {
  .top-about::before {
    width: 50%;
  }
}
.top-about .top-about-content {
  gap: 20px;
  display: flex;
  padding: 50px 10vw;
  z-index: 1;
  position: relative;
  box-sizing: border-box;
  align-items: flex-start;
  flex-direction: column;
}
@media (min-width: 768px) {
  .top-about .top-about-content {
    width: 50%;
    padding: 100px 10vw;
  }
}

.top-business {
  padding: 50px 10vw;
  background: #f7f9fb;
}
@media (min-width: 768px) {
  .top-business {
    padding: 100px 10vw;
  }
}
.top-business .top-business-fx {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .top-business .top-business-fx {
    gap: 50px;
    display: flex;
    margin-top: 50px;
    justify-content: space-between;
  }
}
.top-business .top-business-fx .top-business-content {
  gap: 20px;
  display: flex;
  padding: 20px;
  background: #ffffff;
  text-align: center;
  flex-direction: column;
}
@media (min-width: 480px) {
  .top-business .top-business-fx .top-business-content {
    padding: 30px;
  }
}
@media (min-width: 768px) {
  .top-business .top-business-fx .top-business-content {
    width: 50%;
    padding: 0;
    background: #f7f9fb;
    align-items: center;
    flex-direction: row;
  }
  .top-business .top-business-fx .top-business-content .top-business-img {
    width: 50%;
  }
  .top-business .top-business-fx .top-business-content .top-business-text {
    width: 50%;
  }
}
.top-business .top-business-fx .top-business-content:nth-of-type(2) {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .top-business .top-business-fx .top-business-content:nth-of-type(2) {
    margin: 0;
  }
}

.top-message {
  position: relative;
  background-size: cover;
  background-image: url("../images/top-message.jpg");
  background-repeat: no-repeat;
  background-position: center;
}
.top-message::before {
  inset: 0;
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}
.top-message .top-message-phrase {
  padding: 50px 10vw;
  z-index: 1;
  position: relative;
  text-align: center;
}
@media (min-width: 480px) {
  .top-message .top-message-phrase {
    padding: 100px 10vw;
  }
}
@media (min-width: 768px) {
  .top-message .top-message-phrase {
    padding: 150px 10vw;
  }
}

.top-strengths {
  padding: 50px 10vw;
  background: #f7f9fb;
}
@media (min-width: 768px) {
  .top-strengths {
    padding: 100px 10vw;
  }
}
.top-strengths .top-strengths-fx {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .top-strengths .top-strengths-fx {
    display: flex;
    margin-top: 50px;
    justify-content: space-between;
  }
}
.top-strengths .top-strengths-fx .top-strengths-content {
  gap: 10px;
  border: 2px solid #a9a9a9;
  display: flex;
  padding: 20px;
  background: #ffffff;
  margin-top: 30px;
  text-align: center;
  border-radius: 5px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .top-strengths .top-strengths-fx .top-strengths-content {
    gap: 15px;
    width: 25%;
    margin: 0;
    padding: 30px 20px;
  }
}
.top-strengths .top-strengths-fx .top-strengths-content:first-child {
  margin: 0;
}
.top-strengths .top-strengths-fx .top-strengths-content img {
  width: 115px;
  display: inline-block;
}

.about-main-visual {
  display: flex;
  align-items: center;
  background-size: cover;
  justify-content: center;
  background-image: url("../images/about-mv.jpg");
  background-repeat: no-repeat;
  background-position: center;
}

.about-history {
  gap: 20px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
@media (min-width: 768px) {
  .about-history {
    gap: 30px;
  }
}

.bi-flex {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .bi-flex {
    display: flex;
    margin-top: 50px;
    align-items: center;
    justify-content: space-between;
  }
}
.bi-flex .bi-content {
  gap: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .bi-flex .bi-content {
    gap: 30px;
    width: 47%;
  }
}
.bi-flex .bi-map {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .bi-flex .bi-map {
    width: 47%;
    margin: 0;
  }
}

.contact-main-visual {
  display: flex;
  align-items: center;
  background-size: cover;
  justify-content: center;
  background-image: url("../images/contact-mv.jpg");
  background-repeat: no-repeat;
  background-position: center;
}

.contact-form form p {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .contact-form form p {
    margin-bottom: 30px;
  }
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 15px 10px;
  box-sizing: border-box;
}

.contact-form input[type=submit] {
  color: #ffffff;
  border: none;
  padding: 15px 20px;
  background: #0067c0;
  transition: all 0.4s;
}
@media (min-width: 480px) {
  .contact-form input[type=submit] {
    width: 50vw;
  }
}
@media (min-width: 1024px) {
  .contact-form input[type=submit] {
    width: 20vw;
  }
}
.contact-form input[type=submit]:hover {
  color: #002b5c;
  background: #a9a9a9;
}

.wpcf7-spinner {
  display: block;
}

/* 未入力・エラー時に赤枠 */
.wpcf7-not-valid {
  border: 2px solid #ff0000 !important;
  background-color: #ffe6e6;
}

/* エラーメッセージ非表示 */
.wpcf7-not-valid-tip {
  display: none;
}

.mission-main-visual {
  display: flex;
  align-items: center;
  background-size: cover;
  justify-content: center;
  background-image: url("../images/mission-mv.jpg");
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 768px) {
  .cp-flex {
    display: flex;
    margin-top: 50px;
    justify-content: space-between;
  }
}
.cp-flex .cp-content {
  gap: 20px;
  display: flex;
  margin-top: 30px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .cp-flex .cp-content {
    width: 45%;
    margin: 0;
  }
}
.cp-flex .cp-c-border {
  border-bottom: 1px solid #a9ffb6;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .cp-flex .cp-c-border {
    border: 0;
    padding: 0;
  }
}

.mm-flex {
  gap: 10px;
  display: flex;
  margin-top: 30px;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .mm-flex {
    gap: 0;
    margin-top: 50px;
    flex-direction: row;
    justify-content: space-between;
  }
}
.mm-flex .mm-img {
  width: 70vw;
}
@media (min-width: 768px) {
  .mm-flex .mm-img {
    width: 47%;
  }
}
.mm-flex .mm-content {
  gap: 20px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .mm-flex .mm-content {
    width: 47%;
    flex-direction: column-reverse;
  }
}

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