@charset "UTF-8";
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.tab {
  display: none;
}
@media (max-width: 768px) {
  .tab {
    display: block;
  }
}

@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.tab {
  display: none;
}
@media (max-width: 768px) {
  .tab {
    display: block;
  }
}

/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 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 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

/**
 * 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 */
  -webkit-text-decoration: underline dotted;
          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: inherit;
  /* 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;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * 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] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

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

/**
 * 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 outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

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

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

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "×";
  text-align: center;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0);
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.tab {
  display: none;
}
@media (max-width: 768px) {
  .tab {
    display: block;
  }
}

a {
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s;
}
a:hover {
  color: #888;
}

html {
  scroll-behavior: smooth;
  overscroll-behavior: auto;
}

li {
  list-style-type: none;
}

.fixed {
  position: fixed;
  width: 100%;
  padding-bottom: 16px;
  background-color: #fff7f3;
  top: 0;
  z-index: 999;
}
@media (max-width: 1200px) {
  .fixed {
    padding-bottom: 1.3333333333vw;
  }
}

body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #222222;
}

img {
  max-width: 100%;
}

.block {
  display: block !important;
}

.none {
  display: none !important;
}

.pc {
  display: block !important;
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.tab {
  display: none !important;
}
@media (max-width: 768px) {
  .tab {
    display: block !important;
  }
}

@media (max-width: 440px) {
  .pc-words {
    display: none !important;
  }
}

.sp-words {
  display: none !important;
}
@media (max-width: 440px) {
  .sp-words {
    display: block !important;
  }
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-low {
  display: flex;
  flex-wrap: wrap;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.flex-around {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

/* ボタンで表示・非表示JSで値操作 */
[data-display=hide] {
  display: none;
}

[data-display=show] {
  display: block;
}

.fadeUp {
  opacity: 0;
  transform: translateY(40px);
}

.fadeUp.show-fadeUp {
  animation: fadeUp 1.3s ease-in-out forwards;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeIn1 {
  opacity: 0;
}

.fadeIn1.show-fadeIn1 {
  animation: fadeIn 0.9s ease-in-out forwards;
}

.fadeIn2 {
  opacity: 0;
}

.fadeIn2.show-fadeIn2 {
  animation: fadeIn 1.1s 0.6s ease-in-out forwards;
}

.fadeIn3 {
  opacity: 0;
}

.fadeIn3.show-fadeIn3 {
  animation: fadeIn 1.1s 1.1s ease-in-out forwards;
}

.fadeIn4 {
  opacity: 0;
}

.fadeIn4.show-fadeIn4 {
  animation: fadeIn 1.1s 1.7s ease-in-out forwards;
}

.fadeIn5 {
  opacity: 0;
}

.fadeIn5.show-fadeIn5 {
  animation: fadeIn 0.8s ease forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.bound1 {
  opacity: 0;
}

.bound1.show-bound1 {
  animation: bound 1s 0.3s linear forwards;
}

.bound2 {
  opacity: 0;
}

.bound2.show-bound2 {
  animation: bound 2s 1s linear forwards;
}

.bound3 {
  opacity: 0;
}

.bound3.show-bound3 {
  animation: bound 2s 1.6s linear forwards;
}

@keyframes bound {
  0% {
    transform: translate(0%, -48%);
    opacity: 0;
  }
  30% {
    transform: translate(0%, 0%) scale(0.95);
  }
  40% {
    transform: translate(0%, -12%);
    opacity: 1;
  }
  55% {
    transform: translate(0%, 0%) scale(0.95);
  }
  60% {
    transform: translate(0%, -6%);
  }
  70% {
    transform: translate(0%, 0%) scale(0.95);
  }
  75% {
    transform: translate(0%, -2.4%);
  }
  100% {
    transform: translate(0%, 0%);
    opacity: 1;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes scrollAnime {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* 拡大 */
.zoomIn {
  opacity: 0;
}

.show-zoomIn {
  opacity: 1;
  animation-name: zoomInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes zoomInAnime {
  from {
    transform: scale(0.6);
  }
  to {
    transform: scale(1);
  }
}
/* 拡大 */
.zoomIn1 {
  opacity: 0;
}

.show-zoomIn1 {
  opacity: 1;
  animation-name: zoomInAnime1;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes zoomInAnime1 {
  from {
    transform: scale(0.6);
  }
  to {
    transform: scale(1);
  }
}
.other .header .logo {
  display: none;
}

main {
  position: relative;
}
main .container {
  max-width: 1500px;
  width: 95%;
  margin: 0 auto;
}
@media (max-width: 1500px) {
  main .container {
    width: 91%;
  }
}
@media (max-width: 768px) {
  main .container {
    width: 89.84375vw;
  }
}
main .section-title {
  padding: 40px 0;
  position: relative;
  text-align: center;
}
@media (max-width: 1500px) {
  main .section-title {
    padding-top: 2.7777777778vw 0;
  }
}
@media (max-width: 768px) {
  main .section-title {
    padding: 6.5104166667vw 0;
  }
}
main .section-title h2 {
  color: rgba(255, 255, 255, 0.2941176471);
  font-size: 80px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media (max-width: 1500px) {
  main .section-title h2 {
    font-size: 5.5555555556vw;
  }
}
@media (max-width: 768px) {
  main .section-title h2 {
    font-size: 13.0208333333vw;
  }
}
main .section-title h3 {
  position: absolute;
  bottom: 42px;
  left: 0;
  right: 0;
  color: #000;
  font-size: 32px;
  font-weight: 900;
}
@media (max-width: 1500px) {
  main .section-title h3 {
    bottom: 2.9166666667vw;
    font-size: 2.2222222222vw;
  }
}
@media (max-width: 768px) {
  main .section-title h3 {
    bottom: 5.2083333333vw;
    font-size: 5.2083333333vw;
  }
}
main .section-big-ttl {
  display: flex;
  align-items: flex-end;
  gap: 34px;
  color: #22800C;
}
@media (max-width: 1500px) {
  main .section-big-ttl {
    gap: 2.3611111111vw;
  }
}
@media (max-width: 768px) {
  main .section-big-ttl {
    gap: 3.90625vw;
  }
}
main .section-big-ttl h2 {
  font-size: 40px;
  font-weight: bold;
}
@media (max-width: 1500px) {
  main .section-big-ttl h2 {
    font-size: 2.7777777778vw;
  }
}
@media (max-width: 768px) {
  main .section-big-ttl h2 {
    font-size: 7.2916666667vw;
  }
}
main .section-big-ttl h3 {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 23px;
}
@media (max-width: 1500px) {
  main .section-big-ttl h3 {
    gap: 0.2777777778vw;
  }
}
@media (max-width: 768px) {
  main .section-big-ttl h3 {
    gap: 1.3020833333vw;
  }
}
main .section-big-ttl h3 img {
  width: 24px;
}
@media (max-width: 1500px) {
  main .section-big-ttl h3 img {
    width: 1.6666666667vw;
  }
}
@media (max-width: 768px) {
  main .section-big-ttl h3 img {
    width: 4.1666666667vw;
  }
}
@media (max-width: 1500px) {
  main .section-big-ttl h3 {
    font-size: 1.5972222222vw;
  }
}
@media (max-width: 768px) {
  main .section-big-ttl h3 {
    font-size: 4.9479166667vw;
  }
}
main .scroll-to-top {
  width: 80px;
  position: fixed;
  bottom: 40px;
  right: 80px;
  z-index: 96;
}
@media (max-width: 1500px) {
  main .scroll-to-top {
    width: 5.5555555556vw;
    bottom: 2.7777777778vw;
    right: 5.5555555556vw;
  }
}
main .scroll-to-top img {
  width: 80px;
}
@media (max-width: 1500px) {
  main .scroll-to-top img {
    width: 5.5555555556vw;
  }
}
main .scroll-to-top.static {
  position: absolute;
  bottom: -40px;
  right: 80px;
}
@media (max-width: 1500px) {
  main .scroll-to-top.static {
    bottom: -2.7777777778vw;
    right: 5.5555555556vw;
  }
}
main .main__bottom {
  height: 130px;
}
@media (max-width: 1500px) {
  main .main__bottom {
    height: 9.0277777778vw;
  }
}

.header {
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  height: 80px;
  /* ハンバーガーボタンのスタイル */
  /* スライドメニューの初期スタイル */
  /* スライドメニューが表示されたとき */
  /* スライドメニュー内のナビゲーション */
  /* ハンバーガーアイコンが「×」になるスタイル */
}
.header__container {
  max-width: 3000px;
  width: 100%;
  position: fixed;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1500px) {
  .header__container {
    height: 5.3333333333vw;
  }
}
@media (max-width: 768px) {
  .header__container {
    height: 11.71875vw;
  }
}
.header__container-inner {
  width: 95%;
  margin: 0 auto;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 80px;
}
@media (max-width: 1500px) {
  .header__container-inner {
    height: 5.3333333333vw;
  }
}
@media (max-width: 768px) {
  .header__container-inner {
    height: 11.71875vw;
  }
}
@media (max-width: 1500px) {
  .header {
    height: 5.3333333333vw;
  }
}
@media (max-width: 768px) {
  .header {
    height: 11.71875vw;
  }
}
.header__logo img {
  width: 180px;
}
@media (max-width: 1500px) {
  .header__logo img {
    width: 12vw;
  }
}
@media (max-width: 768px) {
  .header__logo img {
    width: 28.6458333333vw;
  }
}
.header__nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
  font-weight: 600;
  color: #3f3f3f;
  font-size: 26px;
}
@media (max-width: 1500px) {
  .header__nav ul {
    gap: 2vw;
    font-size: 1.4666666667vw;
  }
}
.header .tab-navi {
  display: none;
}
.header .hamburger-menu {
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  cursor: pointer;
  z-index: 1001;
}
.header .hamburger-menu__icon {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 20px;
  position: relative;
  z-index: 9999;
}
.header .hamburger-menu__icon span {
  display: block;
  height: 3px;
  background-color: #333;
  border-radius: 2px;
  transition: transform 0.3s, opacity 0.3s;
  mix-blend-mode: difference; /* 背景と反転 */
}
.header .tab-navi {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.8941176471);
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
  transition: right 0.3s ease-in-out;
  z-index: 900;
  padding-top: 100px;
}
.header .tab-navi.active {
  right: 0;
}
.header .navi__inner {
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.header .navi__item {
  margin-bottom: 20px;
}
.header .navi__item a {
  text-decoration: none;
  color: #333;
  font-size: 20px;
  font-weight: 500;
}
.header .hamburger-menu.active .hamburger-menu__icon span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.header .hamburger-menu.active .hamburger-menu__icon {
  height: 17px;
}
.header .hamburger-menu.active .hamburger-menu__icon span:nth-child(2) {
  opacity: 0;
}
.header .hamburger-menu.active .hamburger-menu__icon span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* 背景固定 (スクロール無効化) */
body.menu-open {
  overflow: hidden;
}

/* ヘッダー固定スタイル */
.header {
  position: relative;
  z-index: 1000;
  transition: all 0.3s ease;
  /* スクロール時の固定スタイル */
  /* スクロールアップ時の表示アニメーション */
  /* スクロールダウン時の非表示アニメーション */
}
.header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transform: translateY(0);
}
.header.is-fixed .header__container {
  padding: 10px 0;
}
.header.is-scroll-up {
  transform: translateY(0);
}
.header.is-scroll-down {
  transform: translateY(-100%);
}

/* ヘッダー固定時のボディの上部余白調整 */
body.header-fixed {
  padding-top: 80px;
}

.header__container {
  transition: padding 0.3s ease;
  padding: 20px 0;
}

.header__logo {
  transition: all 0.3s ease;
}

/* ナビゲーションの調整 */
.header__nav ul li a {
  transition: all 0.3s ease;
}
.header.is-fixed .header__nav ul li a {
  padding: 10px 15px;
}

/* ハンバーガーメニューの調整 */
.hamburger-menu {
  transition: all 0.3s ease;
}
.header.is-fixed .hamburger-menu .hamburger-menu__icon span {
  height: 2px;
}

/* =========================================
   Vars
========================================= */
/* =========================================
   Keyframes（共通）
========================================= */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideFromTopScreen {
  0% {
    transform: translateY(-100vh);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideFromBottomScreen {
  0% {
    transform: translateY(100vh);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/* ヒーローのスライス用 */
@keyframes fly {
  from {
    transform: translateY(var(--from, 130%));
  }
  to {
    transform: translateY(0);
  }
}
@keyframes counterFromTop {
  from {
    transform: translateY(130%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes counterFromBottom {
  from {
    transform: translateY(-130%);
  }
  to {
    transform: translateY(0);
  }
}
/* サービス：縦だけふわふわ（ズレ防止：Xはmarginで管理） */
@keyframes bobY {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, calc(var(--amp, 14px) * -1), 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes shadowPulse {
  0%, 100% {
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06), 0 6px 12px rgba(15, 23, 42, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  }
  50% {
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.06), 0 10px 18px rgba(15, 23, 42, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  }
}
/* サービス：点線アニメ */
@keyframes moveDotsY {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 var(--step);
  }
}
@keyframes moveDotsX {
  from {
    background-position: 0 0;
  }
  to {
    background-position: var(--step) 0;
  }
}
/* 動きを減らす設定 */
@media (prefers-reduced-motion: reduce) {
  .top__services .service-icons li,
  .slice, .slice::before,
  .conn {
    animation: none !important;
    transform: none !important;
  }
}
/* =========================================
   top
========================================= */
.top {
  /* ---------- MAIN（ヒーロー） ---------- */
  /* ---------- VISON ---------- */
  /* ---------- SERVICES ---------- */
  /* ===== SERVICE セクションの配置（中央寄せ） ===== */
  /* サービスだけ幅／高さを少しだけ変えたい場合はここで上書き */
  /* ---------- NEWS（カード3列） ---------- */
  /* ---------- RECRUIT（整理） ---------- */
}
.top__main {
  background: #fff;
  position: relative;
  height: 823px;
  /* 背景のグリーン・ピル */
  /* マスクヒーロー */
  /* ピル形（clip-path） */
}
@media (max-width: 1500px) {
  .top__main {
    height: 54.8666666667vw;
  }
}
@media (max-width: 768px) {
  .top__main {
    height: 127.6041666667vw;
  }
}
.top__main .container {
  position: relative;
  max-width: 1500px;
}
@media (max-width: 1500px) {
  .top__main .container {
    width: 100%;
  }
}
.top__main h2 {
  position: relative;
  padding-top: 130px;
  font-size: 70px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin: 0 0 20px 80px;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 1s ease-out 0.5s forwards;
  z-index: 9;
}
@media (max-width: 1500px) {
  .top__main h2 {
    padding-top: 8.6666666667vw;
    font-size: 4.6666666667vw;
    margin: 0 0 1.3333333333vw 5.3333333333vw;
  }
}
@media (max-width: 768px) {
  .top__main h2 {
    font-size: 8.59375vw;
    padding-top: 13.0208333333vw;
    margin: 0 0 2.6041666667vw 5.2083333333vw;
    letter-spacing: 0.1em;
  }
}
.top__main h3 {
  margin-left: 78px;
  padding-bottom: 390px;
  font-size: 40px;
  letter-spacing: 0.03em;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 1s ease-out 0.8s forwards;
}
@media (max-width: 1500px) {
  .top__main h3 {
    margin-left: 5.2vw;
    padding-bottom: 26vw;
    font-size: 2.6666666667vw;
  }
}
@media (max-width: 768px) {
  .top__main h3 {
    padding-bottom: 5.2083333333vw;
    font-size: 5.2083333333vw;
  }
}
.top__main .top_green1 {
  position: absolute;
  width: 50px;
  height: 360px;
  background: #14A83D;
  border-radius: 100px;
  left: -24px;
  top: 30%;
  transform: translateY(-100vh);
  animation: slideFromTopScreen 2s ease-out 0.2s forwards;
}
@media (max-width: 1500px) {
  .top__main .top_green1 {
    width: 3.3333333333vw;
    height: 24vw;
    left: -1.6vw;
  }
}
@media (max-width: 768px) {
  .top__main .top_green1 {
    left: -1.3020833333vw;
    height: 39.0625vw;
  }
}
.top__main .top_green2 {
  position: absolute;
  left: 16%;
  bottom: -100px;
}
@media (max-width: 1500px) {
  .top__main .top_green2 {
    bottom: -6.6666666667vw;
  }
}
@media (max-width: 768px) {
  .top__main .top_green2 {
    bottom: -27.34375vw;
    left: 23.4375vw;
  }
}
.top__main .top_green2-short {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-bottom: 16px;
  background: #14A83D;
  transform: translateY(100vh);
  animation: slideFromBottomScreen 2.2s ease-out 0.8s forwards;
}
@media (max-width: 1500px) {
  .top__main .top_green2-short {
    width: 3.2vw;
    height: 3.2vw;
    margin-bottom: 1.0666666667vw;
  }
}
@media (max-width: 768px) {
  .top__main .top_green2-short {
    width: 5.2083333333vw;
    height: 5.2083333333vw;
    margin-bottom: 1.3020833333vw;
  }
}
.top__main .top_green2-middle {
  position: absolute;
  right: -60px;
  bottom: 50px;
  width: 48px;
  height: 140px;
  border-radius: 60px;
  background: rgba(20, 168, 61, 0.45);
  transform: translateY(-110vh);
  animation: slideFromTopScreen 2.5s ease-out 1.2s forwards;
}
@media (max-width: 1500px) {
  .top__main .top_green2-middle {
    right: -4vw;
    bottom: 3.3333333333vw;
    width: 3.2vw;
    height: 9.3333333333vw;
    border-radius: 4vw;
  }
}
@media (max-width: 768px) {
  .top__main .top_green2-middle {
    right: -7.8125vw;
    width: 4.6875vw;
    height: 15.625vw;
  }
}
.top__main .top_green2-long {
  width: 48px;
  height: 210px;
  border-radius: 60px;
  background: #14A83D;
  transform: translateY(100vh);
  animation: slideFromBottomScreen 2s ease-out 1s forwards;
}
@media (max-width: 1500px) {
  .top__main .top_green2-long {
    width: 3.2vw;
    height: 14vw;
    border-radius: 4vw;
  }
}
@media (max-width: 768px) {
  .top__main .top_green2-long {
    width: 5.2083333333vw;
    height: 20.8333333333vw;
  }
}
.top__main .top_green3 {
  position: absolute;
  left: 34%;
  top: -160px;
}
@media (max-width: 1500px) {
  .top__main .top_green3 {
    top: -10.6666666667vw;
  }
}
@media (max-width: 768px) {
  .top__main .top_green3 {
    top: -5.2083333333vw;
    left: 71.6145833333vw;
  }
}
.top__main .top_green3-short {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(20, 168, 61, 0.45);
  transform: translateY(-100vh);
  animation: slideFromTopScreen 2.3s ease-out 0.6s forwards;
}
@media (max-width: 1500px) {
  .top__main .top_green3-short {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
@media (max-width: 768px) {
  .top__main .top_green3-short {
    width: 5.7291666667vw;
    height: 5.7291666667vw;
  }
}
.top__main .top_green3-middle {
  position: absolute;
  left: -70px;
  bottom: 50px;
  width: 40px;
  height: 160px;
  border-radius: 60px;
  background: #14A83D;
  transform: translateY(100vh);
  animation: slideFromBottomScreen 2.8s ease-out 1.5s forwards;
}
@media (max-width: 1500px) {
  .top__main .top_green3-middle {
    left: -4.6666666667vw;
    bottom: 3.3333333333vw;
    width: 2.6666666667vw;
    height: 10.6666666667vw;
    border-radius: 4vw;
  }
}
@media (max-width: 768px) {
  .top__main .top_green3-middle {
    left: -7.8125vw;
    width: 4.6875vw;
    height: 15.625vw;
  }
}
.top__main .top_green3-long {
  width: 64px;
  height: 230px;
  border-radius: 60px;
  margin-bottom: 16px;
  background: rgba(20, 168, 61, 0.45);
  transform: translateY(-100vh);
  animation: slideFromTopScreen 2.1s ease-out 0.4s forwards;
}
@media (max-width: 1500px) {
  .top__main .top_green3-long {
    width: 4.2666666667vw;
    height: 15.3333333333vw;
    border-radius: 4vw;
    margin-bottom: 1.0666666667vw;
  }
}
@media (max-width: 768px) {
  .top__main .top_green3-long {
    width: 5.7291666667vw;
    height: 22.1354166667vw;
    margin-bottom: 1.3020833333vw;
  }
}
.top__main .top_green4 {
  position: absolute;
  width: 50px;
  height: 360px;
  background: #14A83D;
  border-radius: 100px;
  right: 12%;
  top: -410px;
  transform: translateY(-100vh);
  animation: slideFromTopScreen 2.6s ease-out 1s forwards;
}
@media (max-width: 1500px) {
  .top__main .top_green4 {
    width: 3.3333333333vw;
    height: 24vw;
    border-radius: 6.6666666667vw;
    top: -27.3333333333vw;
  }
}
@media (max-width: 768px) {
  .top__main .top_green4 {
    right: 3.90625vw;
    width: 4.6875vw;
    height: 28.6458333333vw;
    top: 13.0208333333vw;
  }
}
.top__main .top_green5 {
  position: absolute;
  width: 50px;
  height: 180px;
  background: #14A83D;
  border-radius: 100px;
  right: -24px;
  bottom: 0px;
  transform: translateY(100vh);
  animation: slideFromBottomScreen 2.4s ease-out 1.3s forwards;
}
@media (max-width: 1500px) {
  .top__main .top_green5 {
    width: 3.3333333333vw;
    height: 12vw;
    border-radius: 6.6666666667vw;
    right: -1.6vw;
  }
}
.top__main .container--overflow-hidden {
  height: 200px;
  margin-top: -158px;
}
@media (max-width: 1500px) {
  .top__main .container--overflow-hidden {
    height: 13.3333333333vw;
    margin-top: -10.5333333333vw;
  }
}
@media (max-width: 1500px) {
  .top__main .container--overflow-hidden {
    overflow: hidden;
  }
}
.top__main .masked-hero {
  position: absolute;
  top: 100px;
  right: 0;
  width: min(876px, 96vw);
  aspect-ratio: 16/10;
  margin: 26px auto 0;
  background: #fff;
  overflow: hidden;
  padding: 24px 0;
}
@media (max-width: 1500px) {
  .top__main .masked-hero {
    top: 6.6666666667vw;
    width: 58.4vw;
    margin: 1.7333333333vw auto 0;
    padding: 1.6vw 0;
  }
}
@media (max-width: 768px) {
  .top__main .masked-hero {
    position: relative;
    top: auto;
    width: min(768px, 96vw);
    aspect-ratio: 16/10;
  }
}
.top__main .slice {
  position: absolute;
  inset: 0;
  will-change: transform;
  animation: fly var(--dur, 0.9s) cubic-bezier(0.22, 0.7, 0.15, 1) both;
  animation-delay: var(--d, 0s);
}
.top__main .from-top {
  --from:-130%;
}
.top__main .from-bottom {
  --from: 130%;
}
.top__main .slice::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/top_main.png") center/cover no-repeat; /* ←画像パス */
  will-change: transform;
  animation-duration: var(--dur, 0.9s);
  animation-timing-function: cubic-bezier(0.22, 0.7, 0.15, 1);
  animation-delay: var(--d, 0s);
  animation-fill-mode: both;
}
.top__main .from-top::before {
  background-position: 50% 0%;
  animation-name: counterFromTop;
}
.top__main .from-bottom::before {
  background-position: 50% 100%;
  animation-name: counterFromBottom;
}
.top__main .pill1 {
  clip-path: inset(40% 75.8% 0% 3.2% round 9999px);
}
.top__main .pill2 {
  clip-path: inset(0.1% 53.3% 4.9% 25.2% round 9999px);
}
.top__main .pill3 {
  clip-path: inset(11% 27% 0% 48% round 9999px);
}
.top__main .pill4 {
  clip-path: inset(1% 4.5% 41% 74.5% round 9999px);
}
.top__main .pill5 {
  clip-path: inset(61% 4.5% 5% 74.5% round 9999px);
}
.top__vison {
  padding: 60px;
  background: #FFFAF4;
}
@media (max-width: 1500px) {
  .top__vison {
    padding: 4vw;
  }
}
@media (max-width: 768px) {
  .top__vison {
    padding: 9.1145833333vw 0;
  }
}
.top__vison h2 {
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 40px;
}
@media (max-width: 1500px) {
  .top__vison h2 {
    font-size: 2vw;
    margin-bottom: 2.6666666667vw;
  }
}
@media (max-width: 768px) {
  .top__vison h2 {
    font-size: 4.6875vw;
    margin-bottom: 3.2vw;
  }
}
.top__vison h3 {
  text-align: center;
  font-weight: 900;
  font-size: 48px;
  margin-bottom: 40px;
}
@media (max-width: 1500px) {
  .top__vison h3 {
    font-size: 3.2vw;
    margin-bottom: 2.6666666667vw;
  }
}
@media (max-width: 768px) {
  .top__vison h3 {
    font-size: 4.6875vw;
    margin-bottom: 4.4270833333vw;
  }
}
.top__vison h4 {
  text-align: center;
  font-weight: 600;
  font-size: 34px;
  margin-bottom: 80px;
}
@media (max-width: 1500px) {
  .top__vison h4 {
    font-size: 2.2666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
@media (max-width: 768px) {
  .top__vison h4 {
    font-size: 3.6458333333vw;
    margin-bottom: 6.5104166667vw;
  }
}
.top__vison p {
  width: 840px;
  margin: 0 auto;
  font-size: 26px;
  letter-spacing: 0.1em;
  line-height: 1.9;
  padding-bottom: 90px;
}
@media (max-width: 1500px) {
  .top__vison p {
    width: 56vw;
    font-size: 1.7333333333vw;
    padding-bottom: 6vw;
  }
}
@media (max-width: 768px) {
  .top__vison p {
    width: 78.125vw;
    font-size: 2.9947916667vw;
    padding-bottom: 2.6041666667vw;
  }
}
.top__services {
  background: #fbf7f3;
  padding: 70px 0 72px;
  /* ===== 点線（カードと独立レーン） ===== */
  /* レスポンシブ */
  /* ===== 768px以下：縦並び＋点線再配置 ===== */
  /* 画面が小さい場合はアイコンを非表示 */
  /* ===== 共通の pill ボタン（どのセクションでも有効） ===== */
}
@media (max-width: 1500px) {
  .top__services {
    padding: 4.6666666667vw 0 4.8vw;
  }
}
.top__services h2 {
  text-align: center;
  font-weight: 800;
  letter-spacing: 0.06em;
  font-size: 36px;
  margin-bottom: 70px;
}
@media (max-width: 1500px) {
  .top__services h2 {
    margin-bottom: 5.3333333333vw;
  }
}
@media (max-width: 768px) {
  .top__services h2 {
    font-size: 4.6875vw;
  }
}
.top__services .service-flow {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr) 80px;
  gap: 24px;
  align-items: start;
  margin-top: 28px;
  /* ===== アイコン列（統一ふわふわ：縦のみ） =====
     ▼全体の速さ/振幅・位相はここで一括調整 */
  /* 左列（サイズ・位置） */
  /* 右列（サイズ・位置） */
  /* ===== カード 2×2（点線レーン込み） ===== */
}
@media (max-width: 1500px) {
  .top__services .service-flow {
    grid-template-columns: 5.3333333333vw minmax(0, 1fr) 5.3333333333vw;
    gap: 1.6vw;
    margin-top: 1.8666666667vw;
  }
}
.top__services .service-flow .service-icons {
  --dur: 2.0s; /* 速さ（小さいほど速い） */
  --amp: 14px; /* 上下の振れ幅 */
  --phase: 0s; /* 開始位相（遅延） */
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
  /* 左右だけ微差（速度・幅・位相） */
}
.top__services .service-flow .service-icons.left {
  --dur: 3.35s;
  --amp: 13px;
  --phase: 0s;
}
.top__services .service-flow .service-icons.right {
  --dur: 3.05s;
  --amp: 15px;
  --phase: .12s;
}
.top__services .service-flow .service-icons li {
  /* レイアウト（サイズ/間隔/ジグザグ） */
  --sz:56px;
  --gap:22px;
  --jx:0px;
  width: var(--sz);
  height: var(--sz);
  margin-top: var(--gap);
  margin-left: var(--jx); /* ← Xはmarginで固定（ズレ防止） */
  transform: translate3d(0, 0, 0); /* 初期化（Yのみアニメで動かす） */
  backface-visibility: hidden;
  will-change: transform, box-shadow;
  border-radius: 16px;
  background: linear-gradient(180deg, #fff 0%, #f6f9fb 100%);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06), 0 6px 12px rgba(15, 23, 42, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  position: relative;
  display: grid;
  place-items: center;
  isolation: isolate;
  /* 統一ふわふわ（縦のみ）＋ 影の鼓動 */
  animation: bobY var(--dur) ease-in-out var(--phase) infinite, shadowPulse var(--dur) ease-in-out var(--phase) infinite;
  /* 見た目のハイライト/薄影（ぷっくり） */
  /* hoverでは transform を書き換えない（ズレ防止） */
}
@media (max-width: 1500px) {
  .top__services .service-flow .service-icons li {
    --sz:calc(56vw / (1500 / 100));
    --gap:calc(22vw / (1500 / 100));
    border-radius: 1.0666666667vw;
  }
}
.top__services .service-flow .service-icons li::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(120% 60% at 50% -20%, rgba(255, 255, 255, 0.65) 0%, transparent 60%);
  z-index: -1;
}
.top__services .service-flow .service-icons li::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(120% 70% at 50% 120%, rgba(0, 0, 0, 0.04) 0%, transparent 60%);
  z-index: -1;
}
.top__services .service-flow .service-icons li:hover {
  filter: saturate(1.04);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08), 0 10px 18px rgba(15, 23, 42, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.95);
}
.top__services .service-flow .service-icons li img {
  width: 60%;
  height: 60%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.top__services .service-flow .service-icons li:first-child {
  margin-top: 0;
}
.top__services .service-flow .service-icons .accent {
  box-shadow: inset 0 0 0 3px #1ea0ff, 0 10px 24px rgba(15, 23, 42, 0.06), 0 6px 12px rgba(15, 23, 42, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}
.top__services .service-flow .service-icons.left {
  margin-left: -10px;
  margin-top: 50px;
}
@media (max-width: 1500px) {
  .top__services .service-flow .service-icons.left {
    margin-left: -0.6666666667vw;
    margin-top: 3.3333333333vw;
  }
}
.top__services .service-flow .service-icons.left li:nth-child(1) {
  --sz:83px;
  --gap:0;
  --jx:-8px;
}
.top__services .service-flow .service-icons.left li:nth-child(1) img {
  width: 80%;
  height: 80%;
}
@media (max-width: 1500px) {
  .top__services .service-flow .service-icons.left li:nth-child(1) {
    --sz:calc(83vw / (1500 / 100));
    --gap:calc(0vw / (1500 / 100));
    --jx:calc(-8vw / (1500 / 100));
  }
}
@media (max-width: 768px) {
  .top__services .service-flow .service-icons.left li:nth-child(1) {
    --sz:calc(70vw / (768 / 100));
    --gap:calc(0vw / (768 / 100));
    --jx:calc(-14vw / (768 / 100));
  }
}
.top__services .service-flow .service-icons.left li:nth-child(2) {
  --sz:90px;
  --gap:30px;
  --jx:40px;
}
@media (max-width: 1500px) {
  .top__services .service-flow .service-icons.left li:nth-child(2) {
    --sz:calc(90vw / (1500 / 100));
    --gap:calc(30vw / (1500 / 100));
    --jx:calc(40vw / (1500 / 100));
  }
}
@media (max-width: 768px) {
  .top__services .service-flow .service-icons.left li:nth-child(2) {
    --sz:calc(80vw / (768 / 100));
    --gap:calc(50vw / (768 / 100));
    --jx:calc(0vw / (768 / 100));
  }
}
.top__services .service-flow .service-icons.left li:nth-child(3) {
  --sz:92px;
  --gap:48px;
  --jx:-12px;
}
@media (max-width: 1500px) {
  .top__services .service-flow .service-icons.left li:nth-child(3) {
    --sz:calc(92vw / (1500 / 100));
    --gap:calc(48vw / (1500 / 100));
    --jx:calc(-12vw / (1500 / 100));
  }
}
@media (max-width: 768px) {
  .top__services .service-flow .service-icons.left li:nth-child(3) {
    --sz:calc(80vw / (768 / 100));
    --gap:calc(50vw / (768 / 100));
    --jx:calc(-8vw / (768 / 100));
  }
}
.top__services .service-flow .service-icons.left li:nth-child(4) {
  --sz:74px;
  --gap:28px;
  --jx:60px;
}
@media (max-width: 1500px) {
  .top__services .service-flow .service-icons.left li:nth-child(4) {
    --sz:calc(74vw / (1500 / 100));
    --gap:calc(28vw / (1500 / 100));
    --jx:calc(60vw / (1500 / 100));
  }
}
@media (max-width: 768px) {
  .top__services .service-flow .service-icons.left li:nth-child(4) {
    --sz:calc(60vw / (768 / 100));
    --gap:calc(50vw / (768 / 100));
    --jx:calc(-10vw / (768 / 100));
  }
}
.top__services .service-flow .service-icons.left li:nth-child(5) {
  --sz:84px;
  --gap:32px;
  --jx:-8px;
}
@media (max-width: 1500px) {
  .top__services .service-flow .service-icons.left li:nth-child(5) {
    --sz:calc(84vw / (1500 / 100));
    --gap:calc(32vw / (1500 / 100));
    --jx:calc(-8vw / (1500 / 100));
  }
}
@media (max-width: 768px) {
  .top__services .service-flow .service-icons.left li:nth-child(5) {
    --sz:calc(76vw / (768 / 100));
    --gap:calc(44vw / (768 / 100));
    --jx:calc(14vw / (768 / 100));
  }
}
.top__services .service-flow .service-icons.right {
  margin-top: 130px;
  z-index: 1;
}
@media (max-width: 1500px) {
  .top__services .service-flow .service-icons.right {
    margin-top: 8.6666666667vw;
  }
}
.top__services .service-flow .service-icons.right li:nth-child(1) {
  --sz:118px;
  --gap:0;
  --jx:-20px;
}
@media (max-width: 1500px) {
  .top__services .service-flow .service-icons.right li:nth-child(1) {
    --sz:calc(118vw / (1500 / 100));
    --gap:calc(0vw / (1500 / 100));
    --jx:calc(-20vw / (1500 / 100));
  }
}
@media (max-width: 768px) {
  .top__services .service-flow .service-icons.right li:nth-child(1) {
    --sz:calc(90vw / (768 / 100));
    --gap:calc(0vw / (768 / 100));
    --jx:calc(10vw / (768 / 100));
  }
}
.top__services .service-flow .service-icons.right li:nth-child(1) img {
  width: 80%;
  height: 80%;
}
.top__services .service-flow .service-icons.right li:nth-child(2) {
  --sz:90px;
  --gap:42px;
  --jx:-50px;
}
@media (max-width: 1500px) {
  .top__services .service-flow .service-icons.right li:nth-child(2) {
    --sz:calc(90vw / (1500 / 100));
    --gap:calc(42vw / (1500 / 100));
    --jx:calc(-50vw / (1500 / 100));
  }
}
@media (max-width: 768px) {
  .top__services .service-flow .service-icons.right li:nth-child(2) {
    --sz:calc(80vw / (768 / 100));
    --gap:calc(70vw / (768 / 100));
    --jx:calc(-10vw / (768 / 100));
  }
}
.top__services .service-flow .service-icons.right li:nth-child(3) {
  --sz:74px;
  --gap:34px;
  --jx:30px;
}
@media (max-width: 1500px) {
  .top__services .service-flow .service-icons.right li:nth-child(3) {
    --sz:calc(74vw / (1500 / 100));
    --gap:calc(34vw / (1500 / 100));
    --jx:calc(30vw / (1500 / 100));
  }
}
@media (max-width: 768px) {
  .top__services .service-flow .service-icons.right li:nth-child(3) {
    --sz:calc(60vw / (768 / 100));
    --gap:calc(50vw / (768 / 100));
    --jx:calc(28vw / (768 / 100));
  }
}
.top__services .service-flow .service-icons.right li:nth-child(4) {
  --sz:124px;
  --gap:44px;
  --jx:-40px;
}
@media (max-width: 1500px) {
  .top__services .service-flow .service-icons.right li:nth-child(4) {
    --sz:calc(124vw / (1500 / 100));
    --gap:calc(44vw / (1500 / 100));
    --jx:calc(-40vw / (1500 / 100));
  }
}
@media (max-width: 768px) {
  .top__services .service-flow .service-icons.right li:nth-child(4) {
    --sz:calc(96vw / (768 / 100));
    --gap:calc(50vw / (768 / 100));
    --jx:calc(10vw / (768 / 100));
  }
}
.top__services .service-flow .service-grid {
  --row-gap:60px;
  --col-gap:60px;
  --line-color:#22c55e;
  --dot-d:4.5px;
  --dot-gap:4px;
  --step: calc(var(--dot-d) + var(--dot-gap));
  --speed:.2s;
  position: relative;
  display: grid;
  z-index: 4;
  grid-template-columns: 1fr var(--col-gap) 1fr; /* 中央列＝点線レーン */
  grid-template-rows: auto var(--row-gap) auto; /* 中央行＝点線レーン */
  gap: 0;
  max-width: 1000px;
  margin: 0 auto 80px;
}
@media (max-width: 1500px) {
  .top__services .service-flow .service-grid {
    --row-gap:calc(60vw / (1500 / 100));
    --col-gap:calc(60vw / (1500 / 100));
    --dot-d:calc(4.5vw / (1500 / 100));
    --dot-gap:calc(4vw / (1500 / 100));
    --step: calc(var(--dot-d) + var(--dot-gap));
    --speed:.2s;
    max-width: 66.6666666667vw;
    margin: 0 auto 5.3333333333vw;
  }
}
@media (max-width: 768px) {
  .top__services .service-flow .service-grid {
    max-width: 76.8229166667vw;
  }
}
@media (max-width: 440px) {
  .top__services .service-flow .service-grid {
    max-width: 79.5454545455vw;
  }
}
.top__services .service-flow .service-grid .svc-card {
  background: #43B938;
  color: #fff;
  border-radius: 30px;
  padding: 30px;
  height: 300px;
  position: relative;
}
@media (max-width: 1500px) {
  .top__services .service-flow .service-grid .svc-card {
    border-radius: 2vw;
    padding: 2vw;
    height: 20vw;
  }
}
@media (max-width: 768px) {
  .top__services .service-flow .service-grid .svc-card {
    height: 19.53125vw;
    border-radius: 6.5104166667vw;
    padding: 2.6041666667vw 0 2.34375vw;
  }
}
@media (max-width: 440px) {
  .top__services .service-flow .service-grid .svc-card {
    height: 25vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.top__services .service-flow .service-grid .svc-card h3 {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.4;
  margin: 0 0 20px;
}
@media (max-width: 1500px) {
  .top__services .service-flow .service-grid .svc-card h3 {
    font-size: 1.8666666667vw;
    margin: 0 0 1.3333333333vw;
  }
}
@media (max-width: 768px) {
  .top__services .service-flow .service-grid .svc-card h3 {
    font-size: 2.9947916667vw;
    margin: 0 0 1.8229166667vw;
    text-align: center;
  }
}
@media (max-width: 440px) {
  .top__services .service-flow .service-grid .svc-card h3 {
    font-size: 3.6363636364vw;
  }
}
.top__services .service-flow .service-grid .svc-card p {
  font-size: 18px;
  line-height: 1.8;
  margin: 0;
}
@media (max-width: 1500px) {
  .top__services .service-flow .service-grid .svc-card p {
    font-size: 1.3333333333vw;
  }
}
@media (max-width: 768px) {
  .top__services .service-flow .service-grid .svc-card p {
    font-size: 2.0833333333vw;
    text-align: center;
    padding: 0 1.5625vw;
  }
}
@media (max-width: 440px) {
  .top__services .service-flow .service-grid .svc-card p {
    font-size: 2.7272727273vw;
    line-height: 1.3;
    padding: 0 2.7272727273vw;
  }
}
.top__services .service-flow .service-grid .svc-card.svc-1, .top__services .service-flow .service-grid .svc-card.svc-4 {
  background: #fff;
  border: 3px solid #43B938;
  color: #000;
}
@media (max-width: 768px) {
  .top__services .service-flow .service-grid .svc-card.svc-4 {
    background: #43B938;
    color: #fff;
    border: none;
  }
  .top__services .service-flow .service-grid .svc-card.svc-1, .top__services .service-flow .service-grid .svc-card.svc-3 {
    background: #fff;
    border: 0.390625vw solid #43B938;
    color: #000;
  }
}
.top__services .service-flow .service-grid .svc-1 {
  grid-column: 1;
  grid-row: 1;
  z-index: 1;
}
.top__services .service-flow .service-grid .svc-2 {
  grid-column: 3;
  grid-row: 1;
  z-index: 1;
}
.top__services .service-flow .service-grid .svc-3 {
  grid-column: 1;
  grid-row: 3;
  z-index: 1;
}
.top__services .service-flow .service-grid .svc-4 {
  grid-column: 3;
  grid-row: 3;
  z-index: 1;
}
.top__services .service-flow .service-grid::before, .top__services .service-flow .service-grid::after {
  content: none !important;
}
.top__services .conn {
  pointer-events: none;
  z-index: 0;
}
.top__services .conn.v {
  grid-row: 2;
  width: var(--dot-d);
  height: 100%;
  justify-self: center;
  background-image: linear-gradient(to bottom, var(--line-color) 0 var(--dot-d), transparent var(--dot-d) var(--step));
  background-repeat: repeat-y;
  background-size: var(--dot-d) var(--step);
  animation: moveDotsY var(--speed) linear infinite;
}
.top__services .conn.v.left {
  grid-column: 1;
  animation-direction: reverse;
}
.top__services .conn.v.right {
  grid-column: 3;
}
.top__services .conn.h {
  grid-column: 2;
  height: var(--dot-d);
  width: 100%;
  align-self: center;
  background-image: linear-gradient(to right, var(--line-color) 0 var(--dot-d), transparent var(--dot-d) var(--step));
  background-repeat: repeat-x;
  background-size: var(--step) var(--dot-d);
  animation: moveDotsX var(--speed) linear infinite;
}
.top__services .conn.h.top {
  grid-row: 1;
}
.top__services .conn.h.bottom {
  grid-row: 3;
  animation-direction: reverse;
}
@media (max-width: 920px) {
  .top__services .service-flow {
    grid-template-columns: 60px minmax(0, 1fr) 60px;
  }
  .top__services .service-grid .svc-card h3 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .top__services {
    /* アイコンを縦並びレイアウトに再配置 */
    /* グリッドを縦並びに変更 */
    /* デスクトップ用の点線を非表示 */
    /* 縦並び用の点線（各要素間に2本ずつ） */
  }
  .top__services .service-flow {
    grid-template-columns: 1fr;
    position: relative;
  }
  .top__services .service-icons {
    position: absolute;
    z-index: 1;
  }
  .top__services .service-icons.left {
    left: -1.3020833333vw;
    top: 0;
    margin: 0;
  }
  .top__services .service-icons.left li {
    --sz: 40px;
    --gap: 80px;
    --jx: 0px;
  }
  .top__services .service-icons.left li:nth-child(1) {
    --jx: 20px;
    margin-top: 7.8125vw;
  }
  .top__services .service-icons.left li:nth-child(2) {
    --jx: -30px;
  }
  .top__services .service-icons.left li:nth-child(3) {
    --jx: 40px;
  }
  .top__services .service-icons.left li:nth-child(4) {
    --jx: -20px;
  }
  .top__services .service-icons.left li:nth-child(5) {
    --jx: 30px;
  }
  .top__services .service-icons.right {
    right: -3.90625vw;
    top: 0;
    margin: 0;
  }
  .top__services .service-icons.right li {
    --sz: 40px;
    --gap: 90px;
    --jx: 0px;
  }
  .top__services .service-icons.right li:nth-child(1) {
    --jx: -25px;
    margin-top: 13.0208333333vw;
  }
  .top__services .service-icons.right li:nth-child(2) {
    --jx: 35px;
  }
  .top__services .service-icons.right li:nth-child(3) {
    --jx: -40px;
  }
  .top__services .service-icons.right li:nth-child(4) {
    --jx: 20px;
  }
  .top__services .service-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: auto 7.8125vw auto 7.8125vw auto 7.8125vw auto !important;
    max-width: 52.0833333333vw;
    gap: 0 !important;
    /* 既存のグリッド設定を上書き */
    --row-gap: 40px;
    --col-gap: 0px;
    /* カードの配置を強制的に指定 */
  }
  .top__services .service-grid .svc-1 {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }
  .top__services .service-grid .svc-2 {
    grid-column: 1 !important;
    grid-row: 3 !important;
  }
  .top__services .service-grid .svc-3 {
    grid-column: 1 !important;
    grid-row: 5 !important;
  }
  .top__services .service-grid .svc-4 {
    grid-column: 1 !important;
    grid-row: 7 !important;
  }
  .top__services .conn.v, .top__services .conn.h {
    display: none !important;
  }
  .top__services .conn.mobile-v {
    display: block;
    grid-column: 1;
    width: 0.6510416667vw;
    height: 100%;
    justify-self: center;
    background-image: linear-gradient(to bottom, #22c55e 0 0.6510416667vw, transparent 0.6510416667vw 1.8229166667vw);
    background-repeat: repeat-y;
    background-size: 0.6510416667vw 1.8229166667vw;
    animation: moveDotsY 0.25s linear infinite;
  }
  .top__services .conn.mobile-v.conn-1-2a {
    grid-row: 2;
    animation-delay: 0s;
    margin-right: 26.0416666667vw;
  }
  .top__services .conn.mobile-v.conn-1-2b {
    grid-row: 2;
    animation-delay: 0.15s;
    margin-left: 26.0416666667vw;
  }
  .top__services .conn.mobile-v.conn-2-3a {
    grid-row: 4;
    animation-delay: 0.3s;
    margin-right: -26.0416666667vw;
  }
  .top__services .conn.mobile-v.conn-2-3b {
    grid-row: 4;
    animation-delay: 0.45s;
    margin-left: -26.0416666667vw;
  }
  .top__services .conn.mobile-v.conn-3-4a {
    grid-row: 6;
    animation-delay: 0.6s;
    margin-right: 26.0416666667vw;
  }
  .top__services .conn.mobile-v.conn-3-4b {
    grid-row: 6;
    animation-delay: 0.75s;
    margin-left: 26.0416666667vw;
  }
}
@media (max-width: 480px) {
  .top__services .service-icons {
    display: none;
  }
  .top__services .service-grid {
    margin: 0 auto 40px;
  }
}
.top__services .btn-outline-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px; /* 必要なら 300px に */
  height: 60px; /* 必要なら 56px に */
  padding: 27px 0 24px;
  border: 2px solid #14A83D; /* $g を使っているなら border:2px solid $g; */
  border-radius: 999px;
  font-size: 18px;
  font-weight: 700;
  color: #14A83D; /* $g */
  background: #fff;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, transform 0.15s;
}
@media (max-width: 1500px) {
  .top__services .btn-outline-pill {
    min-width: 17.3333333333vw;
    height: 4vw;
    padding: 1.8vw 0 1.6vw;
    font-size: 1.3333333333vw;
  }
}
@media (max-width: 768px) {
  .top__services .btn-outline-pill {
    min-width: 200px;
    height: 50px;
    font-size: 16px;
    padding: 20px 0;
  }
}
.top__services .btn-outline-pill:hover {
  background: #14A83D; /* $g */
  color: #fff;
  transform: translateY(-1px);
}
.top__services .service-cta {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}
@media (max-width: 1500px) {
  .top__services .service-cta {
    margin-top: 2.4vw;
  }
}
.top__services .service-cta .btn-outline-pill {
  min-width: 300px; /* 好みで */
  height: 60px; /* 好みで */
  margin: 0 auto;
}
@media (max-width: 1500px) {
  .top__services .service-cta .btn-outline-pill {
    min-width: 20vw;
    height: 4vw;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .top__services .service-cta .btn-outline-pill {
    min-width: 39.0625vw;
    height: 9.1145833333vw;
    padding: 3.515625vw 0 3.125vw;
    font-size: 2.6041666667vw;
  }
}
.top__news {
  background: #f9fafb;
  padding: 90px 0;
}
@media (max-width: 768px) {
  .top__news {
    padding: 7.8125vw 0;
  }
}
.top__news h2 {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .top__news h2 {
    margin-bottom: 7.8125vw;
  }
}
.top__news .news-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px 32px;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 1100px;
  /* 1つの場合は中央に表示 */
  /* 2つの場合の調整 */
}
.top__news .news-cards.news-cards--single {
  grid-template-columns: 1fr;
  max-width: 400px;
  justify-items: center;
}
.top__news .news-cards.news-cards--double {
  grid-template-columns: repeat(2, 1fr);
  max-width: 800px;
  justify-items: center;
}
@media (max-width: 900px) {
  .top__news .news-cards {
    grid-template-columns: repeat(2, 1fr);
    /* 900px以下で1つの場合 */
    /* 900px以下で2つの場合 */
  }
  .top__news .news-cards.news-cards--single {
    grid-template-columns: 1fr;
    max-width: 400px;
  }
  .top__news .news-cards.news-cards--double {
    grid-template-columns: repeat(2, 1fr);
    max-width: 800px;
  }
}
@media (max-width: 768px) {
  .top__news .news-cards {
    grid-template-columns: 1fr;
    gap: 9.1145833333vw;
    /* 768px以下では常に中央表示 */
    max-width: 400px;
  }
  .top__news .news-cards.news-cards--single, .top__news .news-cards.news-cards--double {
    grid-template-columns: 1fr;
    max-width: 400px;
  }
}
.top__news .news-card__link {
  display: block;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.top__news .news-card__link:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}
.top__news .news-card__thumb {
  aspect-ratio: 16/10;
  background: #e5e7eb;
}
.top__news .news-card__thumb-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background: #14A83D;
  display: block;
}
.top__news .news-card__meta {
  position: relative;
  background: #fff;
  height: 130px;
  padding: 26px 18px 20px;
}
.top__news .news-card__date {
  display: block;
  font-size: 12px;
  color: #6b7280;
  margin-bottom: 6px;
}
.top__news .news-card__new {
  position: absolute;
  top: 16px;
  right: 16px;
  background: #e11d48;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 999px;
  line-height: 1;
}
.top__news .news-card__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #111827;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.top__news .news-more {
  margin-top: 100px;
  text-align: center;
}
@media (max-width: 768px) {
  .top__news .news-more {
    margin-top: 10.4166666667vw;
  }
}
.top__news .btn-outline-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  height: 60px;
  padding: 27px 0 24px;
  border: 2px solid #14A83D;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 700;
  color: #14A83D;
  background: #fff;
  text-decoration: none;
  transition: all 0.2s ease;
}
.top__news .btn-outline-pill:hover {
  background: #14A83D;
  color: #fff;
}
@media (max-width: 768px) {
  .top__news .btn-outline-pill {
    min-width: 39.0625vw;
    height: 9.1145833333vw;
    padding: 3.515625vw 0 3.125vw;
    font-size: 2.6041666667vw;
  }
}
.top__recruit {
  background: #fff;
  padding-bottom: 50px;
}
@media (max-width: 1500px) {
  .top__recruit {
    padding-bottom: 3.3333333333vw;
  }
}
@media (max-width: 768px) {
  .top__recruit {
    padding-bottom: 6.5104166667vw;
  }
}
.top__recruit-flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .top__recruit-flex {
    flex-direction: column;
  }
}
.top__recruit-flex-item {
  width: 45%;
}
@media (max-width: 768px) {
  .top__recruit-flex-item {
    width: 100%;
  }
}
.top__recruit-flex-item .top__business-flex-contentes-border {
  display: none;
}
@media (max-width: 768px) {
  .top__recruit-flex-item .top__business-flex-contentes-border {
    display: block;
    border-bottom: 0.6510416667vw solid #B2B2B2;
  }
}
.top__recruit-flex-item .top__business-flex-contentes-border::before {
  content: "";
  position: absolute;
  bottom: -4px;
  width: 20%;
  height: 4px;
  background: #3F3F3F;
}
@media (max-width: 1200px) {
  .top__recruit-flex-item .top__business-flex-contentes-border::before {
    bottom: -0.3125vw;
    height: 0.3125vw;
  }
}
@media (max-width: 768px) {
  .top__recruit-flex-item .top__business-flex-contentes-border::before {
    bottom: -0.6510416667vw;
    height: 0.6510416667vw;
  }
}
.top__recruit-flex-item-border {
  font-weight: bold;
  font-size: 16px;
  position: relative;
  border-bottom: 4px solid #B2B2B2;
}
@media (max-width: 1200px) {
  .top__recruit-flex-item-border {
    font-size: 1.25vw;
    border-bottom: 0.3125vw solid #B2B2B2;
  }
}
.top__recruit-flex-item-border::before {
  content: "";
  position: absolute;
  bottom: -4px;
  width: 20%;
  height: 4px;
  background: #3F3F3F;
}
@media (max-width: 1200px) {
  .top__recruit-flex-item-border::before {
    bottom: -0.3125vw;
    height: 0.3125vw;
  }
}
.top__recruit-flex-item h2 {
  font-size: 38px;
  letter-spacing: 0.07em;
  margin: 50px 0 20px;
  font-weight: 700;
}
@media (max-width: 1500px) {
  .top__recruit-flex-item h2 {
    font-size: 2.5333333333vw;
    margin-top: 3.3333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
@media (max-width: 768px) {
  .top__recruit-flex-item h2 {
    font-size: 5.2083333333vw;
    margin-top: 5.9895833333vw;
    margin-bottom: 2.8645833333vw;
  }
}
.top__recruit-flex-item h3 {
  font-weight: 600;
  font-size: 21px;
  margin-bottom: 50px;
  width: 210px;
  height: 40px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #14A83D;
  color: #fff;
}
@media (max-width: 1500px) {
  .top__recruit-flex-item h3 {
    font-size: 1.4vw;
    margin-bottom: 2.6666666667vw;
    width: 14vw;
    height: 3.3333333333vw;
    border-radius: 0.2666666667vw;
  }
}
@media (max-width: 768px) {
  .top__recruit-flex-item h3 {
    padding: 1.953125vw 2.6041666667vw 1.6927083333vw;
    margin-bottom: 6.5104166667vw;
    width: 24.4791666667vw;
    font-size: 2.8645833333vw;
    border-radius: 0.5208333333vw;
    height: 5.9895833333vw;
  }
}
.top__recruit-flex-item-exp p {
  margin: 30px 0;
  font-size: 26px;
  letter-spacing: 0.15em;
  line-height: 1.7;
}
@media (max-width: 1500px) {
  .top__recruit-flex-item-exp p {
    margin-top: 2vw;
    margin-bottom: 2vw;
    font-size: 1.7333333333vw;
  }
}
.top__recruit-flex .footer__flex-right-button {
  margin: 60px 0 90px;
  border: 3px solid #3F3F3F;
  height: 60px;
  width: 260px;
  font-size: 22px;
  box-shadow: 5px 3px 3px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 1500px) {
  .top__recruit-flex .footer__flex-right-button {
    margin-top: 4vw;
    margin-bottom: 8.6666666667vw;
    border: 0.2vw solid #3F3F3F;
    height: 4vw;
    width: 17.3333333333vw;
    font-size: 1.4666666667vw;
    box-shadow: 0.3333333333vw 0.2vw 0.2vw 0 rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 768px) {
  .top__recruit-flex .footer__flex-right-button {
    margin-top: 9.1145833333vw;
    border: 0.390625vw solid #3F3F3F;
    height: 9.1145833333vw;
    width: 40.3645833333vw;
    border-radius: 5.2083333333vw;
    margin-bottom: 16.9270833333vw;
    font-size: 3.2552083333vw;
    box-shadow: 0.6510416667vw 0.390625vw 0.390625vw 0 rgba(0, 0, 0, 0.2);
  }
}
.top__recruit-flex .footer__flex-right-button .link__button-inner {
  height: 58px;
}
@media (max-width: 1500px) {
  .top__recruit-flex .footer__flex-right-button .link__button-inner {
    height: 3.8666666667vw;
  }
}
@media (max-width: 768px) {
  .top__recruit-flex .footer__flex-right-button .link__button-inner {
    height: 8.4635416667vw;
  }
  .top__recruit-flex .footer__flex-right-button .link__button-inner img {
    width: 4.1666666667vw;
  }
}

/* .top end */
/* 例：ヒーロー内のピル形をSPで微調整したいとき
@media (max-width: 768px){
  .top__main .pill2{ clip-path: inset(2% 50% 8% 25% round 9999px); }
}
*/
.section-ttl {
  position: relative;
}
.section-ttl h1 {
  font-weight: 800;
  font-size: 54px;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  z-index: 3;
}
@media (max-width: 1500px) {
  .section-ttl h1 {
    font-size: 3.6vw;
    margin-bottom: 1.3333333333vw;
  }
}
@media (max-width: 768px) {
  .section-ttl h1 {
    margin-top: 3.90625vw;
    font-size: 7.2916666667vw;
    margin-bottom: 2.6041666667vw;
  }
}
.section-ttl h2 {
  font-size: 26px;
  padding-bottom: 20px;
  z-index: 3;
}
@media (max-width: 1500px) {
  .section-ttl h2 {
    font-size: 1.7333333333vw;
    margin-bottom: 2vw;
  }
}
@media (max-width: 768px) {
  .section-ttl h2 {
    font-size: 3.90625vw;
    margin-bottom: 0vw;
  }
}

.top-space {
  height: 60px;
}
@media (max-width: 1500px) {
  .top-space {
    height: 4vw;
  }
}
@media (max-width: 768px) {
  .top-space {
    height: 3.90625vw;
  }
}

.footer {
  position: relative;
  background: #3F3F3F;
  color: #fff;
}
.footer .container {
  max-width: 1800px;
  width: 95%;
  margin: 0 auto;
  padding: 60px 0 120px;
}
@media (max-width: 1500px) {
  .footer .container {
    padding: 4vw 0 8vw;
  }
}
.footer-name {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 20px;
}
@media (max-width: 1500px) {
  .footer-name {
    font-size: 1.2vw;
    margin-bottom: 1.3333333333vw;
  }
}
@media (max-width: 768px) {
  .footer-name {
    font-size: 2.8645833333vw;
    margin-bottom: 3.6458333333vw;
  }
}
.footer .location {
  font-size: 18px;
}
@media (max-width: 1500px) {
  .footer .location {
    font-size: 1.2vw;
  }
}
@media (max-width: 768px) {
  .footer .location {
    font-size: 2.8645833333vw;
  }
}
.footer__flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .footer__flex {
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .footer__flex-left {
    text-align: center;
  }
}
.footer__flex-left img {
  width: 260px;
  margin-bottom: 20px;
}
@media (max-width: 1500px) {
  .footer__flex-left img {
    width: 17.3333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
@media (max-width: 768px) {
  .footer__flex-left img {
    width: 36.4583333333vw;
    margin-bottom: 5.2083333333vw;
  }
}
.footer__flex-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
}
@media (max-width: 1500px) {
  .footer__flex-right {
    gap: 2.6666666667vw;
  }
}
@media (max-width: 768px) {
  .footer__flex-right {
    gap: 5.2083333333vw;
    margin-bottom: 6.5104166667vw;
  }
}
.footer__flex-right-button {
  position: relative;
  border: 1px solid #fff;
  border-radius: 50px;
  width: 300px;
  height: 58px;
  line-height: 58px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 44px;
  font-size: 26px;
  font-weight: 300;
  overflow: hidden;
  transition: 0.3s;
}
@media (max-width: 1500px) {
  .footer__flex-right-button {
    border-radius: 3.3333333333vw;
    width: 20vw;
    height: 3.8666666667vw;
    line-height: 3.8666666667vw;
    padding-right: 2.9333333333vw;
    font-size: 1.7333333333vw;
  }
}
@media (max-width: 768px) {
  .footer__flex-right-button {
    border-radius: 6.5104166667vw;
    width: 39.0625vw;
    height: 8.8541666667vw;
    padding-right: 5.7291666667vw;
    font-size: 3.3854166667vw;
    transition: none; /* アニメーションを無効にする */
    transform: none; /* ホバー時のエフェクトを無効にする */
  }
}
.footer__flex-right-button:hover {
  transform: translateY(-5px);
}
@media (max-width: 1500px) {
  .footer__flex-right-button:hover {
    transform: translateY(-0.3333333333vw);
  }
}
@media (max-width: 768px) {
  .footer__flex-right-button:hover {
    transition: none; /* アニメーションを無効にする */
    transform: none; /* ホバー時のエフェクトを無効にする */
    transform: translateY(0vw);
  }
}
.footer__flex-right-button .link__button {
  overflow: hidden;
}
.footer__flex-right-button .link__button-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  height: 58px;
  line-height: 58px;
}
@media (max-width: 1500px) {
  .footer__flex-right-button .link__button-inner {
    gap: 1.7333333333vw;
    height: 3.8666666667vw;
    line-height: 3.8666666667vw;
  }
}
@media (max-width: 768px) {
  .footer__flex-right-button .link__button-inner {
    gap: 3.3854166667vw;
    height: 8.8541666667vw;
    line-height: 8.8541666667vw;
  }
}
.footer__flex-right-button .link__button-inner img {
  width: 34px;
}
@media (max-width: 1500px) {
  .footer__flex-right-button .link__button-inner img {
    width: 2.2666666667vw;
  }
}
@media (max-width: 768px) {
  .footer__flex-right-button .link__button-inner img {
    width: 4.4270833333vw;
  }
}
.footer__flex-right-button .link__button-inner2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  height: 58px;
  line-height: 58px;
}
@media (max-width: 1500px) {
  .footer__flex-right-button .link__button-inner2 {
    gap: 1.7333333333vw;
    height: 3.8666666667vw;
    line-height: 3.8666666667vw;
  }
}
@media (max-width: 768px) {
  .footer__flex-right-button .link__button-inner2 {
    gap: 3.3854166667vw;
    height: 8.8541666667vw;
    line-height: 8.8541666667vw;
  }
}
.footer__flex-right-button .link__button-inner2 img {
  width: 34px;
}
@media (max-width: 1500px) {
  .footer__flex-right-button .link__button-inner2 img {
    width: 2.2666666667vw;
  }
}
@media (max-width: 768px) {
  .footer__flex-right-button .link__button-inner2 img {
    width: 4.4270833333vw;
  }
}
.footer__flex-right-button .link__button-inner {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .footer__flex-right-button .link__button-inner {
    transition: none; /* アニメーションを無効にする */
    transform: none; /* ホバー時のエフェクトを無効にする */
  }
}
.footer__flex-right-button .link__button-inner2 {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .footer__flex-right-button .link__button-inner2 {
    transition: none; /* アニメーションを無効にする */
    transform: none; /* ホバー時のエフェクトを無効にする */
  }
}
.footer__flex-right-button .link__button-inner {
  top: 0;
}
.footer__flex-right-button .link__button-inner2 {
  top: 100%;
}
.footer__flex-right-button .link__button:hover .link__button-inner {
  top: -100%;
}
@media (max-width: 768px) {
  .footer__flex-right-button .link__button:hover .link__button-inner {
    transition: none; /* アニメーションを無効にする */
    transform: none; /* ホバー時のエフェクトを無効にする */
  }
}
.footer__flex-right-button .link__button:hover .link__button-inner2 {
  top: 0;
}
@media (max-width: 768px) {
  .footer__flex-right-button .link__button:hover .link__button-inner2 {
    transition: none; /* アニメーションを無効にする */
    transform: none; /* ホバー時のエフェクトを無効にする */
  }
}
.footer__nav {
  margin-top: 70px;
}
@media (max-width: 1500px) {
  .footer__nav {
    margin-top: 4.6666666667vw;
  }
}
@media (max-width: 768px) {
  .footer__nav {
    margin-bottom: 4.9479166667vw;
  }
}
.footer__nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 50px;
  font-size: 24px;
}
@media (max-width: 1500px) {
  .footer__nav ul {
    gap: 3.3333333333vw;
    font-size: 1.6vw;
  }
}
@media (max-width: 768px) {
  .footer__nav ul {
    gap: 6.5104166667vw;
    font-size: 3.3854166667vw;
  }
}

.company {
  background: #ffffff;
}
.company .section-ttl {
  position: relative;
  margin-bottom: 30px;
}
.company .section-ttl .container {
  position: relative;
}
@media (max-width: 1500px) {
  .company .section-ttl {
    margin-bottom: 2vw;
  }
}
@media (max-width: 768px) {
  .company .section-ttl {
    margin-bottom: 3.90625vw;
  }
}
.company .section-ttl h3 {
  position: absolute;
  z-index: 1;
  color: rgba(20, 168, 62, 0.1215686275);
  font-size: 150px;
  letter-spacing: 0.1em;
  top: -20px;
  font-weight: 1000;
}
@media (max-width: 1500px) {
  .company .section-ttl h3 {
    font-size: 10vw;
    left: 0vw;
    top: -2.6041666667vw;
  }
}
.company__vison {
  margin-top: 80px;
  padding: 60px;
  background: #FFFAF4;
}
@media (max-width: 1500px) {
  .company__vison {
    margin-top: 5.3333333333vw;
    padding: 4vw;
  }
}
@media (max-width: 768px) {
  .company__vison {
    margin-top: 7.8125vw;
    padding: 7.8125vw 0 3.90625vw;
  }
}
.company__vison h2 {
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 40px;
}
@media (max-width: 1500px) {
  .company__vison h2 {
    font-size: 2vw;
    margin-bottom: 2.6666666667vw;
  }
}
@media (max-width: 768px) {
  .company__vison h2 {
    font-size: 4.6875vw;
    margin-bottom: 3.2vw;
  }
}
.company__vison h3 {
  text-align: center;
  font-weight: 900;
  font-size: 48px;
  margin-bottom: 40px;
}
@media (max-width: 1500px) {
  .company__vison h3 {
    font-size: 3.2vw;
    margin-bottom: 2.6666666667vw;
  }
}
@media (max-width: 768px) {
  .company__vison h3 {
    font-size: 4.6875vw;
    margin-bottom: 4.4270833333vw;
  }
}
.company__vison h4 {
  text-align: center;
  font-weight: 600;
  font-size: 34px;
  margin-bottom: 80px;
}
@media (max-width: 1500px) {
  .company__vison h4 {
    font-size: 2.2666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
@media (max-width: 768px) {
  .company__vison h4 {
    font-size: 3.6458333333vw;
    margin-bottom: 6.5104166667vw;
  }
}
.company__vison p {
  width: 840px;
  margin: 0 auto;
  font-size: 26px;
  letter-spacing: 0.1em;
  line-height: 1.9;
  padding-bottom: 90px;
}
@media (max-width: 1500px) {
  .company__vison p {
    width: 56vw;
    font-size: 1.7333333333vw;
    padding-bottom: 6vw;
  }
}
@media (max-width: 768px) {
  .company__vison p {
    width: 78.125vw;
    font-size: 2.8645833333vw;
    padding-bottom: 5.2083333333vw;
  }
}
.company__info {
  background: #F1F3F5;
  padding-top: 100px;
}
@media (max-width: 1500px) {
  .company__info {
    padding-top: 6.6666666667vw;
  }
}
@media (max-width: 768px) {
  .company__info {
    padding-top: 10.4166666667vw;
  }
}
.company__info h3 {
  margin-bottom: 80px;
  font-size: 60px;
  font-weight: 900;
  letter-spacing: 0.05em;
}
@media (max-width: 1500px) {
  .company__info h3 {
    margin-bottom: 10.4166666667vw;
    font-size: 3.7333333333vw;
  }
}
@media (max-width: 768px) {
  .company__info h3 {
    margin-bottom: 6.5104166667vw;
    font-size: 5.7291666667vw;
  }
}
.company__info-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 80px;
}
@media (max-width: 1500px) {
  .company__info-flex {
    padding-bottom: 5.3333333333vw;
  }
}
@media (max-width: 768px) {
  .company__info-flex {
    flex-direction: column;
  }
}
.company__info-flex-item {
  width: 47%;
  height: 160px;
  display: flex;
  align-items: center;
}
@media (max-width: 1500px) {
  .company__info-flex-item {
    height: 10.6666666667vw;
  }
}
@media (max-width: 768px) {
  .company__info-flex-item {
    width: 100%;
    height: 19.0104166667vw;
  }
}
.company__info-flex-item .ttl {
  display: flex;
  align-items: center;
  height: 160px;
  width: 36%;
  border-bottom: 4px solid #14A83D;
  font-weight: 700;
}
@media (max-width: 1500px) {
  .company__info-flex-item .ttl {
    height: 10.6666666667vw;
    border-bottom: 0.2666666667vw solid #14A83D;
    font-size: 1.6666666667vw;
  }
}
@media (max-width: 768px) {
  .company__info-flex-item .ttl {
    width: 30%;
    font-size: 2.8645833333vw;
    height: 19.0104166667vw;
    border-bottom: 0.6510416667vw solid #14A83D;
    padding-left: 1.3020833333vw;
  }
}
.company__info-flex-item .cont {
  display: flex;
  align-items: center;
  height: 160px;
  width: 64%;
  border-bottom: 4px solid #B2B2B2;
  font-size: 22px;
}
@media (max-width: 1500px) {
  .company__info-flex-item .cont {
    height: 10.6666666667vw;
    border-bottom: 0.2666666667vw solid #B2B2B2;
    font-size: 1.4666666667vw;
  }
}
@media (max-width: 768px) {
  .company__info-flex-item .cont {
    width: 70%;
    height: 19.0104166667vw;
    border-bottom: 0.6510416667vw solid #B2B2B2;
    font-size: 2.8645833333vw;
    padding-left: 1.3020833333vw;
    line-height: 1.4;
  }
}
.company__link {
  background: url(../img/company2.png) no-repeat;
  background-size: cover;
}
.company__link .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  height: 800px;
  text-align: center;
}
@media (max-width: 1500px) {
  .company__link .container {
    gap: 2vw;
    height: 35.3333333333vw;
  }
}
.company__link .container img {
  width: 70%;
}

.business {
  background: #F1F3F5;
}
.business__flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 100px;
}
@media (max-width: 1500px) {
  .business__flex {
    margin-bottom: 6.6666666667vw;
  }
}
@media (max-width: 768px) {
  .business__flex {
    flex-direction: column;
    gap: 5.2083333333vw;
  }
}
.business__flex:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .business__flex:nth-child(even) {
    flex-direction: column;
  }
}
.business__flex-img {
  width: 47%;
}
@media (max-width: 1500px) {
  .business__flex-img {
    width: 46%;
  }
}
@media (max-width: 768px) {
  .business__flex-img {
    width: 100%;
  }
}
.business__flex-content {
  width: 48%;
}
@media (max-width: 1500px) {
  .business__flex-content {
    width: 49%;
  }
}
@media (max-width: 768px) {
  .business__flex-content {
    width: 100%;
    margin-bottom: 3.90625vw;
  }
}
.business__flex-content-ttl h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media (max-width: 1500px) {
  .business__flex-content-ttl h3 {
    font-size: 2.1333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
@media (max-width: 768px) {
  .business__flex-content-ttl h3 {
    font-size: 4.1666666667vw;
    margin-bottom: 5.2083333333vw;
  }
}
.business__flex-content-txt p {
  font-size: 23px;
  letter-spacing: 0.06em;
  line-height: 1.3;
  margin-bottom: 38px;
}
@media (max-width: 1500px) {
  .business__flex-content-txt p {
    font-size: 1.5333333333vw;
    margin-bottom: 2.5333333333vw;
  }
}
@media (max-width: 768px) {
  .business__flex-content-txt p {
    font-size: 3.125vw;
    margin-bottom: 4.6875vw;
    line-height: 1.5;
  }
}
.business__flex-content-border {
  font-weight: bold;
  font-size: 16px;
  position: relative;
  border-bottom: 4px solid #B2B2B2;
  margin-bottom: 34px;
}
@media (max-width: 1500px) {
  .business__flex-content-border {
    font-size: 1.0666666667vw;
    margin-bottom: 2.2666666667vw;
  }
}
@media (max-width: 1200px) {
  .business__flex-content-border {
    border-bottom: 0.3125vw solid #B2B2B2;
  }
}
@media (max-width: 768px) {
  .business__flex-content-border {
    margin-bottom: 3.90625vw;
    border-bottom: 0.6510416667vw solid #B2B2B2;
  }
}
.business__flex-content-border::before {
  content: "";
  position: absolute;
  bottom: -4px;
  width: 35%;
  height: 4px;
  background: #14A83D;
}
@media (max-width: 1200px) {
  .business__flex-content-border::before {
    bottom: -0.3125vw;
    height: 0.3125vw;
  }
}
@media (max-width: 768px) {
  .business__flex-content-border::before {
    bottom: -0.5208333333vw;
    height: 0.5208333333vw;
  }
}
.business__flex-content ul {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 22px;
}
@media (max-width: 1500px) {
  .business__flex-content ul {
    gap: 1.3333333333vw;
    margin-bottom: 1.4666666667vw;
  }
}
@media (max-width: 768px) {
  .business__flex-content ul {
    gap: 3.6458333333vw;
    margin-bottom: 3.90625vw;
  }
}
.business__flex-content ul li {
  background: #14A83D;
  color: #FFF;
  padding: 6px 20px 5px;
  border-radius: 30px;
  min-width: 150px;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 3px 3px 3px rgba(63, 63, 63, 0.4078431373);
}
@media (max-width: 1200px) {
  .business__flex-content ul li {
    padding: 0.4vw 1.3333333333vw 0.3333333333vw;
    border-radius: 2vw;
    min-width: 10vw;
    font-size: 1.4666666667vw;
    box-shadow: 0.2vw 0.2vw 0.2vw rgba(63, 63, 63, 0.4078431373);
  }
}
@media (max-width: 768px) {
  .business__flex-content ul li {
    padding: 0.78125vw 3.90625vw 0.6510416667vw;
    border-radius: 3.90625vw;
    min-width: 20.8333333333vw;
    font-size: 3.125vw;
    box-shadow: 0.390625vw 0.390625vw 0.390625vw rgba(63, 63, 63, 0.4078431373);
  }
}

.contact {
  background: #F1F3F5;
}
.contact .form-box {
  padding-bottom: 130px;
}
@media (max-width: 1500px) {
  .contact .form-box {
    padding-bottom: 8.6666666667vw;
  }
}
@media (max-width: 768px) {
  .contact .form-box {
    padding-bottom: 13.0208333333vw;
  }
}
.contact .form-row p {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 30px;
  margin-bottom: 60px;
}
@media (max-width: 1500px) {
  .contact .form-row p {
    gap: 2vw;
    margin-bottom: 4vw;
  }
}
@media (max-width: 768px) {
  .contact .form-row p {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0vw;
    margin-bottom: 3.90625vw;
  }
}
.contact .form-row p label {
  font-size: 26px;
  font-weight: 800;
  padding-top: 22px;
  width: 22%;
}
@media (max-width: 1500px) {
  .contact .form-row p label {
    font-size: 1.4666666667vw;
    padding-top: 1.6vw;
  }
}
@media (max-width: 768px) {
  .contact .form-row p label {
    width: 100%;
    font-size: 3.3854166667vw;
    padding-left: 2.6041666667vw;
  }
}
.contact .form-row p span {
  width: 50%;
}
@media (max-width: 768px) {
  .contact .form-row p span {
    width: 100%;
  }
}
.contact .form-row p input {
  background: #fff;
  border-radius: 14px;
  height: 60px;
  padding: 10px 20px 10px 40px;
  font-size: 24px;
  font-weight: 600;
  width: 100%;
}
@media (max-width: 1500px) {
  .contact .form-row p input {
    border-radius: 0.9333333333vw;
    height: 4vw;
    padding: 0.6666666667vw 1.3333333333vw 0.6666666667vw 2.6666666667vw;
    font-size: 1.6vw;
  }
}
@media (max-width: 768px) {
  .contact .form-row p input {
    border-radius: 1.8229166667vw;
    height: 10.4166666667vw;
    padding: 1.3020833333vw 2.6041666667vw 1.3020833333vw 3.90625vw;
    font-size: 2.8645833333vw;
  }
}
.contact .form-row p textarea {
  background: #fff;
  border-radius: 20px;
  height: 400px;
  padding: 10px 20px 10px 40px;
  font-size: 30px;
  font-weight: 600;
  width: 100%;
  resize: none;
}
@media (max-width: 1500px) {
  .contact .form-row p textarea {
    border-radius: 1.0666666667vw;
    height: 26.6666666667vw;
    padding: 2.2666666667vw 1.3333333333vw 0.6666666667vw 2.6666666667vw;
    font-size: 1.7333333333vw;
  }
}
@media (max-width: 768px) {
  .contact .form-row p textarea {
    border-radius: 1.8229166667vw;
    height: 39.0625vw;
    padding: 4.4270833333vw 2.6041666667vw 1.3020833333vw 3.90625vw;
    font-size: 2.8645833333vw;
  }
}
.contact .form-row p .required {
  color: red; /* 必須項目のアスタリスクを赤に */
}
.contact .form-row p #charCount {
  display: none;
}
.contact .checkbox label {
  width: 100% !important;
  font-size: 22px !important;
}
@media (max-width: 1500px) {
  .contact .checkbox label {
    font-size: 1.4666666667vw !important;
  }
}
@media (max-width: 768px) {
  .contact .checkbox label {
    font-size: 2.8645833333vw !important;
  }
}
.contact .checkbox label input {
  width: 200px !important;
  height: 60px;
}
@media (max-width: 1500px) {
  .contact .checkbox label input {
    width: 13.3333333333vw !important;
    height: 4vw;
  }
}
@media (max-width: 768px) {
  .contact .checkbox label input {
    width: 13.0208333333vw !important;
    height: 6.5104166667vw;
  }
}
.contact .checkbox label .wpcf7-list-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact .checkbox label .wpcf7-not-valid-tip {
  text-align: right;
}
.contact .checkbox label span {
  width: 100% !important;
}
.contact .checkbox label .wpcf7-list-item-label {
  width: 50% !important;
}
@media (max-width: 768px) {
  .contact .checkbox label .wpcf7-list-item-label {
    width: 100% !important;
  }
}
.contact .form-submit {
  width: 600px;
  margin: 40px auto;
  background: #14A83D;
  border-radius: 50px;
  padding: 30px 30px;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
@media (max-width: 1500px) {
  .contact .form-submit {
    width: 40vw;
    margin: 2.6666666667vw auto;
    border-radius: 3.3333333333vw;
    padding: 2vw 2vw;
    font-size: 2vw;
  }
}
@media (max-width: 768px) {
  .contact .form-submit {
    width: 65.1041666667vw;
    margin: 5.2083333333vw auto;
    border-radius: 6.5104166667vw;
    padding: 3.90625vw 3.90625vw;
    font-size: 3.6458333333vw;
  }
}
.contact .form-submit p {
  text-align: center;
}
.contact .form-submit span {
  display: none !important;
}

/*========================================
= ニュースページ：サイドバー付きレイアウト
========================================*/
.news-wrapper {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .news-wrapper {
    gap: 3.125vw;
  }
}
@media (max-width: 768px) {
  .news-wrapper {
    flex-direction: column;
    gap: 3.90625vw;
  }
}

/*========================================
= サイドバー
========================================*/
.news-sidebar {
  width: 340px;
  flex-shrink: 0;
  margin-right: 40px;
  background: #F1F3F5;
  height: 100vh;
  padding-top: 140px;
  font-size: 22px;
}
@media (max-width: 1200px) {
  .news-sidebar {
    width: 18.75vw;
    margin-right: 3.125vw;
    padding-top: 10.9375vw;
  }
}
@media (max-width: 768px) {
  .news-sidebar {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3.90625vw;
    padding-top: 0;
    height: auto;
  }
}

.category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.category-item:last-child {
  border-bottom: none;
}
.category-item a {
  display: block;
  padding: 22px 80px;
  text-decoration: none;
  color: #333;
  font-size: 20px;
  transition: all 0.2s ease;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .category-item a {
    padding: 1.40625vw 1.953125vw;
    font-size: 1.25vw;
  }
}
@media (max-width: 768px) {
  .category-item a {
    padding: 2.6041666667vw 3.90625vw;
    font-size: 2.34375vw;
  }
}
.category-item a:hover {
  background: #ececec;
  color: #000;
}

/*========================================
= メインコンテンツエリア
========================================*/
.news-main {
  flex: 1;
  min-width: 0;
}

/*========================================
= 既存のニュースアイテムスタイル（調整版）
========================================*/
.news {
  background: #F1F3F5;
}
.news .section-ttl {
  border-bottom: 2px solid #B2B2B2;
}
.news-main {
  padding-top: 120px;
}
@media (max-width: 1200px) {
  .news-main {
    padding-top: 10vw;
  }
}
@media (max-width: 768px) {
  .news-main {
    padding-top: 2.6041666667vw;
    margin: 0 auto;
  }
}
.news .news-archive {
  background: #fff;
  min-height: 300px;
}
@media (max-width: 768px) {
  .news .news-archive {
    min-height: 400px;
    padding-top: 0;
  }
}
.news .news-archive .news-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 30px 0;
  width: 90%;
  margin-left: 40px;
}
@media (max-width: 1200px) {
  .news .news-archive .news-item a {
    padding: 2.34375vw 0;
  }
  .news .news-archive .news-item a img {
    width: 4.6875vw;
  }
}
@media (max-width: 768px) {
  .news .news-archive .news-item a {
    padding: 3.90625vw 0;
    margin-left: 0;
    margin: 0 auto;
    width: 100%;
  }
  .news .news-archive .news-item a img {
    width: 5.2083333333vw;
  }
}
.news .news-archive .news-item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: #F1F3F5;
}
.news .news-archive .news-item a:before {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 16%;
  background: #14A83D;
  animation: none;
}
@media (max-width: 768px) {
  .news .news-archive .news-item a:before {
    width: 30%;
  }
}
.news .news-archive .news-item a:hover::before {
  animation: expand-right 0.4s forwards, expand-left 0.4s 0.4s forwards;
}
@keyframes expand-right {
  0% {
    width: 16%;
  }
  100% {
    width: 100%;
  }
}
@keyframes expand-left {
  0% {
    width: 0%;
  }
  100% {
    width: 16%;
  }
}
.news .news-archive .news-item a .content {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex: 1;
}
.news .news-archive .news-item a .content .date-tag-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  .news .news-archive .news-item a .content .date-tag-wrapper {
    gap: 0.78125vw;
    margin-bottom: 1.171875vw;
  }
}
@media (max-width: 768px) {
  .news .news-archive .news-item a .content .date-tag-wrapper {
    gap: 1.5625vw;
    margin-bottom: 2.34375vw;
  }
}
.news .news-archive .news-item a .content .date {
  font-size: 20px;
  margin-right: 0;
}
@media (max-width: 1200px) {
  .news .news-archive .news-item a .content .date {
    font-size: 1.71875vw;
  }
}
@media (max-width: 768px) {
  .news .news-archive .news-item a .content .date {
    font-size: 3.2552083333vw;
  }
}
.news .news-archive .news-item a .content .new-tag {
  background: #F36E6E;
  border-radius: 4px;
  padding: 3px 10px;
  color: #fff;
  font-size: 14px;
  margin-right: 0;
}
@media (max-width: 1200px) {
  .news .news-archive .news-item a .content .new-tag {
    border-radius: 0.3125vw;
    padding: 0.234375vw 0.78125vw;
    font-size: 1.09375vw;
  }
}
@media (max-width: 768px) {
  .news .news-archive .news-item a .content .new-tag {
    font-size: 2.0833333333vw;
    border-radius: 0.6510416667vw;
    padding: 0.5208333333vw 1.5625vw;
  }
}
.news .news-archive .news-item a .content .category-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 1200px) {
  .news .news-archive .news-item a .content .category-tags {
    gap: 0.625vw;
  }
}
@media (max-width: 768px) {
  .news .news-archive .news-item a .content .category-tags {
    gap: 1.3020833333vw;
  }
}
.news .news-archive .news-item a .content .category-tags .category-tag {
  padding: 3px 12px;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
}
@media (max-width: 1200px) {
  .news .news-archive .news-item a .content .category-tags .category-tag {
    padding: 0.234375vw 0.9375vw;
    border-radius: 0.3125vw;
    font-size: 1.09375vw;
  }
}
@media (max-width: 768px) {
  .news .news-archive .news-item a .content .category-tags .category-tag {
    padding: 0.5208333333vw 1.8229166667vw;
    border-radius: 0.6510416667vw;
    font-size: 2.0833333333vw;
  }
}
.news .news-archive .news-item a .content .category-tags .category-tag[data-category=news], .news .news-archive .news-item a .content .category-tags .category-tag[data-category=お知らせ] {
  background: #4A90E2;
}
.news .news-archive .news-item a .content .category-tags .category-tag[data-category=media], .news .news-archive .news-item a .content .category-tags .category-tag[data-category=メディア掲載] {
  background: #7B68EE;
}
.news .news-archive .news-item a .content .category-tags .category-tag[data-category=event], .news .news-archive .news-item a .content .category-tags .category-tag[data-category=イベント] {
  background: #FF6B6B;
}
.news .news-archive .news-item a .content .category-tags .category-tag[data-category=press], .news .news-archive .news-item a .content .category-tags .category-tag[data-category=プレス] {
  background: #50C878;
}
.news .news-archive .news-item a .content .category-tags .category-tag[data-category=release], .news .news-archive .news-item a .content .category-tags .category-tag[data-category=リリース] {
  background: #FFA500;
}
.news .news-archive .news-item a .content .category-tags .category-tag:not([data-category]) {
  background: #999;
}
.news .news-archive .news-item a .content h4 {
  margin-top: 0;
  width: 100%;
  font-size: 26px;
  line-height: 1.4;
}
@media (max-width: 1200px) {
  .news .news-archive .news-item a .content h4 {
    font-size: 2.03125vw;
  }
}
@media (max-width: 768px) {
  .news .news-archive .news-item a .content h4 {
    font-size: 3.90625vw;
  }
}

/*========================================
= タブレット・スマホでのサイドバー調整
========================================*/
@media (max-width: 768px) {
  .news-wrapper {
    flex-direction: column;
  }
  .news-sidebar {
    order: -1;
    margin-right: 0;
  }
  .category-list {
    display: flex;
    overflow-x: auto;
    background: #f8f8f8;
    border: 1px solid #ddd;
    justify-content: center;
  }
  .category-item {
    border-bottom: none;
    flex-shrink: 0;
  }
  .category-item:last-child {
    border-right: none;
  }
  .category-item a {
    white-space: nowrap;
    min-width: 15.625vw;
    text-align: center;
  }
}
/*========================================
= ニュース詳細ページ
========================================*/
.news-single-page {
  background: #F1F3F5;
  min-height: 100vh;
}

.news-single-content {
  background: #fff;
  padding-top: 60px;
  padding-bottom: 80px;
}
@media (max-width: 1200px) {
  .news-single-content {
    padding-top: 4.6875vw;
    padding-bottom: 6.25vw;
  }
}
@media (max-width: 768px) {
  .news-single-content {
    padding-top: 6.5104166667vw;
    padding-bottom: 9.1145833333vw;
  }
}

.news-article {
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .news-article {
    max-width: 70.3125vw;
  }
}
@media (max-width: 768px) {
  .news-article {
    max-width: 100%;
  }
}

/*========================================
= メタ情報
========================================*/
.news-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid #f0f0f0;
}
@media (max-width: 1200px) {
  .news-meta {
    gap: 0.9375vw;
    margin-bottom: 2.34375vw;
    padding-bottom: 1.5625vw;
  }
}
@media (max-width: 768px) {
  .news-meta {
    gap: 1.953125vw;
    margin-bottom: 4.5572916667vw;
    padding-bottom: 3.2552083333vw;
  }
}

.news-date {
  font-size: 18px;
  color: #666;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .news-date {
    font-size: 1.40625vw;
  }
}
@media (max-width: 768px) {
  .news-date {
    font-size: 2.6041666667vw;
  }
}

.news-new-tag {
  background: #F36E6E;
  color: #fff;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .news-new-tag {
    padding: 0.3125vw 0.9375vw;
    border-radius: 0.3125vw;
    font-size: 1.09375vw;
  }
}
@media (max-width: 768px) {
  .news-new-tag {
    padding: 0.6510416667vw 1.953125vw;
    border-radius: 0.6510416667vw;
    font-size: 2.0833333333vw;
  }
}

.news-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 1200px) {
  .news-categories {
    gap: 0.625vw;
  }
}
@media (max-width: 768px) {
  .news-categories {
    gap: 1.3020833333vw;
  }
}

.news-category-tag {
  padding: 4px 14px;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .news-category-tag {
    padding: 0.3125vw 1.09375vw;
    border-radius: 0.3125vw;
    font-size: 1.09375vw;
  }
}
@media (max-width: 768px) {
  .news-category-tag {
    padding: 0.6510416667vw 2.0833333333vw;
    border-radius: 0.6510416667vw;
    font-size: 2.0833333333vw;
  }
}
.news-category-tag[data-category=news], .news-category-tag[data-category=お知らせ] {
  background: #4A90E2;
}
.news-category-tag[data-category=media], .news-category-tag[data-category=メディア掲載] {
  background: #7B68EE;
}
.news-category-tag[data-category=event], .news-category-tag[data-category=イベント] {
  background: #FF6B6B;
}
.news-category-tag[data-category=press], .news-category-tag[data-category=プレス] {
  background: #50C878;
}
.news-category-tag[data-category=release], .news-category-tag[data-category=リリース] {
  background: #FFA500;
}
.news-category-tag:not([data-category]) {
  background: #999;
}

/*========================================
= タイトル
========================================*/
.news-title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  color: #333;
  margin: 0 0 40px 0;
}
@media (max-width: 1200px) {
  .news-title {
    font-size: 2.5vw;
    margin-bottom: 3.125vw;
  }
}
@media (max-width: 768px) {
  .news-title {
    font-size: 4.1666666667vw;
    margin-bottom: 4.5572916667vw;
  }
}

/*========================================
= メイン画像（サムネ）
========================================*/
.news-main-thumb {
  width: 100%;
  margin: 30px 0 50px 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  background: #f8f9fa;
  aspect-ratio: 16/10;
  position: relative;
}
@media (max-width: 1200px) {
  .news-main-thumb {
    margin: 2.34375vw 0 3.90625vw 0;
    border-radius: 0.9375vw;
  }
}
@media (max-width: 768px) {
  .news-main-thumb {
    margin: 3.2552083333vw 0 5.2083333333vw 0;
    border-radius: 1.953125vw;
  }
}
.news-main-thumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  z-index: 1;
}

.news-main-thumb-img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  background: #14A83D;
  transition: transform 0.4s ease;
  position: relative;
  z-index: 2;
}
.news-main-thumb-img:hover {
  transform: scale(1.03);
}
.news-main-thumb-img:not([src]), .news-main-thumb-img[src=""], .news-main-thumb-img[src*=placeholder] {
  background: linear-gradient(135deg, #e9ecef 0%, #dee2e6 100%);
}
.news-main-thumb-img:not([src])::after, .news-main-thumb-img[src=""]::after, .news-main-thumb-img[src*=placeholder]::after {
  content: "画像なし";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #6c757d;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .news-main-thumb-img:not([src])::after, .news-main-thumb-img[src=""]::after, .news-main-thumb-img[src*=placeholder]::after {
    font-size: 1.40625vw;
  }
}
@media (max-width: 768px) {
  .news-main-thumb-img:not([src])::after, .news-main-thumb-img[src=""]::after, .news-main-thumb-img[src*=placeholder]::after {
    font-size: 2.6041666667vw;
  }
}

/*========================================
= 本文コンテンツ
========================================*/
.news-content {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
}
@media (max-width: 1200px) {
  .news-content {
    font-size: 1.40625vw;
  }
}
@media (max-width: 768px) {
  .news-content {
    font-size: 2.0833333333vw;
    line-height: 1.7;
  }
}
.news-content p {
  margin-bottom: 20px;
  font-size: 20px;
}
@media (max-width: 1200px) {
  .news-content p {
    margin-bottom: 1.5625vw;
  }
}
@media (max-width: 768px) {
  .news-content p {
    margin-bottom: 2.34375vw;
    font-size: 2.8645833333vw;
  }
}
@media (max-width: 440px) {
  .news-content p {
    font-size: 4.0909090909vw;
  }
}
.news-content p:last-child {
  margin-bottom: 0;
}
.news-content h2, .news-content h3, .news-content h4, .news-content h5, .news-content h6 {
  margin: 40px 0 20px 0;
  line-height: 1.4;
}
@media (max-width: 1200px) {
  .news-content h2, .news-content h3, .news-content h4, .news-content h5, .news-content h6 {
    margin: 3.125vw 0 1.5625vw 0;
  }
}
@media (max-width: 768px) {
  .news-content h2, .news-content h3, .news-content h4, .news-content h5, .news-content h6 {
    margin: 4.5572916667vw 0 2.34375vw 0;
  }
}
.news-content h2:first-child, .news-content h3:first-child, .news-content h4:first-child, .news-content h5:first-child, .news-content h6:first-child {
  margin-top: 0;
}
.news-content h2 {
  font-size: 26px;
  color: #333;
  border-bottom: 2px solid #4A90E2;
  padding-bottom: 8px;
}
@media (max-width: 1200px) {
  .news-content h2 {
    font-size: 2.03125vw;
    padding-bottom: 0.625vw;
  }
}
@media (max-width: 768px) {
  .news-content h2 {
    font-size: 3.125vw;
    padding-bottom: 1.3020833333vw;
  }
}
.news-content h3 {
  font-size: 22px;
  color: #333;
}
@media (max-width: 1200px) {
  .news-content h3 {
    font-size: 1.71875vw;
  }
}
@media (max-width: 768px) {
  .news-content h3 {
    font-size: 2.6041666667vw;
  }
}
.news-content ul, .news-content ol {
  margin: 20px 0;
  padding-left: 30px;
}
@media (max-width: 1200px) {
  .news-content ul, .news-content ol {
    margin: 1.5625vw 0;
    padding-left: 2.34375vw;
  }
}
@media (max-width: 768px) {
  .news-content ul, .news-content ol {
    margin: 2.34375vw 0;
    padding-left: 3.2552083333vw;
    font-size: 2.6041666667vw;
  }
}
@media (max-width: 440px) {
  .news-content ul, .news-content ol {
    font-size: 3.6363636364vw;
  }
}
.news-content ul li, .news-content ol li {
  margin-bottom: 8px;
  list-style: disc !important;
}
@media (max-width: 1200px) {
  .news-content ul li, .news-content ol li {
    margin-bottom: 0.625vw;
  }
}
@media (max-width: 768px) {
  .news-content ul li, .news-content ol li {
    margin-bottom: 1.3020833333vw;
  }
}
.news-content img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  margin: 20px 0;
}
@media (max-width: 1200px) {
  .news-content img {
    border-radius: 0.46875vw;
    margin: 1.5625vw 0;
  }
}
@media (max-width: 768px) {
  .news-content img {
    border-radius: 1.0416666667vw;
    margin: 2.34375vw 0;
  }
}
.news-content a {
  color: #4A90E2;
  text-decoration: underline;
}
.news-content a:hover {
  color: #357ABD;
}

/*========================================
= 一覧に戻るボタン
========================================*/
.news-back-button {
  margin-top: 60px;
  text-align: center;
}
@media (max-width: 1200px) {
  .news-back-button {
    margin-top: 4.6875vw;
  }
}
@media (max-width: 768px) {
  .news-back-button {
    margin-top: 6.5104166667vw;
  }
}

.back-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 52px;
  background: #fff;
  border: 2px solid #333;
  border-radius: 60px;
  text-decoration: none;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1200px) {
  .back-btn {
    gap: 0.9375vw;
    padding: 1.25vw 4.0625vw;
    border-radius: 4.6875vw;
    font-size: 1.40625vw;
  }
}
@media (max-width: 768px) {
  .back-btn {
    gap: 1.953125vw;
    padding: 2.34375vw 4.5572916667vw;
    border-radius: 7.8125vw;
    font-size: 2.6041666667vw;
  }
}
.back-btn:hover {
  background: #333;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.back-btn__icon {
  display: flex;
  align-items: center;
  transition: transform 0.3s ease;
}
.back-btn__icon img {
  width: 20px;
  height: auto;
  margin: 0;
}
@media (max-width: 1200px) {
  .back-btn__icon img {
    width: 1.5625vw;
  }
}
@media (max-width: 768px) {
  .back-btn__icon img {
    width: 2.8645833333vw;
  }
}
.back-btn:hover .back-btn__icon {
  transform: translateX(-3px);
}

body {
  color: #000;
  letter-spacing: 0.05em;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.jost {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.noto {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.tukusi,
.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
}

.sawarabi {
  font-family: "Sawarabi Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
}

.header {
  margin: 0 auto;
  transition: all 1s ease;
}/*# sourceMappingURL=style.css.map */