@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

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

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

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

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

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

:root {
  --font-family: "Noto Sans JP", sans-serif;
  --color-main: #ED6F1A;
  --color-text: #222222;
  --color-bg: #F1F1F1;
  --bezier: cubic-bezier(0.46, 0.03, 0.52, 0.96);
}

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  color: var(--color-text);
  font-size: 1.8rem;
  line-height: 1.9;
  font-family: var(--font-family);
  font-optical-sizing: auto;
  font-weight: 400;
  overscroll-behavior: none;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.3rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}

body {
  overflow-x: clip;
}

a {
  color: inherit;
  text-decoration: none;
}

small {
  line-height: 1.5;
  display: inline-block;
  font-size: 90%;
}

img,
video,
object {
  max-width: 100%;
  height: auto;
  border: none;
  display: block;
}

._sp {
  display: none;
}

._spi {
  display: none;
}

._pc {
  display: block;
}

._pci {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  ._sp {
    display: block;
  }
  ._spi {
    display: inline-block;
  }
  ._pc {
    display: none;
  }
  ._pci {
    display: none;
  }
}
.c-container {
  padding: 0 4rem;
  margin: auto;
  max-width: 1080px;
}
@media screen and (max-width: 767px) {
  .c-container {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 575px) {
  .c-container {
    padding: 0 1.2rem;
  }
}

.c-container_wide {
  padding: 0 4rem;
  margin: auto;
  max-width: 1280px;
}
@media screen and (max-width: 767px) {
  .c-container_wide {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 575px) {
  .c-container_wide {
    padding: 0 1.2rem;
  }
}

.view.anim {
  transform: translateY(3rem);
  opacity: 0;
}

.in-view.anim {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}

body.js-navopen {
  overflow: hidden;
  /* スクロールを無効化 */
}

.l-header {
  z-index: 1000;
  width: 100%;
  height: 10rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 5rem;
  }
}
.l-header_inner {
  position: relative;
  max-width: 1480px;
  height: 100%;
  padding-inline: max(3rem, 3vw);
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-header_inner {
    padding-inline: 1rem 1rem;
  }
}
.l-header_logo {
  margin-right: 3rem;
  width: clamp(220px, 141.270718232px + 20.9944751381vw, 410px);
}
@media screen and (max-width: 767px) {
  .l-header_logo {
    width: 200px;
    margin-right: 2rem;
  }
}
.l-header_link {
  display: flex;
  flex: 1;
  justify-content: flex-end;
}
.l-header_link p.toCompany {
  width: 20rem;
  height: 6rem;
}
@media screen and (max-width: 768px) {
  .l-header_link p.toCompany {
    width: 20rem;
    height: 4rem;
  }
}
.l-header_link p.toCompany a {
  width: 100%;
  height: 100%;
  font-size: clamp(10px, 5.8563535912px + 1.1049723757vw, 20px);
  font-weight: 700;
  color: #fff;
  background: #E64800;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .l-header_link p.toCompany a {
    padding-inline: 5px;
  }
}
.l-header_link p.toCompany a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../images/icn-down.svg) no-repeat center bottom;
  background-size: contain;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .l-header_link p.toCompany a::after {
    display: none;
  }
}
.l-header_link p.toCompany a:hover {
  opacity: 0.7;
}
.l-header_link p.toInquiry {
  width: 20rem;
  height: 6rem;
  margin-left: 2.5rem;
}
@media screen and (max-width: 768px) {
  .l-header_link p.toInquiry {
    width: 26rem;
    height: 4rem;
    margin-left: 5px;
  }
}
.l-header_link p.toInquiry a {
  width: 100%;
  height: 100%;
  font-size: clamp(10px, 5.8563535912px + 1.1049723757vw, 20px);
  font-weight: 700;
  color: #fff;
  background: #ED6F1A;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .l-header_link p.toInquiry a {
    padding-inline: 5px;
  }
}
.l-header_link p.toInquiry a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../images/icn-down.svg) no-repeat center bottom;
  background-size: contain;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .l-header_link p.toInquiry a::after {
    display: none;
  }
}
.l-header_link p.toInquiry a:hover {
  opacity: 0.7;
}

a img {
  transition: opacity 0.3s;
}
a:hover img {
  opacity: 0.8;
}

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

.mt5 {
  margin-top: 5em;
}

.mt3 {
  margin-top: 3em;
}

.scroll-anim {
  transform: translateY(3rem);
  opacity: 0;
  /* visibilityは外す or is-inview付与前に手動制御 */
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
  will-change: transform, opacity;
  /* ←ここが重要 */
}

.scroll-anim.is-inview {
  transform: translateY(0);
  opacity: 1;
}

/* 遅延アニメーション */
.scroll-anim.scroll-anim-delay.is-inview {
  transition-delay: 0.3s;
}
@media screen and (max-width: 767px) {
  .scroll-anim.scroll-anim-delay.is-inview {
    transition-delay: 0s;
  }
}

/* 上部だけアニメーション強調したい場合 */
.scroll-anim.top-anim {
  transform: translateY(0rem);
  /* これは無意味なので削除してもOK */
}

.scroll-anim.top-anim.is-inview {
  transform: translateY(0);
  opacity: 1;
  transition: transform 2s ease, opacity 2.5s ease;
}

.section-top {
  background: url(../images/bg-topimg.jpg) no-repeat center center/cover;
  padding-block: 90px;
}
@media screen and (max-width: 767px) {
  .section-top {
    background: none;
    padding-block: 0;
  }
}

.c-sectitle {
  position: relative;
}
.c-sectitle .sectitle-info {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: clamp(100px, 49.4475138122px + 13.4806629834vw, 222px);
}
.c-sectitle_main {
  font-size: clamp(24px, 13.226519337px + 2.8729281768vw, 50px);
  color: var(--color-main);
  font-weight: 700;
  padding-top: 5rem;
  padding-left: clamp(100px, 49.4475138122px + 13.4806629834vw, 222px);
}
@media screen and (max-width: 767px) {
  .c-sectitle_main {
    padding-left: clamp(54px, 26.6519337017px + 7.2928176796vw, 120px);
    text-align: center;
  }
}

.c-sectop {
  margin-top: 6rem;
  padding-left: clamp(30px, 9.2817679558px + 5.5248618785vw, 80px);
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .c-sectop {
    margin-top: 3rem;
    padding-inline: 1.2rem;
    flex-direction: column;
    gap: 30px;
  }
}
.c-sectop_text {
  width: 52%;
  font-size: clamp(13px, 10.0994475138px + 0.773480663vw, 20px);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .c-sectop_text {
    width: 100%;
  }
}
.c-sectop_fig {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .c-sectop_fig {
    width: 100%;
  }
}
.c-sectop_fig figcaption {
  background: #1E1E1E;
  font-size: clamp(18px, 16.3425414365px + 0.4419889503vw, 22px);
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 1rem;
}
.c-sectop_fig figure img {
  margin-top: 2rem;
}

.c-secba {
  margin-top: 10rem;
  padding-left: clamp(30px, 9.2817679558px + 5.5248618785vw, 80px);
}
@media screen and (max-width: 767px) {
  .c-secba {
    padding-inline: 1.2rem;
    margin-top: 5rem;
  }
}
.c-secba_ekiyuka {
  margin-top: 5rem;
}
.c-secba .beforeAfter {
  display: flex;
  gap: 5rem;
  position: relative;
}
.c-secba .beforeAfter::after {
  content: "";
  display: block;
  width: clamp(15px, 12.0994475138px + 0.773480663vw, 22px);
  height: clamp(40px, 33.7845303867px + 1.6574585635vw, 55px);
  background: #E64800;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.c-secba .beforeAfter.white::after {
  background: #fff;
}
.c-secba .beforeAfter li {
  width: 50%;
  position: relative;
}
.c-secba .beforeAfter li::before {
  width: clamp(44px, 24.1104972376px + 5.3038674033vw, 92px);
  height: clamp(44px, 24.1104972376px + 5.3038674033vw, 92px);
  background: #000;
  border-radius: 50%;
  color: #fff;
  font-size: clamp(10px, 5.0276243094px + 1.3259668508vw, 22px);
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: clamp(-46px, -2.65vw - 12.06px, -22px);
  left: clamp(-30px, -2.21vw - 1.71px, -10px);
}
.c-secba .beforeAfter li:nth-child(1)::before {
  content: "導入前";
}
.c-secba .beforeAfter li:nth-child(2)::before {
  content: "導入後";
}

.c-secyoutube {
  margin-top: clamp(20px, 15.8563535912px + 1.1049723757vw, 30px);
  padding-left: clamp(30px, 9.2817679558px + 5.5248618785vw, 80px);
}
@media screen and (max-width: 767px) {
  .c-secyoutube {
    padding-inline: 1.2rem;
  }
}
.c-secyoutube .youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
.c-secyoutube .youtube iframe {
  width: 100%;
  height: 100%;
}
.c-secyoutube p {
  font-size: clamp(11px, 7.270718232px + 0.9944751381vw, 20px);
  font-weight: 700;
  text-align: center;
  margin-top: 2rem;
}

.c-heisa {
  margin-top: clamp(50px, 29.2817679558px + 5.5248618785vw, 100px);
}
@media screen and (max-width: 767px) {
  .c-heisa {
    padding-inline: 1.2rem;
  }
}
.c-heisa h3 {
  font-size: clamp(20px, 11.7127071823px + 2.2099447514vw, 40px);
  font-weight: 700;
  color: #E64800;
  text-align: center;
  padding: 1rem;
  background: #fff;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
.c-heisa_row {
  margin-top: clamp(20px, 11.7127071823px + 2.2099447514vw, 40px);
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .c-heisa_row {
    flex-direction: column;
    gap: 20px;
  }
}
.c-heisa_text {
  width: 50%;
  color: #fff;
  font-weight: 600;
  font-size: clamp(13px, 10.0994475138px + 0.773480663vw, 20px);
}
@media screen and (max-width: 767px) {
  .c-heisa_text {
    width: 100%;
  }
}
.c-heisa_fig {
  flex: 1;
}
.c-heisa_fig img {
  border: 3px solid #fff;
}

.p-sec01 {
  padding-block: clamp(40px, 15.138121547px + 6.6298342541vw, 100px) clamp(80px, 63.4254143646px + 4.4198895028vw, 120px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-sec01 {
    padding-bottom: 3rem;
  }
}
.p-sec01::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90.7vw;
  max-height: 1420px;
  z-index: -1;
  background: #ED6F1A;
  clip-path: polygon(0 28.4vw, 100% 0, 100% calc(100% - 28.4vw), 0 100%);
}
@media screen and (max-width: 767px) {
  .p-sec01::after {
    height: 120vw;
    clip-path: polygon(0 45vw, 100% 0, 100% calc(100% - 45vw), 0 100%);
  }
}

.p-sec02 {
  padding-block: clamp(60px, 43.4254143646px + 4.4198895028vw, 100px) clamp(200px, 83.9779005525px + 30.9392265193vw, 480px);
  position: relative;
}
.p-sec02 .c-sectitle_main {
  color: #E64800;
}
.p-sec02 .c-secyoutube {
  color: #fff;
}
.p-sec02::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 106vw;
  max-height: 1800px;
  z-index: -1;
  background: #E64800;
  clip-path: polygon(0 28.4vw, 100% 0, 100% calc(100% - 28.4vw), 0 100%);
}
@media screen and (max-width: 767px) {
  .p-sec02::after {
    height: 224vw;
    clip-path: polygon(0 28.4vw, 100% 0, 100% calc(100% - 45vw), 0 100%);
  }
}

.p-sec03 {
  padding-block: clamp(30px, 11.3535911602px + 4.9723756906vw, 75px) clamp(50px, 33.4254143646px + 4.4198895028vw, 90px);
  position: relative;
  background: url(../images/bg-ekiyuka.png) no-repeat center top/cover;
}
.p-sec03 .c-sectitle_main {
  color: #004683;
}
.p-sec03 .c-sectop_fig figure img {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-sec03 .c-sectop {
    flex-direction: row;
    gap: 1.5rem;
  }
  .p-sec03 .c-sectop .c-sectop_text {
    margin-top: -0.5em;
  }
}

.p-start {
  padding-block: clamp(50px, 29.2817679558px + 5.5248618785vw, 100px) clamp(80px, 46.8508287293px + 8.8397790055vw, 160px);
  background: #ED6F1A;
}
@media screen and (max-width: 767px) {
  .p-start {
    padding-inline: 1.2rem;
  }
}
.p-start h2 {
  text-align: center;
  color: #fff;
  font-size: clamp(20px, 5.4972375691px + 3.8674033149vw, 55px);
  font-weight: 700;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  margin-bottom: clamp(40px, 23.4254143646px + 4.4198895028vw, 80px);
}
.p-start_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* 3列 */
  grid-template-rows: repeat(3, auto);
  /* 3行 */
  gap: 20px;
  /* 行・列の間隔を20pxに */
}
.p-start_list figure {
  position: relative;
}
.p-start_list figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  color: #fff;
  font-weight: 700;
  font-size: clamp(14px, 12.3425414365px + 0.4419889503vw, 18px);
  padding-inline: 2rem;
  padding-block: 0.2rem 0.4rem;
}

.sec-company {
  padding-block: 80px 60px;
}
@media screen and (max-width: 767px) {
  .sec-company {
    padding-inline: 1.2rem;
  }
}
.sec-company_title h2 {
  font-size: clamp(45px, 26.3535911602px + 4.9723756906vw, 90px);
  text-align: center;
  color: #ED6F1A;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
}
.sec-company_title h2 span {
  font-size: clamp(16px, 12.270718232px + 0.9944751381vw, 25px);
  font-weight: 700;
  display: block;
  margin-bottom: 2rem;
}
.sec-company_table {
  margin-top: clamp(46px, 33.5690607735px + 3.3149171271vw, 76px);
  width: 100%;
  line-height: 2.5;
  font-size: clamp(13px, 10.9281767956px + 0.5524861878vw, 18px);
  color: #222222;
}
@media screen and (max-width: 767px) {
  .sec-company_table {
    line-height: 2;
  }
}
.sec-company_table th {
  border-top: 1px solid #707070;
  padding: 3.5rem 0;
  width: 24%;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .sec-company_table th {
    padding: 2.5rem 0;
    width: 22%;
  }
}
.sec-company_table td {
  border-top: 1px solid #707070;
  padding: 3.5rem 0 3.5rem 3rem;
}
@media screen and (max-width: 767px) {
  .sec-company_table td {
    padding: 2.5rem 0 2.5rem 2rem;
  }
}
.sec-company_table td ul.address li {
  margin-bottom: clamp(30px, 25.8563535912px + 1.1049723757vw, 40px);
}

.p-result {
  padding-block: clamp(60px, 43.4254143646px + 4.4198895028vw, 100px) 100px;
  background: #F0F0F0;
}
@media screen and (max-width: 767px) {
  .p-result {
    padding-inline: 1.2rem;
  }
}
.p-result h2 {
  text-align: center;
  font-weight: 700;
  font-size: clamp(20px, 11.7127071823px + 2.2099447514vw, 40px);
  color: #fff;
  background: #ED6F1A;
  padding: 1rem;
}
.p-result .stations {
  margin-top: clamp(30px, 17.5690607735px + 3.3149171271vw, 60px);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  font-size: clamp(12px, 10.7569060773px + 0.3314917127vw, 15px);
  line-height: 2.3333333333;
}
.p-result .stations .headline {
  color: #ED6F1A;
  font-weight: 700;
}

.sec-contact_title {
  background: url(../images/bg-contact.jpg) no-repeat center;
  background-size: cover;
  padding-block: clamp(50px, 41.7127071823px + 2.2099447514vw, 70px) clamp(70px, 61.7127071823px + 2.2099447514vw, 90px);
}
.sec-contact_title h2 {
  font-size: clamp(45px, 26.3535911602px + 4.9723756906vw, 90px);
  text-align: center;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
}
.sec-contact_title h2 span {
  font-size: clamp(16px, 12.270718232px + 0.9944751381vw, 25px);
  font-weight: 700;
  display: block;
  margin-bottom: 2rem;
}

.sec-contact_top {
  margin-top: clamp(40px, 2.21vw + 31.71px, 60px);
}
.sec-contact_top p {
  font-size: clamp(15px, 13.7569060773px + 0.3314917127vw, 18px);
  line-height: 1.8333333333;
  text-align: center;
}
.sec-contact_top p:nth-of-type(2) {
  margin-top: clamp(30px, 21.7127071823px + 2.2099447514vw, 50px);
}
.sec-contact_top.confirm-text {
  padding-bottom: clamp(20px, 7.5690607735px + 3.3149171271vw, 50px);
}

p.attention {
  font-size: 1.6rem;
  margin: clamp(40px, 23.4254143646px + 4.4198895028vw, 80px) auto 2rem;
}
p.attention span {
  color: #ED6F1A;
}

.formBox {
  margin: auto auto 12.6rem;
}
@media screen and (max-width: 767px) {
  .formBox {
    padding-inline: 1.2rem;
  }
}
.formBox .formBody {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding-block: clamp(50px, 29.2817679558px + 5.5248618785vw, 100px);
  margin-bottom: clamp(40px, 23.4254143646px + 4.4198895028vw, 80px);
}
.formBox .formBody dl {
  width: 100%;
  margin-bottom: clamp(30px, 21.7127071823px + 2.2099447514vw, 50px);
}
.formBox .formBody dl:last-of-type {
  margin-bottom: 0;
}
.formBox .formBody dl dt {
  width: 100%;
  font-size: clamp(20px, 17.9281767956px + 0.5524861878vw, 25px);
  font-weight: 700;
  color: #1E1E1E;
  margin-bottom: clamp(10px, 5.8563535912px + 1.1049723757vw, 20px);
}
.formBox .formBody dl dt span {
  position: relative;
  display: inline-block;
}
.formBox .formBody dl dt span.hissu::after {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #ED6F19;
  position: absolute;
  top: 1.2rem;
  right: -2.2rem;
}
@media screen and (max-width: 767px) {
  .formBox .formBody dl dt span.hissu::after {
    top: 0.4em;
    right: -1em;
  }
}
.formBox .formBody dl dd {
  width: 100%;
}
.formBox .formBody dl.check {
  height: 3.5rem;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .formBox .formBody dl.check {
    height: 4.8rem;
  }
}
.formBox .formBody dl.check dt {
  width: calc(100% - 5rem);
  margin-bottom: 0;
  font-size: clamp(15px, 12.9281767956px + 0.5524861878vw, 20px);
  font-weight: 400;
}
.formBox .formBody dl.check dt a {
  text-decoration: underline;
}
.formBox .formBody dl.check dd {
  width: 5rem;
}
.formBox .formBody.confirm dl dd {
  font-size: clamp(16px, 14.3425414365px + 0.4419889503vw, 20px);
}

input[type=text],
input[type=email],
input[type=tel] {
  width: 100%;
  padding: 4rem 4rem;
  background: rgba(112, 112, 112, 0.1);
  border-radius: 1rem;
  font-size: clamp(16px, 14.3425414365px + 0.4419889503vw, 20px);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  input[type=text],
  input[type=email],
  input[type=tel] {
    padding: 2rem;
  }
}

input::placeholder,
textarea::placeholder {
  color: rgba(30, 30, 30, 0.3);
}

textarea {
  width: 100%;
  height: clamp(150px, 87.8453038674px + 16.5745856354vw, 300px);
  padding: 4rem 4rem;
  background: rgba(112, 112, 112, 0.1);
  border-radius: 1rem;
  font-size: clamp(16px, 14.3425414365px + 0.4419889503vw, 20px);
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  textarea {
    padding: 2rem;
  }
}

input[type=checkbox] {
  all: revert;
  width: clamp(24px, 19.4419889503px + 1.2154696133vw, 35px);
  height: clamp(24px, 19.4419889503px + 1.2154696133vw, 35px);
  border-radius: 0.5rem;
  border: 1px solid #1E1E1E;
}

.btnBox {
  margin: auto;
  margin-top: min(78px, 4.8vw);
  margin-bottom: 0;
  width: min(862px, 53.8vw);
  display: flex;
  justify-content: center;
  gap: min(100px, 6.25vw);
}
@media screen and (max-width: 768px) {
  .btnBox {
    margin-top: 12.2vw;
    margin-bottom: 8vw;
    width: 100%;
    flex-wrap: wrap;
  }
}
.btnBox button {
  width: 55rem;
  height: 9.2rem;
  margin: auto;
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  background: #ED6F1A;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  transition: all 0.4s ease;
}
.btnBox button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .btnBox button {
    width: 100%;
    height: 8rem;
    font-size: 2rem;
    border-radius: 1rem;
  }
}
.btnBox input.btnForm {
  width: 55rem;
  height: 9.2rem;
  margin: auto;
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  background: #9fa0a0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  transition: all 0.4s ease;
  text-align: center;
  cursor: pointer;
}
.btnBox input.btnForm:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .btnBox input.btnForm {
    width: 100%;
    height: 8rem;
    font-size: 2rem;
    border-radius: 1rem;
  }
}

.formError {
  position: absolute;
}

.formError .formErrorContent {
  width: 100%;
  background: none;
  position: relative;
  color: #e60012;
  min-width: 120px;
  font-size: 1.6rem;
  border: none;
  box-shadow: none;
  padding: 4px 10px 4px 10px;
}
@media screen and (max-width: 768px) {
  .formError .formErrorContent {
    font-size: 3.2vw;
  }
}

.formError .formErrorArrow {
  display: none;
}

.formError {
  pointer-events: none;
  left: 70% !important;
}
@media screen and (max-width: 768px) {
  .formError {
    left: 55% !important;
    right: initial;
    margin-top: -4rem !important;
  }
}

dl.check .formError {
  left: 20% !important;
}
@media screen and (max-width: 768px) {
  dl.check .formError {
    left: 5% !important;
    right: initial;
    margin-top: -4rem !important;
  }
}

p.thanks {
  margin-bottom: 30rem;
}

footer {
  width: 100%;
  background: #9B9B9B;
  padding-top: 8.7rem;
  padding-bottom: 11rem;
}
@media screen and (max-width: 768px) {
  footer {
    padding-top: 4rem;
    padding-bottom: 10rem;
  }
}
footer.p-inquiry {
  padding-bottom: 3rem;
}
footer p.rights {
  font-size: clamp(10px, 9.1712707182px + 0.2209944751vw, 12px);
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-top: clamp(30px, 17.5690607735px + 3.3149171271vw, 60px);
}
footer .l-footer_inner {
  display: flex;
  gap: 60px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  footer .l-footer_inner {
    flex-direction: column;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  footer .l-footer_inner {
    padding-inline: 1.2rem;
  }
}
footer .l-footer_inner .comp {
  margin-top: 1rem;
}
footer .l-footer_inner .comp h2 {
  font-size: clamp(32px, 26.1988950276px + 1.546961326vw, 46px);
  font-weight: 700;
  color: #fff;
  margin-bottom: 1rem;
}
footer .l-footer_inner .comp h2 span {
  font-size: clamp(14px, 12.3425414365px + 0.4419889503vw, 18px);
  display: block;
}
footer .l-footer_inner .comp p {
  font-size: clamp(10px, 8.3425414365px + 0.4419889503vw, 14px);
  font-weight: 700;
  color: #fff;
  margin-left: -0.5em;
  line-height: 2.4;
}
footer .l-footer_inner .otoiawase {
  width: 44%;
}
@media screen and (max-width: 767px) {
  footer .l-footer_inner .otoiawase {
    width: 100%;
  }
}
footer .l-footer_inner .otoiawase p.siteurl {
  font-size: clamp(14px, 12.3425414365px + 0.4419889503vw, 18px);
  font-weight: 600;
  color: #fff;
  border-bottom: 1px solid #fff;
}
footer .l-footer_inner .otoiawase p.siteurl span {
  font-weight: 700;
  color: #707070;
  background: #fff;
  display: inline-block;
  padding: 0 2rem;
  margin-right: 2rem;
}
footer .l-footer_inner .otoiawase figure {
  margin: 1.2rem auto 0;
  width: 100%;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  footer .l-footer_inner .otoiawase figure {
    width: 100%;
    text-align: center;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 768px) {
  footer .l-footer_inner .otoiawase figure img {
    width: 74%;
    margin: auto;
  }
}
footer .l-footer_inner .otoiawase p.toMail {
  border-bottom: 1px solid #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer .l-footer_inner .otoiawase p.toMail {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
footer .l-footer_inner .otoiawase p.toMail a {
  font-size: clamp(15px, 13.7569060773px + 0.3314917127vw, 18px);
  font-weight: 600;
  color: #fff;
  background: url("../images/bg_inquiry.png") no-repeat top 55% left;
  background-size: 2.39rem;
  padding-left: 3.2rem;
}
@media screen and (max-width: 768px) {
  footer .l-footer_inner .otoiawase p.toMail a {
    background: url("../images/bg_inquiry.png") no-repeat top 55% left;
    background-size: 24px;
    padding-left: 40px;
  }
}

.fixedBnr {
  width: 100%;
  height: 8rem;
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .fixedBnr {
    height: 6rem;
  }
}
.fixedBnr p.toInquiry {
  width: 100%;
}
.fixedBnr p.toInquiry a {
  width: 100%;
  height: 100%;
  font-size: clamp(20px, 0.88vw + 16.69px, 28px);
  font-weight: 700;
  color: #fff;
  background: #ED6F1A;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fixedBnr p.toInquiry a span {
  background-size: clamp(30px, 1.55vw + 24.2px, 44px);
  display: flex;
  align-items: center;
}
.fixedBnr p.toInquiry a span::before {
  width: clamp(30px, 1.55vw + 24.2px, 44px);
  content: "";
  display: inline-block;
  aspect-ratio: 62/45;
  background: url(../images/icn_mail.svg) no-repeat top 0.1rem left;
  background-size: contain;
  margin-right: 1rem;
}
.fixedBnr p.toCompany {
  width: 50%;
}
.fixedBnr p.toCompany a {
  width: 100%;
  height: 100%;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  background: #E64800;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .fixedBnr p.toCompany a {
    font-size: 3rem;
  }
}
.fixedBnr p.toCompany a span {
  background: url(../images/arrow.png) no-repeat center right;
  background-size: 1.1rem;
  padding-right: 3.2rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .fixedBnr p.toCompany a span {
    background: url(../images/bg_tocompany.png) no-repeat top 0.1rem left;
    background-size: 3.8rem;
    padding-left: 6.5rem;
    height: 4rem;
  }
}

#backtopBox {
  width: 8.6rem;
  height: 8.6em;
  position: fixed;
  bottom: 9rem;
  right: 5rem;
  z-index: 100;
  transition: all 0.4s ease;
  opacity: 1;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #backtopBox {
    bottom: 11rem;
    right: 1rem;
    transform: translateY(0);
    width: 5.4rem;
    height: 5.4rem;
  }
}
#backtopBox.bottomEnd {
  bottom: 48rem;
}
@media screen and (max-width: 768px) {
  #backtopBox.bottomEnd {
    bottom: 88rem;
  }
}

#backtopBox a {
  display: block;
  height: 100%;
  width: 100%;
  transition: all 0.2s ease;
  pointer-events: all;
}
@media screen and (max-width: 768px) {
  #backtopBox a {
    height: 100%;
    width: 100%;
  }
}

.scroll-hint-icon {
  top: 5%;
}/*# sourceMappingURL=lp.css.map */