@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -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: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@media screen and (min-width: 768px) {
  .pc-only {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

body, input, textarea, select {
  font-size: 1rem;
  line-height: 1.6;
  overflow-x: hidden;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  letter-spacing: 0.025em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  word-break: break-all;
  color: #000;
}
@media screen and (max-width: 767px) {
  body, input, textarea, select {
    font-size: 4vw;
  }
}

@media screen and (max-width: 767px) {
  html {
    min-height: 100lvh;
  }
}

img {
  height: auto;
  display: block;
  vertical-align: bottom;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, ul, li, ol, dl, dt, dd {
  margin: 0;
  padding: 0;
}

ul, li, ol {
  list-style: none;
}

figcaption {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.5;
}

html {
  scroll-behavior: smooth;
  /* アンカーリンクで飛んだとき、固定ヘッダーに隠れないよう（JSで --header-height を設定済み） */
  scroll-padding-top: var(--header-height, 0);
}

a {
  text-decoration: none;
  transition: all 0.3s ease;
}

.l-main {
  /* 固定ヘッダー高さ分の余白（JSで --header-height を設定） */
  padding-top: var(--header-height, 0);
}

/*-------------------------------------------------------------------------------
共通パーツ
-------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------
display
-------------------------------------------------------------------------------*/
.dflex {
  display: flex;
}
@media screen and (max-width: 767px) {
  .dflex {
    min-width: 0;
    flex-shrink: 1;
  }
}

.dblock {
  display: block;
}

.dgrid {
  display: grid;
}

/*-------------------------------------------------------------------------------
ロード演出（index.htmlのみ）
-------------------------------------------------------------------------------*/
html.is-loading {
  overflow: hidden;
}

html.is-loading body {
  overflow: hidden;
}

html,
body {
  background: #ffffff;
}

html.is-loading .wrapper {
  opacity: 0;
}

.page-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  transform: translateY(0);
  background: #ffffff;
  transition: transform 1400ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

html.is-revealing .page-loader {
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.92) 14%, #ffffff 28%, #ffffff 100%);
}

html.is-loaded .page-loader {
  transform: translateY(-100%);
}

/*-------------------------------------------------------------------------------
無効化
-------------------------------------------------------------------------------*/
.is-disabled a {
  pointer-events: none;
}

/*-------------------------------------------------------------------------------
各テキスト
-------------------------------------------------------------------------------*/
.txt-bold {
  font-weight: 700 !important;
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.txt-white {
  color: #fff;
}

.txt-darkblue {
  color: #001984;
}

.txt-lightblue {
  color: #00A0E9;
}

.txt-jost {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.txt-roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.txt-notoserifjp {
  font-family: "Noto Serif JP", serif;
}

.f-10 {
  font-size: 0.625rem;
}
@media screen and (max-width: 767px) {
  .f-10 {
    font-size: 3vw;
  }
}

.f-12 {
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .f-12 {
    font-size: 3.4vw;
  }
}

.f-14 {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .f-14 {
    font-size: 3.8vw;
  }
}

.f-16 {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .f-16 {
    font-size: 4vw;
  }
}

.f-18 {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .f-18 {
    font-size: 4.4vw;
  }
}

.f-20 {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .f-20 {
    font-size: 4.8vw;
  }
}

.f-22 {
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  .f-22 {
    font-size: 5.2vw;
  }
}

.f-24 {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .f-24 {
    font-size: 5.6vw;
  }
}

.f-26 {
  font-size: 1.625rem;
}
@media screen and (max-width: 767px) {
  .f-26 {
    font-size: 5.8vw;
  }
}

.f-28 {
  font-size: 1.75rem;
}
@media screen and (max-width: 767px) {
  .f-28 {
    font-size: 6vw;
  }
}

.f-32 {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .f-32 {
    font-size: 6.4vw;
  }
}

.f-36 {
  font-size: 2.25rem;
}
@media screen and (max-width: 767px) {
  .f-36 {
    font-size: 6.4vw;
  }
}

.f-40 {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .f-40 {
    font-size: 6.8vw;
  }
}

.f-44 {
  font-size: 2.75rem;
}
@media screen and (max-width: 767px) {
  .f-44 {
    font-size: 6.8vw;
  }
}

.f-48 {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .f-48 {
    font-size: 7.2vw;
  }
}

.f-52 {
  font-size: 3.25rem;
}
@media screen and (max-width: 767px) {
  .f-52 {
    font-size: 7.2vw;
  }
}

.f-56 {
  font-size: 3.5rem;
}
@media screen and (max-width: 767px) {
  .f-56 {
    font-size: 7.6vw;
  }
}

.f-60 {
  font-size: 3.75rem;
}
@media screen and (max-width: 767px) {
  .f-60 {
    font-size: 7.6vw;
  }
}

.f-64 {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .f-64 {
    font-size: 8vw;
  }
}

.f-68 {
  font-size: 4.25rem;
}
@media screen and (max-width: 767px) {
  .f-68 {
    font-size: 8vw;
  }
}

.f-72 {
  font-size: 4.5rem;
}
@media screen and (max-width: 767px) {
  .f-72 {
    font-size: 8.8vw;
  }
}

/*-------------------------------------------------------------------------------
背景
-------------------------------------------------------------------------------*/
.bg-lightblue {
  background-color: #00A0E9;
}

.bg-darkblue {
  background-color: #001984;
}

.bg-white {
  background-color: #fff;
}

.bg-lightgray {
  background-color: #F6F6F6;
}

.bg-superlightblue {
  background: #e1f4fd;
}

/*-------------------------------------------------------------------------------
画像
-------------------------------------------------------------------------------*/
.img-center {
  display: block;
  margin-inline: auto;
}

/*-------------------------------------------------------------------------------
余白
-------------------------------------------------------------------------------*/
.mb-8 {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .mb-8 {
    margin-bottom: 2vw;
  }
}

.mb-10 {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .mb-10 {
    margin-bottom: 2.5vw;
  }
}

.mb-16 {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .mb-16 {
    margin-bottom: 2.5vw;
  }
}

.mb-20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .mb-20 {
    margin-bottom: 2.5vw;
  }
}

.mb-24 {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .mb-24 {
    margin-bottom: 3.8vw;
  }
}

.mb-30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .mb-30 {
    margin-bottom: 3.8vw;
  }
}

.mb-32 {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .mb-32 {
    margin-bottom: 3.8vw;
  }
}

.mb-40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .mb-40 {
    margin-bottom: 4vw;
  }
}

.mb-48 {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .mb-48 {
    margin-bottom: 6vw;
  }
}

.mb-50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .mb-50 {
    margin-bottom: 5vw;
  }
}

.mb-56 {
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .mb-56 {
    margin-bottom: 6vw;
  }
}

.mb-60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .mb-60 {
    margin-bottom: 8vw;
  }
}

.mb-70 {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .mb-70 {
    margin-bottom: 7vw;
  }
}

.mb-80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .mb-80 {
    margin-bottom: 8vw;
  }
}

.mb-90 {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .mb-90 {
    margin-bottom: 9vw;
  }
}

.mb-100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .mb-100 {
    margin-bottom: 10vw;
  }
}

.mb-110 {
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .mb-110 {
    margin-bottom: 11vw;
  }
}

.mb-120 {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .mb-120 {
    margin-bottom: 12vw;
  }
}

.mb-130 {
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .mb-130 {
    margin-bottom: 13vw;
  }
}

.mb-140 {
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .mb-140 {
    margin-bottom: 14vw;
  }
}

.mb-150 {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .mb-150 {
    margin-bottom: 15vw;
  }
}

.mb-160 {
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .mb-160 {
    margin-bottom: 16vw;
  }
}

.mb-170 {
  margin-bottom: 170px;
}
@media screen and (max-width: 767px) {
  .mb-170 {
    margin-bottom: 17vw;
  }
}

.mb-180 {
  margin-bottom: 180px;
}
@media screen and (max-width: 767px) {
  .mb-180 {
    margin-bottom: 18vw;
  }
}

.mt-10 {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .mt-10 {
    margin-top: 2.5vw;
  }
}

.mt-20 {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .mt-20 {
    margin-top: 3.8vw;
  }
}

.mt-30 {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .mt-30 {
    margin-top: 3.8vw;
  }
}

.mt-40 {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .mt-40 {
    margin-top: 4vw;
  }
}

.mt-50 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .mt-50 {
    margin-top: 5vw;
  }
}

.mt-60 {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .mt-60 {
    margin-top: 6vw;
  }
}

.mt-70 {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .mt-70 {
    margin-top: 7vw;
  }
}

.mt-80 {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .mt-80 {
    margin-top: 8vw;
  }
}

.mt-90 {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .mt-90 {
    margin-top: 9vw;
  }
}

.mt-100 {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .mt-100 {
    margin-top: 10vw;
  }
}

/*-------------------------------------------------------------------------------
画像
-------------------------------------------------------------------------------*/
.img-center {
  margin: 0 auto;
}

/*-------------------------------------------------------------------------------
img-Scale（aホバーで子imgをスムーズに拡大・PCのみ・他ページ共通）
-------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .img-Scale {
    /* 拡大時にはみ出さないよう、imgの直接の親に overflow:hidden */
  }
  .img-Scale .img {
    overflow: hidden;
  }
  .img-Scale .icon img {
    transform: unset !important;
  }
  .img-Scale img {
    display: block;
    transition: transform 0.4s ease;
  }
  .img-Scale a:hover img {
    transform: scale(1.1);
  }
}
/*-------------------------------------------------------------------------------
リンク
-------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .link-o a:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 768px) {
  .link-hunder a:hover {
    text-decoration: underline;
  }
}

.link-underline a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .link-underline a:hover {
    text-decoration: none;
  }
}
.link-underline.link a {
  color: #323232;
}

/*-------------------------------------------------------------------------------
ボタン
-------------------------------------------------------------------------------*/
.btn a {
  display: block;
  text-align: center;
  width: 100%;
  transition: all 0.3s ease;
}

.btn-lightblue a {
  color: #fff;
  background-color: #00A0E9;
}

.btn-darkblue a {
  color: #fff;
  background-color: #001984;
}

.btn-white a {
  color: #00A0E9;
  background-color: #fff;
  border: 1px solid #00A0E9;
}

/*-------------------------------------------------------------------------------
ラベル
-------------------------------------------------------------------------------*/
.label {
  text-align: center;
}

.label-white {
  border: 1px solid #00A0E9;
  background-color: #fff;
  color: #00A0E9;
}

.label-lightblue {
  border: 1px solid #00A0E9;
  background-color: #00A0E9;
  color: #fff;
}

/*-------------------------------------------------------------------------------
境界線
-------------------------------------------------------------------------------*/
.hr {
  width: 100%;
  height: 0.625rem;
  background-color: #F6F6F6;
  position: relative;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .hr {
    margin-top: 10vw;
    height: 1.5vw;
  }
}
.hr:before {
  content: "";
  display: block;
  width: 9%;
  height: 100%;
  background-color: #00A0E9;
  position: absolute;
  top: 0;
  left: 0;
}

/*-------------------------------------------------------------------------------
リンク：見る（矢印リンク）
-------------------------------------------------------------------------------*/
.link.link-arrow {
  display: flex;
  align-items: center;
  justify-content: end;
}
@media screen and (max-width: 767px) {
  .link.link-arrow .txt {
    font-size: 4vw;
    line-height: 1.1;
  }
}
.link.link-arrow .on {
  display: none;
  opacity: 0;
}
.link.link-arrow .img {
  width: 3.4375rem;
  height: 3.4375rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00A0E9;
  transition: all 0.6s ease;
  border: 1px solid #00A0E9;
}
@media screen and (max-width: 767px) {
  .link.link-arrow .img {
    width: 7vw;
    height: 7vw;
  }
}
.link.link-arrow .img img {
  width: 2rem;
  transition: all 0.6s ease;
}
@media screen and (max-width: 767px) {
  .link.link-arrow .img img {
    width: 4vw;
  }
}
.link.link-arrow a > .dflex {
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .link.link-arrow a > .dflex {
    gap: 2vw;
  }
}
@media screen and (min-width: 768px) {
  .link.link-arrow a:hover .img {
    background-color: #fff;
    transform: translateX(6px);
  }
  .link.link-arrow a:hover .img .on {
    display: block;
    opacity: 1;
  }
  .link.link-arrow a:hover .img .off {
    display: none;
    opacity: 0;
  }
}

/*-------------------------------------------------------------------------------
幅
-------------------------------------------------------------------------------*/
.w100 {
  width: 100%;
}

.wfc {
  width: -moz-fit-content;
  width: fit-content;
}

.inner {
  width: 100%;
  max-width: 81.25rem;
  margin-inline: auto;
  padding: 0 0.625rem;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 8vw;
  }
}
.inner.inner-wide {
  max-width: 1034px;
}
.inner.inner-ultra-wide {
  max-width: 1260px;
}

/*-------------------------------------------------------------------------------
各sectionの共通パーツ
-------------------------------------------------------------------------------*/
.sec {
  padding: 6.25rem 0 5rem;
}
@media screen and (max-width: 767px) {
  .sec {
    padding: 17vw 0 12vw;
  }
}
.sec .sec_header {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .sec .sec_header {
    margin-bottom: 10vw;
  }
}
.sec .sec_header.dflex {
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec .sec_header.dflex {
    flex-direction: column;
    gap: 10vw;
  }
}
.sec .sec_header.dflex .sec_ttl {
  display: flex;
  flex-direction: column;
}
.sec .sec_header.dflex .en {
  font-size: min(2.25rem, 3.6vw);
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .sec .sec_header.dflex .en {
    font-size: 5vw;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .sec .sec_header.dflex .jp {
    font-size: 8vw;
    line-height: 1.1875;
  }
}
.sec .sec_header.dflex .txtarea {
  width: 47.5%;
  padding-right: 4%;
}
@media screen and (max-width: 767px) {
  .sec .sec_header.dflex .txtarea {
    width: 100%;
    padding-right: 0;
  }
}
.sec .sec_header.dflex .txtarea .sec_txt {
  font-size: min(1rem, 1.6vw);
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .sec .sec_header.dflex .txtarea .sec_txt {
    font-size: 4.5vw;
  }
}
.sec .link.link-arrow {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .sec .link.link-arrow {
    margin-top: 10vw;
  }
}

/*-------------------------------------------------------------------------------
スクロールフェードイン
-------------------------------------------------------------------------------*/
.fade-in,
.fade-in-fromLeft,
.fade-in-fromRight,
.fade-in-fromBottom,
.fadein {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  will-change: opacity, transform;
}

.fade-in-fromLeft {
  transform: translateX(-24px);
}

.fade-in-fromRight {
  transform: translateX(24px);
}

.fade-in-fromBottom {
  transform: translateY(24px);
}

/* ふわっと表示（スクロール連動）※フクロウラボ採用サイト風 */
.fadein {
  transform: translateY(28px);
  transition: opacity 0.7s ease-out, transform 0.7s ease-out;
}

.fade-in.is-animated,
.fade-in-fromLeft.is-animated,
.fade-in-fromRight.is-animated,
.fade-in-fromBottom.is-animated,
.fadein.is-animated {
  opacity: 1;
  transform: translate(0, 0);
}

/*-------------------------------------------------------------------------------
パンくずナビゲーション
-------------------------------------------------------------------------------*/
.breadcrumb {
  padding: 1.25rem 0;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    padding: 5vw 0;
  }
}
.breadcrumb .dflex {
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .breadcrumb .dflex {
    gap: 10vw;
  }
}
.breadcrumb .breadcrumb_item {
  font-weight: 600;
}
.breadcrumb .breadcrumb_item a {
  font-weight: 600;
  color: #323232;
}
@media screen and (min-width: 768px) {
  .breadcrumb .breadcrumb_item a:hover {
    text-decoration: underline;
  }
}
.breadcrumb .breadcrumb_item:not(:last-of-type) {
  position: relative;
}
.breadcrumb .breadcrumb_item:not(:last-of-type):after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -2.0625rem;
  content: "";
  display: block;
  width: 0.5625rem;
  height: 0.9375rem;
  background: url("../../assets/images/common/icon_arrow_breadnavi.svg") no-repeat top center/contain;
}
@media screen and (max-width: 767px) {
  .breadcrumb .breadcrumb_item:not(:last-of-type):after {
    width: 2vw;
    height: 3vw;
    right: -6.5vw;
  }
}

/*-------------------------------------------------------------------------------
下層ページ共通パーツ
-------------------------------------------------------------------------------*/
.l-page {
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .l-page {
    padding-bottom: 10vw;
  }
}
.l-page .kv {
  margin: 6.25rem 0;
}
@media screen and (max-width: 767px) {
  .l-page .kv {
    margin: 10vw 0;
  }
}
.l-page .contents.dflex {
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-page .contents.dflex {
    flex-direction: column;
    gap: 10vw;
  }
}
.l-page .contents.dflex .copy {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .l-page .contents.dflex .copy {
    width: 100%;
  }
}
.l-page .contents.dflex .txtarea {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .l-page .contents.dflex .txtarea {
    width: 100%;
  }
}
.l-page .contents.dflex .txtarea .sec_txt {
  font-size: min(1rem, 1.4vw);
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .l-page .contents.dflex .txtarea .sec_txt {
    font-size: 4.5vw;
  }
}
.l-page .contents.dflex .txtarea .sec_txt:not(:last-of-type) {
  margin-bottom: min(20px, 2vw);
}
@media screen and (max-width: 767px) {
  .l-page .contents.dflex .txtarea .sec_txt:not(:last-of-type) {
    margin-bottom: 4vw;
  }
}

/*-------------------------------------------------------------------------------
articleレイアウト
-------------------------------------------------------------------------------*/
.article {
  display: flex;
  height: 100%;
  border: 1px solid #000;
  border-left: none;
  padding: 20px min(40px, 4vw);
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .article {
    border: 1px solid #ccc;
    border-left: none;
  }
}
.article .img {
  width: 36%;
}
.article .txt {
  width: 58%;
  padding-top: min(10px, 1vw);
}
.article .txt .lable {
  width: min(244px, 24.4vw);
  line-height: min(38px, 3.8vw);
  font-size: min(1.25rem, 2vw);
  border-radius: min(20px, 2vw);
  text-align: center;
  margin-bottom: min(40px, 4vw);
}
.article .txt .txt-bold {
  font-size: min(1.5rem, 2.4vw);
}

.ttl-underline {
  border-bottom: 1px solid #000;
  margin-bottom: 0.5rem;
}
.ttl-underline.txt-lightblue {
  border-color: #00A0E9;
}

.carditems {
  margin-top: 6.25rem;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .carditems {
    margin-top: 10vw;
    flex-direction: column;
    width: 100vw;
    margin: 10vw calc(50% - 50vw) 0;
  }
  .carditems a:first-of-type .item {
    border-top: 1px solid #ccc;
  }
  .carditems .item {
    display: flex;
    position: relative;
    border-bottom: 1px solid #ccc;
  }
  .carditems .item .txt-lightblue {
    position: absolute;
    top: 4vw;
    font-size: 4vw;
    border-bottom: 1px solid #00A0E9;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 17vw;
    font-weight: 600;
    line-height: 1;
    padding-bottom: 0;
  }
  .carditems .item .card,
  .carditems .item .wall {
    width: 50%;
  }
  .carditems .item .card img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100% !important;
  }
  .carditems .item .wall {
    background-color: #fff;
    padding: 4vw;
  }
}
.carditems a {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .carditems a {
    width: 100%;
  }
}
.carditems a .copy {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .carditems a .copy {
    margin-top: 8vw;
  }
}
.carditems a .copy span {
  background: #fff;
  display: block;
  padding: 0.1875rem 0.375rem;
  color: #323232;
  font-weight: 600;
  font-size: min(1.125rem, 1.6vw);
}
@media screen and (max-width: 767px) {
  .carditems a .copy span {
    font-size: 3vw;
    padding: 0;
  }
}
.carditems a .copy span:not(:last-of-type) {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .carditems a .copy span:not(:last-of-type) {
    margin-bottom: 1vw;
  }
}
.carditems a .note {
  font-size: min(0.875rem, 1.2vw);
  color: #323232;
  margin-top: 1.25rem;
  padding-left: min(1.25rem, 1.8vw);
}
@media screen and (max-width: 767px) {
  .carditems a .note {
    margin-top: 4vw;
    padding-left: 0;
    font-size: 3vw;
    line-height: 1.2;
  }
}
.carditems a .note strong {
  font-size: min(1.75rem, 2.6vw);
  margin: 0 min(1rem, 1.4vw) 0 min(0.25rem, 0.4vw);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .carditems a .note strong {
    font-size: 5vw;
    margin: 0 1vw 0 0;
  }
}
.carditems a .note .stxt {
  font-size: min(0.75rem, 1vw);
}
@media screen and (max-width: 767px) {
  .carditems a .note .stxt {
    font-size: 2.3vw;
  }
}

/*-------------------------------------------------------------------------------
ヘッダー
-------------------------------------------------------------------------------*/
.header {
  position: fixed;
  z-index: 100;
  width: 100%;
  background-color: #fff;
  height: 5rem;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .header {
    height: 3.125rem;
  }
}
.header > .dflex {
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.header .logo {
  width: min(13.25rem, 21vw);
  padding-left: min(2rem, 2.5vw);
}
@media screen and (max-width: 767px) {
  .header .logo {
    width: 6.75rem;
    padding-left: 1rem;
  }
}
.header .logo + .dflex {
  align-items: center;
  gap: min(2rem, 2vw);
  height: 100%;
}
@media screen and (max-width: 767px) {
  .header .header_pc-nav {
    display: none;
  }
}
.header .gnavi_list_sub {
  background-color: rgba(51, 51, 51, 0.9);
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}
.header .gnavi_list_sub .gnavi_img img {
  width: 100%;
  height: auto;
}
.header .gnavi_list_sub ul {
  padding: 1.875rem;
}
.header .gnavi_list_sub ul li {
  margin: 0 0 1.25rem;
  font-size: min(1rem, 1.5vw);
}
.header .gnavi_list_sub ul li:last-child {
  margin: 0;
}
.header .gnavi_list_sub ul li a {
  background-color: transparent;
  color: #fff !important;
  line-height: 1.3;
  white-space: nowrap;
  text-align: left;
}
.header .gnavi_list_sub ul li a span {
  background: url("../../assets/images/common/icon_arrow_right_white.svg") no-repeat right center/1.25rem auto;
  display: inline-block;
  padding-right: 1.875rem;
}
.header .gnavi_list_sub ul li:first-child {
  color: #fff;
  font-size: min(1.5rem, 1.5vw);
  font-weight: bold;
}
.header .gnavi_list_sub ul li:hover a {
  color: #00A0E9 !important;
}
.header .gnavi_list_sub ul li:hover a span {
  background-image: url("../../assets/images/common/icon_arrow_right_lightblue.svg");
  background-size: 1.25rem auto;
  transition: background-image 0.3s ease;
}
.header .has-children:hover .gnavi_list_sub {
  opacity: 1;
  visibility: visible;
}
.header .--item06 {
  position: relative;
}
.header .--item06 .gnavi_list_sub {
  left: inherit;
  right: 0;
}
.header .--item06 .gnavi_list_sub .gnavi_list_col {
  width: 20rem;
}
.header .gnavi {
  height: 100%;
}
.header .gnavi .gnavi_list {
  gap: min(1.25rem, 1.5vw);
  height: 100%;
}
.header .gnavi .gnavi_list .gnavi_list_item {
  display: flex;
  align-items: center;
  height: 100%;
}
.header .gnavi .gnavi_list .gnavi_list_item a {
  line-height: 1;
  color: #000;
  gap: min(0.125rem, 0.1vw);
}
.header .gnavi .gnavi_list .gnavi_list_item a.dflex {
  flex-direction: column;
}
.header .gnavi .gnavi_list .gnavi_list_item a.dflex .jp {
  font-size: min(0.5rem, 0.6vw);
}
.header .gnavi .gnavi_list .gnavi_list_item a.dflex .en {
  font-size: min(1.25rem, 1.5vw);
}
.header .gnavi .gnavi_list .--item02 {
  position: relative;
}
.header .gnavi .gnavi_list .--item02 .gnavi_list_sub {
  left: -30px;
}
.header .gnavi .gnavi_list .--item03 .gnavi_list_sub {
  left: 0;
  width: 100%;
  padding-bottom: 3.125rem;
}
.header .gnavi .gnavi_list .--item03 .gnavi_list_sub .gnavi_list_col {
  width: 20%;
}
.header .gnavi .gnavi_list .--item03 .gnavi_list_sub .gnavi_scrollbar_track {
  display: none;
}
.header .tel a {
  font-size: min(2.5rem, 2vw);
}
@media screen and (min-width: 768px) {
  .header .tel a {
    pointer-events: none;
  }
}
.header .pc-only {
  height: 5rem;
}
.header .btn {
  width: min(10.1875rem, 12vw);
  height: 5rem;
}
.header .btn > a {
  height: 5rem;
  line-height: 1;
}
.header .btn > a.dflex {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: min(0.25rem, 0.2vw);
}
.header .btn.btn-lightblue > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: min(1.625rem, 1.8vw);
}
.header .btn.btn-darkblue > a img {
  width: min(31px, 2.8vw);
}
.header .btn.btn-darkblue > a {
  font-size: min(0.875rem, 1vw);
}
.header {
  /* SP ハンバーガーナビゲーション */
}
.header .hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  .header .hamburger {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.125rem;
    height: 3.125rem;
    background-color: #323232;
  }
}
.header .hamburger .hamburger_btn {
  position: relative;
  width: 24px;
  height: 28px;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}
.header .hamburger .hamburger_line {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease, bottom 0.3s ease;
}
.header .hamburger .hamburger_line-top {
  top: 20%;
}
.header .hamburger .hamburger_line-middle {
  top: 50%;
  transform: translateY(-50%);
}
.header .hamburger .hamburger_line-bottom {
  bottom: 20%;
}
.header .hamburger.is-open .hamburger_line-top {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.header .hamburger.is-open .hamburger_line-middle {
  opacity: 0;
}
.header .hamburger.is-open .hamburger_line-bottom {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.header .hamburger .hamburger_panel {
  position: fixed;
  top: 3.125rem;
  right: 0;
  width: 100%;
  max-width: 100%;
  height: calc(100svh - 3.125rem);
  background-color: #323232;
  color: #fff;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .header .hamburger .hamburger_panel {
    display: none;
  }
}
.header .hamburger .hamburger_panel .wall {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.header .hamburger .hamburger_panel .wall nav {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 7vw 12vw;
}
.header .hamburger .hamburger_panel .wall .btns {
  flex-shrink: 0;
  width: 100%;
}
.header .hamburger .hamburger_panel .wall .btns .btn {
  height: auto;
  width: 50%;
}
.header .hamburger .hamburger_panel .wall .btns .btn a {
  height: 15vw;
}
.header .hamburger .hamburger_panel .wall .btns .btn-lightblue a {
  font-size: 6vw;
  letter-spacing: -0.1vw;
}
.header .hamburger .hamburger_panel .wall .btns .btn-darkblue a {
  display: flex;
  flex-direction: row;
}
.header .hamburger .hamburger_panel .wall .btns .btn-darkblue a img {
  width: 8vw;
}
.header .hamburger .hamburger_panel .wall .btns .btn-darkblue a .txt {
  font-size: 4vw;
}
.header .hamburger .hamburger_panel .hamburger_menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header .hamburger .hamburger_panel .hamburger_menu > li > a {
  padding: 5vw 0;
  display: block;
}
.header .hamburger .hamburger_panel .hamburger_menu > li:not(:last-child) {
  border-bottom: 1px solid #fff;
}
.header .hamburger .hamburger_panel .hamburger_menu > li > a {
  color: #fff;
  text-decoration: none;
  font-size: 5.5vw;
  display: block;
}
.header .hamburger .hamburger_panel .hamburger_menu > li > a .ja {
  font-size: 3vw;
}
.header .hamburger .hamburger_panel .hamburger_menu > li ul {
  font-size: 3.8vw;
  margin-bottom: 5vw;
  padding-left: 8vw;
}
.header .hamburger .hamburger_panel .hamburger_menu > li ul + ul {
  padding-top: 5vw;
}
.header .hamburger .hamburger_panel .hamburger_menu > li ul li:not(:last-child) {
  margin-bottom: 4vw;
}
.header .hamburger .hamburger_panel .hamburger_menu > li ul li a {
  color: #fff;
  flex-direction: column;
  position: relative;
  padding-left: 5vw;
}
.header .hamburger .hamburger_panel .hamburger_menu > li ul li a:before {
  content: "";
  display: block;
  width: 2.5vw;
  height: 0.3vw;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 3vw;
}
.header .hamburger .hamburger_panel .hamburger_menu > li ul li a .txt {
  font-size: 3.8vw;
  font-weight: 700;
}
.header .hamburger .hamburger_panel .hamburger_menu > li ul li a .stxt {
  font-size: 2.5vw;
}
.header .hamburger .hamburger_panel .hamburger_menu > li ul li.is-parent {
  margin-left: -7.8vw;
}
.header .hamburger .hamburger_panel .hamburger_menu > li ul li.is-parent a {
  padding: 0;
}
.header .hamburger .hamburger_panel .hamburger_menu > li ul li.is-parent a::before {
  display: none;
}
.header .hamburger.is-open .hamburger_panel {
  transform: translateX(0);
}

/*-------------------------------------------------------------------------------
フッター
-------------------------------------------------------------------------------*/
.footer {
  position: relative;
}
.footer .entryBtn {
  position: fixed;
  bottom: 150px;
  right: 0;
  width: 6.25rem;
  z-index: 1111;
  transition: 0.8s ease-in-out;
}
.footer .entryBtn img {
  width: 100%;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .footer .entryBtn:hover img {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .footer .entryBtn {
    bottom: 50px;
    width: 3.125rem;
  }
}
.footer .pagetop {
  position: fixed;
  bottom: 50px;
  right: 0;
  width: 6.25rem;
  opacity: 0;
  transition: 0.8s ease-in-out;
  z-index: 1111;
}
.footer .pagetop.is-show {
  opacity: 1;
}
.footer .pagetop img {
  width: 100%;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .footer .pagetop:hover img {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .footer .pagetop {
    bottom: 0;
    width: 3.125rem;
  }
}
.footer .footer_upper {
  border-top: 1px solid #000;
  display: block;
}
@media screen and (max-width: 767px) {
  .footer .footer_upper {
    border: none;
  }
}
.footer .footer_upper > .dflex {
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer .footer_upper > .dflex {
    flex-direction: column;
  }
}
.footer .footer_upper a {
  width: 50%;
  padding: min(64px, 6.4vw) 10px 64px min(80px, 8vw);
  color: #000;
}
@media screen and (min-width: 768px) {
  .footer .footer_upper a:hover {
    background-color: #00A0E9;
  }
  .footer .footer_upper a:hover .txt-lightblue,
  .footer .footer_upper a:hover .txtarea {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_upper a {
    width: 100%;
    padding: 10vw 8vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer .footer_upper a > .dflex .dflex {
    width: 58vw;
    justify-content: space-between;
  }
  .footer .footer_upper a:first-of-type {
    background-color: #ccc;
  }
  .footer .footer_upper a:last-of-type {
    background-color: #00A0E9;
    color: #fff;
  }
  .footer .footer_upper a:last-of-type .txt-lightblue {
    color: #fff;
  }
  .footer .footer_upper a:last-of-type .img {
    background-color: #fff;
  }
  .footer .footer_upper a:last-of-type .img .off {
    display: none;
  }
  .footer .footer_upper a:last-of-type .img .on {
    display: block;
    opacity: 1;
  }
}
.footer .footer_upper a:first-of-type {
  border-right: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .footer .footer_upper a:first-of-type {
    border-right: none;
  }
}
.footer .footer_upper a .item {
  flex-direction: column;
  align-items: start;
}
.footer .footer_upper a .item .dflex {
  gap: min(20px, 2vw);
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer .footer_upper a .item .dflex {
    flex-direction: row;
    gap: 2vw;
  }
}
.footer .footer_upper a .item .dflex .txtarea .txt {
  font-size: min(4.25rem, 6.8vw);
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .footer .footer_upper a .item .dflex .txtarea .txt {
    font-size: 10vw;
  }
}
.footer .footer_upper a .item .dflex .img {
  width: min(56px, 5.6vw);
  height: min(56px, 5.6vw);
}
@media screen and (max-width: 767px) {
  .footer .footer_upper a .item .dflex .img {
    width: 8vw;
    height: 8vw;
  }
}
.footer .footer_upper a .item .dflex .img img {
  width: min(2rem, 3.2vw);
}
@media screen and (max-width: 767px) {
  .footer .footer_upper a .item .dflex .img img {
    width: 4vw;
  }
}
.footer .footer_upper a .item .txt-lightblue {
  font-size: min(2rem, 3.2vw);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .footer .footer_upper a .item .txt-lightblue {
    font-size: 4vw;
  }
}
.footer .footer_lower {
  padding: 3.75rem 0;
  background-color: #323232;
}
@media screen and (max-width: 767px) {
  .footer .footer_lower {
    padding: 6vw 0;
  }
}
.footer .footer_lower .inner {
  justify-content: space-between;
  align-items: start;
}
@media screen and (max-width: 767px) {
  .footer .footer_lower .inner {
    flex-direction: column;
    gap: 6vw;
  }
}
.footer .footer_lower .inner .info {
  font-weight: 600;
}
.footer .footer_lower .inner .info .cname {
  font-size: min(1.75rem, 2.8vw);
  margin-bottom: min(0.25rem, 0.4vw);
}
@media screen and (max-width: 767px) {
  .footer .footer_lower .inner .info .cname {
    font-size: 4vw;
    margin-bottom: 2vw;
  }
}
.footer .footer_lower .inner .info .cadd {
  font-size: min(1rem, 1.6vw);
}
@media screen and (max-width: 767px) {
  .footer .footer_lower .inner .info .cadd {
    font-size: 3vw;
  }
}
.footer .footer_lower .inner .narea {
  gap: min(1.25rem, 2vw);
}
@media screen and (min-width: 768px) {
  .footer .footer_lower .inner .narea {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_lower .inner .narea {
    gap: 2.6vw;
    flex-direction: column;
  }
}
.footer .footer_lower .inner .narea .gnavi .gnavi_list {
  gap: min(1.25rem, 2vw);
}
@media screen and (max-width: 767px) {
  .footer .footer_lower .inner .narea .gnavi .gnavi_list {
    flex-direction: column;
    gap: 2.6vw;
  }
}
.footer .footer_lower .inner .narea .gnavi .gnavi_list .gnavi_list_item a.dflex {
  flex-direction: column-reverse;
  align-items: center;
  gap: 0.25rem;
}
@media screen and (max-width: 767px) {
  .footer .footer_lower .inner .narea .gnavi .gnavi_list .gnavi_list_item a.dflex {
    background: url("../../assets/images/common/icon_arrow_right_white.svg") no-repeat right center/12px auto;
    flex-direction: row;
    gap: 2.6vw;
  }
}
.footer .footer_lower .inner .narea .gnavi .gnavi_list .gnavi_list_item a .jp {
  font-size: min(0.5rem, 0.8vw);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .footer .footer_lower .inner .narea .gnavi .gnavi_list .gnavi_list_item a .jp {
    font-size: 3vw;
  }
}
.footer .footer_lower .inner .narea .gnavi .gnavi_list .gnavi_list_item a .en {
  font-size: min(1.25rem, 2vw);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .footer .footer_lower .inner .narea .gnavi .gnavi_list .gnavi_list_item a .en {
    font-size: 5.3vw;
  }
}
@media screen and (min-width: 768px) {
  .footer .footer_lower .inner .narea .gnavi .gnavi_list .gnavi_list_item a:hover .en {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_lower .inner .narea .gnavi .gnavi_list .gnavi_list_item {
    border-bottom: 1px solid #888;
    padding: 3.2vw;
  }
}
.footer .footer_lower .inner .narea .btn a {
  font-size: min(1.25rem, 2vw);
  line-height: min(1.875rem, 3vw);
  padding: 0 min(0.375rem, 0.6vw);
}
@media screen and (max-width: 767px) {
  .footer .footer_lower .inner .narea .btn a {
    font-size: 5.3vw;
    line-height: 6vw;
    padding: 0 2vw;
    display: inline-block;
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .footer .footer_lower .inner .narea .btn a:hover {
    background-color: #fff;
    color: #00A0E9;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_lower .inner .narea .btn {
    background: url("../../assets/images/common/icon_arrow_right_white.svg") no-repeat right 3.2vw center/12px auto;
    border-bottom: 1px solid #888;
    padding: 3.2vw;
  }
}
.footer .gnavi_list_sub {
  display: flex;
  flex-wrap: wrap;
  margin-top: min(0.75rem, 1.2vw);
  gap: min(0.75rem, 1.2vw);
}
@media screen and (min-width: 768px) {
  .footer .gnavi_list_sub {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .footer .gnavi_list_sub {
    gap: 0 8vw;
    margin-top: 3.7vw;
  }
}
.footer .gnavi_list_sub a {
  color: #fff;
  font-size: min(0.75rem, 1.2vw);
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .footer .gnavi_list_sub a {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .footer .gnavi_list_sub a:hover {
    text-decoration: underline;
  }
}
.footer .copyright {
  margin-top: min(1.875rem, 3vw);
  font-size: min(0.5625rem, 0.9vw);
  line-height: 32px;
  color: #fff;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .footer .copyright {
    font-size: 2.4vw;
    margin: 6.4vw 0;
    text-align: center;
  }
}

/*-------------------------------------------------------------------------------
トップページ
-------------------------------------------------------------------------------*/
.l-top {
  overflow: hidden;
}
.l-top .kv {
  background-color: #fff;
  position: relative;
  z-index: 5;
  width: 100%;
  margin-bottom: 6.25rem;
  overflow: hidden;
  height: calc(100vh - var(--header-height, 5rem));
}
@supports (height: 100dvh) {
  .l-top .kv {
    height: calc(100dvh - var(--header-height, 6.25rem));
  }
}
@media screen and (max-width: 767px) {
  .l-top .kv {
    height: calc(100svh - var(--header-height, 3.125rem));
  }
  @supports (height: 100dvh) {
    .l-top .kv {
      height: calc(100dvh - var(--header-height, 3.125rem));
    }
  }
  .l-top .kv {
    margin-bottom: 14vw;
  }
}
.l-top .kv .kv_ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  pointer-events: none;
  text-align: center;
  width: 100%;
  opacity: 0;
  transition: opacity 800ms ease;
}
.l-top .kv .kv_ttl img {
  width: 65vw;
  margin-inline: auto;
  display: block;
  max-width: 51.875rem;
}
@media screen and (max-width: 767px) {
  .l-top .kv .kv_ttl img {
    width: 100vw;
  }
}
.l-top .kv .kv_subttl {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -50%) translateY(8px);
  transition: opacity 800ms ease, transform 800ms ease;
}
.l-top .kv .kv_subttl-upper {
  top: 0;
  width: 90vw;
  max-width: 85rem;
}
@media screen and (max-width: 767px) {
  .l-top .kv .kv_subttl-upper {
    top: 4.4vw;
    width: 97vw;
  }
}
.l-top .kv .kv_subttl-lower {
  bottom: 0;
  width: 60vw;
  max-width: 39rem;
}
@media screen and (max-width: 767px) {
  .l-top .kv .kv_subttl-lower {
    width: 50vw;
  }
}
.l-top .kv .kv__svg-clip {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}
.l-top .kv .kv__inner {
  position: relative;
  width: 100%;
  height: calc(100vh - var(--header-height, 5rem));
}
@supports (height: 100dvh) {
  .l-top .kv .kv__inner {
    height: calc(100dvh - var(--header-height, 5rem));
  }
}
@media screen and (max-width: 767px) {
  .l-top .kv .kv__inner {
    height: calc(100svh - var(--header-height, 3.125rem));
  }
  @supports (height: 100dvh) {
    .l-top .kv .kv__inner {
      height: calc(100dvh - var(--header-height, 3.125rem));
    }
  }
}
.l-top .kv .kv__panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* JS未実行時も表示されるよう opacity 1。GSAP が使える場合のみフェードインする */
  opacity: 0;
  transition: opacity 700ms ease;
}
.l-top .kv .kv__panel--left {
  clip-path: url(#clip-left);
  -webkit-clip-path: url(#clip-left);
}
@media screen and (max-width: 767px) {
  .l-top .kv .kv__panel--left {
    clip-path: url(#clip-left-sp);
    -webkit-clip-path: url(#clip-left-sp);
  }
}
.l-top .kv .kv__panel--right {
  clip-path: url(#clip-right);
  -webkit-clip-path: url(#clip-right);
}
@media screen and (max-width: 767px) {
  .l-top .kv .kv__panel--right {
    clip-path: url(#clip-right-sp);
    -webkit-clip-path: url(#clip-right-sp);
  }
}
.l-top .kv .kv__zoom-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  will-change: transform;
}
.l-top .kv .kv__slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-top .kv .kv__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1.5s ease;
}
.l-top .kv .kv__slide.is-current {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}
.l-top .kv .kv__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.l-top .kv .kv__copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  pointer-events: none;
  text-align: center;
  padding: 0 5%;
}
.l-top .kv .kv__copy-main {
  color: #fff;
  font-size: clamp(1.125rem, 2.2vw, 2rem);
  font-weight: 700;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  margin: 0;
}
@media screen and (max-width: 767px) {
  .l-top .kv .kv__copy-main {
    font-size: 4.5vw;
  }
}
.l-top {
  /* ロード演出：段階的に表示 */
}
html.is-kv-panels-visible .l-top .kv__panel {
  opacity: 1;
}
html.is-kv-subttl-visible .l-top .kv_subttl {
  opacity: 1;
  transform: translate(-50%, -50%) translateY(0);
}
html.is-kv-ttl-visible .l-top .kv_ttl {
  opacity: 1;
}
.l-top .maincopy {
  position: relative;
}
.l-top .maincopy p {
  font-size: min(2.625rem, 4.2vw);
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .l-top .maincopy p {
    font-size: 5.5vw;
    text-align: left;
    padding: 0 6vw;
  }
}
.l-top .sec-aboutus .contents {
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-top .sec-aboutus .contents {
    flex-direction: column;
    gap: 10vw;
  }
}
.l-top .sec-aboutus .copy {
  width: 32.5%;
}
@media screen and (max-width: 767px) {
  .l-top .sec-aboutus .copy {
    width: 100%;
  }
}
.l-top .sec-aboutus .copy .txt-bold {
  font-size: min(1.75rem, 2.8vw);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .l-top .sec-aboutus .copy .txt-bold {
    font-size: 5.6vw;
    line-height: 1.4;
  }
}
.l-top .sec-aboutus .txtarea {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .l-top .sec-aboutus .txtarea {
    width: 100%;
  }
}
.l-top .sec-aboutus .txtarea .sec_txt {
  font-size: min(1rem, 1.6vw);
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .l-top .sec-aboutus .txtarea .sec_txt {
    font-size: 4.5vw;
  }
}
.l-top .sec-aboutus .txtarea .sec_txt:not(:last-of-type) {
  margin-bottom: min(20px, 2vw);
}
@media screen and (max-width: 767px) {
  .l-top .sec-aboutus .txtarea .sec_txt:not(:last-of-type) {
    margin-bottom: 4vw;
  }
}
.l-top .sec-business {
  position: relative;
}
.l-top .sec-business .inner {
  position: relative;
  z-index: 1;
}
.l-top .sec-business .contents {
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-top .sec-business .contents {
    flex-direction: column;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}
.l-top .sec-business .img-Scale {
  width: 32.5%;
}
@media screen and (max-width: 767px) {
  .l-top .sec-business .img-Scale {
    width: 100%;
  }
}
.l-top .sec-business .img-Scale .img {
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-top .sec-business .img-Scale .img {
    display: flex;
  }
  .l-top .sec-business .img-Scale .img picture {
    width: 53.34%;
    aspect-ratio: 7/4.3;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 768px) {
  .l-top .sec-business .img-Scale .img figcaption {
    position: absolute;
    left: min(20px, 2vw);
    bottom: min(20px, 2vw);
    display: flex;
    flex-direction: column;
    align-items: start;
  }
}
@media screen and (max-width: 767px) {
  .l-top .sec-business .img-Scale .img figcaption {
    width: 46.66%;
    background: rgba(204, 204, 204, 0.3);
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 5.3vw 4vw 4vw;
    border-bottom: 1px solid #ccc;
    position: relative;
  }
  .l-top .sec-business .img-Scale .img figcaption:after {
    content: "";
    display: block;
    width: 6vw;
    height: 4vw;
    background: url("../../assets/images/common/icon_arrow_right_lightblue.svg") no-repeat top center/contain;
    position: absolute;
    right: 8vw;
    bottom: 2vw;
  }
}
.l-top .sec-business .img-Scale .img figcaption span {
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-top .sec-business .img-Scale .img figcaption span {
    color: #323232;
  }
}
.l-top .sec-business .img-Scale .img figcaption span:first-child {
  font-size: min(3.25rem, 5.2vw);
  margin-bottom: min(4px, 0.4vw);
}
@media screen and (max-width: 767px) {
  .l-top .sec-business .img-Scale .img figcaption span:first-child {
    font-size: 5.3vw;
    margin-bottom: 0.4vw;
    white-space: nowrap;
  }
}
.l-top .sec-business .img-Scale .img figcaption span:nth-child(2) {
  font-size: min(2.25rem, 3.6vw);
  margin-bottom: min(8px, 0.8vw);
}
@media screen and (max-width: 767px) {
  .l-top .sec-business .img-Scale .img figcaption span:nth-child(2) {
    font-size: 4.2vw;
    margin-bottom: 2.6vw;
  }
}
.l-top .sec-business .img-Scale .img figcaption span:last-child {
  font-size: min(1.5rem, 2.4vw);
}
@media screen and (max-width: 767px) {
  .l-top .sec-business .img-Scale .img figcaption span:last-child {
    font-size: 3.7vw;
  }
}
.l-top .sec-news .category-buttons {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-top .sec-news .category-buttons {
    margin-bottom: 6vw;
  }
}
.l-top .sec-news .category-buttons .dflex {
  gap: min(30px, 3vw);
}
@media screen and (max-width: 767px) {
  .l-top .sec-news .category-buttons .dflex {
    flex-wrap: wrap;
    gap: 2vw 4vw;
  }
}
.l-top .sec-news .category-buttons .dflex .btn {
  width: min(244px, 24.4vw);
}
@media screen and (max-width: 767px) {
  .l-top .sec-news .category-buttons .dflex .btn {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.l-top .sec-news .category-buttons .dflex .btn a {
  line-height: min(38px, 3.8vw);
  font-size: min(1.25rem, 2vw);
  border-radius: min(20px, 2vw);
}
@media screen and (max-width: 767px) {
  .l-top .sec-news .category-buttons .dflex .btn a {
    font-size: 3vw;
    line-height: 5vw;
    border-radius: 999px;
    padding: 0 8vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .sec-news .category-buttons .dflex .btn a:hover {
    background-color: #00A0E9;
    color: #fff;
  }
}
.l-top .sec-news .category-buttons .dflex .btn.is-active a {
  background-color: #00A0E9;
  color: #fff;
}
.l-top .sec-news .swiper-news .swiper-wrapper {
  align-items: stretch;
}
.l-top .sec-news .swiper-news .swiper-slide {
  height: auto;
}
.l-top .sec-news .swiper-news .swiper-scrollbar {
  border-radius: 0 !important;
  background-color: #F6F6F6;
  position: relative !important;
  margin-top: 3.75rem;
  height: 0.625rem;
}
@media screen and (max-width: 767px) {
  .l-top .sec-news .swiper-news .swiper-scrollbar {
    margin-top: 10vw;
    height: 6px;
  }
}
.l-top .sec-news .swiper-news .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #00A0E9;
  border-radius: 0 !important;
}
@media screen and (max-width: 767px) {
  .l-top .sec-news .swiper-news .swiper-slide:nth-child(n+4) {
    display: none;
  }
  .l-top .sec-news .swiper-news .swiper-slide .article {
    flex-direction: row;
    padding: 4vw 6vw;
  }
  .l-top .sec-news .swiper-news .swiper-slide .article .img {
    width: 25%;
  }
  .l-top .sec-news .swiper-news .swiper-slide .article .txt {
    width: 70%;
    padding-top: 0;
  }
  .l-top .sec-news .swiper-news .swiper-slide .article .txt .lable {
    width: 35vw;
    font-size: 3vw;
    line-height: 5vw;
    border-radius: 999px;
    margin-bottom: 2.5vw;
  }
  .l-top .sec-news .swiper-news .swiper-slide .article .txt .txt-bold {
    font-size: 4vw;
  }
}
.l-top .sec-company .contents {
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-top .sec-company .contents {
    flex-direction: column;
    gap: 6vw;
  }
}
.l-top .sec-company .contents .img-Scale {
  width: 49.5%;
}
@media screen and (max-width: 767px) {
  .l-top .sec-company .contents .img-Scale {
    width: 100%;
  }
}
.l-top .sec-company .contents .wall {
  position: relative;
}
.l-top .sec-company .contents .wall .copy {
  font-size: min(2.25rem, 3.6vw);
  font-weight: 600;
  position: absolute;
  top: min(30px, 3vw);
  left: min(40px, 4vw);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .l-top .sec-company .contents .wall .copy {
    font-size: 5.3vw;
  }
}
.l-top .sec-company .contents .wall .dflex {
  align-items: center;
  justify-content: space-between;
  padding: 0 min(40px, 4vw);
  height: 3.75rem;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .l-top .sec-company .contents .wall .dflex {
    height: 10vw;
    font-size: 4.2vw;
  }
  .l-top .sec-company .contents .wall .dflex img {
    width: 5vw;
  }
}
.l-top .sec-access {
  position: relative;
}
.l-top .sec-access .contents {
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-top .sec-access .contents {
    flex-direction: column;
    gap: 6vw;
  }
}
.l-top .sec-access .access-list {
  width: 100vw;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  padding: 0 0 3.75rem;
}
@media screen and (max-width: 767px) {
  .l-top .sec-access .access-list {
    padding-bottom: 10vw;
  }
}
.l-top .sec-access .access-list::-webkit-scrollbar {
  height: 0.625rem;
}
@media screen and (max-width: 767px) {
  .l-top .sec-access .access-list::-webkit-scrollbar {
    height: 6px;
  }
}
.l-top .sec-access .access-list::-webkit-scrollbar-track {
  background-color: #fff;
}
.l-top .sec-access .access-list::-webkit-scrollbar-thumb {
  background-color: #00A0E9;
}
.l-top .sec-access .access-list ul {
  padding-left: 8vw;
}
@media screen and (min-width: 768px) {
  .l-top .sec-access .access-list ul {
    gap: 8.75rem;
    padding-left: calc((100% - 1280px) / 2);
  }
}
.l-top .sec-access .access-list ul .item {
  width: 35.1875rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .l-top .sec-access .access-list ul .item {
    width: 72vw;
    padding: 0 10vw 0 0;
  }
}
.l-top .sec-access .access-list ul .item .sec_txt {
  font-size: min(1.5rem, 2.4vw);
}
@media screen and (max-width: 767px) {
  .l-top .sec-access .access-list ul .item .sec_txt {
    font-size: 4vw;
  }
}
.l-top .sec-access .access-list ul .label {
  width: 18rem;
  line-height: 3.25rem;
  border-radius: 1.75rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-top .sec-access .access-list ul .label {
    width: 35vw;
    font-size: 4vw;
    line-height: 7vw;
    border-radius: 999px;
    margin-bottom: 4vw;
  }
}

@keyframes waveFloat {
  0%, 100% {
    transform: translateX(-50%) translateY(0px);
  }
  50% {
    transform: translateX(-55%) translateY(40px);
  }
}
.wave1 {
  animation: waveFloat 15s ease-in-out infinite;
  position: absolute;
  top: -176px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  pointer-events: none;
}
@media screen and (min-width: 1461px) {
  .wave1 {
    top: -16vw;
  }
}
@media screen and (max-width: 767px) {
  .wave1 {
    top: 0;
  }
}
.wave1 svg {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1.2);
}

.wave2 {
  animation: waveFloat 30s ease-in-out infinite;
  position: absolute;
  bottom: -28.75rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  pointer-events: none;
}
@media screen and (min-width: 1461px) {
  .wave2 {
    bottom: -30vw;
  }
}
@media screen and (max-width: 767px) {
  .wave2 {
    bottom: -45vw;
  }
}
.wave2 svg {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1.4);
}
@media screen and (max-width: 767px) {
  .wave2 svg {
    transform: scale(1.2);
  }
}

.wave3 {
  animation: waveFloat 20s ease-in-out infinite;
  position: absolute;
  bottom: -28.75rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  pointer-events: none;
}
@media screen and (min-width: 1461px) {
  .wave3 {
    bottom: -25vw;
  }
}
@media screen and (max-width: 767px) {
  .wave3 {
    bottom: -30vw;
  }
}
.wave3 svg {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1.4);
}
@media screen and (max-width: 767px) {
  .wave3 svg {
    transform: scale(1.2);
  }
}

/*-------------------------------------------------------------------------------
私たちについてページ
-------------------------------------------------------------------------------*/
.l-about_us .sec {
  padding: 6.25rem 0 0;
}
@media screen and (max-width: 767px) {
  .l-about_us .sec {
    padding: 10vw 0 0;
  }
}
.l-about_us .sec-philosophy .contents {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-about_us .sec-philosophy .contents {
    margin-bottom: 8vw;
  }
}
.l-about_us .sec-philosophy .imgs {
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .l-about_us .sec-philosophy .imgs {
    flex-direction: column-reverse;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
.l-about_us .sec-philosophy .imgs img {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .l-about_us .sec-philosophy .imgs img {
    width: 100%;
  }
}
.l-about_us .sec-policy .inner.dflex {
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-about_us .sec-policy .inner.dflex {
    flex-direction: column;
    gap: 21.33vw;
  }
  .l-about_us .sec-policy .inner.dflex .sec_header {
    margin-bottom: 8vw;
  }
}
.l-about_us .sec-policy .inner.dflex .sec_col {
  width: 47.5%;
}
@media screen and (max-width: 767px) {
  .l-about_us .sec-policy .inner.dflex .sec_col {
    width: 100%;
  }
}

/*-------------------------------------------------------------------------------
画像スライダー（右→左 無限ループ）
-------------------------------------------------------------------------------*/
.imgslider {
  overflow: hidden;
  width: 100%;
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .imgslider {
    margin-top: 10vw;
  }
}
.imgslider.imgslide-right-to-left .imgslider_track {
  display: flex;
  flex-wrap: nowrap;
  width: -moz-max-content;
  width: max-content;
  animation: imgslider-r2l 60s linear infinite;
  gap: min(60px, 4vw);
}
.imgslider.imgslide-right-to-left .imgslider_item {
  flex-shrink: 0;
  width: min(280px, 22vw);
}
@media screen and (max-width: 767px) {
  .imgslider.imgslide-right-to-left .imgslider_item {
    width: 36vw;
  }
}
.imgslider.imgslide-right-to-left .imgslider_item img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@keyframes imgslider-r2l {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/*-------------------------------------------------------------------------------
私たちの事業
-------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .l-service .sec {
    padding: 18.67vw 0 12vw;
  }
}
@media screen and (min-width: 768px) {
  .l-service .sec.sec-others {
    padding-bottom: 0;
  }
}
.l-service .linkarea {
  border-top: 1px solid #000;
  grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-service .linkarea {
    border-left: 1px solid #000;
  }
}
@media screen and (max-width: 767px) {
  .l-service .linkarea {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    margin: 10vw -8vw 0;
  }
}
.l-service .linkarea a {
  position: relative;
  color: #323232;
  font-weight: 400;
  background-color: #fff;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .l-service .linkarea a {
    border-right: 1px solid #000;
  }
  .l-service .linkarea a .txt {
    padding-top: min(5px, 0.5vw);
  }
}
@media (min-width: 820px) {
  .l-service .linkarea a:hover {
    background-color: #F6F6F6;
  }
  .l-service .linkarea a:hover:before {
    border-color: #00A0E9;
  }
}
@media screen and (min-width: 768px) {
  .l-service .linkarea a:nth-child(odd):hover:before {
    z-index: 10;
  }
}
.l-service .linkarea .article {
  border: none;
  font-size: min(1.125rem, 1.8vw);
}
@media screen and (max-width: 767px) {
  .l-service .linkarea .article {
    font-size: 3.7vw;
    padding: 0;
    gap: 0;
  }
  .l-service .linkarea .article .img {
    width: 37.33%;
  }
  .l-service .linkarea .article .txt {
    width: 62.67%;
    padding: 2.6vw 5.3vw 5.3vw;
  }
}
.l-service .linkarea .article .txt-lightblue {
  font-size: min(1.5rem, 2.4vw);
  font-weight: 500;
  margin-bottom: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .l-service .linkarea .article .txt-lightblue {
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 768px) {
  .l-service .contents.dflex .txtarea {
    padding-left: min(40px, 4vw);
  }
}

.sv {
  position: relative;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .sv {
    margin: -4.1875rem 0 0;
  }
}
.sv .sv-cont {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 10.125rem 0 0;
}
@media screen and (max-width: 767px) {
  .sv .sv-cont {
    padding: 8vw 0;
  }
}
.sv h1 {
  font-size: min(3.75rem, 6vw);
  line-height: 1.3;
}
.sv h1 span {
  display: block;
  font-size: min(2.25rem, 3.6vw);
}
@media screen and (max-width: 767px) {
  .sv h1 {
    font-size: 8.5vw;
  }
  .sv h1 span {
    font-size: 4.8vw;
  }
}

.l-service-subpage .breadcrumb {
  position: relative;
  z-index: 11;
}
.l-service-subpage .breadcrumb .breadcrumb_item:not(:last-of-type):after {
  background: url("../../assets/images/common/icon_arrow_breadnavi_white.webp") no-repeat top center/contain;
}
.l-service-subpage .breadcrumb .breadcrumb_item a {
  color: #fff;
}
.l-service-subpage .kv {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .l-service-subpage .sec-subpage {
    padding-bottom: 7.5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-service-subpage .sec-subpage .contents.dflex {
    gap: 0;
  }
}
@media screen and (min-width: 768px) {
  .l-service-subpage .sec-subpage .contents.dflex .copy,
  .l-service-subpage .sec-subpage .contents.dflex .txtarea {
    width: 47.65625%;
    line-height: 2;
  }
}
.l-service-subpage .sec-management {
  padding: 0 0 7.5rem;
}
.l-service-subpage .sec-management:last-child {
  padding: 0 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-service-subpage .sec-management {
    padding: 0 0 18.67vw;
  }
}
.l-service-subpage .sec-management h2 {
  margin: 0 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-service-subpage .sec-management h2 {
    margin: 0 0 8vw;
  }
}
.l-service-subpage .sec-management .gallery {
  justify-content: space-between;
  margin: 0 0 3.75rem;
}
@media screen and (max-width: 767px) {
  .l-service-subpage .sec-management .gallery {
    flex-direction: column;
    margin: 0 -8vw 8vw;
  }
}
@media screen and (min-width: 768px) {
  .l-service-subpage .sec-management .gallery li {
    width: calc(50% - 0.5rem);
  }
}
.l-service-subpage .sec-management .content-center {
  max-width: 910px;
  margin: 0 auto 5rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .l-service-subpage .sec-management .content-center {
    margin: 0 0 8vw;
  }
}
.l-service-subpage .sec-management .layout-2 {
  flex-wrap: wrap;
  gap: 3.25rem;
}
@media screen and (max-width: 767px) {
  .l-service-subpage .sec-management .layout-2 {
    gap: 8vw;
    flex-direction: column;
  }
}
.l-service-subpage .sec-management .layout-2 li {
  width: calc(50% - 1.625rem);
}
@media screen and (max-width: 767px) {
  .l-service-subpage .sec-management .layout-2 li {
    width: 100%;
  }
}
.l-service-subpage .sec-management .layout-3 {
  flex-wrap: wrap;
  gap: 3.25rem;
}
@media screen and (max-width: 767px) {
  .l-service-subpage .sec-management .layout-3 {
    gap: 8vw;
    flex-direction: column;
  }
}
.l-service-subpage .sec-management .layout-3 li {
  width: calc((100% - 6.5rem) / 3);
}
@media screen and (max-width: 767px) {
  .l-service-subpage .sec-management .layout-3 li {
    width: 100%;
  }
}
.l-service-subpage .sec-management h3 {
  border-bottom: 1px solid #00A0E9;
  font-size: min(1.75rem, 2.8vw);
  line-height: 1.5;
  padding: 0 0 0.375rem;
  margin: 0 0 1rem;
}
@media screen and (max-width: 767px) {
  .l-service-subpage .sec-management h3 {
    font-size: 7.4vw;
  }
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-------------------------------------------------------------------------------
私たちの会社
-------------------------------------------------------------------------------*/
.l-company {
  padding-bottom: 0;
}
.l-company .sec-company {
  padding-bottom: 0;
}
.l-company .sec .sec_header.dflex {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-company .sec .sec_header.dflex {
    margin-bottom: 6vw;
  }
}
.l-company .sec .sec_header.dflex + p.txt-bold {
  font-size: min(2.25rem, 3.4vw);
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-company .sec .sec_header.dflex + p.txt-bold {
    font-size: 6vw;
    margin-bottom: 6vw;
  }
}
.l-company .sec-message {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-company .sec-message {
    margin-top: 12vw;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  .l-company .sec-message .contents {
    gap: 2.5rem;
  }
}
.l-company .sec-message .left {
  width: 48.875%;
}
@media screen and (max-width: 767px) {
  .l-company .sec-message .left {
    width: 100%;
  }
}
.l-company .sec-message .left .sec_txt {
  font-weight: 400;
  line-height: 1.75;
  font-size: min(1rem, 1.4vw);
}
@media screen and (max-width: 767px) {
  .l-company .sec-message .left .sec_txt {
    font-size: 4vw;
  }
}
.l-company .sec-message .left .sec_txt:not(:last-of-type) {
  margin-bottom: 1.25rem;
}
.l-company .sec-message .left .pname {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-company .sec-message .left .pname {
    margin-top: 6vw;
  }
}
.l-company .sec-message .img {
  width: 53.125%;
}
@media screen and (min-width: 1301px) {
  .l-company .sec-message .img {
    margin-right: -5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-company .sec-message .img {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
.l-company .sec-company-profile .contents {
  flex-direction: row-reverse;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .l-company .sec-company-profile .contents {
    flex-direction: column-reverse;
    margin-bottom: 6vw;
  }
}
.l-company .sec-company-profile .contents .txtarea {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .l-company .sec-company-profile .contents .txtarea {
    width: 100%;
  }
}
.l-company .sec-company-profile .contents .img {
  width: 46.5%;
}
@media screen and (max-width: 767px) {
  .l-company .sec-company-profile .contents .img {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
.l-company .sec-company-profile .contents .list > .dflex {
  font-size: min(1rem, 1.4vw);
  padding: 0.5rem 0;
}
@media screen and (max-width: 767px) {
  .l-company .sec-company-profile .contents .list > .dflex {
    font-size: 4vw;
    padding: 4vw 0;
    flex-direction: column;
    gap: 2vw;
  }
}
.l-company .sec-company-profile .contents .list > .dflex:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}
.l-company .sec-company-profile .contents .list .list_ttl {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .l-company .sec-company-profile .contents .list .list_ttl {
    width: 100%;
  }
}
.l-company .sec-company-profile .contents .list .list_ttl2 {
  width: 100%;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .l-company .sec-company-profile .contents .list .list_ttl2 li {
    width: 30%;
  }
  .l-company .sec-company-profile .contents .list .list_ttl2 li:nth-child(2n) {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .l-company .sec-company-profile .contents .list .list_ttl2 li {
    margin-right: 5.3vw;
  }
  .l-company .sec-company-profile .contents .list .list_ttl2 li:nth-child(2n) {
    width: 60%;
  }
}
.l-company .sec-company-profile .contents .list .list_txt {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .l-company .sec-company-profile .contents .list .list_txt {
    width: 100%;
  }
}
.l-company .sec-company-profile .lower {
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-company .sec-company-profile .lower {
    flex-direction: column;
    gap: 6vw;
  }
}
.l-company .sec-company-profile .lower .left {
  width: 46.5%;
}
@media screen and (max-width: 767px) {
  .l-company .sec-company-profile .lower .left {
    width: 100%;
  }
}
.l-company .sec-company-profile .lower .right {
  width: 46.5%;
}
@media screen and (max-width: 767px) {
  .l-company .sec-company-profile .lower .right {
    width: 100%;
  }
}
.l-company .sec-company-profile .lower .box {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .l-company .sec-company-profile .lower .box {
    margin-bottom: 18vw;
  }
  .l-company .sec-company-profile .lower .box .box_ttl + .dflex {
    flex-direction: column;
    gap: 2vw;
  }
}
.l-company .sec-company-profile .lower .box_ttl {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .l-company .sec-company-profile .lower .box_ttl {
    margin-bottom: 4vw;
  }
}
.l-company .sec-company-profile .lower div.txt {
  line-height: 2;
}
.l-company .sec-company-profile .lower div.txt:not(:last-of-type) {
  margin-bottom: 1.25rem;
}
.l-company .sec-company-profile .lower .box-accept .left {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .l-company .sec-company-profile .lower .box-accept .left {
    width: 100%;
  }
}
.l-company .sec-company-profile .lower .box-accept .right {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .l-company .sec-company-profile .lower .box-accept .right {
    width: 100%;
  }
}
.l-company .sec-company-profile .lower .box-organization .wall {
  padding: 0 min(45px, 4.3vw);
}
@media screen and (max-width: 767px) {
  .l-company .sec-company-profile .lower .box-organization .wall {
    padding: 0;
  }
}
.l-company .sec-company-profile .lower .box-organization .wall .txt {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-company .sec-company-profile .lower .box-organization .wall .txt {
    margin-bottom: 4vw;
  }
}
.l-company .sec-company-profile .lower ul.list .list_item:not(:last-of-type) {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .l-company .sec-company-profile .lower ul.list .list_item:not(:last-of-type) {
    margin-bottom: 2vw;
  }
}
.l-company .sec-company-profile .imgs {
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-company .sec-company-profile .imgs {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    flex-direction: column;
  }
}
.l-company .sec-company-profile .imgs .img {
  width: 32.6%;
}
@media screen and (max-width: 767px) {
  .l-company .sec-company-profile .imgs .img {
    width: 100%;
  }
}
.l-company .sec-company-profile .ginfo {
  font-size: min(0.875rem, 1.4vw);
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .l-company .sec-company-profile .ginfo {
    font-size: 3.7vw;
  }
}
.l-company .sec-company-profile .ginfo h4 {
  font-size: min(1rem, 1.6vw);
  font-weight: bold;
  margin: 0.1875rem 0;
}
@media screen and (max-width: 767px) {
  .l-company .sec-company-profile .ginfo h4 {
    font-size: 4.2vw;
  }
}
.l-company .sec-company-profile .ginfo .readmore {
  font-size: min(0.75rem, 1.2vw);
  background: url("../../assets/images/company/target.svg") no-repeat right center;
  display: inline-block;
  padding: 0 14px 2px 0;
  color: #323232;
}
@media screen and (max-width: 767px) {
  .l-company .sec-company-profile .ginfo .readmore {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .l-company .sec-company-profile .ginfo .readmore:hover {
    opacity: 0.7;
  }
}
.l-company .sec-company-profile .ginfo-list {
  -moz-column-gap: 2.1875rem;
       column-gap: 2.1875rem;
  flex-wrap: wrap;
  margin: 1.875rem 0 0;
}
@media screen and (min-width: 768px) {
  .l-company .sec-company-profile .ginfo-list {
    border-top: 1px solid #ccc;
  }
}
@media screen and (max-width: 767px) {
  .l-company .sec-company-profile .ginfo-list {
    -moz-column-gap: 0;
         column-gap: 0;
    margin: 1.875rem -1.6vw 0;
  }
}
.l-company .sec-company-profile .ginfo-list li {
  border-top: 1px solid #ccc;
  padding: 1.875rem 0;
}
@media screen and (min-width: 768px) {
  .l-company .sec-company-profile .ginfo-list li {
    width: calc(50% - 1.25rem);
  }
  .l-company .sec-company-profile .ginfo-list li:nth-child(1), .l-company .sec-company-profile .ginfo-list li:nth-child(2) {
    border-top: none;
  }
}
.l-company .sec-company-profile .ginfo-list li .ginfo-logo {
  width: 50px;
}
.l-company .sec-company-profile .ginfo-list li .ginfo-logo img {
  width: 100%;
  height: auto;
}
.l-company .sec-company-profile .ginfo-list li .ginfo-txt {
  width: calc(100% - 50px);
  padding: 0 0 0 0.625rem;
}
.l-company .sec-company-profile .ginfo-list li h4, .l-company .sec-company-profile .ginfo-list li p:not(:last-child) {
  margin: 0 0 0.625rem;
}
.l-company .sec-company-profile .ginfo-list li .nowrap {
  white-space: nowrap;
}
.l-company {
  /* 地図（iframe）16:9 レスポンシブ */
}
.l-company .map {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 */
  overflow: hidden;
  background: #eee;
  margin-bottom: 5rem;
}
.l-company .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media screen and (min-width: 768px) {
  .l-company .sec-access h3 {
    margin-bottom: 0.5rem;
  }
}
.l-company .sec-access .contents {
  justify-content: space-between;
}
.l-company .sec-access .contents .left, .l-company .sec-access .contents .right {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .l-company .sec-access .contents .left, .l-company .sec-access .contents .right {
    width: 100%;
  }
}
.l-company .sec-access .contents .box:not(:last-of-type) {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-company .sec-access .contents .box:not(:last-of-type) {
    margin-bottom: 6vw;
  }
}
.l-company .sec-access .list > .dflex {
  justify-content: space-between;
}
.l-company .sec-access .list > .dflex .ttl, .l-company .sec-access .list > .dflex .description {
  padding: 0.5rem 0;
  font-size: min(1rem, 1.4vw);
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .l-company .sec-access .list > .dflex .ttl, .l-company .sec-access .list > .dflex .description {
    font-size: 3.2vw;
    padding: 4vw 0;
  }
}
.l-company .sec-access .list > .dflex .ttl {
  width: 19%;
}
.l-company .sec-access .list > .dflex .description {
  width: 74%;
}
.l-company .sec-access .list > .dflex .description span {
  display: block;
  margin-top: 0.25rem;
}
.l-company .sec-access .list > .dflex .description span a {
  font-size: min(1rem, 1.4vw);
}
@media screen and (max-width: 767px) {
  .l-company .sec-access .list > .dflex .description span a {
    font-size: 3.2vw;
  }
}
.l-company .sec-access .list > .dflex .description.space {
  padding-bottom: 37px;
}
@media (max-width: 768px) {
  .l-company .sec-access .list > .dflex .description.space {
    padding-bottom: 4vw;
  }
}

/*-------------------------------------------------------------------------------
私たちの想い
-------------------------------------------------------------------------------*/
.l-interview {
  overflow: hidden;
  padding-bottom: 0;
  background-color: #d8eaf4;
}
@media screen and (max-width: 767px) {
  .l-interview .sec {
    padding: 13.33vw 0;
  }
}
.l-interview .breadcrumb {
  background-color: #fff;
}
.l-interview .kv {
  margin: 0;
  position: relative;
}
.l-interview .kv .swiper-pagination {
  bottom: min(30px, 2.8vw);
}
@media screen and (max-width: 767px) {
  .l-interview .kv .swiper-pagination {
    bottom: 5vw;
  }
}
.l-interview .kv .swiper-pagination-bullet {
  border-radius: unset;
  width: min(15px, 1.4vw);
  height: min(15px, 1.4vw);
  margin: 0 min(10px, 0.9vw);
  background-color: #ccc;
}
@media screen and (max-width: 767px) {
  .l-interview .kv .swiper-pagination-bullet {
    width: 3vw;
    height: 3vw;
    margin: 0 2vw;
  }
}
.l-interview .kv .swiper-pagination-bullet-active {
  background-color: #00A0E9;
}
.l-interview .kv .kv_ttl {
  position: absolute;
  top: 3vw;
  left: 5vw;
  font-size: 11vw;
  z-index: 10;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-interview .kv .kv_ttl {
    top: -3vw;
    font-size: 22vw;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
}
.l-interview .kv .kv_subttl {
  position: absolute;
  top: 17vw;
  left: 5vw;
  font-size: 2.5vw;
  z-index: 10;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .l-interview .kv .kv_subttl {
    top: unset;
    font-size: 5vw;
    width: 100%;
    bottom: 23vw;
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .l-interview .kv.kv-environment .kv_ttl {
    font-size: 4.2vw;
    line-height: 1;
    top: 7vw;
  }
}
@media screen and (max-width: 767px) {
  .l-interview .kv.kv-environment .kv_ttl {
    font-size: 8.5vw;
    transform: translateX(0);
    left: 6.4vw;
    top: 5.3vw;
    width: auto;
  }
}
.l-interview .kv.kv-environment .kv_subttl {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .l-interview .kv.kv-environment .kv_subttl {
    top: 12vw;
  }
}
@media screen and (max-width: 767px) {
  .l-interview .kv.kv-environment .kv_subttl {
    font-size: 4.8vw;
    color: #323232;
    top: 15.5vw;
    left: 6.4vw;
    bottom: inherit;
    width: auto;
  }
}
.l-interview .box .box_ttl {
  margin-bottom: 5.625rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .l-interview .box .box_ttl {
    margin-bottom: 10vw;
  }
}
@media screen and (min-width: 768px) {
  .l-interview .box .box_ttl .spc {
    border-bottom: 1px solid #00A0E9;
    font-size: min(2.25rem, 3.4vw);
    padding-bottom: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-interview .box .box_ttl .ssp {
    display: block;
    border-bottom: 1px solid #00A0E9;
    font-size: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-interview .bg-superlightblue {
    padding: 6.25rem 0;
  }
}
@media screen and (min-width: 768px) {
  .l-interview .box a.dblock .txt-lightblue.txt-jost {
    transform: scale(1);
    transform-origin: left bottom;
    transition: transform 260ms cubic-bezier(0.16, 1, 0.3, 1);
    will-change: transform;
    line-height: 1;
    font-weight: 600;
    position: relative;
    bottom: -2px;
  }
}
.l-interview .box a.dblock .card {
  position: relative;
  overflow: hidden;
  display: grid;
}
@media screen and (max-width: 767px) {
  .l-interview .box a.dblock .card .back {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .l-interview .box a.dblock .card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0.25rem;
    height: 100%;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    z-index: 3;
    background: #00A0E9;
    filter: drop-shadow(0 0 0.25rem rgba(0, 160, 233, 0.35));
    pointer-events: none;
  }
}
@media screen and (min-width: 768px) {
  .l-interview .box a.dblock .card .back,
  .l-interview .box a.dblock .card .front {
    grid-area: 1/1;
    position: relative;
    z-index: 1;
    transition: opacity 520ms cubic-bezier(0.16, 1, 0.3, 1);
    will-change: opacity;
  }
  .l-interview .box a.dblock .card .front {
    opacity: 1;
    z-index: 2;
  }
  .l-interview .box a.dblock .card .back {
    opacity: 0;
    z-index: 1;
  }
}
.l-interview .box a.dblock .card img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .l-interview .box a.dblock:hover .txt-lightblue.txt-jost {
    transform: scale(2.5);
    bottom: -6px;
  }
  .l-interview .box a.dblock:hover .card::before {
    opacity: 1;
    animation: interview-pencil-line 520ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
  }
  .l-interview .box a.dblock:hover .card .front {
    opacity: 0;
  }
  .l-interview .box a.dblock:hover .card .back {
    opacity: 1;
  }
}
.l-interview .box-recruitment table {
  border: 1px solid #323232;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.l-interview .box-recruitment table th,
.l-interview .box-recruitment table td {
  border: 1px solid #323232;
  padding: min(1rem, 1.4vw);
  line-height: 2;
  padding: 20px min(30px, 2.8vw);
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .l-interview .box-recruitment table th,
  .l-interview .box-recruitment table td {
    padding: 2vw 4vw;
    display: block;
    width: 100%;
    font-size: 3.5vw;
    line-height: 1.6;
  }
}
.l-interview .box-recruitment table th {
  background-color: #F6F6F6;
  width: 12%;
  vertical-align: top;
  text-align: left;
  font-size: min(1.125rem, 1.6vw);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .l-interview .box-recruitment table th {
    width: 100%;
    display: block;
    font-size: 4.2vw;
  }
}
.l-interview .box-recruitment table td {
  background-color: #fff;
}
.l-interview .box-recruitment table td:first-child {
  font-size: min(1.125rem, 1.6vw);
  background-color: #F6F6F6;
}
@media screen and (max-width: 767px) {
  .l-interview .box-recruitment table td:first-child {
    font-size: 4.2vw;
  }
}
@media screen and (min-width: 768px) {
  .l-interview .sec-recruitment {
    padding-bottom: 6.25rem;
  }
}
@media screen and (max-width: 767px) {
  .l-interview .sec-recruitment .img {
    margin-right: calc(50% - 50vw);
  }
}
.l-interview .sec-recruitment .img .img-overflow::-webkit-scrollbar {
  height: 6px;
}
.l-interview .sec-recruitment .img .img-overflow::-webkit-scrollbar-track {
  background-color: #f6f6f6;
}
.l-interview .sec-recruitment .img .img-overflow::-webkit-scrollbar-thumb {
  background-color: #00A0E9;
}
@media screen and (max-width: 767px) {
  .l-interview .sec-recruitment .img .img-overflow {
    overflow-x: auto;
    margin-left: -8vw;
    padding: 0 8vw 8vw 8vw;
  }
}
@media screen and (max-width: 767px) {
  .l-interview .sec-recruitment .img .img-overflow img {
    width: 300vw;
    max-width: none;
  }
}
.l-interview .box-faq .imgs {
  justify-content: space-between;
  margin: 3.125rem 0 0 -102px;
}
@media screen and (max-width: 767px) {
  .l-interview .box-faq .imgs {
    flex-direction: column;
    gap: 2.6vw;
    margin: 8vw 0 0 -13vw;
  }
}
.l-interview .box-faq .imgs .img {
  width: 32.6%;
}
@media screen and (max-width: 767px) {
  .l-interview .box-faq .imgs .img {
    width: 100%;
  }
}
.l-interview .sec-recruitment .faq-list {
  display: flex;
  flex-direction: column;
}
.l-interview .sec-recruitment .accordion {
  overflow: hidden;
}
.l-interview .sec-recruitment .accordion:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}
.l-interview .sec-recruitment .accordion.is-open .faq-toggle_line--vertical {
  opacity: 0;
  transform: scaleY(0);
}
.l-interview .sec-recruitment .accordion.is-open .accordion_content {
  max-height: 2000px;
}
.l-interview .sec-recruitment .accordion .accordion_header {
  width: 100%;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  gap: 1.875rem;
  padding: 1.875rem 0;
  cursor: pointer;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .l-interview .sec-recruitment .accordion .accordion_header {
    padding: 4vw 0;
    gap: 3vw;
  }
}
.l-interview .sec-recruitment .accordion .accordion_content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.36s ease;
}
.l-interview .sec-recruitment .faq-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(72px, 7vw);
  height: min(72px, 7vw);
  color: #fff;
  font-weight: 600;
  font-size: min(2.25rem, 3.4vw);
}
@media screen and (max-width: 767px) {
  .l-interview .sec-recruitment .faq-label {
    width: 10vw;
    height: 10vw;
    font-size: 6vw;
    align-self: flex-start;
  }
}
.l-interview .sec-recruitment .faq-label-q {
  background-color: #00A0E9;
}
.l-interview .sec-recruitment .faq-label-a {
  background-color: #001984;
}
.l-interview .sec-recruitment .faq-question {
  flex: 1;
  font-size: min(1rem, 1.5vw);
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .l-interview .sec-recruitment .faq-question {
    font-size: 4.2vw;
  }
}
.l-interview .sec-recruitment .faq-toggle {
  position: relative;
  width: 1.75rem;
  height: 1.75rem;
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .l-interview .sec-recruitment .faq-toggle {
    width: 6vw;
    height: 6vw;
    margin-left: 3vw;
  }
}
.l-interview .sec-recruitment .faq-toggle_line {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #00A0E9;
  border-radius: 62.4375rem;
  transition: transform 0.24s ease, opacity 0.24s ease;
}
.l-interview .sec-recruitment .faq-toggle_line--horizontal {
  width: 100%;
  height: 0.125rem;
}
@media screen and (max-width: 767px) {
  .l-interview .sec-recruitment .faq-toggle_line--horizontal {
    height: 0.4vw;
  }
}
.l-interview .sec-recruitment .faq-toggle_line--vertical {
  width: 0.125rem;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .l-interview .sec-recruitment .faq-toggle_line--vertical {
    width: 0.4vw;
  }
}
.l-interview .sec-recruitment .faq-answer {
  display: flex;
  align-items: flex-start;
  gap: 1.875rem;
  padding: 0 0 1.875rem;
}
@media screen and (max-width: 767px) {
  .l-interview .sec-recruitment .faq-answer {
    padding: 4vw 0 5vw;
    gap: 3vw;
  }
}
.l-interview .sec-recruitment .faq-body {
  flex: 1;
  font-size: min(0.875rem, 1.4vw);
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .l-interview .sec-recruitment .faq-body {
    font-size: 3.8vw;
  }
}
.l-interview .sec-recruitment .faq-body p:not(:last-of-type) {
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .l-interview .sec-recruitment .faq-body p:not(:last-of-type) {
    margin-bottom: 3vw;
  }
}
.l-interview .sec-recruitment .faq-note {
  font-size: min(0.75rem, 1.2vw);
  color: #323232;
}
@media screen and (max-width: 767px) {
  .l-interview .sec-recruitment .faq-note {
    font-size: 3.4vw;
  }
}
.l-interview.l-company .sec-message.mt-0 {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .l-interview.l-company .sec-message.mt-0 .img {
    padding-top: 6.25rem;
  }
}
@media screen and (max-width: 767px) {
  .l-interview.l-company .sec-message.mt-0 .img {
    margin: 0 0 8vw;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-interview.l-company .sec-message.mt-0 .txt-bold {
    margin-bottom: 8vw;
  }
}
.l-interview .list-box {
  gap: 2.5rem;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1110px) {
  .l-interview .list-box h3 {
    margin-bottom: 5.3vw;
  }
}
@media screen and (max-width: 767px) {
  .l-interview .list-box {
    flex-direction: column;
    gap: 2.6vw;
  }
}
.l-interview .list-box li {
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.875rem 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-interview .list-box li {
    min-height: 275px;
    width: calc(58.5% - 1.25rem);
  }
  .l-interview .list-box li:nth-child(2n) {
    width: calc(41.5% - 1.25rem);
  }
}
@media screen and (max-width: 767px) {
  .l-interview .list-box li {
    padding: 4.2vw 6.4vw;
  }
  .l-interview .list-box li .icon {
    display: flex;
    justify-content: center;
    width: 34vw;
  }
  .l-interview .list-box li .icon img {
    width: 100%;
    height: auto;
  }
  .l-interview .list-box li .icon img.sp-w60 {
    width: 60%;
  }
  .l-interview .list-box li .icon img.sp-w80 {
    width: 80%;
  }
  .l-interview .list-box li .text {
    width: calc(100% - 34vw);
  }
}
.l-interview .list-box li .dflex {
  justify-content: space-between;
  align-items: flex-end;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-interview .list-box li .dflex {
    gap: 2.6vw;
  }
}
@media (min-width: 768px) and (max-width: 1110px) {
  .l-interview .list-box li .dflex {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .l-interview .list-box li .list-box-inner {
    flex-direction: column;
    gap: 6.4vw;
  }
  .l-interview .list-box li .list-box-inner .dflex {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .l-interview .list-box li dl {
    text-align: center;
  }
}
.l-interview .list-box li dl dt {
  font-size: 0.75rem;
  line-height: 1;
}
.l-interview .list-box li dl dt span {
  font-size: 2.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-interview .list-box li dl dt {
    font-size: 3.4vw;
  }
  .l-interview .list-box li dl dt span {
    font-size: 4.8vw;
  }
}
.l-interview .list-box li dl dd {
  font-size: 1.5rem;
  line-height: 0.9;
}
.l-interview .list-box li dl dd span {
  font-size: 5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-interview .list-box li dl dd {
    font-size: 8vw;
  }
  .l-interview .list-box li dl dd span {
    font-size: 17vw;
    position: relative;
    top: 2px;
  }
}
@media screen and (min-width: 768px) {
  .l-interview .list-box li.-large dl {
    font-weight: bold;
  }
  .l-interview .list-box li.-large dl dt {
    font-size: 1.75rem;
  }
  .l-interview .list-box li.-large dl dt span {
    font-size: 2.8125rem;
    font-weight: 500;
  }
  .l-interview .list-box li.-large dl dd {
    font-size: 4.6875rem;
  }
  .l-interview .list-box li.-large dl dd span {
    font-size: 8.75rem;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-interview .sec-interview .carditems .item .copy span {
    padding-left: 0.9375rem;
  }
  .l-interview .sec-interview .carditems a:hover .item .copy span {
    color: #00A0E9;
    text-decoration: underline;
    text-underline-offset: 3px;
  }
}
@media screen and (max-width: 767px) {
  .l-interview .sec-interview .carditems .item .txt-lightblue {
    margin-left: 19.3vw;
  }
  .l-interview .sec-interview .carditems .item .copy {
    line-height: 1.25;
  }
  .l-interview .sec-interview .carditems .item .copy span {
    display: inline;
  }
  .l-interview .sec-interview .carditems .item .wall {
    padding-left: 5.3vw;
    padding-right: 5.3vw;
  }
}
.l-interview .sec-entry a {
  background-color: #00A0E9;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 46.875rem;
  min-height: 5rem;
  margin: 0 auto;
  font-size: min(2.25rem, 3vw);
}
@media screen and (min-width: 768px) {
  .l-interview .sec-entry a:hover {
    background-color: #e1f4fd;
    color: #00A0E9;
  }
}
@media screen and (max-width: 767px) {
  .l-interview .sec-entry a {
    max-width: 100%;
    min-height: 3.75rem;
    font-size: 4.2vw;
  }
}

@keyframes interview-pencil-line {
  0% {
    transform: scaleY(0);
    filter: drop-shadow(0 0 0.0625rem rgba(0, 160, 233, 0.2));
  }
  70% {
    transform: scaleY(1);
    filter: drop-shadow(0 0 0.375rem rgba(0, 160, 233, 0.45));
  }
  100% {
    transform: scaleY(1);
    filter: drop-shadow(0 0 0.25rem rgba(0, 160, 233, 0.35));
  }
}
.works {
  margin: 7.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .works {
    margin: 8vw 0 0;
  }
}
.works h2 {
  margin-bottom: 2.5rem;
}
.works h2 span {
  font-size: min(1rem, 1.4vw);
  font-weight: normal;
  margin-left: 0.625rem;
}
@media screen and (max-width: 767px) {
  .works h2 span {
    font-size: 3.7vw;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .works h2 {
    margin-bottom: 5.3vw;
  }
}
.works .layout-3 {
  flex-wrap: wrap;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .works .layout-3 .list-box-item {
    width: calc(33.333% - 1.666625rem);
  }
  .works .layout-3 .list-box-item .works-group {
    gap: 1.875rem;
  }
  .works .layout-3 .list-box-item .works-group .icon {
    width: 5.625rem;
    height: 5.625rem;
  }
  .works .layout-3 .list-box-item .works-group .text {
    width: calc(100% - 5.625rem - 1rem);
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .works .layout-3 .list-box-item {
    width: calc(50% - 1.25rem);
  }
}
@media screen and (max-width: 767px) {
  .works .layout-3 {
    flex-direction: column;
    gap: 2.6vw;
  }
}
.works .layout-4 {
  flex-wrap: wrap;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .works .layout-4 .list-box-item {
    width: calc(25% - 1.875rem);
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .works .layout-4 .list-box-item {
    width: calc(50% - 1.25rem);
  }
}
@media screen and (max-width: 767px) {
  .works .layout-4 {
    flex-direction: column;
    gap: 2.6vw;
  }
}
.works .list-box-item {
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.875rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .works .list-box-item {
    width: 100%;
    padding: 4.2vw 6.4vw;
  }
}
.works .list-box-item h3 {
  font-size: min(1.25rem, 2vw);
  margin-bottom: 0.875rem;
}
@media screen and (max-width: 767px) {
  .works .list-box-item h3 {
    font-size: 5.3vw;
    margin-bottom: 5.3vw;
  }
}
.works .list-box-item p {
  font-size: min(0.875rem, 1.4vw);
}
@media screen and (max-width: 767px) {
  .works .list-box-item p {
    font-size: 3.7vw;
  }
}
.works .works-group {
  align-items: center;
  gap: 1rem;
  margin: 0 0 1rem;
}
.works .works-group:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .works .works-group {
    padding: 0 0 0 6vw;
    gap: 8vw;
    margin-bottom: 3.7vw;
  }
}
.works .works-group.gap-4 {
  gap: 0.25rem;
}
.works .works-group .icon {
  width: 5rem;
}
.works .works-group .icon img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .works .works-group .icon {
    width: 18.67vw;
  }
}
.works .works-group .text {
  width: calc(100% - 5rem - 1rem);
}
@media screen and (max-width: 767px) {
  .works .works-group .text {
    width: calc(100% - 26vw);
  }
}
.works .works-group .text p {
  font-size: min(1.5rem, 2.4vw);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .works .works-group .text p {
    font-size: 8vw;
  }
}
.works .works-group .text p span {
  font-size: min(2.375rem, 3.8vw);
  font-weight: 500;
  margin-right: 0.25rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .works .works-group .text p span {
    font-size: 14.9vw;
    margin: 0;
  }
}
.works .works-group .text p span.no-wrap {
  white-space: nowrap;
}
.works .works-group .text p span.f-20 {
  font-size: min(1.25rem, 2vw);
}
@media screen and (max-width: 767px) {
  .works .works-group .text p span.f-20 {
    font-size: 5.3vw;
  }
}
.works .works-group .text p span.f-28 {
  font-size: min(1.75rem, 2.8vw);
}
@media screen and (max-width: 767px) {
  .works .works-group .text p span.f-28 {
    font-size: 8vw;
  }
  .works .works-group .text p span.f-28.is--yes {
    font-size: 14.9vw;
  }
}
@media screen and (min-width: 768px) {
  .works .works-group .text p span.f-70 {
    font-size: min(4.375rem, 7vw);
  }
}
.works .works-group .text p span.f-70 {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .works .works-group .text p span.f-80 {
    font-size: min(5rem, 8vw);
  }
}
.works .works-group .text p span.f-80 {
  font-weight: 500;
}
.works .works-layout {
  flex-wrap: wrap;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .works .works-layout {
    flex-direction: column;
    gap: 2.6vw;
  }
}
@media screen and (min-width: 768px) {
  .works .works-layout .list-box-item.w-60 {
    width: calc(58.5% - 1.25rem);
  }
  .works .works-layout .list-box-item.w-40 {
    width: calc(41.5% - 1.25rem);
  }
  .works .works-layout .list-box-item.w-52 {
    width: 52.35%;
  }
  .works .works-layout .list-box-item.w-24 {
    width: 20.7%;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .works .works-layout .list-box-item.w-52 {
    width: 100%;
  }
  .works .works-layout .list-box-item.w-24 {
    width: calc(50% - 1.25rem);
  }
}
.works .works-layout .list-box-item.w-100 {
  width: 100%;
}
.works .works-layout .composition-list {
  text-align: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.875rem;
}
.works .works-layout .composition-list.-center {
  justify-content: center;
}
@media screen and (max-width: 1279px) {
  .works .works-layout .composition-list {
    justify-content: flex-start;
    gap: 5.3vw;
  }
}
.works .works-layout .composition-list li {
  width: 7.125rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1279px) {
  .works .works-layout .composition-list li {
    width: calc((100% - 10.6vw) / 3);
  }
}
.works .works-layout .composition-list li .icon {
  margin: 0 auto 0.5rem;
}
.works .works-layout .composition-list li .icon img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .works .works-layout .composition-list li .icon img {
    width: 70px;
  }
}
.works .works-layout .composition-list li .icon p {
  font-size: min(1.125rem, 1.8vw);
  line-height: 1.1;
  font-weight: bold;
  margin-top: 0.625rem;
  white-space: nowrap;
}
.works .works-layout .composition-list li .icon p.txt-left {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .works .works-layout .composition-list li .icon p {
    font-size: 3.4vw;
  }
}
.works .works-layout .composition-list li .txt-main p {
  font-size: min(1.5rem, 2.4vw);
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .works .works-layout .composition-list li .txt-main p {
    font-size: 5.3vw;
  }
}
.works .works-layout .composition-list li .txt-main p span {
  font-size: min(4.375rem, 7vw);
  font-weight: 500;
  line-height: 1;
  position: relative;
  top: 2px;
}
@media screen and (min-width: 768px) {
  .works .works-layout .composition-list li .txt-main p span.f-80 {
    font-size: min(5rem, 8vw);
  }
}
@media screen and (max-width: 767px) {
  .works .works-layout .composition-list li .txt-main p span {
    font-size: 13.3vw;
  }
}
.works .works-layout .composition-list.--gender li {
  flex: 1;
}
@media screen and (min-width: 768px) {
  .works .works-layout .composition-list.--gender li .txt-main p span {
    font-size: min(6.25rem, 7vw);
  }
}
@media screen and (max-width: 767px) {
  .works .works-layout .composition-list.--gender li {
    flex: unset;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    padding-left: 6vw;
    gap: 5.3vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .works .works-layout .composition-list.--gender li .icon {
    width: 18.67vw;
    margin: 0;
  }
  .works .works-layout .composition-list.--gender li .txt-main {
    width: calc(100% - 18.67vw - 6vw);
    position: relative;
    top: 4px;
    text-align: left;
  }
  .works .works-layout .composition-list.--gender li .txt-main small {
    position: absolute;
    bottom: 98%;
    left: 0;
    font-size: 3.4vw;
    line-height: 1;
  }
}
.works .works-layout .composition-list.--gender2 {
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .works .works-layout .composition-list.--gender2 {
    flex-direction: column;
    padding-left: 6vw;
    gap: 5.3vw;
  }
}
.works .works-layout .composition-list.--gender2 li {
  width: calc(50% - 0.9375rem);
  display: flex;
  align-items: center;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .works .works-layout .composition-list.--gender2 li {
    align-items: flex-end;
  }
}
.works .works-layout .composition-list.--gender2 li .icon {
  width: 6.25rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .works .works-layout .composition-list.--gender2 li .icon {
    width: 18.67vw;
  }
}
.works .works-layout .composition-list.--gender2 li .txt-main {
  width: calc(100% - 6.25rem - 1rem);
}
@media screen and (max-width: 767px) {
  .works .works-layout .composition-list.--gender2 li .txt-main {
    width: calc(100% - 18.67vw - 6vw);
    position: relative;
    top: 4px;
  }
  .works .works-layout .composition-list.--gender2 li .txt-main small {
    position: absolute;
    bottom: 98%;
    left: 0;
    font-size: 3.4vw;
    line-height: 1;
  }
}
.works .chart {
  gap: 1.125rem;
}
@media (max-width: 1279px) {
  .works .chart {
    flex-direction: column;
    gap: 5.3vw;
  }
}
.works .chart .icon {
  width: 16.6875rem;
}
@media (max-width: 1279px) {
  .works .chart .icon {
    margin: 0 auto;
  }
}
.works .chart .chart-info {
  width: calc(100% - 16.6875rem - 1.125rem);
  flex-wrap: wrap;
  gap: 1.75rem 0.875rem;
  padding-top: 0.3125rem;
}
@media (max-width: 1279px) {
  .works .chart .chart-info {
    width: 100%;
    padding: 0;
    gap: 5.3vw 0;
    justify-content: space-between;
  }
}
.works .chart .chart-info li {
  width: 6.3125rem;
}
@media (max-width: 1279px) {
  .works .chart .chart-info li {
    width: calc((100% - 10.6vw) / 3);
  }
}
.works .chart .txt-small {
  font-size: min(1.125rem, 1.8vw);
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .works .chart .txt-small {
    font-size: 3.4vw;
  }
}
.works .chart .txt-main {
  font-size: min(1.5rem, 2.4vw);
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .works .chart .txt-main {
    font-size: 5.3vw;
  }
}
.works .chart .txt-main span {
  font-size: min(4.375rem, 7vw);
  font-weight: 500;
  line-height: 1;
  position: relative;
  top: 2px;
}
@media screen and (max-width: 767px) {
  .works .chart .txt-main span {
    font-size: 13.3vw;
  }
}

/*-------------------------------------------------------------------------------
私たちの事業
-------------------------------------------------------------------------------*/
.l-interview-detail {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .l-interview-detail .kv-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 6.4vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
.l-interview-detail .kv {
  position: relative;
  margin: 0;
  border-bottom: 4px solid #00A0E9;
}
.l-interview-detail .kv .kv_ttl {
  position: absolute;
  flex-direction: column;
  gap: 1.5vw;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .l-interview-detail .kv .kv_ttl {
    gap: 2.5vw;
    position: relative;
    margin-bottom: 8.5vw;
  }
}
.l-interview-detail .kv .kv_ttl span {
  font-size: 2.5vw;
  padding: 0.6vw 2vw;
  width: -moz-fit-content;
  width: fit-content;
  background: rgba(255, 255, 255, 0.8);
}
.l-interview-detail .kv .kv_ttl span em {
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .l-interview-detail .kv .kv_ttl span em {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-interview-detail .kv .kv_ttl span {
    font-size: 4.2vw;
    padding: 0.2vw 3vw;
  }
  .l-interview-detail .kv .kv_ttl span.nowrap {
    white-space: nowrap;
  }
}
.l-interview-detail .kv .kv_label {
  position: absolute;
  font-size: 7.5vw;
  font-weight: 500;
  line-height: 1;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .l-interview-detail .kv .kv_label {
    font-size: 14vw;
  }
}
.l-interview-detail .kv .kv_label span {
  font-size: 12vw;
  display: block;
  position: relative;
  font-weight: 400;
  top: -1.5vw;
}
@media screen and (max-width: 767px) {
  .l-interview-detail .kv .kv_label span {
    font-size: 22vw;
  }
}
.l-interview-detail .kv .kv_label div,
.l-interview-detail .kv .kv_label span {
  opacity: 0.5;
}
.l-interview-detail .kv .kv_box {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #00A0E9;
  border-right: none;
  border-bottom: none;
  width: 16.5vw;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .l-interview-detail .kv .kv_box {
    border-width: 2px;
    width: 62.5vw;
    position: relative;
  }
}
.l-interview-detail .kv .kv_box .kv_box_inner {
  padding: 1.3vw 2vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-interview-detail .kv .kv_box .kv_box_inner {
    padding: 3vw 7vw;
  }
}
.l-interview-detail .kv .kv_box .kv_box_header {
  border-bottom: 1px solid #ccc;
  margin-bottom: 0.5vw;
}
@media screen and (max-width: 767px) {
  .l-interview-detail .kv .kv_box .kv_box_header {
    border-bottom: none;
    margin-bottom: 1vw;
  }
}
.l-interview-detail .kv .kv_box .kv_box_header .team {
  font-size: 1vw;
  margin-bottom: 0.1vw;
}
@media screen and (max-width: 767px) {
  .l-interview-detail .kv .kv_box .kv_box_header .team {
    font-size: 3.2vw;
    margin-bottom: 0.5vw;
  }
}
.l-interview-detail .kv .kv_box .kv_box_header .name {
  font-size: 1.7vw;
}
@media screen and (max-width: 767px) {
  .l-interview-detail .kv .kv_box .kv_box_header .name {
    font-size: 6vw;
  }
}
.l-interview-detail .kv .kv_box .kv_box_header .name span {
  font-size: 0.8vw;
}
@media screen and (max-width: 767px) {
  .l-interview-detail .kv .kv_box .kv_box_header .name span {
    font-size: 3vw;
  }
}
.l-interview-detail .kv .kv_box .kv_box_txt {
  font-size: 0.8vw;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .l-interview-detail .kv .kv_box .kv_box_txt {
    font-size: 2.67vw;
  }
}
.l-interview-detail .kv .kv_box .kv_box_label {
  position: absolute;
  font-size: 1.5vw;
  font-weight: 500;
  top: -1.75vw;
  left: 0;
}
@media screen and (max-width: 767px) {
  .l-interview-detail .kv .kv_box .kv_box_label {
    font-size: 4.5vw;
    top: -5.4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-interview-detail .kv-type01 .kv_ttl {
    left: 4vw;
    bottom: 4.5vw;
  }
}
.l-interview-detail .kv-type01 .kv_label {
  left: 4vw;
  top: 4vw;
}
@media screen and (max-width: 767px) {
  .l-interview-detail .kv-type01 .kv_label {
    top: 2vw;
    left: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-interview-detail .kv-type01 .kv_box {
    bottom: 2.5vw;
    right: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-interview-detail .kv-type02 .kv-heading {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 57%;
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .l-interview-detail .kv-type02 .kv_ttl {
    right: 4vw;
    bottom: 4.5vw;
  }
}
.l-interview-detail .kv-type02 .kv_label {
  left: 0;
  top: 4vw;
}
@media screen and (max-width: 767px) {
  .l-interview-detail .kv-type02 .kv_label {
    top: 2vw;
    left: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-interview-detail .kv-type02 .kv_box {
    bottom: 2.5vw;
    left: 4vw;
  }
}
.l-interview-detail .articlewrap .article_ttl {
  font-size: min(1.875rem, 2.2vw);
}
@media screen and (max-width: 767px) {
  .l-interview-detail .articlewrap .article_ttl {
    font-size: 5.3vw;
    text-align: left;
    margin-bottom: 10.67vw;
  }
}
.l-interview-detail .articlewrap .article_ttl span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #00A0E9;
  margin: 0 auto;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .l-interview-detail .articlewrap .article_ttl span {
    width: 100%;
    border-bottom: none;
    background-image: repeating-linear-gradient(to top, #00A0E9, #00A0E9 1px, transparent 1px, transparent 10.67vw);
    background-repeat: repeat-y;
    background-size: 100% 10.67vw;
  }
  .l-interview-detail .articlewrap .article_ttl span.nowrap {
    white-space: nowrap;
  }
}
.l-interview-detail .articlewrap .contents {
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-interview-detail .articlewrap .contents {
    gap: 6.4vw;
  }
}
.l-interview-detail .articlewrap .contents .sticyimg {
  width: 46.875%;
  display: grid;
}
@media screen and (max-width: 767px) {
  .l-interview-detail .articlewrap .contents .sticyimg {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .l-interview-detail .articlewrap .contents .sticyimg {
    position: sticky;
    top: 8.75rem;
    align-self: flex-start;
  }
}
.l-interview-detail .articlewrap .contents .sticyimg img {
  grid-area: 1/1;
  transition: opacity 0.6s ease;
}
.l-interview-detail .articlewrap .contents .sticyimg .img01 {
  opacity: 1;
}
.l-interview-detail .articlewrap .contents .sticyimg .img02 {
  opacity: 0;
}
.l-interview-detail .articlewrap .contents .sticyimg.is-img02 .img01 {
  opacity: 0;
}
.l-interview-detail .articlewrap .contents .sticyimg.is-img02 .img02 {
  opacity: 1;
}
.l-interview-detail .articlewrap .contents .txtarea {
  width: 46.875%;
}
@media screen and (max-width: 767px) {
  .l-interview-detail .articlewrap .contents .txtarea {
    width: 100%;
  }
}
.l-interview-detail .articlewrap .contents .txtarea > div:not(:last-of-type) {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .l-interview-detail .articlewrap .contents .txtarea > div:not(:last-of-type) {
    margin-bottom: 24vw;
  }
}
.l-interview-detail .articlewrap .contents .txtarea .article_txt {
  font-size: min(1rem, 1.4vw);
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .l-interview-detail .articlewrap .contents .txtarea .article_txt strong {
    font-size: min(1.5rem, 2.2vw);
  }
}
@media screen and (max-width: 767px) {
  .l-interview-detail .articlewrap .contents .txtarea .article_txt {
    font-size: 4.2vw;
  }
  .l-interview-detail .articlewrap .contents .txtarea .article_txt .nowrap {
    white-space: nowrap;
  }
  .l-interview-detail .articlewrap .contents .txtarea .article_txt strong {
    font-size: 4.8vw;
  }
}
.l-interview-detail .articlewrap .contents .txtarea .article_txt:not(:last-of-type) {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .l-interview-detail .articlewrap .contents .txtarea .article_txt:not(:last-of-type) {
    margin-bottom: 5.3vw;
  }
}
.l-interview-detail .articlewrap .contents .sp-only {
  margin-bottom: 6.4vw;
}
.l-interview-detail .sec-related {
  padding: 4.375rem 0 5rem;
}
@media screen and (max-width: 767px) {
  .l-interview-detail .sec-related {
    padding: 0;
  }
}
.l-interview-detail .sec-related .carditems {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .l-interview-detail .sec-related .carditems a .item {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .l-interview-detail .sec-related .carditems a .item .txt-lightblue {
    font-size: min(1.75rem, 2.8vw);
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .l-interview-detail .sec-related .carditems a .item .txt-lightblue {
    transform: translateX(0);
    margin-left: 5.3vw;
    top: 5.3vw;
  }
}
.l-interview-detail .sec-related .carditems a .item .card {
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-interview-detail .sec-related .carditems a .item .card {
    width: 100%;
  }
}
.l-interview-detail .sec-related .carditems a .item .card .front,
.l-interview-detail .sec-related .carditems a .item .card .wall {
  width: 50%;
}
.l-interview-detail .sec-related .carditems a .item .card .wall .copy span {
  transition: all 0.3s ease;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-interview-detail .sec-related .carditems a .item .card .wall {
    padding: 0 0 0 1.875rem;
  }
  .l-interview-detail .sec-related .carditems a .item .card .wall .copy span {
    display: inline;
    background-color: transparent;
    padding: 0;
  }
  .l-interview-detail .sec-related .carditems a .item .card .wall .note {
    display: inline-block;
    border-top: 1px solid #000;
    padding-left: 0;
    padding-top: 1.25rem;
    margin-top: 1.875rem;
  }
  .l-interview-detail .sec-related .carditems a .item .card .wall .note strong {
    margin-left: min(0.625rem, 1vw);
  }
}
@media screen and (max-width: 767px) {
  .l-interview-detail .sec-related .carditems a .item .card .wall {
    padding: 4vw 5.3vw;
  }
  .l-interview-detail .sec-related .carditems a .item .card .wall .copy {
    margin-top: 12vw;
  }
}
@media screen and (min-width: 768px) {
  .l-interview-detail .sec-related .carditems a {
    width: 46.875%;
  }
  .l-interview-detail .sec-related .carditems a:hover .item .card .copy span {
    color: #00A0E9;
    border-bottom: 1px solid #00A0E9;
  }
}

@media screen and (max-width: 767px) {
  .is-sdgs.sec {
    padding: 8vw 0;
  }
}

.layout-1 {
  max-width: 37.5rem;
  margin: 0 auto;
}
.layout-1 p {
  font-size: min(1rem, 1.4vw);
  line-height: 1.75;
  margin: 2.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .layout-1 p {
    font-size: 4.2vw;
    margin: 8vw 0;
  }
}

@media screen and (min-width: 768px) {
  .sec-goals {
    margin: 1.25rem 0 0;
  }
}
.sec-goals .inner {
  max-width: 57.5rem;
}
.sec-goals p {
  font-size: min(1rem, 1.4vw);
  line-height: 1.75;
  margin: 0 0 2.5rem;
}
.sec-goals p a {
  color: #323232;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .sec-goals p a:hover {
    color: #00A0E9;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .sec-goals p {
    font-size: 4.2vw;
    margin: 0 0 8vw;
  }
  .sec-goals p:last-child {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-goals .sec-goals_img {
    margin: 0 0 8vw;
  }
}

.sec-standard {
  padding: 6.25rem 0;
}
@media screen and (max-width: 767px) {
  .sec-standard {
    padding: 8vw 0;
  }
  .sec-standard .inner {
    padding: 0 6.4vw;
  }
}

.sec-attempt {
  padding: 0 0 1.25rem;
}
.sec-attempt .inner {
  max-width: 57.5rem;
}
@media screen and (max-width: 767px) {
  .sec-attempt {
    padding: 0 0 8vw;
  }
  .sec-attempt .inner {
    padding: 0 6.4vw;
  }
}
.sec-attempt h3 {
  border-bottom: 1px solid #00A0E9;
  font-size: min(18px, 1.6vw);
  padding: 0.0625rem 0 0.1875rem;
  margin: 0 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .sec-attempt h3 {
    font-size: 4.8vw;
    margin: 0 0 5.3vw;
  }
}
.sec-attempt .attempt-list {
  justify-content: space-between;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .sec-attempt .attempt-list {
    flex-direction: column;
    justify-content: flex-start;
    gap: 18.67vw;
  }
}
@media screen and (min-width: 768px) {
  .sec-attempt .attempt-list li {
    width: calc(50% - 1.25rem);
    max-width: 410px;
  }
}
.sec-attempt .attempt-list li p {
  font-size: min(1rem, 1.4vw);
  line-height: 2;
  margin: 0.9375rem 0 0;
}
@media screen and (max-width: 767px) {
  .sec-attempt .attempt-list li p {
    font-size: 4.2vw;
    margin: 4vw 0 0;
  }
}
.sec-attempt .layout-1 {
  margin: 6.25rem auto 7.5rem;
}
@media screen and (max-width: 767px) {
  .sec-attempt .layout-1 {
    margin: 10vw auto 20vw;
  }
}

@media screen and (min-width: 768px) {
  .pc-dflex {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .sp-f-20 {
    font-size: 5.3vw;
  }
}
.sec-csr {
  padding: 0 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .sec-csr {
    padding: 0 0 8vw;
  }
}
.sec-csr .inner {
  max-width: 57.5rem;
}
.sec-csr-cont:not(:first-child) {
  margin: 5rem 0 0;
}
@media screen and (max-width: 767px) {
  .sec-csr-cont:not(:first-child) {
    margin: 18.67vw 0 0;
  }
}
.sec-csr-row:not(.mt-0) {
  margin: 2.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .sec-csr-row:not(.mt-0) {
    margin: 8vw 0 0;
  }
}
.sec-csr h2 {
  font-size: min(1.75rem, 2.8vw);
  margin: 0 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .sec-csr h2 {
    font-size: 5.3vw;
  }
}
.sec-csr h3 {
  border-bottom: 1px solid #00A0E9;
  color: #00A0E9;
  font-size: min(1.125rem, 1.6vw);
  line-height: 1.4;
  padding: 0.21875rem 0;
}
@media screen and (max-width: 767px) {
  .sec-csr h3 {
    font-size: 4.8vw;
  }
}
.sec-csr p {
  font-size: min(1rem, 1.4vw);
  line-height: 2;
  margin: 1.25rem 0 0;
}
@media screen and (max-width: 767px) {
  .sec-csr p {
    font-size: 4.2vw;
    margin: 4vw 0 0;
  }
}
@media screen and (min-width: 768px) {
  .sec-csr .justify-end {
    justify-content: flex-end;
  }
}
.sec-csr-row .dflex {
  gap: 2.5rem;
  flex-direction: row-reverse;
  margin: 1.25rem 0 0;
}
@media screen and (max-width: 767px) {
  .sec-csr-row .dflex {
    gap: 1.25rem;
    flex-direction: column-reverse;
  }
}
.sec-csr-row .dflex .img {
  width: 150px;
}
@media screen and (min-width: 768px) {
  .sec-csr-row .dflex .cont {
    width: calc(100% - 150px);
  }
}
.sec-csr-row .dflex p:first-child {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .sec-csr .layout-2 {
    display: flex;
    justify-content: space-between;
    margin: 1.25rem 0 0;
  }
  .sec-csr .layout-2 .col {
    width: 45.56%;
  }
}
@media screen and (max-width: 767px) {
  .sec-csr .layout-2 .col {
    margin: 20vw 0 0;
  }
}
.sec-csr .layout-2 .col {
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec-csr .layout-2 .col:first-child {
    margin: 5.3vw 0 0;
  }
}
.sec-csr .layout-2 .col:first-child::before {
  content: "";
  position: absolute;
  top: 140px;
  right: -52px;
  width: 20px;
  height: 44px;
  background: url("../../assets/images/csr/arrow.svg") no-repeat center center;
}
@media screen and (max-width: 767px) {
  .sec-csr .layout-2 .col:first-child::before {
    top: calc(96% + 7.3vw);
    right: 50%;
    transform: translateX(50%) rotate(90deg);
  }
}

.sec_header.mb-0 {
  margin-bottom: 0;
}

.sec-yokohama {
  padding: 0 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .sec-yokohama {
    padding: 0 0 8vw;
  }
}
@media screen and (min-width: 768px) {
  .sec-yokohama .pc-dflex {
    justify-content: space-between;
  }
  .sec-yokohama .left,
  .sec-yokohama .right {
    width: 46.875%;
  }
}
.sec-yokohama h2 {
  font-size: min(1.75rem, 2.8vw);
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sec-yokohama h2 {
    font-size: 5.3vw;
  }
}
.sec-yokohama p {
  font-size: min(1rem, 1.4vw);
  line-height: 1.75;
  margin: 2.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .sec-yokohama p {
    font-size: 4.2vw;
    margin: 8vw 0;
  }
}

.sec-supporter {
  padding: 0 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .sec-supporter {
    padding: 0 0 8vw;
  }
}
.sec-supporter .inner {
  max-width: 57.5rem;
}
.sec-supporter-cont:not(:first-child) {
  margin: 5rem 0 0;
}
@media screen and (min-width: 768px) {
  .sec-supporter-cont:not(:first-child).mt-40 {
    margin: 2.5rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-supporter-cont:not(:first-child) {
    margin: 8vw 0 0;
  }
}
.sec-supporter h2 {
  font-size: min(1.75rem, 2.8vw);
  margin: 0 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .sec-supporter h2 {
    font-size: 5.3vw;
  }
}
.sec-supporter p {
  font-size: min(1rem, 1.4vw);
  line-height: 2;
  margin: 1.25rem 0 0;
}
@media screen and (max-width: 767px) {
  .sec-supporter p {
    font-size: 4.2vw;
    margin: 4vw 0 0;
  }
}
.sec-supporter .gallery {
  gap: 5rem;
  margin: 2.5rem 0 0;
}
.sec-supporter .gallery.mt-0 {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .sec-supporter .gallery {
    margin: 8vw 0 0;
  }
}
@media screen and (min-width: 768px) {
  .sec-supporter .layout-2 {
    display: flex;
    justify-content: space-between;
    margin: 2.5rem 0 0;
  }
  .sec-supporter .layout-2 .col {
    width: 47.78%;
  }
}
@media screen and (max-width: 767px) {
  .sec-supporter .layout-2 .col {
    margin: 8vw 0 0;
  }
}

.sec-privacy {
  padding: 0 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .sec-privacy {
    padding: 0 0 8vw;
  }
}
.sec-privacy:not(.sec-jinken) .inner {
  max-width: 57.5rem;
}
.sec-privacy-cont:not(:first-child) {
  margin: 2.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .sec-privacy-cont:not(:first-child) {
    margin: 8vw 0 0;
  }
}
.sec-privacy h2 {
  font-size: min(1.75rem, 2.8vw);
  margin: 0 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .sec-privacy h2 {
    font-size: 5.3vw;
  }
}
.sec-privacy p {
  font-size: min(1.25rem, 1.4vw);
  line-height: 2;
  margin: 0 0 2.5rem;
}
.sec-privacy p.txt-normal {
  font-size: min(1rem, 1.4vw);
}
@media screen and (max-width: 767px) {
  .sec-privacy p {
    font-size: 4.2vw;
    margin: 0 0 8vw;
  }
  .sec-privacy p.txt-normal {
    font-size: 3.7vw;
  }
}
.sec-privacy a {
  color: #000;
  text-decoration: underline;
}

.l-page .sec-news {
  padding: 0 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-page .sec-news {
    padding: 0 0 8vw;
  }
}
.l-page .sec-news .inner {
  max-width: 57.5rem;
}
.l-page .sec-news a {
  color: #323232;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .l-page .sec-news a:hover {
    text-decoration: none;
    color: #00A0E9;
  }
}
.l-page .sec-news-navi ul {
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .l-page .sec-news-navi ul {
    justify-content: center;
    font-size: 3.7vw;
  }
}
.l-page .sec-news-navi ul li {
  position: relative;
  padding: 0 0.875rem;
}
.l-page .sec-news-navi ul li:first-child {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .l-page .sec-news-navi ul li:first-child {
    width: 100%;
    text-align: center;
    padding: 5px 0;
  }
}
.l-page .sec-news-navi ul li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 1.25rem;
  background-color: #ccc;
}
@media screen and (min-width: 768px) {
  .l-page .sec-news-list {
    margin: 1.875rem 0;
  }
}
.l-page .sec-news-list li {
  padding: 1.875rem 0;
  border-bottom: 1px solid #ccc;
  line-height: 2;
}
.l-page .sec-news-list li:last-child {
  border-bottom: none;
}
.l-page .sec-news-list li .ttl {
  font-size: min(1.125rem, 1.6vw);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-page .sec-news-list li .ttl {
    font-size: 3.7vw;
  }
}
.l-page .sec-news-list li a {
  display: block;
  text-decoration: none;
}

.contact-form .err {
  color: #ff0000;
  margin-top: 0.3125rem;
}
.contact-form .entry {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .contact-form .entry {
    border-bottom: 1px solid #ccc;
  }
}
.contact-form .entry th, .contact-form .entry td {
  border: 1px solid #ccc;
  padding: 0.9375rem;
  text-align: left;
  vertical-align: top;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .contact-form .entry th, .contact-form .entry td {
    display: block;
    padding: 0.625rem;
    border-bottom: none;
    width: 100%;
  }
}
.contact-form .entry th {
  background-color: #f5f5f5;
}
.contact-form .entry th .hissu {
  color: #ff0000;
  margin-left: 0.3125rem;
}
.contact-form .entry input[type=text],
.contact-form .entry input[type=email],
.contact-form .entry textarea, .contact-form .entry select {
  width: 100%;
  padding: 0.625rem;
  border: 1px solid #ccc;
  font-size: 16px;
}
.contact-form .entry select {
  width: 12.5rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .contact-form .entry select {
    width: 100%;
  }
}
.contact-form .entry select.w100 {
  width: 100%;
}
.contact-form .entry input[type=file] {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contact-form .entry.recruit-entry th {
    width: 30%;
  }
  .contact-form .entry.recruit-entry td {
    width: 70%;
  }
}
.contact-form .chkTbl1 {
  flex-wrap: wrap;
  gap: 0.9375rem;
}
.contact-form .chkTbl1 label {
  margin-left: 0.3125rem;
}
.contact-form .from-submit {
  margin: 1.5625rem 0 0;
}
.contact-form .from-submit input[type=submit] {
  padding: 0.625rem 1.25rem;
  background-color: #007bff;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 16px;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .contact-form .from-submit input[type=submit]:hover {
    background-color: #f5f5f5;
    color: #007bff;
  }
}
.contact-form .form-group {
  gap: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .contact-form .form-group {
    flex-wrap: wrap;
  }
}/*# sourceMappingURL=style.css.map */