@charset "UTF-8";
html {
  font-size: 100%;
}
@media (min-width: 768px) and (max-width: calc(1050px - 0.02px)) {
  html {
    font-size: 1.5238095238vw;
  }
}
@media (max-width: 390px) {
  html {
    font-size: 4.1025641026vw;
  }
}
@media (min-width: 1050px) {
  html {
    font-size: 100%;
  }
}

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

a,
button {
  transition: 0.3s;
  cursor: pointer;
}
a:hover,
button:hover {
  opacity: 0.7;
}

@media (hover: none) {
  a,
  button {
    transition: none;
    cursor: auto;
  }
  a:hover,
  button:hover {
    opacity: 1;
  }
}
/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
ol,
li {
  margin: 0;
}

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

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

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

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

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

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

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
  }
}
.l-banner {
  padding: 3.75rem 0;
}
@media screen and (max-width: 767px) {
  .l-banner {
    padding: 2.5rem 0;
  }
}

.l-contact {
  padding: 5rem 0 3.75rem;
}
@media screen and (max-width: 767px) {
  .l-contact {
    padding: 3.75rem 0;
  }
}

.l-faq {
  padding: 3.75rem 0;
}

.l-footer {
  padding-bottom: 1.125rem;
}

.l-header {
  width: 100%;
}

.l-hojo {
  padding: 5rem 0 4.1875rem;
}
@media screen and (max-width: 767px) {
  .l-hojo {
    padding: 3.75rem 0;
  }
}

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1050px;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}
@media (max-width: 767px) {
  .l-inner {
    max-width: none;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.l-melit {
  padding: 3.75rem 0;
}

.l-message {
  padding: 5.625rem 0 5rem;
}
@media screen and (max-width: 767px) {
  .l-message {
    padding: 3.75rem 0;
  }
}

.l-nayami {
  padding: 6.25rem 0 5rem;
}
@media screen and (max-width: 767px) {
  .l-nayami {
    padding: 3.75rem 0;
  }
}

.l-reason {
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .l-reason {
    padding-top: 3.75rem;
  }
}

.l-reform {
  padding: 5rem 0;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .l-reform {
    padding: 3.75rem 0;
  }
}

.l-thanks {
  padding: 18.75rem 0 12.5rem;
}
@media screen and (max-width: 767px) {
  .l-thanks {
    padding: 9.375rem 0 6.25rem;
  }
}

.c-btn {
  width: 23.75rem;
  height: 4.375rem;
  border-radius: 2.1875rem;
  box-shadow: 0 0.3125rem 0 #e5e5e5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  color: #fff;
  background-color: #ff7f0c;
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-btn {
    width: 19.375rem;
  }
}

.c-btn__text-area {
  display: flex;
  flex-direction: column;
}

.c-btn .min {
  font-size: 1rem;
}

.c-btn .num {
  font-family: "Roboto", sans-serif;
  font-size: 1.625rem;
}

.c-btn--yellow {
  background: linear-gradient(180deg, rgb(254, 187, 18) 0%, rgb(222, 166, 4) 100%);
}

.c-btn::before {
  content: "";
  width: 1.8125rem;
  height: 1.3125rem;
  background: url(../images/icon_mail.svg) no-repeat center/cover;
}

.c-btn--yellow::before {
  content: "";
  width: 1.75rem;
  height: 2.3125rem;
  background: url(../images/icon_tel.svg) no-repeat center/cover;
}

.c-card-melit {
  border-radius: 0.25rem;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  grid-gap: 0;
  gap: 0;
}

.c-card-melit__img img {
  aspect-ratio: 42/24;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.25rem 0.25rem 0 0;
}

.c-card-melit__body {
  padding: 1.125rem 1.25rem 1.875rem;
  border-radius: 0 0 0.25rem 0.25rem;
  background-color: #fff;
  border-top: 2px solid #1e7ad3;
  position: relative;
}

.c-card-melit__icon {
  width: 5rem;
  height: 3.125rem;
  border-radius: 1.25rem 1.25rem 0 0;
  background-color: #1e7ad3;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
}

.c-card-melit__icon::before,
.c-card-melit__icon::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url(../images/melit-icon_bg.webp) no-repeat center/cover;
  position: absolute;
  bottom: 0;
}

.c-card-melit__icon::before {
  left: 0;
  transform: translateX(-100%);
}

.c-card-melit__icon::after {
  right: 0;
  transform: translateX(100%) scale(-1, 1);
}

.c-card-melit__title {
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.45;
  color: #1e7ad3;
  text-align: center;
}

.c-card-melit__text {
  margin-top: 1.25rem;
  font-size: 1rem;
  line-height: 1.75;
}

.c-card-message {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  border-radius: 0.25rem;
  border: 2px solid #f7f7f7;
  padding: 2.5rem 3.125rem;
}
@media screen and (max-width: 767px) {
  .c-card-message {
    padding: 1.25rem 0.625rem;
    gap: 1rem;
    flex-direction: column;
  }
}

.c-card-message__body {
  flex-grow: 1;
}

.c-card-message__title {
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.45;
  color: #1e7ad3;
}
@media screen and (max-width: 767px) {
  .c-card-message__title {
    font-size: 1rem;
  }
}

.c-card-message__text {
  margin-top: 0.9375rem;
  font-size: 1rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .c-card-message__text {
    font-size: 0.875rem;
  }
}

.c-card-message__name {
  margin-top: 0.9375rem;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-card-message__name {
    font-size: 0.875rem;
  }
}

.c-card-message__img {
  width: 11.25rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-card-message__img {
    width: 100%;
  }
}

.c-card-message__img img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.25rem;
}

.c-card-nayami {
  width: 10.0625rem;
  height: 10.0625rem;
  background-color: #1e7ad3;
  border-radius: 0.25rem;
  color: #fff;
  padding-top: 1.9375rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.1875rem;
}
@media screen and (max-width: 767px) {
  .c-card-nayami {
    width: 100%;
  }
}

.c-card-nayami__icon {
  width: 1.875rem;
  height: 1.875rem;
}

.c-card-nayami__text {
  height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.4285714286;
  text-align: center;
}

.c-card-reason {
  border-radius: 0.25rem;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  grid-gap: 0;
  gap: 0;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.1);
}

.c-card-reason__img img {
  aspect-ratio: 32/20;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.25rem 0.25rem 0 0;
}

.c-card-reason__body {
  border-radius: 0 0 0.25rem 0.25rem;
  background-color: #fff;
  padding: 1.75rem 1.25rem 1.875rem;
  position: relative;
  border-top: 2px solid #1e7ad3;
}

.c-card-reason__label {
  width: 3.75rem;
  height: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1e7ad3;
  color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  border-radius: 1rem 1rem 0 0;
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.06em;
}

.c-card-reason__label::before,
.c-card-reason__label::after {
  content: "";
  width: 1rem;
  height: 1rem;
  background: url(../images/melit-icon_bg.webp) no-repeat center/cover;
  position: absolute;
  bottom: 0;
}

.c-card-reason__label::before {
  left: 0;
  transform: translateX(-100%);
}

.c-card-reason__label::after {
  right: 0;
  transform: translateX(100%) scale(-1, 1);
}

.c-card-reason__title {
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #1e7ad3;
  text-align: center;
  line-height: 1.4444444444;
}

.c-card-reason__text {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.75;
}

.c-card-reform {
  width: 22.1875rem;
  height: 22.1875rem;
  background-color: #fff;
  border-radius: 50%;
  padding-top: 3.75rem;
  text-align: center;
}

.c-card-reform__label {
  height: 1.9375rem;
  border-radius: 0.25rem;
  background-color: #1e7ad3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 0.125rem 0.75rem 0.1875rem;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.4444444444;
}

.c-card-reform__text {
  margin-top: 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
}

.c-card-reform__title {
  margin-top: 0.625rem;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.6;
  color: #1e7ad3;
}

.c-card-reform__icon {
  margin-top: 2.0625rem;
  margin-inline: auto;
  width: 3.4375rem;
}

.c-section-title {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.4375;
  text-align: center;
  padding-bottom: 1rem;
  position: relative;
  color: #121212;
}
@media screen and (max-width: 767px) {
  .c-section-title {
    font-size: 1.25rem;
  }
}

.c-section-title--white {
  color: #fff;
}

.c-section-title::after {
  content: "";
  width: 2.5rem;
  height: 0.25rem;
  border-radius: 1.25rem;
  background-color: #1e7ad3;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .c-section-title::after {
    width: 1.875rem;
    height: 0.1875rem;
  }
}

.c-section-title--white::after {
  background-color: #fff;
}

.c-section-title .blue {
  color: #1e7ad3;
}

.c-section-title .min {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-section-title .min {
    font-size: 1.125rem;
  }
}

.c-section-title .en {
  font-family: "Roboto", sans-serif;
  font-size: 2.875rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-section-title .en {
    font-size: 1.75rem;
  }
}

.p-banner-fv {
  padding: 1.875rem 3.75rem 2.5rem;
  background-color: #fff;
  border-radius: 0.625rem;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .p-banner-fv {
    padding: 1.875rem 1.25rem;
  }
}

.p-banner-fv__text {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.9166666667;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-banner-fv__text {
    font-size: 1.125rem;
  }
}

.p-banner-fv__text span {
  font-size: 2rem;
  color: #ff7f0c;
}
@media screen and (max-width: 767px) {
  .p-banner-fv__text span {
    font-size: 1.5rem;
  }
}

.p-banner-fv__btns {
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-banner-fv__btns {
    flex-direction: column;
  }
}

.p-banner {
  background-color: #1e7ad3;
}

.p-banner__inner {
  max-width: 59.375rem;
}

.p-banner__box {
  background-color: #fff;
  border-radius: 0.625rem;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.1);
  padding: 1.875rem 3.75rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-banner__box {
    padding: 1.25rem;
  }
}

.p-banner__title {
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.45;
  color: #121212;
  text-align: center;
}

.p-banner__btns {
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-banner__btns {
    flex-direction: column;
  }
}

.p-contact {
  background-color: #1e7ad3;
}

.p-contact__tel-box {
  margin-top: 2.5rem;
  border-radius: 0.625rem;
  background-color: #fff;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.1);
  padding: 2.5rem 0 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-contact__tel-box {
    margin-top: 1.5rem;
    padding: 1.25rem 0;
  }
}

.p-contact__tel-btn {
  text-align: center;
}

.p-contact__tel-text {
  margin-top: 1.25rem;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4444444444;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__tel-text {
    margin-top: 1rem;
    font-size: 0.875rem;
  }
}

.p-contact__form {
  margin-top: 2.5rem;
  border-radius: 0.625rem;
  background-color: #fff;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.1);
  padding: 3.75rem 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-contact__form {
    margin-top: 1.5rem;
    padding: 1.25rem 0.625rem;
  }
}

.p-faq {
  background-color: #f7f7f7;
}

.p-faq__boxies {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-faq__boxies {
    margin-top: 1.5rem;
  }
}

.p-faq__box {
  padding: 1.25rem;
  border-top: 1px solid #1e7ad3;
}
@media screen and (max-width: 767px) {
  .p-faq__box {
    padding: 1rem 1.5rem 1rem 0;
  }
}

.p-faq__box:last-child {
  border-bottom: 1px solid #1e7ad3;
}

.p-faq__q {
  display: flex;
  align-items: flex-start;
  gap: 1.125rem;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  color: #1e7ad3;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-faq__q {
    gap: 0.5rem;
    font-size: 0.875rem;
  }
}

.p-faq__q span {
  width: 2rem;
  height: 2rem;
  background-color: #1e7ad3;
  color: #fff;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  flex-shrink: 0;
  margin-top: -0.25rem;
}
@media screen and (max-width: 767px) {
  .p-faq__q span {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.125rem;
    margin-top: -0.125rem;
  }
}

.p-faq__q::after {
  content: "";
  width: 0.8125rem;
  height: 0.4375rem;
  background: url(../images/icon_arrow.svg) no-repeat center/cover;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(180deg);
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-faq__q::after {
    right: -1.5rem;
  }
}

.p-faq__q.close::after {
  transform: translateY(-50%) rotate(0);
}

.p-faq__a-box {
  margin-top: 1rem;
  display: none;
}

.p-faq__a {
  display: flex;
  align-items: flex-start;
  gap: 1.125rem;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-faq__a {
    gap: 0.5rem;
    font-size: 0.875rem;
  }
}

.p-faq__a span {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  background-color: #fdc804;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: -0.25rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-faq__a span {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.125rem;
    margin-top: -0.125rem;
  }
}

.p-footer {
  background-color: #1e7ad3;
}

.p-footer__copyright {
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-size: 1rem;
  color: #fff;
  line-height: 1.3125;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    font-size: 0.75rem;
  }
}

.p-form__table-box {
  padding: 1.25rem 6.65625rem 1.25rem 0;
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  border-top: 1px solid #cccccc;
}
@media screen and (max-width: 767px) {
  .p-form__table-box {
    padding: 1rem 0;
    flex-direction: column;
    gap: 0.5rem;
  }
}

.p-form__table-box:last-child {
  border-bottom: 1px solid #cccccc;
}

.p-form__table-box dt {
  width: 37.0277078086%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4444444444;
  padding-top: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .p-form__table-box dt {
    width: 100%;
    font-size: 0.875rem;
    padding-top: 0.25rem;
    justify-content: flex-start;
    gap: 1rem;
  }
}

.p-form__table-box dt span {
  width: 2.5625rem;
  height: 1.4375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 0.25rem;
  background-color: #ff7f0c;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-form__table-box dt span {
    width: 2rem;
    height: 1.125rem;
    font-size: 0.75rem;
  }
}

.p-form__table-box dd {
  width: 60.4534005038%;
}
@media screen and (max-width: 767px) {
  .p-form__table-box dd {
    width: 100%;
    font-size: 0.875rem;
  }
}

.p-form__table-box dd input {
  width: 100%;
  height: 3rem;
  border-radius: 0.25rem;
  border: 1px solid #cccccc;
  padding: 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-form__table-box dd input {
    height: 2.5rem;
    padding: 0 0.5rem;
  }
}

.p-form__table-box dd input::-moz-placeholder {
  color: #aaaaaa;
}

.p-form__table-box dd input::placeholder {
  color: #aaaaaa;
}

.p-form__table-box dd textarea {
  width: 100%;
  height: 18.75rem;
  border: 1px solid #cccccc;
  border-radius: 0.25rem;
  padding: 0.8125rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-form__table-box dd textarea {
    height: 12.5rem;
    padding: 0.5rem;
  }
}

.p-form__table-box dd textarea::-moz-placeholder {
  color: #aaaaaa;
}

.p-form__table-box dd textarea::placeholder {
  color: #aaaaaa;
}

.p-form__checks {
  display: flex;
  gap: 2.5rem;
  padding-top: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .p-form__checks {
    padding-top: 0.25rem;
  }
}

/* ラジオボタンを非表示 */
.p-form__check input {
  display: none;
}

/* 擬似チェックボックス */
.p-form__check span {
  position: relative;
  padding-left: 2rem;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-form__check span {
    padding-left: 1.625rem;
  }
}

/* 四角（チェックボックス風） */
.p-form__check span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-form__check span::before {
    width: 1.125rem;
    height: 1.125rem;
  }
}

/* チェックマーク */
.p-form__check span::after {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 0.5rem;
  height: 0.75rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-form__check span::after {
    left: 0.375rem;
    width: 0.375rem;
    height: 0.625rem;
  }
}

/* 選択時 */
.p-form__check input:checked + span::before {
  background: #1e7ad3; /* 好きな色に */
  border-color: #1e7ad3;
}

.p-form__check input:checked + span::after {
  opacity: 1;
}

.p-form__poricy-box {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-form__poricy-box {
    margin-top: 1.5rem;
  }
}

.p-form__btn-box {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-form__btn-box {
    margin-top: 1rem;
    gap: 0.5rem;
  }
}

.p-form__btn-box span {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4444444444;
  color: #ff7f0c;
}
@media screen and (max-width: 767px) {
  .p-form__btn-box span {
    font-size: 0.875rem;
  }
}

.p-form__btn {
  width: 23.75rem;
  height: 4.375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-form__btn {
    width: 19.375rem;
  }
}

.p-form__btn::before {
  content: "";
  width: 1.8125rem;
  height: 1.3125rem;
  background: url(../images/icon_mail.svg) no-repeat center/cover;
  position: absolute;
  top: 50%;
  left: 8.125rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-form__btn::before {
    width: 1.25rem;
    height: 1rem;
    left: 6.25rem;
  }
}

.p-form__btn input {
  width: 100%;
  height: 100%;
  border-radius: 2.1875rem;
  background-color: #ff7f0c;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
  box-shadow: 0 0.3125rem 0 #e5e5e5;
  border: none;
  font-size: 1.25rem;
  font-weight: bold;
  padding-left: 2.3125rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-form__btn input {
    font-size: 1.125rem;
    padding-left: 1.875rem;
  }
}

.p-fv__img {
  background: url(../images/fv.webp) no-repeat center/cover;
  aspect-ratio: 128/61;
}
@media screen and (max-width: 767px) {
  .p-fv__img {
    background: url(../images/fv-sp.webp) no-repeat center/cover;
    aspect-ratio: 390/403;
  }
}

.p-fv__bottom {
  background-color: #1e7ad3;
  padding-bottom: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-fv__bottom {
    padding-bottom: 2.5rem;
  }
}

.p-fv__inner {
  max-width: 59.375rem;
}

.p-fv__banner {
  transform: translateY(-8.625rem);
}
@media screen and (max-width: 767px) {
  .p-fv__banner {
    transform: translateY(-2.6875rem);
  }
}

.p-fv__bottom-textbox {
  margin-top: -5.9375rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-fv__bottom-textbox {
    margin-top: 0.1875rem;
  }
}

.p-fv__tag {
  display: inline-flex;
  width: 8.75rem;
  height: 2.75rem;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #1e7ad3;
  border-radius: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv__tag {
    width: 7.6875rem;
    height: 2.375rem;
    font-size: 1.25rem;
  }
}

.p-fv__text {
  margin-top: 1.25rem;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.4583333333;
}
@media screen and (max-width: 767px) {
  .p-fv__text {
    font-size: 1rem;
  }
}

.p-fv__lead {
  margin-top: 1.25rem;
  font-size: 2.375rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-fv__lead {
    margin-top: 0.625rem;
    font-size: 1.375rem;
  }
}

.p-fv__lead .min {
  font-size: 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv__lead .min {
    font-size: 0.9375rem;
  }
}

.p-fv__lead .yellow {
  color: #fdc804;
}

.p-fv__lead .la {
  font-family: "Roboto", sans-serif;
  font-size: 3.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv__lead .la {
    font-size: 1.875rem;
  }
}

.p-fv__caption {
  margin-top: 0.625rem;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-fv__caption {
    margin-top: 1.25rem;
    font-size: 0.75rem;
    text-align: left;
  }
}

.p-fv__caption.yellow {
  color: #fdc804;
}

.p-header {
  position: absolute;
  top: 0;
  left: 0;
}

.p-header__inner {
  padding: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding: 0.625rem;
  }
}

.p-header__logo {
  font-family: "Roboto", sans-serif;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.3076923077;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    font-size: 1rem;
    text-align: right;
  }
}

.p-hojo {
  background: url(../images/hojo_bg.webp) no-repeat center/cover;
  text-align: center;
}

.p-hojo__title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-hojo__title {
    font-size: 1.125rem;
  }
}

.p-hojo__text {
  margin-top: 4.0625rem;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.45;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-hojo__text {
    margin-top: 2.5rem;
    font-size: 0.75rem;
  }
}

.p-hojo__band {
  margin-top: 0.6875rem;
  display: inline-flex;
  height: 2.5rem;
  padding: 0 2.5rem;
  align-items: center;
  background-color: #1e7ad3;
  color: #fff;
  border-radius: 1.25rem;
  font-size: 1.375rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-hojo__band {
    font-size: 0.875rem;
    padding: 0 0.5rem;
    height: 2rem;
  }
}

.p-melit {
  position: relative;
}

.p-melit::after {
  content: "";
  width: 100%;
  height: 91.5rem;
  background-color: #1e7ad3;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-melit::after {
    height: 125rem;
  }
}

.p-melit__inner {
  position: relative;
  z-index: 10;
  max-width: 59.375rem;
}

.p-melit__cards {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2.5rem 3.75rem;
  gap: 2.5rem 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-melit__cards {
    margin-top: 1.5rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
}

.p-message__cards {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-message__cards {
    margin-top: 1.875rem;
  }
}

.p-message__card:nth-child(n+2) {
  margin-top: 1.25rem;
}

.p-nayami {
  background: url(../images/nayami_bg.webp) no-repeat center/cover;
}

.p-nayami__cards {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 0.5rem;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-nayami__cards {
    margin-top: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-nayami__img {
  margin-top: 2.5rem;
  width: 40rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-nayami__img {
    margin-top: 1.5rem;
    width: 100%;
  }
}

.p-nayami__img img {
  aspect-ratio: 640/357;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.25rem;
}

.p-nayami__text {
  margin-top: 1.25rem;
  text-align: center;
  color: #121212;
}
@media screen and (max-width: 767px) {
  .p-nayami__text {
    margin-top: 1rem;
  }
}

.p-nayami__text-top {
  font-size: 1.625rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.4230769231;
}
@media screen and (max-width: 767px) {
  .p-nayami__text-top {
    font-size: 1rem;
    display: flex;
    align-items: center;
  }
}

.p-nayami__text-top span {
  font-size: 3.25rem;
  color: #1e7ad3;
  display: inline-flex;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-nayami__text-top span {
    font-size: 1.5rem;
    gap: 0.375rem;
    align-items: center;
  }
}

.p-nayami__text-top span::before,
.p-nayami__text-top span::after {
  content: "";
  width: 1.25rem;
  height: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-nayami__text-top span::before,
  .p-nayami__text-top span::after {
    width: 0.625rem;
    height: 1.875rem;
  }
}

.p-nayami__text-top span::before {
  border-top: 3px solid #1e7ad3;
  border-left: 3px solid #1e7ad3;
  margin-left: 1.25rem;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-nayami__text-top span::before {
    border-top: 2px solid #1e7ad3;
    border-left: 2px solid #1e7ad3;
    margin-left: 0.75rem;
    margin-top: 0;
  }
}

.p-nayami__text-top span::after {
  border-right: 3px solid #1e7ad3;
  border-bottom: 3px solid #1e7ad3;
  margin-top: auto;
  margin-bottom: 0.625rem;
  margin-right: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-nayami__text-top span::after {
    border-right: 2px solid #1e7ad3;
    border-bottom: 2px solid #1e7ad3;
    margin-bottom: 0;
    margin-right: 0.75rem;
  }
}

.p-nayami__text-bottom {
  margin-top: 0.625rem;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.4583333333;
}
@media screen and (max-width: 767px) {
  .p-nayami__text-bottom {
    margin-top: 0.5rem;
    font-size: 1rem;
  }
}

.p-nayami__text-bottom span {
  color: #1e7ad3;
}

.p-poricy {
  max-width: 37.5rem;
  margin-inline: auto;
}

.p-poricy__title {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4444444444;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-poricy__title {
    font-size: 1rem;
  }
}

.p-poricy__box {
  margin-top: 1.25rem;
  height: 18.75rem;
  background-color: #fff;
  border-radius: 0.25rem;
  border: 1px solid #cccccc;
  padding: 1.25rem;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .p-poricy__box {
    margin-top: 1rem;
    height: 12.5rem;
    padding: 0.5rem;
  }
}

.p-poricy__text {
  font-size: 1rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-poricy__text {
    font-size: 0.875rem;
  }
}

.p-poricy__o-list {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-poricy__o-list {
    margin-top: 0.5rem;
  }
}

.p-poricy__o-item {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-poricy__o-item {
    font-size: 0.875rem;
  }
}

.p-poricy__o-item:nth-child(n+2) {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-poricy__o-item:nth-child(n+2) {
    margin-top: 0.5rem;
  }
}

.p-poricy__item {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-poricy__item {
    font-size: 0.875rem;
  }
}

.p-poricy__meta {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-poricy__meta {
    margin-top: 0.5rem;
    font-size: 0.8125rem;
  }
}

.p-reason__cards {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-reason__cards {
    margin-top: 1.5rem;
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-reform {
  width: 92.1875%;
  margin-inline: auto;
  background-color: #ebf5ff;
  position: relative;
  z-index: 10;
}

.p-reform__inner {
  max-width: 59.375rem;
}

.p-reform__cards {
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-reform__cards {
    flex-direction: column;
  }
}

.p-reform__card:nth-child(n+2) {
  margin-left: -1.25rem;
}
@media screen and (max-width: 767px) {
  .p-reform__card:nth-child(n+2) {
    margin-left: 0;
    margin-top: -1.25rem;
  }
}

.p-reform__lead {
  margin-top: 1.25rem;
  font-size: 1.625rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.5769230769;
  text-align: center;
  color: #121212;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-reform__lead {
    font-size: 1.125rem;
  }
}

.p-reform__lead::after {
  content: "";
  width: 42.625rem;
  height: 4rem;
  background: url(../images/icon_fukidashi.svg) no-repeat center/cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
@media screen and (max-width: 767px) {
  .p-reform__lead::after {
    width: 21.875rem;
    height: 2.125rem;
  }
}

.p-reform__lead span {
  color: #1e7ad3;
}

.p-reform__copy {
  margin-top: 3.875rem;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.5625;
  color: #121212;
  display: flex;
  align-items: baseline;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-reform__copy {
    margin-top: 2.5rem;
    font-size: 1.125rem;
  }
}

.p-reform__copy::before,
.p-reform__copy::after {
  content: "";
  width: 1.6875rem;
  height: 1.6875rem;
  background: url(../images/icon_line.svg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .p-reform__copy::before,
  .p-reform__copy::after {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.p-reform__copy::before {
  margin-right: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-reform__copy::before {
    margin-right: 0.5rem;
  }
}

.p-reform__copy::after {
  margin-left: 1.125rem;
  transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .p-reform__copy::after {
    margin-left: 0.5rem;
  }
}

.p-reform__copy span {
  width: 3.75rem;
  height: 3.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  background-color: #1e7ad3;
  color: #fff;
  font-size: 2.75rem;
}
@media screen and (max-width: 767px) {
  .p-reform__copy span {
    width: 2rem;
    height: 2rem;
    font-size: 1.5rem;
  }
}

.p-reform__text {
  margin-top: 1.25rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-reform__text {
    font-size: 0.8125rem;
  }
}

.p-reform__text span {
  font-weight: bold;
}

.p-reform__works {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-reform__works {
    margin-top: rem840;
  }
}

.p-reform__box {
  margin-top: 2.5rem;
  border-radius: 0.25rem;
  background-color: #1e7ad3;
  padding: 2.5rem 3.125rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-reform__box {
    margin-top: 1.5rem;
    padding: 1.25rem 1rem;
  }
}

.p-reform__box-title {
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.45;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-reform__box-title {
    font-size: 1rem;
  }
}

.p-reform__box-text {
  margin-top: 1.25rem;
  font-size: 1rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-reform__box-text {
    margin-top: 1rem;
    font-size: 0.875rem;
  }
}

.p-thanks {
  background-color: #1e7ad3;
}

.p-thanks__title {
  text-align: center;
  font-size: 2rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-thanks__title {
    font-size: 1.25rem;
  }
}

.p-thanks__text {
  margin-top: 2.5rem;
  font-size: 1.125rem;
  text-align: center;
  line-height: 2;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-thanks__text {
    margin-top: 1.5rem;
    font-size: 1rem;
  }
}

.p-thanks__btn {
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-thanks__btn {
    margin-top: 1.5rem;
  }
}

.p-thanks__btn a::before {
  content: none;
}

.p-works {
  background-color: #fff;
  padding: 2.5rem 3.125rem;
  border-radius: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-works {
    padding: 1rem;
  }
}

.p-works__title {
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.45;
  color: #1e7ad3;
  text-align: center;
  padding-bottom: 0.6875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-works__title {
    font-size: 1rem;
    padding-bottom: 0.5rem;
  }
}

.p-works__title::after {
  content: "";
  width: 7.5rem;
  height: 1px;
  background-color: #1e7ad3;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-works__title::after {
    width: 5rem;
  }
}

.p-works__wrap {
  margin-top: 2.5rem;
  display: flex;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-works__wrap {
    margin-top: 1.5rem;
    flex-direction: column;
  }
}

.p-works__imgs {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .p-works__imgs {
    width: 100%;
    display: flex;
    gap: 0.5rem;
  }
}

.p-works__img:nth-child(n+2) {
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-works__img:nth-child(n+2) {
    margin-top: 0;
  }
}

.p-works__img img {
  aspect-ratio: 36/28;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.25rem;
}

.p-works__body {
  width: 52.5%;
  padding: 1.25rem;
  border-radius: 0.25rem;
  background-color: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .p-works__body {
    width: 100%;
    padding: 0.5rem;
  }
}

.p-works__label {
  width: 5rem;
  height: 1.9375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1e7ad3;
  color: #fff;
  border-radius: 0.25rem;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-works__label {
    width: 3.75rem;
    height: 1.5rem;
    font-size: 0.875rem;
  }
}

.p-works__lead {
  margin-top: 0.625rem;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.45;
  color: #121212;
}
@media screen and (max-width: 767px) {
  .p-works__lead {
    font-size: 1rem;
  }
}

.p-works__meta {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-works__meta {
    margin-top: 0.625rem;
  }
}

.p-works__address {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-works__address {
    font-size: 0.75rem;
    gap: 0.5rem;
  }
}

.p-works__address::before {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #1e7ad3;
}
@media screen and (max-width: 767px) {
  .p-works__address::before {
    width: 0.25rem;
    height: 0.25rem;
  }
}

.p-works__detail {
  margin-top: 0.625rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-works__detail {
    margin-top: 0.5rem;
    gap: 0.5rem;
    font-size: 0.875rem;
  }
}

.p-works__detail span {
  width: 5.4375rem;
  height: 1.6875rem;
  border-radius: 0.25rem;
  background-color: #fff;
  border: 1px solid #1e7ad3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1e7ad3;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-works__detail span {
    width: 4.375rem;
    height: 1.5rem;
    font-size: 0.75rem;
  }
}

.p-works__text {
  margin-top: 1.25rem;
  font-size: 1rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-works__text {
    margin-top: 0.625rem;
    font-size: 0.875rem;
  }
}

.p-works__table {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-works__table {
    margin-top: 1.5rem;
  }
}

.p-works__table-box {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-works__table-box {
    gap: 0.625rem;
  }
}

.p-works__table-box:nth-child(n+2) {
  margin-top: 0.5625rem;
}
@media screen and (max-width: 767px) {
  .p-works__table-box:nth-child(n+2) {
    margin-top: 0.375rem;
  }
}

.p-works__table-box dt {
  width: 7.5625rem;
  height: 1.6875rem;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-works__table-box dt {
    width: 6.25rem;
    height: 1.5rem;
    gap: 0.25rem;
    font-size: 0.875rem;
  }
}

.p-works__table-box dt.blue {
  background-color: #1e7ad3;
  color: #fff;
}

.p-works__table-box dt.white {
  background-color: #fff;
  border: 1px solid #1e7ad3;
  color: #1e7ad3;
}

.p-works__table-box dt.white span {
  min-width: 1.375rem;
  height: 1.1875rem;
  background-color: #1e7ad3;
  color: #fff;
  border-radius: 0.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.25rem;
  font-size: 0.875rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-works__table-box dt.white span {
    min-width: 1.125rem;
    height: 1.125rem;
    font-size: 0.75rem;
  }
}

.p-works__table-box dt.orange {
  background-color: #ff7f0c;
  color: #fff;
}

.p-works__table-box dd {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4444444444;
}

.p-works__table-box dd.orange {
  color: #ff7f0c;
}

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

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}
/*# sourceMappingURL=styles.css.map */