@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Shippori+Mincho&display=swap");
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-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;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

th {
  text-align: left;
}

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

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

/*======================================================
# Media Query
====================================================== */

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Hiragino Sans w6", "ヒラギノ角ゴシック w6", "メイリオ", meiryo, "MS Pゴシック", "MS PGothic", -apple-systemm, Verdana, sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 700;
  color: #000000;
  overflow-x: hidden;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

p {
  font-size: 16px;
  line-height: 2;
}

a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
a:hover {
  opacity: 0.7;
}

.no-scroll {
  overflow: hidden; /* スクロールを無効にする */
  height: 100vh;
}

/*======================================================
# サムネイル
====================================================== */
/*======================================================
# 円
====================================================== */
/*======================================================
# アローアイコン
====================================================== */
.l-inner {
  max-width: 800px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding-inline: 15px;
  }
}

.l-inner-wide {
  max-width: 1209px;
  padding: 0 20px;
  margin: 0 auto;
}

.l-header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0;
  top: 0;
  z-index: 1000;
  background-color: #fff;
  color: #000;
}
.l-header__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 11px 15px;
  padding-inline: min(3.6458333333vw, 28px);
}
.l-header__logo {
  width: min(29.9401197605vw, 350px);
}
@media screen and (max-width: 1169px) {
  .l-header__logo {
    width: min(93.3333333333vw, 350px);
  }
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    width: 40%;
  }
}
.l-header__logo img {
  width: 100%;
  height: auto;
}
.l-header__contents {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-inline: 40px 18px;
}
@media screen and (max-width: 768px) {
  .l-header__contents {
    text-align: center;
    padding: 0 0 0 16px;
  }
}
.l-header__contents:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 4em;
  width: 1px;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .l-header__contents:before {
    height: 2em;
  }
}
.l-header__catch {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .l-header__catch {
    font-size: 12px;
    text-align: left;
  }
}

.l-footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0;
  top: 0;
  z-index: 1000;
  background-color: #fff;
  color: #000;
}
.l-footer__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 28px 15px;
  padding-inline: min(3.6458333333vw, 28px) min(2.8645833333vw, 22px);
}
.l-footer__logo {
  width: min(29.9401197605vw, 350px);
}
@media screen and (max-width: 1169px) {
  .l-footer__logo {
    width: min(93.3333333333vw, 350px);
  }
}
@media screen and (max-width: 768px) {
  .l-footer__logo {
    width: 40%;
  }
}
.l-footer__logo img {
  width: 100%;
  height: auto;
}
.l-footer__contents {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-inline: 40px 18px;
}
@media screen and (max-width: 768px) {
  .l-footer__contents {
    text-align: center;
    padding: 0 0 0 16px;
  }
}
.l-footer__contents:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 4em;
  width: 1px;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .l-footer__contents:before {
    height: 2em;
  }
}
.l-footer__catch {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .l-footer__catch {
    font-size: 12px;
    text-align: left;
  }
}
.l-footer__copy {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: right;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .l-footer__copy {
    margin-top: 34px;
    font-size: 13px;
  }
}
.l-footer__copy .copy {
  font-size: 24px;
}
.l-footer__copy small {
  font-size: 100%;
}

.c-text-sec-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  text-align: center;
  background-image: url(../images/h2_line.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 94%;
  padding-bottom: 51px;
}
.c-text-sec-title--border {
  background-image: none;
  padding-bottom: 0;
}
.c-text-sec-title--border:after {
  content: "";
  display: block;
  width: 58px;
  height: 1.5px;
  background-color: #000;
  margin-inline: auto;
}
.c-text-sec-title__sub {
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .c-text-sec-title__sub {
    font-size: 18px;
  }
}
.c-text-sec-title__bg {
  background-color: #e05400;
  border-radius: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 65px;
}
@media screen and (max-width: 768px) {
  .c-text-sec-title__bg {
    padding-inline: 0;
    padding-inline: 3em;
  }
}
.c-text-sec-title__color-w {
  color: #fff;
}
.c-text-sec-title__color-key {
  color: #e05400;
}
.c-text-sec-title__main {
  font-size: 40px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .c-text-sec-title__main {
    font-size: 20px;
  }
}

/*
@forward "gnav";
@forward "burger";
@forward "btn";
@forward "breadcrumb";

@forward "accordion";
@forward "tab";
*/
/* MV */
.p-top-mv {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-mv {
    position: relative;
    top: auto;
    left: auto;
  }
}
.p-top-mv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-top-mv__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-top-mv__bg img {
    display: none;
    height: auto;
  }
}
.p-top-mv__sp-bg {
  background: url(../images/mv-bg-sp01.jpg) no-repeat center bottom;
  background-size: cover;
}
.p-top-mv__main {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-inline: 20px;
  padding-top: 17px;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-top-mv__main {
    padding-inline: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-top-mv__inner {
  max-width: 1169px;
  margin-inline: auto;
  color: #fff;
  width: 100%;
}
.p-top-mv__text {
  width: min(64.6706586826vw, 765px);
}
@media screen and (max-width: 768px) {
  .p-top-mv__text {
    width: 90%;
  }
}
.p-top-mv__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 38px;
     -moz-column-gap: 38px;
          column-gap: 38px;
  padding-inline: 8px;
  margin-top: 27px;
}
@media screen and (max-width: 768px) {
  .p-top-mv__contact {
    margin-top: 48px;
    padding-inline: 0;
    row-gap: 0;
  }
}
.p-top-mv__contact-inner {
  background-color: rgba(255, 255, 255, .7);
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .p-top-mv__contact-inner {
    border-radius: 0;
  }
}

/* SNS */
.p-top-contact {
  row-gap: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-top-contact__text {
  text-align: center;
  width: 51%;
  margin-inline: auto;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-top-contact__text {
    width: 50%;
  }
}
.p-top-contact__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .p-top-contact__btns {
    margin-top: 16px;
  }
}
.p-top-contact.p-top-mv__contact-inner {
  width: 71%;
  padding-block: 20px;
  padding-inline: 25px;
}
@media screen and (max-width: 768px) {
  .p-top-contact.p-top-mv__contact-inner {
    width: 100%;
    padding: 16px;
  }
}

/* LINE */
.p-top-line {
  padding-block: 6px;
}
@media screen and (max-width: 768px) {
  .p-top-line {
    display: none;
  }
}
.p-top-line.p-top-mv__contact-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .p-top-line.p-top-mv__contact-inner {
    width: 100%;
    padding: 20px;
  }
}
.p-top-line__text {
  font-family: "Hiragino Sans w8", "ヒラギノ角ゴシック w8", "メイリオ", meiryo, "MS Pゴシック", "MS PGothic", -apple-systemm, Verdana, sans-serif;
  font-size: 21px;
  line-height: 1.2857142857;
  font-weight: 800;
  text-align: left;
  color: #009832;
  width: 95%;
  margin-inline: auto;
}
.p-top-line__link {
  display: block;
  width: 56%;
  margin-inline: auto;
  margin-top: 13px;
}
.p-top-line__link img {
  width: 100%;
}

/* お困りではありませんか？ */
.p-top-trouble {
  padding-block: 60px;
}
.p-top-trouble__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 8%;
     -moz-column-gap: 8%;
          column-gap: 8%;
  row-gap: 40px;
  margin-top: 60px;
}
.p-top-trouble__item {
  text-align: center;
  width: 27%;
}
@media screen and (max-width: 768px) {
  .p-top-trouble__item {
    width: 46%;
  }
}

/* ご説明します */
.p-top-explain {
  padding-block: 40px 52px;
}
.p-top-explain__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-column-gap: 19px;
     -moz-column-gap: 19px;
          column-gap: 19px;
  margin-top: 33px;
}
@media screen and (max-width: 768px) {
  .p-top-explain__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
}
.p-top-explain__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
  border-radius: 20px;
  padding: 28px 0;
}
.p-top-explain__item-title {
  font-size: 21px;
  letter-spacing: 0.1em;
  text-align: center;
}
.p-top-explain__item-image {
  text-align: center;
  width: 64%;
  margin-inline: auto;
  margin-top: 42px;
}
@media screen and (max-width: 768px) {
  .p-top-explain__item-image {
    width: 40%;
    margin-top: 20px;
  }
}
.p-top-explain__item-text {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  width: 90%;
  margin-top: 55px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-top-explain__item-text {
    margin-top: 20px;
  }
}

/* お客様の声 */
.p-top-voice {
  padding-block: 55px 40px;
}
.p-top-voice__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 19px;
  margin-top: 50px;
}
.p-top-voice__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2%;
     -moz-column-gap: 2%;
          column-gap: 2%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #000000;
  padding-inline: 30px 0;
  padding-block: 32px 24px;
}
.p-top-voice__item--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-top-voice__item:nth-child(2) {
  padding-inline: 0 30px;
}
@media screen and (max-width: 768px) {
  .p-top-voice__item:nth-child(2) {
    padding-inline: 20px;
  }
}
.p-top-voice__item:nth-child(2) .p-top-voice__item-image {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .p-top-voice__item:nth-child(2) .p-top-voice__item-image {
    width: 50%;
    max-width: 180px;
  }
}
.p-top-voice__item:nth-child(2) .p-top-voice__item-profile {
  text-align: left;
}
.p-top-voice__item:nth-child(3) .p-top-voice__item-image {
  width: 23%;
}
@media screen and (max-width: 768px) {
  .p-top-voice__item:nth-child(3) .p-top-voice__item-image {
    width: 50%;
    max-width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-voice__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-inline: 20px;
    padding-block: 24px;
  }
}
.p-top-voice__item-image {
  width: 28%;
}
@media screen and (max-width: 768px) {
  .p-top-voice__item-image {
    width: 50%;
    max-width: 180px;
    margin-inline: auto;
  }
}
.p-top-voice__item-title {
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .p-top-voice__item-title {
    font-size: 20px;
    margin-top: 20px;
  }
}
.p-top-voice__item-text {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .p-top-voice__item-text {
    font-size: 14px;
  }
}
.p-top-voice__item-profile {
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: right;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-top-voice__item-profile {
    font-size: 14px;
  }
}

/* ご相談の流れ */
.p-top-flow {
  padding-block: 78px 89px;
}
.p-top-flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 19px;
     -moz-column-gap: 19px;
          column-gap: 19px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-top-flow__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 19px;
  }
}
.p-top-flow__item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #000;
  padding-block: 14px 20px;
  padding-inline: 10px 0;
}
@media screen and (max-width: 768px) {
  .p-top-flow__item {
    width: 100%;
    margin-inline: auto;
  }
}
.p-top-flow__item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -19px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../images/flow_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-top-flow__item:not(:last-child)::after {
    right: 45%;
    top: calc(100% - 1px);
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
}
.p-top-flow__item-num {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
  background-color: #e05400;
  border-radius: 50vw;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 7px 15px;
}
.p-top-flow__item-title {
  font-size: 21px;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1;
  margin-top: 13px;
}
.p-top-flow__item-image {
  text-align: center;
  width: 65%;
  margin-inline: auto;
  margin-top: 14px;
}
.p-top-flow__item-text {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

/* FAQ */
.p-top-faq {
  padding-block: 54px 58px;
}
.p-top-faq__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 6px;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #000;
  max-width: 720px;
  padding: 12px 14px;
  margin-inline: auto;
}
.p-top-faq__item:first-of-type {
  margin-top: 40px;
}
.p-top-faq__item + .p-top-faq__item {
  margin-top: 17px;
}
.p-top-faq__q, .p-top-faq__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.1em;
}
.p-top-faq__q:before, .p-top-faq__a:before {
  content: "";
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25px;
          flex: 0 0 25px;
  width: 25px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 0.25em;
}
.p-top-faq__q:before {
  background-image: url(../images/faq_icon-q.png);
}
.p-top-faq__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-top-faq__a:before {
  background-image: url(../images/faq_icon-a.png);
}

/* 代表あいさつ */
.p-top-greeting {
  background-image: url(../images/greeting_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding-block: 30px;
}
@media screen and (max-width: 768px) {
  .p-top-greeting .l-inner-wide {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-top-greeting {
    padding-bottom: 0;
    background-image: url(../images/greeting_bg_sp.png);
    background-position: top left;
    background-size: cover;
  }
}
.p-top-greeting__body {
  padding-left: min(37.7682403433vw, 440px);
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-top-greeting__body {
    padding-left: 45%;
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-greeting__contents {
    padding: 8px;
    background-color: rgba(255, 255, 255, .7);
  }
}
.p-top-greeting__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1;
}
.p-top-greeting__header .header1 {
  font-size: 30px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-top-greeting__header .header1 {
    font-size: 18px;
    line-height: 1.3;
  }
}
.p-top-greeting__header .header2 {
  font-size: 40px;
  letter-spacing: 0.1em;
  color: #e05400;
}
@media screen and (max-width: 768px) {
  .p-top-greeting__header .header2 {
    margin-top: 8px;
    font-size: 20px;
    line-height: 1.3;
  }
}
.p-top-greeting__text {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 52px;
}
@media screen and (max-width: 768px) {
  .p-top-greeting__text {
    font-size: 10px;
    margin-top: 20px;
  }
}

/* アクセス */
.p-top-access {
  padding-block: 58px 47px;
}
.p-top-access .l-inner-wide {
  padding-inline: 0;
}
@media screen and (max-width: 768px) {
  .p-top-access .l-inner-wide {
    padding-inline: 20px;
  }
}
.p-top-access__content {
  margin-top: 30px;
}
.p-top-access__content + .p-top-access__content {
  margin-top: 43px;
}
.p-top-access__title {
  font-size: 40px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top-access__title {
    font-size: 20px;
  }
}
.p-top-access__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 54px;
     -moz-column-gap: 54px;
          column-gap: 54px;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .p-top-access__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 20px;
  }
}
.p-top-access__info-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 28px;
}
.p-top-access__info-title {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.1em;
  border-left: 5px solid #e05400;
  padding-left: 12px;
}
@media screen and (max-width: 768px) {
  .p-top-access__info-title {
    font-size: 14px;
  }
}
.p-top-access__info-text {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-top-access__info-text {
    font-size: 14px;
  }
}
.p-top-access__info-map {
  position: relative;
  width: 50.5%;
  height: 0;
  padding-top: 37%;
}
@media screen and (max-width: 768px) {
  .p-top-access__info-map {
    width: 100%;
    padding-top: 65%;
  }
}
.p-top-access__info-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* CTA */
.p-top-cta {
  padding-block: 40px;
  overflow: hidden;
}
.p-top-cta__frame {
  position: relative;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 20px;
  max-width: 723px;
  margin-inline: auto;
  padding-block: 27px;
  padding-inline: 20px 16px;
}
@media screen and (max-width: 768px) {
  .p-top-cta__frame {
    padding-inline: 12px;
  }
}
.p-top-cta__frame:before, .p-top-cta__frame:after {
  pointer-events: none;
  content: "";
  position: absolute;
  display: block;
  width: 92px;
  height: 113px;
  background-image: url(../images/cta_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-top-cta__frame:before, .p-top-cta__frame:after {
    width: 11.9791666667vw;
  }
}
.p-top-cta__frame:before {
  top: -28px;
  left: -46px;
}
@media screen and (max-width: 768px) {
  .p-top-cta__frame:before {
    left: -20px;
  }
}
.p-top-cta__frame:after {
  right: -49px;
  bottom: 110px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .p-top-cta__frame:after {
    right: -20px;
  }
}
.p-top-cta__title {
  font-family: "Hiragino Sans w8", "ヒラギノ角ゴシック w8", "メイリオ", meiryo, "MS Pゴシック", "MS PGothic", -apple-systemm, Verdana, sans-serif;
  font-weight: 900;
  font-size: 40px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  color: #e05400;
}
@media screen and (max-width: 768px) {
  .p-top-cta__title {
    font-size: min(6.1176470588vw, 26px);
  }
}
.p-top-cta__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
  margin-top: 37px;
}
@media screen and (max-width: 768px) {
  .p-top-cta__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-top-cta__description {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .p-top-cta__description {
    width: 100%;
  }
}
.p-top-cta__body-title {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-top-cta__body-title {
    font-size: 18px;
  }
}
.p-top-cta__body-text {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.1em;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-top-cta__body-text {
    font-size: 14px;
  }
}
.p-top-cta .p-top-line {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .p-top-cta .p-top-line {
    max-width: 600px;
    margin-top: 50px;
    margin-inline: auto;
  }
}
.p-top-cta .p-top-line__text {
  font-size: 21px;
  margin-inline: 0;
}
@media screen and (max-width: 768px) {
  .p-top-cta .p-top-line__text {
    text-align: center;
  }
}
.p-top-cta .p-top-line__link {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-top-cta .p-top-line__link {
    width: 80%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-top-cta .p-top-contact {
    max-width: 380px;
    margin-inline: auto;
    margin-top: 50px;
  }
}

/* @forward "about";
@forward "news";
@forward "recruit";
@forward "rd";
@forward "sustainability";
@forward "business"; */
.u-pt0 {
  padding-top: 0 !important;
}

.u-mr16 {
  margin-right: 16px !important;
}

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

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

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

.u-mt15 {
  margin-top: 15px !important;
}

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

.u-mt25 {
  margin-top: 25px !important;
}

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

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mr0 {
  margin-right: 0 !important;
}

.u-inline-auto {
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .u-smt0 {
    margin-top: 0 !important;
  }
  .u-smt5 {
    margin-top: 5px !important;
  }
  .u-smt10 {
    margin-top: 10px !important;
  }
  .u-smt15 {
    margin-top: 15px !important;
  }
  .u-smt20 {
    margin-top: 20px !important;
  }
  .u-smb0 {
    margin-bottom: 0 !important;
  }
  .u-smb5 {
    margin-bottom: 5px !important;
  }
  .u-smb10 {
    margin-bottom: 10px !important;
  }
  .u-smb15 {
    margin-bottom: 15px !important;
  }
  .u-smb20 {
    margin-bottom: 20px !important;
  }
  .u-sml0 {
    margin-left: 0 !important;
  }
}
.u-w03per {
  width: 3% !important;
}

.u-w05per {
  width: 5% !important;
}

.u-w10per {
  width: 10% !important;
}

.u-w13per {
  width: 13% !important;
}

.u-w15per {
  width: 15% !important;
}

.u-w20per {
  width: 20% !important;
}

.u-w23per {
  width: 23% !important;
}

.u-w25per {
  width: 25% !important;
}

.u-w30per {
  width: 30% !important;
}

.u-w33per {
  width: 33% !important;
}

.u-w35per {
  width: 35% !important;
}

.u-w40per {
  width: 40% !important;
}

.u-w43per {
  width: 43% !important;
}

.u-w45per {
  width: 45% !important;
}

.u-w50per {
  width: 50% !important;
}

.u-w53per {
  width: 53% !important;
}

.u-w55per {
  width: 55% !important;
}

.u-w60per {
  width: 60% !important;
}

.u-w63per {
  width: 63% !important;
}

.u-w65per {
  width: 65% !important;
}

.u-w70per {
  width: 70% !important;
}

.u-w73per {
  width: 73% !important;
}

.u-w75per {
  width: 75% !important;
}

.u-w80per {
  width: 80% !important;
}

.u-w83per {
  width: 83% !important;
}

.u-w85per {
  width: 85% !important;
}

.u-w90per {
  width: 90% !important;
}

.u-w93per {
  width: 93% !important;
}

.u-w95per {
  width: 95% !important;
}

.u-table-fixed {
  table-layout: fixed;
}

.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .s-text-center {
    text-align: center;
  }
}

/* background
--------------------------------------------------------------*/
.u-bg-y {
  background: #fffef0;
}

.u-bg-white {
  background: #ffffff;
}

.u-bg-p {
  background-color: #fff8f4;
}

.u-bg-b {
  background-color: #ffede3;
}

/* hidden
--------------------------------------------------------------*/
.u-xl-only {
  display: none;
}
@media screen and (max-width: 1140px) {
  .u-xl-only {
    display: block;
  }
}

.u-xl-hidden {
  display: block;
}
@media screen and (max-width: 1140px) {
  .u-xl-hidden {
    display: none;
  }
}

.u-md-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-md-only {
    display: block;
  }
}
.u-md-only--flex {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-md-only--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.u-md-hidden {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-md-hidden {
    display: none;
  }
}
.u-md-hidden--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .u-md-hidden--flex {
    display: none;
  }
}

.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.u-flex--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .u-flex--column-sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}