@charset "UTF-8";
/* Break point
---------------------------------------------------------- */
/* Font
---------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
ul,
ol {
  margin: 0;
  -webkit-padding-start: initial;
          padding-inline-start: initial;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

mark {
  background: none;
}

input,
button,
textarea,
select {
  /* デフォルトスタイルをリセット */
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  font-family: inherit;
  font-size: inherit;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  border: none;
  outline: none;
}

input[type=submit],
input[type=button] {
  /* デフォルトスタイルをリセット */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

label {
  /* iOSでのlabelとinput,select,textareaの関連付け */
  cursor: pointer;
}

/* スピンボタン非表示 chrome,safari */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=month]::-webkit-outer-spin-button,
input[type=month]::-webkit-inner-spin-button,
input[type=datetime-local]::-webkit-outer-spin-button,
input[type=datetime-local]::-webkit-inner-spin-button,
input[type=week]::-webkit-outer-spin-button,
input[type=week]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button,
input[type=time]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button {
  display: none;
}

/* スピンボタン非表示(firefox) */
input[type=number],
input[type=month],
input[type=datetime-local],
input[type=week],
input[type=time],
input[type=date] {
  -moz-appearance: textfield;
}

/* クリアボタン非表示 */
input[type=date]::-webkit-clear-button,
input[type=month]::-webkit-clear-button,
input[type=datetime-local]::-webkit-clear-button,
input[type=time]::-webkit-clear-button,
input[type=week]::-webkit-clear-button {
  -webkit-appearance: none;
}

/* Remove all animations and transitions for people that prefer not to see them */
li {
  list-style: none;
}

a > * {
  vertical-align: top;
}

table {
  border-collapse: collapse;
}

/* Mixin
---------------------------------------------------------- */
/* Animation
---------------------------------------------------------- */
.a-fadeIn {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.a-fadeIn.-start {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* ==========================================================================//
//
//　変数
//
// ========================================================================== */
:root {
  /* Color
  ---------------------------------------------------------- */
  --color-main: #EEEEEE;
  --color-bg: #2A2F36;
  --color-bg2: #D9D9D9;
  --color-line: #9EA2A8;
  --color-line2: #6F7884;
  --color-point: #187429;
  --color-font: #0D0D0D;
  --color-link: #0D0D0D;
  --color-hover: #68CF7B;
  --color-visited:#B1B1B1;
  --color-red: #B81C22;
  --color-for-m: #2FB146;
  /* font
  ---------------------------------------------------------- */
  --font-en: "Josefin Sans", sans-serif;
  --font-no: "Roboto", sans-serif;
  --font-l: 300;
  --font-r: 400;
  --font-m: 500;
  --font-b: 700;
  --font-bl: 900;
  --lhS: 1.2;
  --lhM: 1.5;
  --lhL: 1.8;
  --lhLL: 2.3;
  /* width
  ---------------------------------------------------------- */
  --maxWidth: 1040px;
  --maxWidth2: 1300px;
  --sidePadding: 20px;
  --marginTop: 20px;
  --header: 60px;
  --arrowWidth: 16px;
}
@media screen and (min-width: 768px) {
  :root {
    --sidePadding: 30px;
  }
}
@media screen and (min-width: 960px) {
  :root {
    --sidePadding: 120px;
  }
}
@media screen and (min-width: 1400px) {
  :root {
    --sidePadding: 200px;
  }
}
@media screen and (min-width: 768px) {
  :root {
    --marginTop: 30px;
  }
}
@media screen and (min-width: 960px) {
  :root {
    --marginTop: 40px;
  }
}
@media screen and (min-width: 960px) {
  :root {
    --header: 115px;
  }
}
@media screen and (min-width: 768px) {
  :root {
    --arrowWidth: 22px;
  }
}

/**
 * Makes elements visually invisible but still accessible to screen-readers.
 *
 * This Css has been carefully tested to ensure screen-readers can read and
 * activate (in case of links and buttons) the elements with this class. Please
 * use caution when changing anything, even seemingly safe ones. For example
 * changing width from 1 to 0 would prevent TalkBack from activating (clicking)
 * buttons despite TalkBack reading them just fine. This is because
 * element needs to have a defined size and be on viewport otherwise TalkBack
 * does not allow activation of buttons.
 */
.visually-hidden {
  position: fixed !important;
  /* keep it on viewport */
  top: 0px !important;
  left: 0px !important;
  /* give it non-zero size, VoiceOver on Safari requires at least 2 pixels
     before allowing buttons to be activated. */
  width: 4px !important;
  height: 4px !important;
  /* visually hide it with overflow and opacity */
  opacity: 0 !important;
  overflow: hidden !important;
  /* remove any margin or padding */
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  /* ensure no other style sets display to none */
  display: block !important;
  visibility: visible !important;
}

.pc-only {
  display: none;
}
@media screen and (min-width: 960px) {
  .pc-only {
    display: block;
  }
}

.tab-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .tab-only {
    display: block;
  }
}

@media screen and (min-width: 960px) {
  .sp-only {
    display: none;
  }
}

.c-taC {
  text-align: center;
}

.c-taR {
  text-align: right;
}

.c-taL {
  text-align: left;
}

.c-colorBox {
  padding: 20px;
}
.c-colorBox.-white {
  background: var(--color-main);
  color: var(--color-font);
}
.c-colorBox .-ttl {
  font-size: 16px;
  font-size: 1rem;
  font-weight: var(--font-bl);
  text-align: center;
}
.c-colorBox .-ttl + * {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .c-colorBox .-ttl {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 960px) {
  .c-colorBox .-ttl {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.c-of-hidden {
  overflow: hidden;
}

.c-d-inB {
  display: inline-block;
}

.c-note {
  padding-left: 1.2em;
  position: relative;
}
.c-note mark {
  color: inherit;
  position: absolute;
  top: 0;
  left: 0;
}

.c-tsume {
  letter-spacing: -0.3em;
}

.c-txt-ALPION {
  display: inline-block;
  height: 1.2em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.c-txt-ALPION img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

a:hover .c-txt-ALPION {
  opacity: 0.8;
}

.c-fwN {
  font-weight: 400;
}

.c-fwM {
  font-weight: var(--font-m);
}

.c-fwB {
  font-weight: var(--font-b);
}

.c-fwBL {
  font-weight: var(--font-bl);
}

.c-fsSS {
  font-size: 0.8em;
}

.c-fsS {
  font-size: 0.9em;
}

.c-fsM {
  font-size: 1.2em;
}

.c-fsL {
  font-size: 1.4em;
}

.c-fsLL {
  font-size: 1.6em;
}

@media screen and (min-width: 768px) {
  .c-fs18 {
    font-size: clamp(1rem, 0.4rem + 1vw, 1.125rem);
  }
}

.c-fc-red {
  color: var(--color-red);
}

.c-fc-green {
  color: var(--color-point);
}

.c-FoRm-green {
  color: var(--color-for-m);
}

.c-sidePadding {
  padding-right: var(--sidePadding);
  padding-left: var(--sidePadding);
}

.c-verticalPadding {
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .c-verticalPadding {
    padding: 80px 0 130px;
  }
}
.c-verticalPadding > *:first-child {
  margin-top: 0;
}

.c-w100 {
  width: 100%;
}

.c-w50 {
  width: 50%;
}

.c-maxWidth {
  max-width: var(--maxWidth2);
  margin-right: auto;
  margin-left: auto;
}

.c-maxWidth-s {
  max-width: var(--maxWidth);
  margin-right: auto;
  margin-left: auto;
}

*:has(> .c-section-en) {
  padding-top: 50px;
  position: relative;
}
@media screen and (min-width: 768px) {
  *:has(> .c-section-en) {
    padding-top: 80px;
  }
}
@media screen and (min-width: 960px) {
  *:has(> .c-section-en) {
    padding-top: 100px;
  }
}

.c-section-en {
  font-family: var(--font-en);
  font-weight: var(--font-m);
  font-size: 12px;
  font-size: 0.75rem;
  color: #B3B5B7;
  padding: 10px var(--sidePadding);
  border-bottom: 1px solid var(--color-line);
  position: absolute;
  top: 0;
  left: calc(0% - var(--sidePadding));
  z-index: 100;
}
@media screen and (min-width: 960px) {
  .c-section-en {
    font-size: 18px;
    font-size: 1.125rem;
    white-space: nowrap;
    color: var(--color-main);
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    padding: 80px calc(var(--sidePadding) * 0.2) 30px 0;
    border-right: 1px solid var(--color-line);
    border-bottom: none;
    top: 0;
    left: auto;
    right: calc(100% + 40px);
  }
}
@media screen and (min-width: 1400px) {
  .c-section-en {
    font-size: 32px;
    font-size: 2rem;
    padding: 80px 40px 30px 0;
    right: calc(100% + 80px);
  }
}
@media screen and (min-width: 960px) {
  .c-section-en.-pcRight {
    padding: 80px 0 30px calc(var(--sidePadding) * 0.2);
    left: calc(100% + 40px);
    right: auto;
    border-right: none;
    border-left: 1px solid var(--color-line);
  }
}
@media screen and (min-width: 1400px) {
  .c-section-en.-pcRight {
    padding: 80px 0 30px 40px;
    left: calc(100% + 80px);
    right: auto;
  }
}

.c-bg-white .c-section-en {
  color: var(--color-font);
}

.c-bg-white {
  --color-visited: #5E5E5E;
  --color-line: var(--color-line2);
  background: var(--color-bg2);
  color: var(--color-font);
  font-weight: var(--font-r);
}
.c-bg-white a {
  color: var(--color-font);
}

.c-ttl-1 {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: var(--font-bl);
}
@media screen and (min-width: 768px) {
  .c-ttl-1 {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
.c-ttl-1 + * {
  margin-top: 40px;
}

.c-ttl-2 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: var(--font-bl);
  padding: 5px 10px;
  background: var(--color-main);
  color: var(--color-font);
  text-align: center;
}
@media screen and (min-width: 960px) {
  .c-ttl-2 {
    font-size: clamp(1.125rem, -0.975rem + 3.5vw, 1.563rem);
    padding: 15px;
  }
}

.c-numTtl {
  padding-bottom: 15px;
  border-bottom: 1px solid var(--color-line);
}
.c-numTtl .-num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: var(--font-en);
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: var(--font-m);
  width: 42px;
  padding-top: 3px;
  aspect-ratio: 1/1;
  border-radius: 9999px;
  border: 1px solid var(--color-main);
}
@media screen and (min-width: 768px) {
  .c-numTtl .-num {
    width: 50px;
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
.c-numTtl .-ttl {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: var(--font-bl);
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .c-numTtl .-ttl {
    font-size: clamp(2rem, -4rem + 10vw, 3.25rem);
  }
}
.c-numTtl + p {
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .c-numTtl + p {
    margin-top: 45px;
  }
}

.c-numberList {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
}
@media screen and (min-width: 768px) {
  .c-numberList {
    gap: 140px;
  }
}

.c-txt-1 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: var(--font-bl);
}
@media screen and (min-width: 768px) {
  .c-txt-1 {
    font-size: 42px;
    font-size: 2.625rem;
  }
}

.c-link-1 {
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding-right: calc(var(--arrowWidth) + 10px);
  font-weight: var(--font-b);
  --rightPadding: 0px;
}
.c-link-1:before, .c-link-1::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: var(--rightPadding);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.c-link-1::before {
  width: var(--arrowWidth);
  aspect-ratio: 1/1;
  border: 1px solid currentColor;
  border-radius: 9999px;
}
.c-link-1::after {
  width: calc(var(--arrowWidth) / 4.5);
  aspect-ratio: 0.6/1;
  background: currentColor;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  right: calc(var(--rightPadding) + var(--arrowWidth) / 2 - 0.3%);
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.c-link-1:has(.c-icon-svg) {
  display: inline-grid;
  grid-template-columns: auto auto;
  gap: 3px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.c-link-1:has(.c-icon-svg) .c-icon-svg {
  width: 17px;
  height: 17px;
}
@media screen and (min-width: 960px) {
  .c-link-1 {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .c-link-1:hover {
    color: var(--color-hover) !important;
  }
}
.c-link-1.-unker::after {
  -webkit-transform: translate(50%, -50%) rotate(90deg);
          transform: translate(50%, -50%) rotate(90deg);
}

.c-link-2 {
  text-decoration: underline;
  text-underline-position: from-font;
  color: var(--color-main);
}
@media screen and (min-width: 960px) {
  .c-link-2:hover {
    text-decoration: none;
  }
}

.c-btn-1 a, .c-btn-1 button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background: var(--color-main);
  font-weight: var(--font-b);
  color: var(--color-font);
  text-align: left;
  padding: 10px calc(var(--arrowWidth) + var(--rightPadding) + 10px) 10px 30px;
  min-height: 60px;
  text-decoration: none;
  position: relative;
  --color-visited: var(--color-font);
  --rightPadding: 0px;
  --rightPadding: 30px;
}
.c-btn-1 a:before, .c-btn-1 a::after, .c-btn-1 button:before, .c-btn-1 button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: var(--rightPadding);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.c-btn-1 a::before, .c-btn-1 button::before {
  width: var(--arrowWidth);
  aspect-ratio: 1/1;
  border: 1px solid currentColor;
  border-radius: 9999px;
}
.c-btn-1 a::after, .c-btn-1 button::after {
  width: calc(var(--arrowWidth) / 4.5);
  aspect-ratio: 0.6/1;
  background: currentColor;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  right: calc(var(--rightPadding) + var(--arrowWidth) / 2 - 0.3%);
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
@media screen and (min-width: 768px) {
  .c-btn-1 a, .c-btn-1 button {
    --arrowWidth: 28px;
    min-height: 90px;
    font-weight: var(--font-bl);
  }
}
@media screen and (min-width: 960px) {
  .c-btn-1 a, .c-btn-1 button {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .c-btn-1 a:hover, .c-btn-1 button:hover {
    background: var(--color-point);
    color: var(--color-main);
  }
}
.c-btn-1 a:has(.c-icon-svg), .c-btn-1 button:has(.c-icon-svg) {
  display: grid;
  grid-template-columns: auto auto;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.c-btn-1 a:has(.c-icon-svg) .c-icon-svg, .c-btn-1 button:has(.c-icon-svg) .c-icon-svg {
  width: 21px;
  height: 21px;
}
.c-btn-1.-black a, .c-btn-1.-black button {
  background: var(--color-font);
  color: var(--color-main);
}
@media screen and (min-width: 960px) {
  .c-btn-1.-black a:hover, .c-btn-1.-black button:hover {
    background: var(--color-point);
    color: var(--color-main);
  }
}

.c-btn-list {
  background: -webkit-linear-gradient(285deg, #C8C9CA 3.36%, #E4E7E9 95.41%);
  background: linear-gradient(165deg, #C8C9CA 3.36%, #E4E7E9 95.41%);
}
.c-btn-list > * + * {
  border-top: 1px solid var(--color-font);
}
.c-btn-list .c-btn-1 > a, .c-btn-list .c-btn-1 > button {
  background: none;
}

.c-btnCol {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .c-btnCol {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .c-btnCol .c-btn-1 > a {
    max-width: none;
  }
}
.c-btnCol .c-btn-1 + .c-btn-1 {
  border-top: 1px solid var(--color-font);
}
@media screen and (min-width: 768px) {
  .c-btnCol .c-btn-1 + .c-btn-1:nth-child(2) {
    border-top: none;
  }
}
.c-btnCol .c-btn-1.-black + .c-btn-1 {
  border-top: 1px solid var(--color-main);
}
@media screen and (min-width: 768px) {
  .c-btnCol .c-btn-1:nth-child(2) {
    border-top: none !important;
  }
  .c-btnCol .c-btn-1:nth-child(2n) {
    border-left: 1px solid var(--color-font);
  }
}
@media screen and (min-width: 768px) {
  .c-btnCol .c-btn-1.-black:nth-child(2n) {
    border-left: 1px solid var(--color-main);
  }
}

.c-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 20px;
}
@media screen and (min-width: 768px) {
  .c-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.c-flex.-sp {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 10px 20px;
}

.c-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: calc(var(--marginTop) + 10px) 20px;
}
.c-grid > * {
  margin-top: 0 !important;
}
@media screen and (min-width: 768px) {
  .c-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: calc(var(--marginTop) + 20px) 50px;
  }
}
@media screen and (min-width: 768px) {
  .c-grid.-col3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.c-list-1 + * {
  margin-top: var(--marginTop);
}
.c-list-1 > li > ul {
  margin-top: 10px !important;
  margin-bottom: 15px !important;
}
.c-list-1 > li {
  padding-left: 1.2em;
  position: relative;
}
.c-list-1 > li + li {
  margin-top: 10px;
}
.c-list-1 > li mark {
  color: inherit;
  position: absolute;
  top: 0;
  left: 0;
}
.c-list-1.-em2 > li {
  padding-left: 2.2em;
}
.c-list-1.-em3 > li {
  padding-left: 3.2em;
}
.c-list-1.-em4 > li {
  padding-left: 4.2em;
}

.c-list-2 + * {
  margin-top: var(--marginTop);
}
.c-list-2 li {
  padding-left: 15px;
  position: relative;
}
.c-list-2 li::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background: currentColor;
  border-radius: 9999px;
  position: absolute;
  top: calc(0.5em + 2px);
  left: 5.5px;
}

.c-list-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1px;
}
.c-list-3 li {
  background: var(--color-main);
  color: var(--color-font);
  padding: 5px 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-list-3 li {
    padding: 10px 20px;
  }
}

.c-dlBox-1 {
  --dtWidth: 20%;
  display: grid;
  grid-template-columns: 1fr;
  background: var(--color-main);
  color: var(--color-font);
  font-weight: var(--font-r);
}
@media screen and (min-width: 768px) {
  .c-dlBox-1 {
    display: grid;
    grid-template-columns: var(--dtWidth) 1fr;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.c-dlBox-1 + .c-dlBox-1 {
  margin-top: 0;
  border-top: 1px solid var(--color-line);
}
@media screen and (min-width: 768px) {
  .c-dlBox-1 + .c-dlBox-1 {
    border-top: 1px solid #D9D9D9;
  }
}
.c-dlBox-1 dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px 10px;
  padding: 10px 20px;
  background: #fff;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  font-weight: var(--font-b);
}
@media screen and (min-width: 768px) {
  .c-dlBox-1 dt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding: 20px;
  }
}
.c-dlBox-1 dt .-required {
  color: var(--color-red);
  font-size: 0.8em;
}
.c-dlBox-1 dd {
  padding: 20px;
}

.c-dlBox-2 + .c-dlBox-2 {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .c-dlBox-2 + .c-dlBox-2 {
    margin-top: 40px;
  }
}
.c-dlBox-2 dt {
  padding: 10px;
  background: var(--color-main);
  color: var(--color-font);
  font-size: 16px;
  font-size: 1rem;
  font-weight: var(--font-bl);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-dlBox-2 dt {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 960px) {
  .c-dlBox-2 dt {
    font-size: 24px;
    font-size: 1.5rem;
    padding: 15px;
  }
}
.c-dlBox-2 dd {
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .c-dlBox-2 dd {
    margin-top: 20px;
  }
}

.c-dlBox-3 {
  --dtWidth: 20%;
  display: grid;
  grid-template-columns: 1fr;
  border: 1px solid var(--color-main);
}
@media screen and (min-width: 768px) {
  .c-dlBox-3 {
    display: grid;
    grid-template-columns: var(--dtWidth) 1fr;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.c-dlBox-3 + .c-dlBox-3 {
  margin-top: 0;
  border-top: none;
}
@media screen and (min-width: 768px) {
  .c-dlBox-3 + .c-dlBox-3 {
    border-top: 1px solid #D9D9D9;
  }
}
.c-dlBox-3 dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px 10px;
  padding: 10px 20px;
  background: #fff;
  color: var(--color-font);
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  font-weight: var(--font-b);
}
@media screen and (min-width: 768px) {
  .c-dlBox-3 dt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px;
  }
}
.c-dlBox-3 dt .-required {
  color: var(--color-red);
  font-size: 0.8em;
}
.c-dlBox-3 dd {
  padding: 20px;
}

.c-img-1 img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

.c-imgAndTxt + * {
  margin-top: var(--marginTop);
}
.c-imgAndTxt .-img, .c-imgAndTxt .c-video {
  float: left;
  width: 100%;
  margin-bottom: var(--marginTop);
}
@media screen and (min-width: 768px) {
  .c-imgAndTxt .-img, .c-imgAndTxt .c-video {
    max-width: 50%;
    width: auto;
    margin-right: 40px;
  }
}
.c-imgAndTxt .-img img, .c-imgAndTxt .c-video img {
  margin: auto;
}
.c-imgAndTxt::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (min-width: 768px) {
  .c-imgAndTxt.-right .-img, .c-imgAndTxt.-right .c-video {
    float: right;
    margin-right: 0;
    margin-left: 40px;
  }
}

.c-imgAndTxt-2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--marginTop);
}
@media screen and (min-width: 768px) {
  .c-imgAndTxt-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media screen and (min-width: 960px) {
  .c-imgAndTxt-2 {
    gap: 50px;
  }
}
@media screen and (min-width: 768px) {
  .c-imgAndTxt-2 .-img {
    max-height: calc(100vh - var(--header));
    position: -webkit-sticky;
    position: sticky;
    top: var(--header);
  }
}
@media screen and (min-width: 768px) {
  .c-imgAndTxt-2 .-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 768px) {
  .c-imgAndTxt-2 .-img video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

figcaption {
  margin-top: 10px;
  font-size: 0.8em;
  text-align: center;
}

.c-table-1 table {
  border-bottom: 1px solid var(--color-line);
}
.c-table-1 table th {
  background: var(--color-main);
  color: var(--color-font);
  font-weight: var(--font-b);
}
.c-table-1 table th, .c-table-1 table td {
  padding: 10px;
  border-top: 1px solid var(--color-line);
  border-right: 1px solid var(--color-line);
}
@media screen and (min-width: 768px) {
  .c-table-1 table th, .c-table-1 table td {
    padding: 10px 15px;
  }
}
.c-table-1 table tr {
  border-left: 1px solid var(--color-line);
}

.c-table-2 {
  --borderColor: #E0E0E0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-table-2.-scroll {
    overflow: auto;
  }
}
@media screen and (max-width: 767px) {
  .c-table-2.-scroll table {
    min-width: 800px;
  }
}
.c-table-2 table {
  width: calc(100% + 1px);
  background: #fff;
  color: var(--color-font);
  font-weight: var(--font-r);
  font-size: 0.85em;
}
.c-table-2 table th, .c-table-2 table td {
  padding: 5px;
  border-top: 1px solid var(--borderColor);
  border-right: 1px solid var(--borderColor);
}
@media screen and (min-width: 960px) {
  .c-table-2 table th, .c-table-2 table td {
    padding: 5px 10px;
  }
}
.c-table-2 table th.-gray, .c-table-2 table td.-gray {
  background: #B1B5BA;
}
.c-table-2 table thead tr:nth-child(1) th, .c-table-2 table thead tr:nth-child(1) td {
  border-top: none;
}
.c-table-2 table:not(:has(thead)) tbody tr:nth-child(1) th, .c-table-2 table:not(:has(thead)) tbody tr:nth-child(1) td {
  border-top: none;
}
.c-table-2 table th {
  background: var(--color-point);
  color: #fff;
}

.c-noise {
  position: relative;
}
.c-noise::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/assets/img/bg-noise.webp) repeat;
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 0;
}
.c-noise::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(42, 47, 54, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}
.c-noise > * {
  position: relative;
  z-index: 1;
}

.c-noise-circle {
  position: relative;
}
.c-noise-circle::after {
  --width: 232px;
  content: "";
  display: block;
  width: var(--width);
  aspect-ratio: 1/1;
  background: url(/assets/img/img-noise-circle.webp) no-repeat center/cover;
  position: absolute;
  top: -55px;
  left: -50px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .c-noise-circle::after {
    --width: 400px;
  }
}
@media screen and (min-width: 960px) {
  .c-noise-circle::after {
    --width: 616px;
  }
}
@media screen and (min-width: 768px) {
  .c-noise-circle::after {
    top: -60px;
    left: -100px;
  }
}
@media screen and (min-width: 960px) {
  .c-noise-circle::after {
    top: -60px;
    left: -250px;
  }
}

.c-noise-circle-right {
  position: relative;
  --overSide: 100px;
}
.c-noise-circle-right::after {
  --width: 232px;
  content: "";
  display: block;
  width: var(--width);
  aspect-ratio: 1/1;
  background: url(/assets/img/img-noise-circle.webp) no-repeat center/cover;
  position: absolute;
  top: -55px;
  left: -50px;
  z-index: -1;
  width: calc(var(--width) - var(--overSide));
  height: var(--width);
  aspect-ratio: auto;
  background-position: left center;
  background-size: cover;
  top: -55px;
  left: auto;
  right: calc(0% - var(--sidePadding));
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .c-noise-circle-right::after {
    --width: 400px;
  }
}
@media screen and (min-width: 960px) {
  .c-noise-circle-right::after {
    --width: 616px;
  }
}
@media screen and (min-width: 768px) {
  .c-noise-circle-right::after {
    top: -60px;
    left: -100px;
  }
}
@media screen and (min-width: 960px) {
  .c-noise-circle-right::after {
    top: -60px;
    left: -250px;
  }
}
@media screen and (min-width: 768px) {
  .c-noise-circle-right::after {
    left: auto;
    right: calc(0% - var(--sidePadding));
  }
}
@media screen and (min-width: 960px) {
  .c-noise-circle-right::after {
    left: auto;
    right: calc(0% - var(--sidePadding));
  }
}
@media screen and (min-width: 1400px) {
  .c-noise-circle-right::after {
    width: var(--width);
  }
}

.c-video iframe, .c-video video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: auto;
}

.c-txtAndVideo {
  position: relative;
}
.c-txtAndVideo .c-video {
  width: 100%;
  height: calc(100vh - var(--header));
  position: -webkit-sticky;
  position: sticky;
  top: var(--header);
  margin-left: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c-txtAndVideo .c-video {
    width: calc(50vw - 50px);
    margin-left: auto;
    margin-right: 0;
  }
}
.c-txtAndVideo .c-video iframe, .c-txtAndVideo .c-video video {
  height: 100%;
}
.c-txtAndVideo .-txtBox {
  position: relative;
  margin-top: calc(-100vh + var(--header));
  min-height: calc(100vh - var(--header));
  padding-top: 50px;
  padding-bottom: 70px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c-txtAndVideo .-txtBox {
    padding-top: 100px;
    padding-bottom: 130px;
  }
  .c-txtAndVideo .-txtBox .c-maxWidth > * {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .c-txtAndVideo.-right .c-video {
    margin-left: 0;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .c-txtAndVideo.-right .-txtBox .c-maxWidth > * {
    margin-left: auto;
    margin-right: 0;
  }
}

.c-youtube {
  text-align: center;
}
.c-youtube iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.c-youtube > a {
  text-decoration: none;
  margin-top: 5px;
}
@media screen and (min-width: 960px) {
  .c-youtube > a:hover {
    text-decoration: underline;
  }
}
.c-youtube-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .c-youtube-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }
}
@media screen and (min-width: 960px) {
  .c-youtube-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}

.c-googleMap {
  width: 100%;
  aspect-ratio: 1/0.7;
}
.c-googleMap iframe {
  width: 100%;
  height: 100%;
}

.c-breadcrumb {
  width: 100%;
  max-width: var(--maxWidth2);
  margin: 10px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: var(--font-m);
  --color-visited: currentColor;
}
@media screen and (min-width: 768px) {
  .c-breadcrumb {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 960px) {
  .c-breadcrumb li a:hover {
    text-decoration: none;
  }
}
.c-breadcrumb li + li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-breadcrumb li + li::before {
  content: "";
  width: 5px;
  aspect-ratio: 1/1;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-pagination {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .c-pagination {
    grid-template-columns: auto auto auto;
    gap: 20px;
  }
}
.c-pagination__arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  height: 20px;
  position: relative;
}
.c-pagination__arrow::before {
  content: "";
  width: 8px;
  height: 13px;
  background: var(--color-main);
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .c-pagination__arrow:has(a):hover {
    opacity: 0.7;
  }
}
.c-pagination__arrow:not(:has(a)) {
  opacity: 0;
}
.c-pagination__arrow a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.c-pagination__arrow.-prev {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.c-pagination__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .c-pagination__list {
    gap: 15px;
  }
}
.c-pagination__list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: var(--font-r);
  width: 30px;
  height: 100%;
  border: 1px solid var(--color-main);
  aspect-ratio: 1/1;
  border-radius: 9999px;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-pagination__list li {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.c-pagination__list li.-current {
  background: var(--color-main);
  color: var(--color-font);
}
.c-pagination__list li:has(a:visited) {
  border-color: var(--color-visited);
}
.c-pagination__list li:has(a:visited):hover {
  background: var(--color-visited);
}
.c-pagination__list li:hover:has(a):not(.-current):hover {
  background: var(--color-main);
}
.c-pagination__list li:hover:has(a):not(.-current):hover a {
  color: var(--color-font);
}
.c-pagination__list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  font-family: var(--font-no);
  text-decoration: none;
}
@media screen and (min-width: 960px) {
  .c-pagination__list li a:hover {
    background: #fff;
  }
}

.c-case-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .c-case-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}

.c-case-item {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  height: 100%;
  background: var(--color-main);
  color: var(--color-font);
  font-weight: var(--font-r);
}
.c-case-item .-img {
  aspect-ratio: 16/9;
  background: #C5C5C5;
}
.c-case-item .-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-case-item .-txtBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 960px) {
  .c-case-item .-txtBox {
    padding: 30px;
  }
}
.c-case-item .-txtBox .-ttl {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: var(--font-bl);
  text-align: left;
}
@media screen and (min-width: 768px) {
  .c-case-item .-txtBox .-ttl {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 960px) {
  .c-case-item .-txtBox .-ttl {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
.c-case-item .-txtBox .-ttl + * {
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .c-case-item .-txtBox .-ttl + * {
    margin-top: 20px;
  }
}
.c-case-item .-txtBox .-txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: left;
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .c-case-item .-txtBox .-txt {
    margin-bottom: 40px;
  }
}
.c-case-item .-txtBox .c-link-1 {
  margin: auto 0 0 auto;
  color: var(--color-font);
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .c-case-item .-txtBox .c-link-1 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

input, select, textarea {
  width: 100%;
  padding: 10px;
  background: #fff;
  border: 1px solid var(--color-line);
  font-weight: var(--font-r);
  color: var(--color-font);
}
input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: var(--color-line);
}
input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: var(--color-line);
}
input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: var(--color-line);
}
input::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: var(--color-line);
}
input::placeholder, select::placeholder, textarea::placeholder {
  color: var(--color-line);
}
input:focus, select:focus, textarea:focus {
  border-color: var(--color-point);
}
input.-error, select.-error, textarea.-error {
  border-color: var(--color-red);
}
@media screen and (min-width: 768px) {
  input, select, textarea {
    max-width: 250px;
  }
  input.c-input-w-s, select.c-input-w-s, textarea.c-input-w-s {
    max-width: 100px;
  }
  input.c-input-w-m, select.c-input-w-m, textarea.c-input-w-m {
    max-width: 400px;
  }
  input.c-input-w-l, select.c-input-w-l, textarea.c-input-w-l {
    max-width: 500px;
  }
}

* + .c-form-errorTxt {
  margin-top: 5px;
}

.c-form-errorTxt {
  display: block;
  color: var(--color-red);
  font-weight: var(--font-b);
}
.c-form-errorTxt + * {
  margin-top: 10px;
}

textarea {
  min-height: 150px;
}
@media screen and (min-width: 768px) {
  textarea {
    min-height: 200px;
  }
}

html {
  font-family: "noto sans jp", sans-serif;
  color: var(--color-main);
  background: var(--color-bg);
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: var(--header);
}

body {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: var(--font-m);
  letter-spacing: 0.36px;
  padding-top: var(--header);
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    font-size: 1rem;
  }
}

svg {
  width: 100%;
  height: 100%;
}

a {
  color: var(--color-main);
}
a:visited {
  color: var(--color-visited);
}

a.c-telLink {
  text-decoration: none;
}
@media screen and (min-width: 960px) {
  a.c-telLink {
    pointer-events: none;
    cursor: default;
  }
}

button {
  cursor: pointer;
}

.l-loader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100vh;
  background: var(--color-bg);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-transition: all 0.3s cubic-bezier(0.58, 0.42, 0.31, 0.78) 1.2s;
  transition: all 0.3s cubic-bezier(0.58, 0.42, 0.31, 0.78) 1.2s;
}
.l-loader__logo {
  width: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 960px) {
  .l-loader__logo {
    width: 300px;
  }
}
.l-loader__logo img {
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.58, 0.42, 0.31, 0.78) 0.4s;
  transition: all 0.5s cubic-bezier(0.58, 0.42, 0.31, 0.78) 0.4s;
}
.l-loader__circle {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid var(--color-main);
  -webkit-animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
          animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@-webkit-keyframes l20-1 {
  0% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
            clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }
  12.5% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
            clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }
  25% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
            clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
  }
  50% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
            clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  62.5% {
    -webkit-clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
            clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  75% {
    -webkit-clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
            clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
            clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
  }
}
@keyframes l20-1 {
  0% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
            clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }
  12.5% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
            clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }
  25% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
            clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
  }
  50% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
            clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  62.5% {
    -webkit-clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
            clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  75% {
    -webkit-clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
            clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
            clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
  }
}
@-webkit-keyframes l20-2 {
  0% {
    -webkit-transform: scaleY(1) rotate(0deg);
            transform: scaleY(1) rotate(0deg);
  }
  49.99% {
    -webkit-transform: scaleY(1) rotate(135deg);
            transform: scaleY(1) rotate(135deg);
  }
  50% {
    -webkit-transform: scaleY(-1) rotate(0deg);
            transform: scaleY(-1) rotate(0deg);
  }
  100% {
    -webkit-transform: scaleY(-1) rotate(-135deg);
            transform: scaleY(-1) rotate(-135deg);
  }
}
@keyframes l20-2 {
  0% {
    -webkit-transform: scaleY(1) rotate(0deg);
            transform: scaleY(1) rotate(0deg);
  }
  49.99% {
    -webkit-transform: scaleY(1) rotate(135deg);
            transform: scaleY(1) rotate(135deg);
  }
  50% {
    -webkit-transform: scaleY(-1) rotate(0deg);
            transform: scaleY(-1) rotate(0deg);
  }
  100% {
    -webkit-transform: scaleY(-1) rotate(-135deg);
            transform: scaleY(-1) rotate(-135deg);
  }
}
.l-loader.-loaded {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.l-loader.-loaded .l-loader__logo img {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.l-loader.-loaded .l-loader__circle {
  opacity: 0;
}

.l-header {
  width: 100%;
  height: var(--header);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
@media screen and (min-width: 960px) {
  .l-header {
    display: grid;
    grid-template-columns: 20% auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: var(--color-bg);
    border-bottom: solid 1px var(--color-line);
  }
}
.l-header__inner {
  display: grid;
  grid-template-columns: auto auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  border-bottom: solid 1px var(--color-line);
  background: var(--color-bg);
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .l-header__inner {
    grid-template-columns: auto;
    border: none;
  }
}
.l-header .-logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 0 20px;
  background: var(--color-main);
}
@media screen and (min-width: 960px) {
  .l-header .-logo a {
    padding: 0 1em;
  }
}
.l-header .-logo img {
  width: 85px;
}
@media screen and (min-width: 960px) {
  .l-header .-logo img {
    width: 100%;
    max-width: 195px;
  }
}
.l-header__nav {
  width: 100%;
  height: calc(100svh - var(--header));
  padding: 20px 30px;
  background: var(--color-main);
  color: var(--color-font);
  position: fixed;
  top: var(--header);
  left: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header__nav__btn {
  width: var(--header);
  height: var(--header);
  padding: 0;
  background: none;
  position: relative;
}
@media screen and (min-width: 960px) {
  .l-header__nav__btn {
    display: none;
  }
}
.l-header__nav__btn span {
  width: 24px;
  height: 2px;
  background: var(--color-main);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.l-header__nav__btn span::before, .l-header__nav__btn span::after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background: var(--color-main);
  position: absolute;
  right: 0;
  top: -9px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.l-header__nav__btn span::after {
  width: 12px;
  top: 9px;
}
.l-header__nav__btn.-active span {
  background: transparent;
}
.l-header__nav__btn.-active span::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
  width: 24px;
}
.l-header__nav__btn.-active span::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
  width: 24px;
}
.l-header__nav.-active {
  color: var(--color-main);
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 960px) {
  .l-header__nav {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: auto;
    height: auto;
    padding: 0 60px 0 20px;
    background: none;
    position: static;
  }
}
.l-header__nav__list {
  overflow: auto;
  height: 100%;
}
@media screen and (min-width: 960px) {
  .l-header__nav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
    gap: 20px;
    overflow: visible;
  }
}
.l-header__nav__list > li {
  padding: 10px 0;
}
@media screen and (min-width: 960px) {
  .l-header__nav__list > li {
    padding: 0;
    position: relative;
  }
}
.l-header__nav__list > li + li {
  border-top: 1px solid var(--color-line2);
}
@media screen and (min-width: 960px) {
  .l-header__nav__list > li + li {
    border: none;
  }
}
.l-header__nav__list > li > * {
  display: block;
  padding: 10px;
}
@media screen and (min-width: 960px) {
  .l-header__nav__list > li > * {
    padding: 0;
  }
}
.l-header__nav__list > li > a {
  font-weight: var(--font-b);
}
@media screen and (min-width: 960px) {
  .l-header__nav__list > li > a {
    padding: 10px 0;
    position: relative;
  }
  .l-header__nav__list > li > a::after {
    content: "";
    display: block;
    width: 0%;
    height: 1px;
    background: var(--color-main);
    position: absolute;
    bottom: 5px;
    right: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
}
@media screen and (min-width: 960px) {
  .l-header__nav__list > li.-hover > a::after {
    width: 100%;
    right: auto;
    left: 0;
  }
}
.l-header__nav__list > li:has(.-subList) > a {
  padding-right: 25px;
  position: relative;
}
@media screen and (min-width: 960px) {
  .l-header__nav__list > li:has(.-subList) > a {
    padding-right: 0;
  }
}
@media screen and (max-width: 959px) {
  .l-header__nav__list > li:has(.-subList) > a::before, .l-header__nav__list > li:has(.-subList) > a::after {
    content: "";
    display: block;
    width: 14px;
    height: 2px;
    background: var(--color-font);
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
}
@media screen and (max-width: 959px) and (min-width: 960px) {
  .l-header__nav__list > li:has(.-subList) > a::before, .l-header__nav__list > li:has(.-subList) > a::after {
    content: none;
  }
}
@media screen and (max-width: 959px) {
  .l-header__nav__list > li:has(.-subList) > a::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
  .l-header__nav__list > li:has(.-subList) > a.-active::after {
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
    opacity: 0;
  }
}
.l-header__nav__list > li .-subList {
  display: none;
}
@media screen and (min-width: 960px) {
  .l-header__nav__list > li .-subList {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: var(--color-main);
  }
}
.l-header__nav__list > li .-subList ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 15px 30px;
  padding: 10px 20px;
  font-weight: var(--font-r);
}
.l-header__nav__list > li .-subList ul li a:has(.-sub) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px 5px;
}
@media screen and (min-width: 768px) {
  .l-header__nav__list > li .-subList ul li a:has(.-sub) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 960px) {
  .l-header__nav__list > li .-subList ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding: 0;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: var(--font-m);
    text-align: center;
    border: 1px solid var(--color-bg);
  }
  .l-header__nav__list > li .-subList ul li + li {
    border-top: 1px solid var(--color-line2);
  }
  .l-header__nav__list > li .-subList ul li a {
    display: block;
    color: var(--color-font);
    word-break: keep-all;
    padding: 10px 15px;
  }
  .l-header__nav__list > li .-subList ul li a:hover {
    color: var(--color-point);
  }
}
.l-header__nav__list a {
  color: var(--color-font);
  text-decoration: none;
}
@media screen and (min-width: 960px) {
  .l-header__nav__list a {
    color: var(--color-main);
  }
}

@media screen and (min-width: 960px) {
  body.-current-about .l-header__nav__list > li:nth-of-type(1) > a::after {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  body.-current-products .l-header__nav__list > li:nth-of-type(2) > a::after {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  body.-current-technology .l-header__nav__list > li:nth-of-type(3) > a::after {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  body.-current-case .l-header__nav__list > li:nth-of-type(4) > a::after {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  body.-current-company .l-header__nav__list > li:nth-of-type(5) > a::after {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  body.-current-recruit .l-header__nav__list > li:nth-of-type(6) > a::after {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  body.-current-contact .l-header__nav__list > li:nth-of-type(7) > a::after {
    width: 100%;
  }
}

.l-footer {
  padding: 40px var(--sidePadding) 10px;
  border-top: 1px solid var(--color-line);
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding: 60px var(--sidePadding);
  }
}
@media screen and (min-width: 768px) {
  .l-footer__inner {
    display: grid;
    grid-template-columns: auto auto;
    gap: 10px 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: var(--maxWidth2);
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__company {
    grid-row: 1/3;
  }
}
.l-footer__company figure img {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-footer__company figure img {
    margin: 0;
  }
}
.l-footer__company .-address {
  margin-top: 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer__company .-address {
    text-align: left;
  }
}
.l-footer__linkArea {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .l-footer__linkArea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 15px 30px;
  }
}
.l-footer__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .l-footer__links {
    font-size: 14px;
    font-size: 0.875rem;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 10px 30px;
  }
}
@media screen and (min-width: 960px) {
  .l-footer__links a:hover {
    text-decoration: none;
  }
}
.l-footer__sns {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-footer__sns {
    margin-top: 0;
  }
}
@media screen and (min-width: 960px) {
  .l-footer__sns a {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .l-footer__sns a:hover {
    opacity: 0.7;
  }
}
.l-footer .-copy {
  margin-top: 40px;
  font-size: 9px;
  font-size: 0.5625rem;
  color: #BDBDBD;
  text-align: center;
  font-weight: var(--font-r);
}
@media screen and (min-width: 768px) {
  .l-footer .-copy {
    font-size: 12px;
    font-size: 0.75rem;
    margin-top: 0;
    text-align: right;
  }
}
.l-footer__pagetop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 45px;
  aspect-ratio: 1/1;
  padding: 0;
  background: var(--color-main);
  color: var(--color-font);
  position: absolute;
  bottom: 0;
  right: 60px;
  --color-visited: var(--color-font);
}
@media screen and (max-width: 767px) {
  .l-footer__pagetop {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .l-footer__pagetop {
    width: 65px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .l-footer__pagetop:hover {
    background: var(--color-point);
    color: var(--color-main);
  }
}
.l-footer__pagetop .c-icon-svg {
  width: 17px;
  height: 17px;
}

.l-news__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.l-news__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.l-news__item .-date {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: var(--font-no);
  font-weight: var(--font-m);
}
@media screen and (min-width: 768px) {
  .l-news__item .-date {
    font-size: 16px;
    font-size: 1rem;
  }
}
.l-news__item > a, .l-news__item > p {
  margin-top: 2px;
  display: inline-block;
  font-weight: var(--font-m);
}
@media screen and (min-width: 960px) {
  .l-news__item > a:hover {
    text-decoration: none;
  }
}
.l-news__onPage {
  padding: 30px 0 50px;
}
@media screen and (min-width: 768px) {
  .l-news__onPage {
    padding: 50px 0;
  }
}
@media screen and (min-width: 960px) {
  .l-news__onPage {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-news__onPage .-ttlBox {
  text-align: center;
}
@media screen and (min-width: 960px) {
  .l-news__onPage .-ttlBox {
    text-align: left;
  }
}
.l-news__onPage .-ttlBox .-ttl {
  font-size: 32px;
  font-size: 2rem;
  font-weight: var(--font-bl);
}
.l-news__onPage .-ttlBox .c-link-1 {
  margin-top: 5px;
}
.l-news__onPage .-ttlBox + * {
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .l-news__onPage .-ttlBox + * {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .l-news__onPage .l-news__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  .l-news__onPage .l-news__item a, .l-news__onPage .l-news__item p {
    margin-top: 0;
  }
}

.p-news__list {
  gap: 0;
}
.p-news__list .l-news__item {
  border-bottom: 1px solid var(--color-line);
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .p-news__list .l-news__item {
    min-height: 85px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-news__list .l-news__item .-date {
    opacity: 0.7;
  }
}
.p-news__list + .c-pagination {
  margin-top: 70px;
}
@media screen and (min-width: 768px) {
  .p-news__list + .c-pagination {
    margin-top: 100px;
  }
}

.l-contact {
  padding: 0 var(--sidePadding);
  background: url(/assets/img/bg-contact.webp) no-repeat center/cover;
  border-top: 1px solid var(--color-line);
  position: relative;
}
.l-contact::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/assets/img/bg-noise.webp) repeat;
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 0;
}
.l-contact > * {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-contact {
    background-position: right center;
  }
}
.l-contact__inner {
  max-width: var(--maxWidth2);
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-contact__inner {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .l-contact__inner .c-ttl-1 {
    text-align: center;
  }
}
@media screen and (min-width: 960px) {
  .l-contact__inner .c-ttl-1 {
    font-size: 52px;
    font-size: 3.25rem;
  }
}
@media screen and (min-width: 768px) {
  .l-contact__inner .c-ttl-1 + p {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.l-contact__col {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .l-contact__col {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.l-contact__item {
  padding: 20px 20px 0;
}
@media screen and (min-width: 768px) {
  .l-contact__item {
    padding: 20px 20px 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-contact__item > .-ttl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: var(--font-m);
}
@media screen and (min-width: 768px) {
  .l-contact__item > .-ttl {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}
.l-contact__item > .-ttl .c-icon-svg {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 9999px;
  padding: 0 12px;
}
@media screen and (min-width: 768px) {
  .l-contact__item > .-ttl .c-icon-svg {
    width: 60px;
    height: 60px;
    padding: 0 18px;
  }
}
.l-contact__item > .-ttl + * {
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .l-contact__item > .-ttl + * {
    margin-top: 10px;
  }
}
.l-contact__item .c-btn-1 {
  max-width: 315px;
}
@media screen and (min-width: 768px) {
  .l-contact__item .c-btn-1 {
    width: 100%;
    max-width: 380px;
    font-size: 20px;
    font-size: 1.25rem;
    padding-top: 20px;
  }
  .l-contact__item .c-btn-1 a {
    min-height: 115px;
  }
}
.l-contact__item .-telBox {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .l-contact__item .-telBox {
    grid-template-columns: 50px 1fr;
  }
}
.l-contact__item .-telBox + .-telBox {
  margin-top: 10px;
}
.l-contact__item .-telBox .-ttl {
  font-family: var(--font-en);
  font-size: 16px;
  font-size: 1rem;
  -webkit-align-self: end;
      -ms-flex-item-align: end;
          align-self: end;
  line-height: clamp(1.813rem, -0.664rem + 12.38vw, 2.625rem);
}
@media screen and (min-width: 960px) {
  .l-contact__item .-telBox .-ttl {
    font-size: 25.5px;
    font-size: 1.59375rem;
    line-height: clamp(2.5rem, -2rem + 7.5vw, 3.438rem);
  }
}
.l-contact__item .-telBox .-num {
  font-family: var(--font-no);
  font-weight: var(--font-b);
  font-size: clamp(1.813rem, -0.664rem + 12.38vw, 2.625rem);
}
@media screen and (min-width: 960px) {
  .l-contact__item .-telBox .-num {
    font-size: clamp(2.5rem, -2rem + 7.5vw, 3.438rem);
  }
}
.l-contact__item .-telBox .-note {
  grid-column: 2/3;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .l-contact__item .-telBox .-note {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.l-contact__item .-telBox.-fax .-ttl {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 960px) {
  .l-contact__item .-telBox.-fax .-ttl {
    font-size: 21.5px;
    font-size: 1.34375rem;
    line-height: clamp(1.875rem, -0.675rem + 4.25vw, 2.406rem);
  }
}
.l-contact__item .-telBox.-fax .-num {
  font-size: 0.7em;
  font-size: clamp(1.563rem, 0.229rem + 6.67vw, 2rem);
}
@media screen and (min-width: 960px) {
  .l-contact__item .-telBox.-fax .-num {
    font-size: clamp(1.875rem, -0.675rem + 4.25vw, 2.406rem);
  }
}
.l-contact__item + .l-contact__item {
  margin-top: 20px;
  border-top: 1px solid var(--color-line);
}
@media screen and (min-width: 768px) {
  .l-contact__item + .l-contact__item {
    margin-top: 0;
    border-top: 0;
    border-left: 1px solid var(--color-line);
  }
}

.c-case__dlBox {
  --dtWidth: 17%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .c-case__dlBox {
    grid-template-columns: var(--dtWidth) 1fr;
    gap: 40px;
  }
}
.c-case__dlBox + .c-case__dlBox {
  margin-top: 20px;
}
.c-case__dlBox > dt {
  font-size: 1.15em;
  font-weight: var(--font-b);
  color: var(--color-point);
}
.c-case__dlBox > dd * + p, .c-case__dlBox > dd * + span, .c-case__dlBox > dd * + ul, .c-case__dlBox > dd * + ol {
  margin-top: 10px;
}
.c-case__dlBox-2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
}
.c-case__dlBox-2 + .c-case__dlBox-2 {
  margin-top: 20px;
}
.c-case__dlBox-2 > dt {
  font-size: 1.15em;
  font-weight: var(--font-b);
  color: var(--color-point);
}
@media screen and (min-width: 768px) {
  .c-case__dlBox-2 > dd {
    padding-left: 1em;
  }
}
.c-case__dlBox-2 > dd * + p:not(.c-flex > *, .c-grid > *), .c-case__dlBox-2 > dd * + span:not(.c-flex > *, .c-grid > *), .c-case__dlBox-2 > dd * + ul:not(.c-flex > *, .c-grid > *), .c-case__dlBox-2 > dd * + ol:not(.c-flex > *, .c-grid > *) {
  margin-top: 10px;
}
.c-case__dlBox-3 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
}
.c-case__dlBox-3 + .c-case__dlBox-3 {
  margin-top: 20px;
}
.c-case__dlBox-3 > dt {
  font-size: 1.15em;
  font-weight: var(--font-b);
  color: var(--color-point);
}
.c-case__dlBox-3 > dd * + p:not(.c-flex > *, .c-grid > *), .c-case__dlBox-3 > dd * + span:not(.c-flex > *, .c-grid > *), .c-case__dlBox-3 > dd * + ul:not(.c-flex > *, .c-grid > *), .c-case__dlBox-3 > dd * + ol:not(.c-flex > *, .c-grid > *) {
  margin-top: 10px;
}
.c-case__item {
  background: #fff;
  border: 1px solid var(--color-line2);
  color: var(--color-font);
  font-weight: var(--font-r);
}
.c-case__item .-detail {
  background: #EDEDED;
  padding: 20px;
  position: relative;
}
@media screen and (min-width: 960px) {
  .c-case__item .-detail {
    padding: 40px 30px;
  }
}
.c-case__item .-detail::after {
  content: "";
  display: block;
  width: 40px;
  height: 22px;
  background: #EDEDED;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.c-case__item .-solution {
  padding: 40px 20px 20px;
}
@media screen and (min-width: 960px) {
  .c-case__item .-solution {
    padding: 40px 30px 50px;
  }
}
@media screen and (min-width: 768px) {
  .c-case__item .-solution.c-grid {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}
@media screen and (min-width: 960px) {
  .c-case__item.-column {
    display: grid;
    grid-template-columns: 30% 1fr;
  }
  .c-case__item.-column .-detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 35px 30px;
  }
  .c-case__item.-column .-detail::after {
    width: 22px;
    height: 40px;
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
            clip-path: polygon(0 0, 100% 50%, 0 100%);
    position: absolute;
    top: 50%;
    left: calc(100% - 1px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .c-case__item.-column .-solution {
    padding: 25px 30px 25px 40px;
  }
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}