@charset "UTF-8";
.sp-only {
  display: inline;
}
@media (min-width: 1024px) {
  .sp-only {
    display: none !important;
  }
}

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

.c-button--cv, .c-button--contact, .c-button--tell, .c-button {
  font-size: 100%;
  border: 0;
  padding: 0;
  font-family: inherit;
}

.c-button--tell {
  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%;
  border: 1px solid #cdcdcd;
  border-radius: 3px;
  padding: 8px 16px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-button--tell:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.7;
}
.c-button--tell__link {
  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%;
}
.c-button--tell__img {
  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;
  margin-right: 16px;
}
.c-button--tell__number {
  color: #333;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.8rem;
}
.c-button--tell__time {
  color: #333;
  font-size: 10px;
  font-weight: 700;
  color: #cdcdcd;
}

.c-button--contact {
  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%;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.8rem;
  border-radius: 100px;
  background: #fb4d46;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 16px 0;
}
.c-button--contact:hover {
  opacity: 0.5;
}

.c-button--cv {
  padding: 0 20px;
  display: none;
  z-index: 1;
}
@media (max-width: 1023px) {
  .c-button--cv {
    display: block;
    position: fixed;
    right: 0;
    bottom: 30px;
    left: 0;
    margin: 0 auto;
    width: 100%;
    height: 56px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2.8rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .c-button--cv__link {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 16px 0;
    background: #fb4d46;
    border-radius: 100px;
  }
}

.c-attention {
  font-size: 10px;
  color: #fff;
  font-weight: 500;
  padding: 4px 8px;
  background: #fb4d46;
  border-radius: 100px;
  margin-left: 8px;
}

.c-bach {
  display: grid;
  place-content: center;
  font-size: 1.7rem;
  color: #f39b01;
  line-height: 14px;
  text-align: center;
  width: 86px;
  height: 86px;
  border: 3px solid #f39b01;
  border-radius: 100px;
  background: #fff;
}
.c-bach .bach-big {
  font-size: 2.4rem;
}

/*!
 * ress.css • v1.1.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

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

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements */
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
  * Correct `block` display not defined for any HTML5 element in IE 8/9
  * Correct `block` display not defined for `details` or `summary` in IE 10/11
  * and Firefox
  * Correct `block` display not defined for `main` in IE 11
  */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

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

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
     # Selection
     # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
}

a:link,
a:visited {
  text-decoration: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

body {
  font-family: "Roboto", sans-serif;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

html {
  font-size: 62.5%;
}

html,
body {
  height: 100%;
  width: 100%;
}

.l-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 80px;
  margin: auto;
  max-width: 1264px;
  padding: 10px 20px;
}
@media (max-width: 1023px) {
  .l-header {
    position: fixed;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.l-header__link {
  width: 100%;
  height: 100%;
}
.l-header__logo {
  max-width: 76px;
  width: 100%;
}
.l-header__logo img {
  width: 100%;
}

.l-footer {
  display: grid;
  place-content: center;
  text-align: center;
  margin: 100px 335px auto auto;
  padding-bottom: 30px;
}
@media (max-width: 1023px) {
  .l-footer {
    margin: 60px auto auto auto;
    padding-bottom: 120px;
  }
}
.l-footer__wrap .l-footer__img {
  max-width: 134px;
  width: 100%;
}
.l-footer__wrap .l-footer__img img {
  width: 100%;
}

.l-contact {
  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;
  position: fixed;
  top: 0;
  right: 0;
  max-width: 335px;
  width: 100%;
  height: 100vh;
  padding: 10px 30px;
  background: #fffdf9;
}
.l-contact__title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.8rem;
  margin-bottom: 8px;
  text-align: center;
}
.l-contact__list {
  margin-top: 16px;
}
.l-contact__list-item {
  margin-bottom: 12px;
}
.l-contact__list-item:nth-child(5) p {
  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;
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 8px;
}
.l-contact__list-item:nth-child(5) p a {
  text-decoration: underline;
}
.l-contact__list-item:nth-child(5) p label {
  height: 100%;
  margin-top: 0;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.l-contact__list-item:nth-child(5) p label input {
  width: 20px;
  height: 20px;
}
.l-contact__list-item__title {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.8rem;
}
.l-contact__list-item__box {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.8rem;
  border: 1px solid #cdcdcd;
  border-radius: 3px;
  padding: 6px 12px;
  background: #fff;
  margin-top: 6px;
}

.u-tell input {
  width: 30% !important;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.8rem;
  border: 1px solid #cdcdcd;
  border-radius: 3px;
  padding: 6px 12px;
  background: #fff;
  margin-top: 8px;
}

.horizontal-item label {
  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;
  margin-top: 8px;
  cursor: pointer;
}
.horizontal-item label .mwform-checkbox-field-text {
  margin-left: 10px;
}

.p-contact {
  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%;
  background: #fff;
  margin-top: 60px;
}
@media (max-width: 1023px) {
  .p-contact {
    margin-top: 40px;
  }
}
.p-contact .l-contact {
  position: static;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: auto;
  height: 100%;
  background: #fff;
}
.error {
  color: #fb4d46;
  font-size: 12px;
  font-weight: 700;
}

.completion {
  display: grid;
  gap: 5px;
  text-align: center;
  font-size: 1.2rem;
}
.completion p {
  margin-top: 15px;
}

.language-text {
  display: none;
}

.p-top {
  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;
  padding-right: 335px;
  margin-top: 80px;
}
@media (max-width: 1023px) {
  .p-top {
    margin-top: 0;
    padding: 0;
  }
}
.p-top-wrap {
  max-width: 864px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .p-top-wrap {
    margin: 0;
  }
}
.p-top-fv {
  width: 100%;
  height: auto;
  border-radius: 6px;
  padding: 20px;
  background: url(../../img/index_fv.png) no-repeat center/cover;
}
@media (max-width: 1023px) {
  .p-top-fv {
    height: auto;
    border-radius: 0;
    padding: 40px 20px 20px 20px;
    background-position: 70% 100%;
  }
}
.p-top-fv__bach-wrap {
  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;
}
.p-top-fv__lead-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6rem;
  color: #fff;
  border-radius: 6px;
  padding: 0 10px;
  background: #f39b01;
  margin-right: 97px;
}
@media (max-width: 1023px) {
  .p-top-fv__lead-title {
    font-size: 1rem;
  }
}
.p-top-fv__title {
  font-size: 3rem;
  color: #fff;
  margin-top: 10px;
}
@media (max-width: 1023px) {
  .p-top-fv__title {
    font-size: 2rem;
  }
}
.p-top-fv__sub-title {
  font-size: 1.8rem;
  color: #fff;
  margin-top: 5px;
}
@media (max-width: 1023px) {
  .p-top-fv__sub-title {
    max-width: 180px;
  }
}
@media (max-width: 1023px) {
  .p-top-fv__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
}
.p-top-fv__text {
  max-width: 379px;
  width: 100%;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.028em;
  line-height: 24.5px;
  margin-top: 25px;
  letter-spacing: 0.028px;
}
@media (max-width: 1023px) {
  .p-top-fv__text {
    max-width: 207px;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2.1rem;
    line-height: 18px;
  }
}
.p-top-fv__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  text-align: center;
  gap: 7px 9px;
  margin-top: 30px;
}
@media (max-width: 1023px) {
  .p-top-fv__list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 7px;
  }
}
.p-top-fv__list-item {
  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;
  background: #fff;
  padding: 10px;
  white-space: nowrap;
  border-radius: 6px;
}
@media (max-width: 1023px) {
  .p-top-fv__list-item {
    padding: 10px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-top-fv__list-item:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: calc(50% - 7px);
  }
  .p-top-fv__list-item:nth-child(2) {
    width: 100%;
  }
  .p-top-fv__list-item:nth-child(3) {
    width: calc(50% - 7px);
  }
}
.p-top-fv__list-item__img {
  min-width: 23px;
  max-width: 34px;
  width: 100%;
}
@media (max-width: 1023px) {
  .p-top-fv__list-item__img {
    max-width: 20px;
  }
}
.p-top-fv__list-item__img img {
  width: 100%;
}
.p-top-fv__list-item__box {
  margin: 0 10px;
}
.p-top-fv__list-item__lead-title {
  color: #7b7b7b;
}
@media (max-width: 1023px) {
  .p-top-fv__list-item__lead-title {
    font-size: 1.4rem;
  }
}
@media (max-width: 1023px) {
  .p-top-fv__list-item .small {
    font-size: 1rem;
  }
}
.p-top-fv__list-item__title {
  font-size: 2rem;
}
.p-top-fv__list-item__text {
  font-size: 1rem;
  color: #cdcdcd;
  margin-top: -10px;
}
@media (max-width: 1023px) {
  .p-top-fv__list-item__text {
    margin-top: -5px;
  }
}
.p-top-about {
  margin-top: 40px;
}
@media (max-width: 1023px) {
  .p-top-about {
    margin-top: 60px;
    padding: 0 20px;
  }
}
.p-top-about__title-wrap {
  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;
  margin-bottom: 30px;
}
.p-top-about__title {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1023px) {
  .p-top-about__title {
    font-size: 1.8rem;
  }
  .p-top-about__title .u-under-line {
    font-size: 2.4rem;
  }
}
.p-top-about__img {
  max-width: 150px;
  width: 100%;
}
.p-top-about__img img {
  width: 100%;
}
@media (max-width: 1023px) {
  .p-top-about__img {
    max-width: 75px;
    width: 100%;
  }
}
.p-top-about__box {
  background: #fff8eb;
  margin-bottom: 10px;
  padding: 20px;
}
.p-top-about__box:nth-last-child(1) {
  margin-bottom: 0;
}
.p-top-about__box__title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  background: #f39b01;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 10px 20px;
}
@media (max-width: 1023px) {
  .p-top-about__box__title {
    font-size: 2rem;
    text-align: center;
  }
}
.p-top-about__box__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding: 0 20px;
}
.p-top-about__box__inner:nth-last-child(1) {
  margin-bottom: 0;
}
.p-top-about__box__inner .u-check {
  margin-top: 5px;
  width: 20px;
  height: 20px;
}
.p-top-about__box__inner .p-top-about__box__text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.8rem;
  margin-left: 6px;
}
@media (max-width: 1023px) {
  .p-top-about__box__inner .p-top-about__box__text {
    font-size: 1.6rem;
  }
}
.p-top-reason {
  margin-top: 100px;
}
@media (max-width: 1023px) {
  .p-top-reason {
    margin-top: 60px;
    padding: 0 20px;
  }
}
.p-top-reason__title {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .p-top-reason__title {
    font-size: 2.6rem;
  }
}
.p-top-reason__title .u-under-line::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 6px;
  left: 0;
  width: 100%;
  height: 16px;
  background: #fad200;
  border-radius: 100px;
  z-index: -1;
}
@media (max-width: 1023px) {
  .p-top-reason__title .u-under-line::after {
    height: 7px;
  }
}
.p-top-reason__title .head {
  display: block;
  margin-bottom: -50px;
}
.p-top-reason__title .big {
  font-size: 6rem;
}
@media (max-width: 1023px) {
  .p-top-reason__title .big {
    font-size: 3.8rem;
  }
}
.p-top-reason__title .number {
  font-size: 8rem;
}
@media (max-width: 1023px) {
  .p-top-reason__title .number {
    font-size: 5rem;
  }
}
.p-top-reason__list {
  display: grid;
  gap: 10px 0;
}
.p-top-reason__list-item {
  width: 100%;
  padding: 20px;
  background: #fff8eb;
}
.p-top-reason__list-item__inner {
  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;
}
@media (max-width: 1023px) {
  .p-top-reason__list-item__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-top-reason__list-item__img {
  max-width: 153px;
  width: 100%;
}
.p-top-reason__list-item__img img {
  width: 100%;
}
@media (max-width: 1023px) {
  .p-top-reason__list-item__img {
    margin: 10px 0;
  }
}
.p-top-reason__list-item__text-wrap {
  margin: 0 20px;
}
@media (max-width: 1023px) {
  .p-top-reason__list-item__text-wrap {
    margin: 0;
  }
}
.p-top-reason__list-item__text {
  width: 467px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 36px;
}
@media (max-width: 1023px) {
  .p-top-reason__list-item__text {
    width: 100%;
    font-size: 1.8rem;
    line-height: 30px;
    text-align: center;
  }
}
.p-top-reason__list-item .u-big-orange {
  font-size: 3.4rem;
  font-weight: 700;
  color: #f39b01;
}
@media (max-width: 1023px) {
  .p-top-reason__list-item .u-big-orange {
    font-size: 2.8rem;
  }
}
.p-top-reason__list-item .attention {
  font-size: 1.2rem;
  color: #cdcdcd;
  text-align: right;
  margin-top: 10px;
}
.p-top-reason__cost {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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: 560px;
  width: 100%;
  border: 3px solid #f39b01;
  border-radius: 6px;
  background: #fffdf9;
  padding: 12px;
  margin: 30px auto 0 auto;
}
@media (max-width: 1023px) {
  .p-top-reason__cost {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-top-reason__cost-tilte {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.6rem;
  text-align: center;
}
@media (max-width: 1023px) {
  .p-top-reason__cost-tilte {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2.4rem;
  }
}
.p-top-reason__cost-img {
  max-width: 296px;
  width: 100%;
}
@media (max-width: 1023px) {
  .p-top-reason__cost-img {
    max-width: 217px;
    margin-top: 30px;
  }
}
.p-top-reason__cost-img img {
  width: 100%;
}
.p-top-feature {
  margin-top: 100px;
  text-align: center;
}
@media (max-width: 1023px) {
  .p-top-feature {
    margin-top: 60px;
    padding: 0 20px;
  }
}
.p-top-feature__list {
  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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px 32px;
}
@media (max-width: 1023px) {
  .p-top-feature__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-top-feature__list-item {
  width: 266px;
  border: 3px solid #f39b01;
  border-radius: 6px;
  padding: 20px 0;
}
.p-top-feature__list-item__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  height: 58px;
}
.p-top-feature__list-item__img {
  max-width: 145px;
  width: 100%;
  margin: 10px auto 28px auto;
}
.p-top-feature__list-item__img img {
  width: 100%;
}
.p-top-feature__list-item__text {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.1rem;
}
.p-top-case {
  margin-top: 100px;
}
@media (max-width: 1023px) {
  .p-top-case {
    margin-top: 60px;
    padding: 0 20px;
  }
}
.p-top-case__list {
  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: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px 22px;
}
.p-top-case__list-item {
  border-radius: 6px;
  width: 266px;
  border: 1px solid #f39b01;
  padding: 10px;
}
.p-top-case__list-item__head {
  height: auto;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  background: #f39b01;
  padding: 10px;
}
.p-top-case__list-item__title {
  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-size: 16px;
  font-weight: 700;
  line-height: 24px;
  border-bottom: 1px solid #fff;
  padding-bottom: 8px;
}
.p-top-case__list-item__money {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  margin-top: 13px;
}
.p-top-case__list-item .case-big {
  font-size: 2.6rem;
}
.p-top-case__list-item__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 24.5px;
  margin-top: 10px;
}
.p-top-popular {
  margin-top: 100px;
}
@media (max-width: 1023px) {
  .p-top-popular {
    margin-top: 60px;
    padding: 0 20px;
  }
}
.p-top-popular__list {
  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: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 15px 10px;
}
.p-top-popular__list-item {
  width: 274px;
  border-radius: 6px;
  background: #f39b01;
  padding: 10px;
}
.p-top-popular__list-item__title {
  color: #fff;
  margin-bottom: 10px;
}
.p-top-popular__list-item__body {
  min-height: 180px;
  border-radius: 6px;
  background: #fff;
  padding: 5px;
}
.p-top-popular__list-item__money {
  font-size: 2rem;
  font-weight: 700;
  line-height: 3rem;
  color: #f39b01;
}
.p-top-popular__list-item__money .popular-big {
  font-size: 3rem;
}
.p-top-popular__list-item__lead {
  font-size: 10px;
}
.p-top-popular__list-item__text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  margin-top: 10px;
}
.p-top-message {
  margin-top: 100px;
}
@media (max-width: 1023px) {
  .p-top-message {
    margin-top: 60px;
    padding: 0 20px;
  }
}
.p-top-message__wrap {
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #f39b01;
  border-radius: 6px;
  padding: 20px;
}
.p-top-message__img {
  max-width: 148px;
  width: 100%;
  margin: 0 auto;
}
.p-top-message__img img {
  width: 100%;
}
.p-top-message__lead {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  margin-top: 10px;
  text-align: center;
}
.p-top-message__name {
  font-size: 24px;
  font-weight: 400;
  line-height: 42px;
  text-align: center;
}
.p-top-message__text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  margin-top: 20px;
}
.p-top-company {
  margin-top: 100px;
}
@media (max-width: 1023px) {
  .p-top-company {
    margin-top: 60px;
    padding: 0 20px;
  }
}
.p-top-company__list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #f39b01;
  padding: 30px;
}
@media (max-width: 1023px) {
  .p-top-company__list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-top-company__list-item__tilte {
  width: 40%;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.8rem;
}
@media (max-width: 1023px) {
  .p-top-company__list-item__tilte {
    width: 100%;
    margin-bottom: 15px;
  }
}
.p-top-company__list-item__text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
}

@media (max-width: 1023px) {
  .p-top-fv__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
}

.p-pc .p-top-fv {
  background: url(../../img/fv_pc.jpg) no-repeat right/cover;
}
@media (max-width: 1023px) {
  .p-pc .p-top-fv {
    height: auto;
    border-radius: 0;
    padding: 40px 20px 20px 20px;
    background-position: 77% -20px;
  }
}
.p-pc .u-shadow--orange-big {
  font-size: 5rem;
}
@media (max-width: 1023px) {
  .p-pc .u-shadow--orange-big {
    font-size: 3rem;
  }
}

.p-food .p-top-fv {
  background: url(../../img/fv_food.png) no-repeat center/cover;
}
@media (max-width: 1023px) {
  .p-food .p-top-fv {
    height: auto;
    border-radius: 0;
    padding: 40px 20px 20px 20px;
    background-position: 70% 100%;
  }
}
.p-food .u-shadow--orange-big {
  font-size: 4.8rem;
}
@media (max-width: 1023px) {
  .p-food .u-shadow--orange-big {
    font-size: 3rem;
  }
}
.p-food .p-top-fv__list-item__text {
  margin-top: -5px;
}

.reason--small {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 28px;
  color: #7b7b7b;
}

.p-business .p-top-fv {
  background: url(../../img/fv_business.jpg) no-repeat center/cover;
}
@media (max-width: 1023px) {
  .p-business .p-top-fv {
    height: auto;
    border-radius: 0;
    padding: 40px 20px 20px 20px;
    background-position: 75% 100%;
  }
}
@media (max-width: 1023px) {
  .p-business .u-shadow--orange-big {
    font-size: 3.6rem;
  }
}

.p-equipment .p-top-fv {
  background: url(../../img/fv_equipment.jpg) no-repeat right/cover;
}
@media (max-width: 1023px) {
  .p-equipment .p-top-fv {
    height: auto;
    border-radius: 0;
    padding: 40px 20px 20px 20px;
    background-position: 84% 100%;
  }
}
.p-equipment .u-shadow--orange-big {
  font-size: 5rem;
}
@media (max-width: 1023px) {
  .p-equipment .u-shadow--orange-big {
    font-size: 3rem;
  }
}
.p-equipment .p-top-fv__list-item__text {
  margin-top: -5px;
}

.p-prices .p-top-fv {
  background: url(../../img/fv_prices.jpg) no-repeat center/cover;
}
@media (max-width: 1023px) {
  .p-prices .p-top-fv {
    height: auto;
    border-radius: 0;
    padding: 40px 20px 20px 20px;
    background-position: 70% 100%;
  }
}
.p-prices .u-shadow--orange-big {
  font-size: 5rem;
}
@media (max-width: 1023px) {
  .p-prices .u-shadow--orange-big {
    font-size: 3rem;
  }
}
.p-prices .p-top-fv__attention {
  font-size: 1.2rem;
  color: #fff;
}

.p-hp .p-top-fv {
  background: url(../../img/fv_ec.jpg) no-repeat center/cover;
}
@media (max-width: 1023px) {
  .p-hp .p-top-fv {
    height: auto;
    border-radius: 0;
    padding: 40px 20px 20px 20px;
    background-position: 70% 100%;
  }
}

.u-fv-big {
  font-size: 2.6rem;
}
@media (max-width: 1023px) {
  .u-fv-big {
    font-size: 1.7rem;
  }
}

@media (max-width: 1023px) {
  .u-shadow {
    text-shadow: 0 3px 6px #808080;
  }
}

@media (max-width: 1023px) {
  .u-shadow--orange {
    text-shadow: 0 0 10px #ffc96a;
  }
}

.u-shadow--orange-big {
  font-size: 6rem;
  text-shadow: 0 0 10px #ffc96a;
}
@media (max-width: 1023px) {
  .u-shadow--orange-big {
    font-size: 4rem;
  }
}

.u-marker {
  color: #f39b01;
  background: #fff;
  padding: 1px;
}
@media (max-width: 1023px) {
  .u-marker {
    color: #fff;
    background: none;
    padding: 0;
  }
}

.u-list-big {
  font-size: 5rem;
  color: #f39b01;
}
@media (max-width: 1023px) {
  .u-list-big {
    font-size: 3rem;
  }
}

.u-under-line {
  position: relative;
}
.u-under-line::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 8px;
  background: #fad200;
  border-radius: 100px;
  z-index: -1;
}

.u-orange {
  color: #f39b01;
}

.section-title {
  position: relative;
  font-size: 5.2rem;
  font-weight: 700;
  color: #f39b01;
  text-align: center;
  margin-bottom: 70px;
}
@media (max-width: 1023px) {
  .section-title {
    font-size: 3.2rem;
    margin-bottom: 40px;
  }
}
.section-title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  margin: 0 auto;
  width: 95px;
  height: 6px;
  border-radius: 6px;
  background: #f39b01;
}
/*# sourceMappingURL=map/style.css.map */