@charset "UTF-8";
/* Foundation
  ------------------------------------------------*/
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

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

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

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

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

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

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

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

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

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 */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* 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;
}

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

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

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

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

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 */
}

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

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

/* 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: none;
  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 */
}

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

/* 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 */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and 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([fill]) {
  fill: currentColor;
}

/* # =================================================================
     # 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;
}

:root {
  --gray: #B3B3B3;
  --gray2: #D9D9D9;
  --white: #ffffff;
  --white2: #F5F5F5;
  --white3: #F9FAFB;
  --white4: #FDFCFB;
  --black: #333333;
  --brown: #3F210F;
  --green: #28A745;
  --orange: #FF6500;
  --orange2: #FF8A08;
  --orange3: #DD5700;
  --orange50: rgba(255, 138, 8, 0.5);
  --lightOrange: #FFEAD5;
  --yellow: #FFDC4E;
  --yellow10: rgba(255, 193, 0, 0.1);
  --red: #C40C0C;
}

/* base default*/
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
}

* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  scroll-behavior: smooth;
}
@media screen and (max-width: 768px) {
  html {
    margin-top: 75px;
    scroll-padding-top: 75px;
  }
}

body {
  background-color: var(--white);
  color: var(--black);
}

main {
  overflow-x: hidden;
  flex: 1;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0;
  letter-spacing: 0;
  line-height: 1.7;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
  transition: all 0.3s;
}

figure {
  margin-bottom: 0;
}

img {
  width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Layout (prefix: l-)
  ------------------------------------------------*/
.l-wrapper {
  position: relative;
  margin-inline: auto;
  padding-inline: 16px;
  max-width: 1312px;
  width: 100%;
}

.l-wrapper-sm {
  position: relative;
  margin-inline: auto;
  padding-inline: 16px;
  max-width: 1092px;
  width: 100%;
}

.l-wrapper-xs {
  position: relative;
  margin-inline: auto;
  padding-inline: 16px;
  max-width: 992px;
  width: 100%;
}

.l-section {
  padding: 64px 0 80px 0;
}

.l-section-lg {
  padding: 80px 0;
}

.l-header__body {
  background-color: var(--white);
  padding: 8px 0 16px 0;
  border-bottom: 2px solid var(--gray);
}
@media screen and (max-width: 768px) {
  .l-header__body {
    padding: 16px 0 18px 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
  }
}

.l-header__logo {
  max-width: 423px;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    max-width: 226px;
    width: 100%;
  }
}

.l-header__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .l-header__contact {
    display: none;
  }
}

.l-header__contact--text {
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
}

.l-header__contact--row {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}

.l-header__button {
  background-color: var(--orange);
  color: var(--white);
  font-size: 1.125rem;
  font-weight: bold;
  padding: 15px 54px 11px 66px;
  border-radius: 100px;
  box-shadow: 0px 3px 0px 0px rgb(221, 87, 0);
  position: relative;
}
@media screen and (max-width: 1024px) {
  .l-header__button {
    padding: 15px 24px 11px 42px;
  }
}
.l-header__button::before {
  content: "";
  display: inline-block;
  background: url("../images/good_icon.svg") no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 24px;
  top: 16px;
}
@media screen and (max-width: 1024px) {
  .l-header__button::before {
    left: 10px;
  }
}
.l-header__button::after {
  content: "";
  display: inline-block;
  background: url("../images/assessment_text.png") no-repeat;
  background-size: contain;
  width: 117px;
  height: 30px;
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
}

.l-header__button--tel {
  background-color: var(--green);
  box-shadow: 0px 3px 0px 0px rgb(34, 142, 58);
  font-size: 1.25rem;
  font-family: "Roboto", sans-serif;
}
.l-header__button--tel::before {
  background: url("../images/tel_icon.svg") no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 24px;
  top: 20px;
}
@media screen and (max-width: 1024px) {
  .l-header__button--tel::before {
    left: 14px;
  }
}
.l-header__button--tel::after {
  background: url("../images/tel_text.png") no-repeat;
  background-size: contain;
  width: 145px;
  height: 30px;
}

.l-header__under {
  background-color: var(--white2);
  border-bottom: 2px solid var(--gray);
  padding: 8px 0;
}
@media screen and (max-width: 768px) {
  .l-header__under {
    position: fixed;
    width: 100%;
    min-width: 100%;
    min-height: 100vh;
    height: 100%;
    padding-bottom: 64px;
    background-color: var(--white2);
    overflow-y: auto;
    transition: right 0.4s;
    z-index: 9998;
    padding: 112px 40px 90px 40px;
    top: 0;
    left: unset;
    transform: unset;
    right: -150%;
    margin-right: 0;
  }
  .l-header__under.active {
    right: 0;
  }
}

.l-header__nav--list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .l-header__nav--list {
    flex-direction: column;
    align-items: center;
  }
}

.l-header__nav--item {
  border-right: 1px solid var(--gray);
}
@media screen and (max-width: 768px) {
  .l-header__nav--item {
    border-right: none;
    border-bottom: 1px solid var(--gray);
    width: 100%;
    text-align: center;
  }
}
.l-header__nav--item:last-child {
  border-right: none;
}

.l-header__nav--link {
  padding: 0 32px;
  font-weight: bold;
  color: var(--brown);
}
@media screen and (max-width: 1024px) {
  .l-header__nav--link {
    font-size: 0.875rem;
    padding: 0 16px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav--link {
    font-size: 1rem;
    padding: 20px 0;
    display: block;
  }
}
.l-header__nav--link:hover {
  color: var(--orange);
  transition: all 0.3s;
}

.l-footer {
  padding-top: 32px;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding-top: 64px;
    padding-bottom: 82px;
  }
}

.l-footer__heading--text {
  font-size: 0.875rem;
  font-weight: bold;
  color: var(--brown);
  text-align: center;
}

.l-footer__logo {
  display: block;
  max-width: 130px;
  margin: 0 auto;
}

.l-footer__nav {
  padding: 32px 0;
}

.l-footer__nav--list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 16px;
}

.l-footer__nav--item:last-child .l-footer__nav--link {
  border-right: none;
}

.l-footer__nav--link {
  padding: 6px 16px;
  border-right: 1px solid var(--black);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .l-footer__nav--link {
    font-size: 0.875rem;
    padding: 0 16px;
  }
}
.l-footer__nav--link:hover {
  color: var(--orange);
  transition: all 0.3s;
}

.l-footer__copy {
  border-top: 1px solid var(--gray);
  padding: 32px 0 16px 0;
}

.l-footer__copy--text {
  font-size: 0.75rem;
  text-align: center;
}

.l-hamburger {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-hamburger {
    position: absolute;
    top: 20px;
    right: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 4px;
    width: 44px;
    height: 44px;
    z-index: 9999;
    background-color: var(--orange);
    border-radius: 8px;
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .l-hamburger {
    top: -4px;
  }
}
.l-hamburger.active {
  display: block;
}
.l-hamburger.active .l-hamburger__line:nth-child(1) {
  transform: translateY(-4px) rotate(-42deg);
}
.l-hamburger.active .l-hamburger__line:nth-child(2) {
  opacity: 0;
  transition: opacity 0.4s;
}
.l-hamburger.active .l-hamburger__line:nth-child(3) {
  transform: translateY(-52px) rotate(42deg);
}

.l-hamburger__line {
  width: 24px;
  height: 2px;
  display: inline-block;
  background-color: var(--white);
}

.l-hamburger__text {
  font-size: 0.5rem;
  font-weight: bold;
  color: var(--white);
  line-height: 1;
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
}

.l-fixed {
  position: fixed;
  bottom: 30px;
  right: 19px;
  z-index: 9997;
}
@media screen and (max-width: 600px) {
  .l-fixed {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px;
    width: 100%;
    bottom: 8px;
    right: 0;
    padding: 0 16px;
  }
}

.l-fixed__button {
  background-color: var(--orange);
  display: block;
  min-width: 247px;
  min-height: 54px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--white);
  font-size: 1.125rem;
  font-weight: 900;
  position: relative;
  border-radius: 100px;
  padding-left: 26px;
  box-shadow: 0px 3px 0px 0px rgb(221, 87, 0);
}
@media screen and (max-width: 600px) {
  .l-fixed__button {
    min-width: unset;
    min-height: 52px;
    padding-left: 8px;
  }
}

.l-fixed__button--image {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 117px;
}
@media screen and (max-width: 600px) {
  .l-fixed__button--image {
    max-width: 95px;
    top: -8px;
  }
}

.l-fixed__button--lead {
  text-align: center;
  position: relative;
}
@media screen and (max-width: 600px) {
  .l-fixed__button--lead {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 374px) {
  .l-fixed__button--lead {
    font-size: 0.6875rem;
  }
}
.l-fixed__button--lead::before {
  content: "";
  display: inline-block;
  background: url("../images/good_icon.svg") no-repeat;
  background-size: contain;
  width: 27px;
  height: 27px;
  position: absolute;
  left: -45px;
  top: 4px;
}
@media screen and (max-width: 600px) {
  .l-fixed__button--lead::before {
    width: 21px;
    height: 21px;
    left: -23px;
  }
}

.l-fixed__button--tel {
  background-color: var(--green);
  box-shadow: 0px 3px 0px 0px rgb(34, 142, 58);
}
.l-fixed__button--tel .l-fixed__button--lead {
  font-family: "Roboto", sans-serif;
}
.l-fixed__button--tel .l-fixed__button--lead::before {
  background: url("../images/tel_icon.svg") no-repeat;
  background-size: contain;
  width: 19px;
  height: 19px;
}

.l-fixed__button--text {
  font-size: 0.5rem;
  text-align: center;
}

.l-fixed__button--sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .l-fixed__button--sp {
    display: flex;
  }
}

@media screen and (max-width: 600px) {
  .l-fixed__button--pc {
    display: none;
  }
}

/* Component (prefix: c-)
  ------------------------------------------------*/
.c-sentence__paragraph {
  display: block;
}

.c-heading {
  font-size: 2rem;
  font-weight: bold;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  padding-bottom: 12px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .c-heading {
    font-size: 1.5rem;
  }
}
.c-heading::after {
  content: "";
  display: inline-block;
  background-color: var(--orange);
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

/* JavaScript (prefix: js- or [data-js])
------------------------------------------------*/
/* Project (prefix: p-)
  ------------------------------------------------*/
.p-mv {
  background: url("../images/mv_bg.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 26px 0 31px 0;
}

.p-mv__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .p-mv__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.p-mv__main {
  padding-left: 49px;
}
@media screen and (max-width: 768px) {
  .p-mv__main {
    padding-left: 0;
  }
}

.p-mv__title {
  position: relative;
  z-index: 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-mv__title {
    max-width: 600px;
    margin: 0 auto -48px auto;
  }
}
.p-mv__title::before {
  content: "";
  display: inline-block;
  background: url("../images/mv_good.png") no-repeat;
  background-size: contain;
  width: 20vw;
  height: 17vw;
  position: absolute;
  bottom: 41px;
  left: -50px;
  z-index: -1;
  max-width: 277px;
  max-height: 233px;
}
@media screen and (max-width: 768px) {
  .p-mv__title::before {
    min-width: 135px;
    min-height: 107px;
    width: 26vw;
    height: 22vw;
    bottom: 21%;
    left: -15px;
  }
}
.p-mv__title::after {
  content: "";
  display: inline-block;
  background: url("../images/mv_car.png") no-repeat;
  background-size: contain;
  width: 21vw;
  height: 18vw;
  position: absolute;
  right: 0;
  bottom: -69px;
  max-width: 315px;
  max-height: 270px;
}
@media screen and (max-width: 1400px) {
  .p-mv__title::after {
    bottom: -8%;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__title::after {
    min-width: 155px;
    min-height: 119px;
    width: 29vw;
    height: 25vw;
    bottom: 1%;
    right: -29px;
  }
}

.p-mv__check {
  max-width: 474px;
}

.p-mv__cta {
  background-color: var(--white);
  border: 4px solid var(--orange);
  border-radius: 30px;
  padding: 38px 16px 22px 16px;
  position: relative;
  margin-top: 65px;
}
@media screen and (max-width: 1200px) {
  .p-mv__cta {
    padding: 29px 16px 22px 16px;
    margin-top: 29px;
  }
}
.p-mv__cta::before {
  content: "";
  display: inline-block;
  background: url("../images/mv_tel_text.png") no-repeat;
  background-size: contain;
  width: 277px;
  height: 58px;
  position: absolute;
  top: -21px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-mv__cta::before {
    width: 194px;
    height: 45px;
  }
}

.p-mv__tel {
  color: var(--orange);
  font-size: 3.5rem;
  font-weight: bold;
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding-left: 64px;
  position: relative;
  font-family: "Roboto", sans-serif;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1200px) {
  .p-mv__tel {
    padding-left: 35px;
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__tel {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 374px) {
  .p-mv__tel {
    font-size: 2rem;
  }
}
.p-mv__tel::before {
  content: "";
  display: inline-block;
  background: url("../images/mv_tel.svg") no-repeat;
  background-size: contain;
  width: 59px;
  height: 59px;
  position: absolute;
  top: 10px;
  left: 0;
}
@media screen and (max-width: 1200px) {
  .p-mv__tel::before {
    width: 35px;
    height: 35px;
  }
}

.p-mv__cta--text {
  font-size: 1.0625rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .p-mv__cta--text {
    font-size: 0.875rem;
  }
}

.p-mv__contact {
  border-radius: 30px;
  overflow: hidden;
  background-color: var(--white);
  box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.05);
}

.p-mv__contact--title {
  background-color: var(--orange);
  padding: 24px 0;
  position: relative;
}
.p-mv__contact--title::after {
  content: "";
  display: inline-block;
  border-right: 35px solid transparent;
  border-left: 35px solid transparent;
  border-top: 30px solid var(--orange);
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.p-mv__contact--title img {
  max-width: 384px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .p-mv__contact--title img {
    max-width: 240px;
  }
}

.p-mv__contact--inner {
  padding: 8px 32px 24px 32px;
}
@media screen and (max-width: 1024px) {
  .p-mv__contact--inner {
    padding: 0px 16px 24px 16px;
  }
}

.p-mv__contact--lead {
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
  color: var(--brown);
  padding: 8px 0;
  border-bottom: 1px solid var(--gray);
  margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .p-mv__contact--lead {
    font-size: 1rem;
  }
}

.p-contact {
  width: 100%;
}

.p-contact__label {
  text-align: left;
  font-weight: bold;
  color: var(--brown);
  min-width: 193px;
  padding: 8px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .p-contact__label {
    font-size: 0.875rem;
    justify-content: flex-start;
    gap: 8px;
  }
}

.p-contact__row {
  display: flex;
  gap: 13px;
}
@media screen and (max-width: 1024px) {
  .p-contact__row {
    flex-direction: column;
    gap: 8px;
  }
}

.p-contact__required {
  background-color: var(--orange);
  color: var(--white);
  font-size: 0.875rem;
  font-weight: bold;
  padding: 2px 10px;
  border-radius: 100px;
}
@media screen and (max-width: 1024px) {
  .p-contact__required {
    font-size: 0.75rem;
    padding: 2px 8px;
  }
}

.p-contact__input {
  border: 1px solid var(--orange);
  border-radius: 9px;
  min-height: 55px;
  width: 100%;
  padding: 16px 14px;
}
@media screen and (max-width: 1024px) {
  .p-contact__input {
    min-height: 53px;
  }
}
.p-contact__input:focus-visible {
  outline: 0;
  box-shadow: 0px 0px 0px 5px rgba(255, 101, 0, 0.3);
}

.p-contact__select {
  width: 100%;
  border: 1px solid var(--orange);
  border-radius: 9px;
  min-height: 55px;
  padding: 16px 14px;
}
@media screen and (max-width: 1024px) {
  .p-contact__select {
    font-size: 0.875rem;
  }
}
.p-contact__select:focus-visible {
  outline: 0;
  box-shadow: 0px 0px 0px 5px rgba(255, 101, 0, 0.3);
}
.p-contact__select:invalid {
  color: var(--gray);
}
.p-contact__select option {
  color: var(--black);
}

.p-contact__privacy--link {
  color: var(--red);
  text-decoration: underline;
}

.p-contact__privacy {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-contact__privacy {
    margin-top: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .p-contact__privacy .p-contact__body {
    font-size: 0.875rem;
  }
}

.p-contact__arrow {
  position: relative;
}
.p-contact__arrow::after {
  content: "";
  display: inline-block;
  background: url("../images/contact_arrow.svg") no-repeat;
  background-size: contain;
  width: 16px;
  height: 9px;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}

.p-contact__body {
  padding: 8px 0;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-contact__body {
    padding: 0;
  }
}

.p-contact__submit {
  display: block;
  width: 100%;
  text-align: center;
  background-color: var(--orange);
  color: var(--white);
  box-shadow: 0px 4px 0px 0px rgb(221, 87, 0);
  font-size: 1.25rem;
  font-weight: 900;
  min-height: 64px;
  border-radius: 100px;
}
@media screen and (max-width: 1200px) {
  .p-contact__submit {
    font-size: 1rem;
  }
}

.p-contact__button {
  position: relative;
  margin-top: 24px;
}
.p-contact__button::before {
  content: "";
  display: inline-block;
  background: url("../images/good_icon.svg") no-repeat;
  background-size: contain;
  width: 28px;
  height: 28px;
  position: absolute;
  left: 138px;
  top: 19px;
}
@media screen and (max-width: 1200px) {
  .p-contact__button::before {
    left: 51px;
  }
}
@media screen and (max-width: 374px) {
  .p-contact__button::before {
    left: 20px;
  }
}
.p-contact__button:hover {
  opacity: 0.8;
  transition: all 0.3s;
}

.p-contact__note {
  text-align: center;
  margin-top: 16px;
  font-size: 0.75rem;
}
@media screen and (max-width: 768px) {
  .p-contact__note {
    font-size: 0.625rem;
  }
}

.p-contact__error {
  color: var(--red);
  margin-top: 24px;
  font-size: 15px;
}

.p-movie {
  background-color: var(--lightOrange);
  position: relative;
}
.p-movie::after {
  content: "";
  display: inline-block;
  border-right: 85px solid transparent;
  border-left: 85px solid transparent;
  border-top: 80px solid var(--lightOrange);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -40px;
}

.p-movie__heading {
  padding-bottom: 0;
}
.p-movie__heading::after {
  background-color: var(--orange50);
  width: 100%;
  height: 15px;
}

.p-movie__inner {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .p-movie__inner {
    padding: 0 16px;
  }
}

.instagram-media {
  margin: 0 auto !important;
}
@media screen and (max-width: 768px) {
  .instagram-media {
    min-width: 100% !important;
  }
}

.p-point__heading {
  max-width: 517px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-point__heading {
    padding: 0 16px;
  }
}

.p-point__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .p-point__row {
    grid-template-columns: 1fr;
    gap: 56px;
    margin-top: 64px;
  }
}

.p-point__card {
  border: 2px solid var(--black);
  border-radius: 20px;
  background-color: var(--white3);
  position: relative;
}

.p-point__card--icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -62px;
  width: 80px;
}
@media screen and (max-width: 1024px) {
  .p-point__card--icon {
    width: 66px;
    top: -44px;
  }
}

.p-point__header {
  background-color: var(--orange2);
  padding: 32px 16px 24px 16px;
  border-radius: 18px 18px 0 0;
}
@media screen and (max-width: 1024px) {
  .p-point__header {
    padding: 22px 16px 16px 16px;
  }
}

.p-point__header--title {
  text-align: center;
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .p-point__header--title {
    font-size: 1.25rem;
  }
}

.p-point__header--parts {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-point__header--parts {
    font-size: 1.5rem;
  }
}

.p-point__body {
  padding: 32px 40px 40px 40px;
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 1024px) {
  .p-point__body {
    padding: 32px 16px 40px 16px;
  }
}

.p-point__body--text {
  font-weight: 500;
  margin-bottom: 1em;
}
.p-point__body--text:last-child {
  margin-bottom: 0;
}

.p-point__body--parts {
  color: var(--red);
}

.p-compare {
  padding-top: 0;
}

.p-compare__inner {
  background: url("../images/compare_bg.png");
  background-size: cover;
  padding: 40px 0;
}

.p-compare__contents {
  margin-top: 70px;
  overflow-x: auto;
  padding: 30px 16px 0 16px;
}
@media screen and (max-width: 768px) {
  .p-compare__contents {
    margin-top: 32px;
  }
}

.p-compare__table {
  width: 906px;
  border-spacing: 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-compare__table {
    width: 470px;
    padding-bottom: 15px;
  }
}

.p-compare__table--row:last-child .p-compare__table--heading {
  border-bottom: 1px solid var(--gray2);
}

.p-compare__table--row:last-child .p-compare__table--body {
  border-bottom: 1px solid var(--gray2);
}

.p-compare__table--row:last-child .p-compare__body--orange {
  border-bottom: 4px solid var(--orange2);
}

.p-compare__table--header {
  background-color: var(--gray2);
  height: 80px;
}
@media screen and (max-width: 768px) {
  .p-compare__table--header {
    height: 63px;
  }
}

.p-compare__table--heading {
  background-color: var(--white2);
  border-top: 1px solid var(--gray2);
  border-left: 1px solid var(--gray2);
  height: 80px;
}
@media screen and (max-width: 768px) {
  .p-compare__table--heading {
    font-size: 0.875rem;
  }
}

.p-compare__table--body {
  background-color: var(--white);
  height: 80px;
  text-align: center;
  border-top: 1px solid var(--gray2);
  border-right: 1px solid var(--gray2);
}

.p-compare__table--icon {
  max-width: 20px;
}

.p-compare__table--text {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
}

.p-compare__header--orange {
  background-color: var(--orange2);
  color: var(--white);
  font-size: 1.5rem;
  font-weight: bold;
  padding-bottom: 26px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-compare__header--orange {
    font-size: 0.9375rem;
  }
}
.p-compare__header--orange::before {
  content: "";
  display: inline-block;
  background-color: var(--orange2);
  width: 100%;
  height: 30px;
  border-radius: 10px 10px 0 0;
  position: absolute;
  top: -30px;
  left: 0;
}

.p-compare__body--orange {
  border-left: 4px solid var(--orange2);
  border-right: 4px solid var(--orange2);
  width: 292px;
}
@media screen and (max-width: 768px) {
  .p-compare__body--orange {
    width: 149px;
  }
}
.p-compare__body--orange .p-compare__table--icon {
  max-width: 33px;
}
.p-compare__body--orange .p-compare__table--text {
  font-size: 1rem;
  font-weight: bold;
}

.p-work {
  background-color: var(--lightOrange);
}

.p-work__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 64px;
  column-gap: 32px;
  margin-top: 64px;
}
@media screen and (max-width: 1200px) {
  .p-work__row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .p-work__row {
    margin-top: 48px;
    column-gap: 16px;
  }
}
@media screen and (max-width: 600px) {
  .p-work__row {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 0 16px;
  }
}

.p-work__card {
  border-radius: 10px;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.p-work__card--body {
  padding: 32px 24px 24px 24px;
  background-color: var(--white);
  margin-top: -5px;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .p-work__card--body {
    padding: 16px 16px;
  }
}

.p-work__card--item {
  display: flex;
  gap: 24px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .p-work__card--item {
    gap: 8px;
    margin-bottom: 8px;
  }
}
.p-work__card--item:last-of-type {
  margin-bottom: 0;
}

.p-work__card--heading {
  background-color: var(--gray2);
  padding: 3px 3px;
  font-size: 0.875rem;
  font-weight: 500;
  min-width: 72px;
  text-align: center;
}

.p-work__card--text {
  font-size: 1.25rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .p-work__card--text {
    font-size: 1rem;
  }
}

.p-work__card--price {
  margin: 24px auto 0 auto;
  font-size: 1.5rem;
  font-weight: bold;
  background: linear-gradient(transparent 71%, var(--yellow) 36%);
  width: fit-content;
  line-height: 1;
  padding-bottom: 8px;
  padding: 0 0.5em;
}
@media screen and (max-width: 768px) {
  .p-work__card--price {
    margin: 16px auto 0 auto;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 374px) {
  .p-work__card--price {
    padding: 0;
  }
}

.p-work__card--lg {
  font-size: 3.5rem;
  font-weight: bold;
  color: var(--orange);
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-work__card--lg {
    font-size: 2.625rem;
  }
}

.p-work__card--note {
  margin-top: 8px;
  font-size: 0.75rem;
  text-align: center;
}

.p-voice {
  background: url("../images/voice_bg.png");
  background-size: cover;
  background-repeat: repeat-y;
}

.p-voice__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .p-voice__row {
    grid-template-columns: 1fr;
    margin-top: 48px;
  }
}

.p-voice__item {
  background-color: var(--white3);
  padding: 32px 32px;
  border-radius: 20px;
  border: 2px solid var(--black);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-voice__item {
    padding: 32px 16px;
  }
}

.p-voice__header {
  margin-bottom: 16px;
}

.p-voice__header--row {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 34px;
}
@media screen and (max-width: 768px) {
  .p-voice__header--row {
    gap: 9px;
    margin-bottom: 16px;
  }
}

.p-voice__header--icon {
  display: flex;
  gap: 2px;
}

.p-voice__header--text {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-voice__header--text {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 768px) {
  .p-voice__text {
    font-size: 0.875rem;
  }
}

.p-voice__name {
  padding-top: 18px;
  border-top: 1px solid var(--gray);
  text-align: right;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-voice__name {
    padding-top: 16px;
    font-size: 0.875rem;
  }
}

.p-cta {
  background: url("../images/cta_bg.png") no-repeat;
  background-size: cover;
  background-position-x: center;
}

.p-cta__heading {
  max-width: 439px;
  margin: 0 auto;
}

.p-cta__text {
  text-align: center;
  color: var(--white);
  margin-top: 16px;
  font-size: 1.25rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .p-cta__text {
    margin-top: 0;
  }
}

.p-cta__row {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .p-cta__row {
    margin-top: 40px;
    flex-direction: column;
    align-items: center;
  }
}

.p-cta__item {
  width: calc(50% - 32px);
}
@media screen and (max-width: 768px) {
  .p-cta__item {
    width: 100%;
    max-width: 343px;
    margin: 0 auto;
  }
}

.p-cta__image {
  display: block;
  margin: 0 auto;
  max-width: 356px;
}
@media screen and (max-width: 768px) {
  .p-cta__image {
    margin-bottom: -22px;
    max-width: 269px;
  }
}

.p-cta__tel .p-cta__button {
  background-color: var(--green);
  box-shadow: 0px 3px 0px 0px rgb(34, 142, 58);
  font-family: "Roboto", sans-serif;
}
.p-cta__tel .p-cta__image {
  max-width: 202px;
}
@media screen and (max-width: 768px) {
  .p-cta__tel .p-cta__image {
    max-width: 177px;
  }
}
.p-cta__tel .p-cta__button--lead {
  padding-left: 5px;
}
.p-cta__tel .p-cta__button--lead::before {
  content: "";
  display: inline-block;
  background: url("../images/cta_tel.svg") no-repeat;
  background-size: contain;
  width: 38px;
  height: 38px;
  position: absolute;
  left: -32px;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .p-cta__tel .p-cta__button--lead::before {
    width: 32px;
    height: 32px;
  }
}
.p-cta__tel .p-cta__button--text {
  padding-left: 26px;
}

.p-cta__button {
  background-color: var(--orange);
  color: var(--white);
  font-weight: bold;
  min-height: 94px;
  border-radius: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 3px 0px 0px rgb(221, 87, 0);
}
@media screen and (max-width: 768px) {
  .p-cta__button {
    min-height: 87px;
  }
}

.p-cta__button--lead {
  font-size: 1.875rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  position: relative;
  padding-left: 24px;
}
@media screen and (max-width: 1024px) {
  .p-cta__button--lead {
    font-size: 1.5rem;
    padding-left: 6px;
  }
}
.p-cta__button--lead::before {
  content: "";
  display: inline-block;
  background: url("../images/cta_good.svg") no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  left: -34px;
  top: -5px;
}
@media screen and (max-width: 1024px) {
  .p-cta__button--lead::before {
    width: 34px;
    height: 34px;
  }
}

.p-cta__button--text {
  font-size: 0.8125rem;
  font-weight: bold;
  text-align: center;
  margin-top: 4px;
}

.p-flow {
  background-color: var(--lightOrange);
}

.p-flow__text {
  margin-top: 16px;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-flow__text {
    font-size: 0.875rem;
  }
}

.p-flow__list {
  margin: 64px auto 0 auto;
  max-width: 1101px;
  display: flex;
  justify-content: center;
  gap: 32px;
}
@media screen and (max-width: 1024px) {
  .p-flow__list {
    margin: 48px auto 0 auto;
    flex-wrap: wrap;
    row-gap: 48px;
    column-gap: 16px;
    max-width: 536px;
  }
}

.p-flow__item {
  position: relative;
  width: calc(20% - 32px);
}
@media screen and (max-width: 1024px) {
  .p-flow__item {
    width: calc(50% - 8px);
  }
}
.p-flow__item::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 2px;
  background-color: var(--black);
  position: absolute;
  right: -32px;
  top: 50%;
  transform: translateY(-50%);
}
.p-flow__item:last-child::after {
  content: none;
}
@media screen and (max-width: 1024px) {
  .p-flow__item:nth-child(even)::after {
    content: none;
  }
}

.p-flow__inner {
  border-radius: 10px;
  border: 2px solid var(--black);
  background-color: var(--white);
  padding: 0 16px 32px 16px;
  z-index: 0;
  position: relative;
  min-height: 292px;
}
@media screen and (max-width: 1024px) {
  .p-flow__inner {
    min-height: 335px;
    padding: 0 16px 24px 16px;
  }
}
@media screen and (max-width: 600px) {
  .p-flow__inner {
    min-height: 256px;
  }
}

.p-flow__number {
  color: var(--white);
  display: block;
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  padding-top: 6px;
  width: 64px;
  height: 64px;
  background-color: var(--brown);
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: 0;
}

.p-flow__body {
  margin-top: 16px;
}

.p-flow__body--title {
  text-align: center;
  color: var(--orange);
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-flow__body--title {
    font-size: 1.125rem;
  }
}

.p-flow__body--parts {
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .p-flow__body--parts {
    font-size: 1rem;
  }
}

.p-flow__body--text {
  text-align: center;
  margin-top: 16px;
  font-size: 0.875rem;
  font-weight: 500;
}

.p-faq {
  background-color: var(--white4);
}

.p-faq__inner {
  margin-top: 64px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .p-faq__inner {
    margin-top: 48px;
  }
}

.p-faq__item {
  border: 1px solid var(--black);
  border-radius: 20px;
  padding: 32px 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  background-color: var(--yellow10);
}
@media screen and (max-width: 768px) {
  .p-faq__item {
    padding: 16px 16px;
    gap: 16px;
  }
}

.p-faq__q {
  position: relative;
  padding-left: 58px;
}
@media screen and (max-width: 768px) {
  .p-faq__q {
    padding-left: 44px;
  }
}

.p-faq__q--heading {
  color: var(--orange2);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-faq__q--heading {
    font-size: 0.875rem;
  }
}

.p-faq__icon {
  max-width: 42px;
  position: absolute;
  left: 0;
  top: -6px;
}
@media screen and (max-width: 768px) {
  .p-faq__icon {
    max-width: 36px;
    top: -4px;
  }
}

.p-faq__a {
  position: relative;
  padding-left: 58px;
}
@media screen and (max-width: 768px) {
  .p-faq__a {
    padding-left: 44px;
  }
}

@media screen and (max-width: 768px) {
  .p-faq__a--text {
    font-size: 0.875rem;
  }
}

.p-company {
  background-color: var(--lightOrange);
}

.p-company__inner {
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid var(--brown);
  border-radius: 10px;
  overflow: hidden;
  background-color: var(--white);
}
@media screen and (max-width: 768px) {
  .p-company__inner {
    flex-direction: column-reverse;
  }
}

.p-company__map {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-company__map {
    width: 100%;
  }
}

.p-company__map--iframe {
  aspect-ratio: 530/359;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-company__map--iframe {
    aspect-ratio: 343/359;
  }
}

.p-company__body {
  padding: 24px 32px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-company__body {
    width: 100%;
    padding: 24px 16px;
  }
}

.p-company__title {
  padding-bottom: 24px;
  border-bottom: 2px dashed var(--brown);
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .p-company__title {
    padding-bottom: 16px;
  }
}

.p-company__table {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .p-company__table {
    margin-top: 16px;
  }
}
.p-company__table tr:last-child .p-company__table--heading {
  padding-bottom: 0;
}
.p-company__table tr:last-child .p-company__table--body {
  padding-bottom: 0;
}

.p-company__table--heading {
  color: var(--orange);
  font-weight: bold;
  min-width: 64px;
  padding-bottom: 8px;
  vertical-align: baseline;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-company__table--heading {
    min-width: 43px;
  }
}

.p-company__table--body {
  padding-bottom: 8px;
}
.p-company__table--body a:hover {
  color: var(--orange);
  transition: all 0.3s;
}

.p-privacy {
  background: url(../images/privacy_bg.png);
  background-size: cover;
  background-repeat: repeat-y;
}

.p-privacy__inner {
  margin: 48px auto 0 auto;
  border: 1px solid var(--black);
  border-radius: 10px;
  max-width: 960px;
  overflow: hidden;
  background-color: var(--white);
}

.p-privacy__scroll {
  padding: 32px 40px;
  height: 316px;
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  .p-privacy__scroll {
    padding: 32px 16px;
  }
}

.p-privacy__lead {
  margin-top: 1em;
  font-weight: bold;
  font-size: 1rem;
}

.p-privacy__item {
  list-style: disc;
  margin-left: 1em;
}

.p-privacy__under {
  margin-top: 1em;
}

.p-privacy__row {
  display: flex;
}

.p-privacy__row--body a:hover {
  color: var(--orange);
  transition: all 0.3s;
}

.p-thanks__heading {
  text-align: center;
}

.p-thanks__text {
  margin-top: 32px;
  text-align: center;
}

.p-thanks__button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin: 32px auto 0 auto;
  background-color: var(--orange);
  color: var(--white);
  box-shadow: 0px 2px 0px 0px rgb(221, 87, 0);
  font-size: 0.875rem;
  font-weight: bold;
  min-height: 42px;
  border-radius: 100px;
  padding: 0 40px 0 28px;
  position: relative;
}
.p-thanks__button::after {
  content: "";
  display: inline-block;
  background: url(../images/thanks_arrow.png) no-repeat;
  background-size: contain;
  width: 12px;
  height: 11px;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}

/* Utility (prefix: u-)
  ------------------------------------------------*/
.u-uppercase {
  text-transform: uppercase;
}

.u-lowercase {
  text-transform: lowercase;
}

.u-centerposition {
  display: flex;
  justify-content: center;
  align-items: center;
}

.u-visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  white-space: nowrap;
  clip-path: inset(50%);
}

.u-bold {
  font-weight: bold;
}

.u-color\:white {
  color: #fff;
}

.u-block {
  display: block;
}

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

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

.u-font-size\:smallish {
  font-size: var(--font-size-smallish);
}

.u-font-size\:biggish {
  font-size: var(--font-size-biggish);
}

.u-font-size\:big {
  font-size: var(--font-size-big);
}

@media screen and (max-width: 768px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-sp {
    display: block;
  }
}