@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3389121339vw;
  }
}
@media (min-width: 1195px) {
  html {
    font-size: 100%;
  }
}

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

@media screen and (min-width: 768px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
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]) {
  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 {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-access {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .l-access {
    margin-top: 2.625rem;
  }
}

.l-body {
  padding-top: 5.9375rem;
}
@media screen and (min-width: 768px) {
  .l-body {
    padding-top: 6.5625rem;
  }
}

.l-breadcrumbs {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .l-breadcrumbs {
    margin-top: 1.875rem;
  }
}

.l-feature {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .l-feature {
    margin-top: 12rem;
  }
}

.l-flow {
  margin-top: 3.4375rem;
}

.l-footer {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .l-footer {
    margin-top: 4rem;
  }
}

.l-inner {
  max-width: 600px;
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1195px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.l-inner--s {
  max-width: 600px;
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner--s {
    max-width: 1160px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.l-price {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .l-price {
    margin-top: 4.375rem;
  }
}

.l-service {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .l-service {
    margin-top: 7.375rem;
  }
}

.l-sub-contact {
  margin-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .l-sub-contact {
    margin-top: 10.125rem;
  }
}

.l-sub-mv {
  margin-top: 1.875rem;
}

.l-sub-service-otherbox {
  margin-top: 4.625rem;
}

.l-sub-service {
  margin-top: 5.5625rem;
}

.l-trouble {
  margin-top: 6.875rem;
}

.c-btn {
  background: #fff;
  border-radius: 1.25rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 0.75rem;
  font-weight: bold;
  text-align: center;
  background: #fff;
  border-radius: 1.25rem;
  color: #1A1C21;
  padding: 0.5rem 1.0625rem;
  display: inline-block;
}

.c-btn::after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  padding-left: 0.625rem;
}

.c-btn--large {
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  border-radius: 1.875rem;
  padding: 1.125rem 2.375rem;
  background: #ed6417;
}

.c-btn--large::after {
  content: none;
}

.c-btn--middle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  font-weight: normal;
  color: #fff;
  border-radius: 1.875rem;
  padding: 0.5rem 3rem;
  background: #247871;
}

.c-btn--middle::after {
  content: none;
}

.c-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-card__title {
  font-size: 1.8125rem;
  color: #247871;
  border-bottom: 1px solid #247871;
  margin-top: 0.4375rem;
  padding-bottom: 0.5625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-card__title {
    font-size: 2.125rem;
    text-align: left;
  }
}

.c-card__img {
  width: 100%;
  aspect-ratio: 350/272;
  overflow: hidden;
}

.c-card__text {
  font-size: 0.75rem;
  line-height: 1.8333333333;
  margin-top: 0.625rem;
  margin-bottom: 0.9375rem;
}

.c-card__case {
  background: #e5f0ef;
  padding: 0.75rem 0.875rem;
  margin-top: auto;
  font-size: 0.875rem;
}

.c-card__case p {
  font-size: 0.875rem;
  color: #247871;
}

.c-card__case ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0.5rem;
}

.c-card__case ul li {
  font-size: 0.75rem;
}

.c-card__case ul li::before {
  content: "・";
}

.c-card__case ul li:not(:last-child) {
  margin-right: 0.3125rem;
}

.c-card__btn {
  text-align: center;
  margin-top: 1.8125rem;
}

.c-card__btn a {
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1.8333333333;
  border: solid 1px #1A1C21;
  padding: 0.5rem 2.8125rem;
}

.c-contact-item {
  background: #247871;
  color: #fff;
  padding: 0.875rem 0 0.375rem;
  max-width: 21.875rem;
  width: 100%;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .c-contact-item:first-child {
    margin-right: 1.875rem;
  }
}

.c-contact-item__text {
  font-size: 0.8125rem;
}

.c-contact-item__text span {
  letter-spacing: -0.07em;
}

.c-contact-item__tell {
  font-size: 1.75rem;
  font-family: futura-pt-bold, sans-serif;
  letter-spacing: 0.06em;
}

.c-contact-item__tell span {
  position: relative;
}

.c-contact-item__tell span::before {
  content: "";
  position: absolute;
  background: url(../images/icon_contact01.png) no-repeat;
  width: 1.3125rem;
  height: 1.3125rem;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -1em;
}

.c-contact-item__mail {
  font-size: 1.3125rem;
  font-weight: bold;
  margin-top: 0.3125rem;
  padding-left: 1em;
  padding-bottom: 0.25rem;
}

.c-contact-item__mail span {
  position: relative;
}

.c-contact-item__mail span::before {
  content: "";
  position: absolute;
  background: url(../images/icon_contact02.png) no-repeat;
  width: 1.3125rem;
  height: 1.3125rem;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -1.2em;
}

.c-hamburger {
  width: 1.625rem;
}

.c-hamburger span {
  height: 0.125rem;
  display: block;
  border-radius: 2px;
  background: #1A1C21;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-hamburger span:nth-child(2) {
  margin-top: 0.375rem;
}

.c-hamburger span:nth-child(3) {
  margin-top: 0.375rem;
}

.c-hamburger.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: 0.3125rem;
}

.c-hamburger.open span:nth-child(2) {
  opacity: 0;
}

.c-hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: -0.625rem;
}

.c-header-btn {
  background: #247871;
  color: #fff;
  font-size: 0.875rem;
  min-width: 12.5rem;
  padding: 0.9375rem 0 0.75rem;
  border-radius: 5px;
  position: relative;
}

.c-header-btn span {
  position: relative;
  padding-left: 1.875rem;
}

.c-header-btn span::before {
  content: "";
  position: absolute;
  background: url(../images/icon_header_mail.png) no-repeat;
  width: 1.3125rem;
  height: 1.3125rem;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -0.2em;
}

.c-list {
  width: 12.1875rem;
  text-align: center;
}

.c-list__number {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}

.c-list__img {
  width: 10.25rem;
  height: 10.25rem;
  border-radius: 50%;
  background: #fff;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-list__img img {
  display: inline-block;
  height: 33.5365853659%;
}

.c-list__img--small {
  padding-top: 0.5rem;
  padding-bottom: 0.75rem;
}

.c-list__title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 0.875rem;
  color: #247871;
}

.c-list__text {
  font-size: 0.6875rem;
  line-height: 2;
  text-align: left;
  margin-top: 1rem;
  font-weight: bold;
}

.c-list__arrow {
  font-size: 2.1875rem;
  margin-left: 0.5625rem;
  margin-right: 0.4375rem;
  margin-top: 0rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  .c-list__arrow {
    margin-top: 5.8125rem;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

.c-other {
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, .1);
          box-shadow: 0 0 5px 2px rgba(0, 0, 0, .1);
  padding: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .c-other {
    padding: 2.0625rem 2.5rem 2.9375rem 2.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .c-other--s {
    padding: 1.875rem;
  }
}

.c-other__img {
  width: 40%;
}
@media screen and (min-width: 500px) {
  .c-other__img {
    width: 35%;
  }
}
@media screen and (min-width: 768px) {
  .c-other__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 1.25rem;
  }
}

.c-other__img img {
  width: 100%;
  aspect-ratio: 100/120;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (min-width: 768px) {
  .c-other__textbox {
    width: 10.375rem;
  }
}

.c-other__title {
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
  color: #247871;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-other__title {
    -moz-text-align-last: left;
         text-align-last: left;
    margin-top: 0;
  }
}

.c-other__text {
  font-size: 0.75rem;
  line-height: 1.8333333333;
  margin-top: 0.9375rem;
}

.c-point {
  background: #fff;
  border: solid 1px #ddd;
  padding-bottom: 1.8125rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-point__number {
  font-family: "Roboto", sans-serif;
  font-size: 3.0625rem;
  text-align: center;
  line-height: 0.8;
  margin-top: -1.3125rem;
}

.c-point__number span {
  font-size: 0.9375rem;
  display: block;
  line-height: 1;
}

.c-point__img {
  width: 4.625rem;
  margin-top: 1.625rem;
  margin-bottom: 1.125rem;
}

.c-point__img img {
  width: 100%;
  aspect-ratio: 74/60;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-point__img--wide {
  width: 5.625rem;
  margin-top: 1.8125rem;
}

.c-point__textbox {
  margin-top: auto;
}

.c-point__title {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 1rem;
  line-height: 2.25;
  text-align: center;
}

.c-point__title--narrow {
  line-height: 1.5;
}

.c-point__text {
  font-size: 0.75rem;
  line-height: 1.8333333333;
  margin-top: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .c-point__text {
    margin-top: 0;
  }
}

.c-point__text--topwide {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-point__text--topwide {
    margin-top: 0.375rem;
  }
}

.c-title {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
}

.p-access__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-access__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 65.4375rem;
  }
}

.p-access__title {
  font-size: 1.6875rem;
  display: inline-block;
  border-bottom: 2px solid #fea032;
  padding: 0 17px 5px 10px;
  margin-top: 5.125rem;
}

@media screen and (min-width: 768px) {
  .p-access__text {
    margin-left: 0.625rem;
  }
}

.p-access__company {
  font-size: 1.25rem;
  margin-top: 1.375rem;
}

.p-access__address {
  font-size: 1.125rem;
  line-height: 1.3333333333;
  margin-top: 0.6875rem;
}

.p-access__tel {
  line-height: 1.7222222222;
  margin-top: 1.125rem;
}

.p-access__map {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-access__map {
    width: 28.75rem;
    height: 24.875rem;
    margin-left: auto;
    margin-top: 0;
    overflow: hidden;
  }
}

.p-access__map iframe {
  aspect-ratio: 460/400;
  width: 100%;
  height: 43.75rem;
}
@media screen and (min-width: 768px) {
  .p-access__map iframe {
    margin-top: -8.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-breadcrumbs__inner {
    max-width: 65.75rem;
  }
}

.p-breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-breadcrumbs__item {
  font-size: 0.75rem;
  position: relative;
}

.p-breadcrumbs__item:not(:last-child) {
  margin-right: 1.25rem;
}

.p-breadcrumbs__item:not(:last-child):after {
  position: absolute;
  content: ">";
  width: 0.75rem;
  height: 0.75rem;
  line-height: 1;
  top: 50%;
  right: -1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-contact {
  background: #F0F0F0;
  padding: 5rem 0 6rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-contact {
    padding: 2.375rem 0 3.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-contact__inner {
    max-width: 48.75rem;
  }
}

.p-contact__title {
  font-size: 1.1875rem;
  line-height: 1.5;
  -moz-text-align-last: center;
       text-align-last: center;
}
@media screen and (min-width: 768px) {
  .p-contact__title {
    font-size: 1.625rem;
    padding-left: 7.6875rem;
    -moz-text-align-last: left;
         text-align-last: left;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .p-contact__title::after {
    position: absolute;
    content: "";
    width: 4.5625rem;
    height: 6.25rem;
    background: url(../images/img_contact.png) no-repeat;
    background-size: contain;
    width: 7.625rem;
    height: 10.375rem;
    top: -3.75rem;
    right: 7.0625rem;
  }
}

.p-contact__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-contact__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-contact__item {
  z-index: 1;
}

.p-contact__item + .p-contact__item {
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-contact__item + .p-contact__item {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-feature__inner {
    max-width: 69.375rem;
    width: 100%;
  }
}

.p-feature__textbox {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background: url(../images/bg_feature.png) no-repeat;
  background-size: 180%;
  background-position: left bottom 11px;
  padding-bottom: 8.75rem;
}
@media screen and (min-width: 768px) {
  .p-feature__textbox {
    background-size: contain;
    padding-bottom: 13.5625rem;
  }
}

.p-feature__title {
  font-size: 1.75rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-feature__title {
    font-size: 2.0625rem;
  }
}

.p-feature__text {
  font-size: 0.875rem;
  text-align: center;
  margin-top: 1rem;
}

.p-feature__pointbox {
  background: #F0F0F0;
  margin: 0 calc(50% - 50vw);
  padding: 3.9375rem calc(50vw - 50%) 4.25rem;
  width: 100vw;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.125rem;
  grid-template-rows: auto;
}
@media screen and (min-width: 768px) {
  .p-feature__pointbox {
    padding: 5.6875rem calc(50vw - 50%) 3.9375rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5625rem 3.125rem;
  }
}

.p-flow {
  background: #e5f0ef;
  padding: 5rem 0;
}
@media screen and (min-width: 768px) {
  .p-flow {
    padding: 6.625rem 0 7.1875rem;
  }
}

.p-flow__title {
  font-size: 1.6875rem;
  font-weight: bold;
  color: #247871;
  text-align: center;
}

.p-flow__title span {
  display: inline-block;
  border-bottom: 2px solid #247871;
  padding: 0 20px 5px;
}

.p-flow__items {
  margin-top: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-flow__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-footer {
  background: #247871;
  padding-top: 2.75rem;
  padding-bottom: 3.125rem;
  color: #fff;
  text-align: center;
}

.p-footer__company {
  font-size: 1rem;
}

.p-footer__name {
  font-size: 1.5rem;
}

.p-footer__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0.75rem;
  margin-top: 1rem;
}

.p-footer__item {
  line-height: 2;
}

.p-footer__item:not(:last-child) {
  margin-right: 1.5625rem;
}

.p-footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
}

.p-footer__link a {
  display: inline-block;
}

.p-footer__link a:not(:last-child) {
  margin-right: 0.75rem;
}

.p-footer__link img {
  width: 2.4375rem;
}

.p-header-nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header-nav__item {
  margin-top: 1.5rem;
}

.p-header-pcnav {
  font-size: 0.875rem;
}

.p-header-pcnav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-header-pcnav__item:not(:last-child) {
  margin-right: 2.375rem;
}
@media screen and (max-width: 800px) {
  .p-header-pcnav__item:not(:last-child) {
    margin-right: 1.875rem;
  }
}

.p-header {
  height: 5.9375rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-bottom: solid 1px #ddd;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-header {
    height: 6.5625rem;
  }
}

.p-header__inner {
  padding: 0.8125rem 1.75rem 1.1875rem;
}
@media screen and (min-width: 768px) {
  .p-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-header__left {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-header__left {
    display: block;
  }
}

.p-header__title {
  font-size: 1.625rem;
  color: #247871;
  position: relative;
  z-index: 15;
}
@media screen and (min-width: 768px) {
  .p-header__title {
    font-size: 2rem;
    display: inline-block;
    margin-right: 0.3125rem;
  }
}

.p-header__subtitle {
  font-size: 0.875rem;
  color: #247871;
  display: inline-block;
  position: relative;
  z-index: 15;
}
@media screen and (min-width: 768px) {
  .p-header__subtitle {
    font-size: 1rem;
  }
}

.p-header__hamburger {
  position: fixed;
  top: 1.25rem;
  right: 0.9375rem;
  z-index: 20;
}

.p-header__drawer {
  display: none;
  background: #fff;
  width: 100%;
  height: 100vh;
  padding: 0.625rem 1.25rem 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  overflow: auto;
}

.p-header__drawer-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-header__pcnav {
  margin-top: 0.25rem;
  margin-left: 0.0625rem;
}

@media screen and (min-width: 768px) {
  .p-header__right {
    margin-left: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-header__rightbox {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-header__telbox {
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-header__telbox {
    margin-top: 0;
    margin-right: 2.0625rem;
  }
}

.p-header__tel {
  font-family: futura-pt, sans-serif;
  font-size: 1.75rem;
  letter-spacing: 0.07em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-header__tel {
    display: inline-block;
    font-size: 1.8125rem;
  }
}

.p-header__tel::before {
  content: "";
  position: absolute;
  background: url(../images/icon_header_tel.png) no-repeat;
  width: 1.125rem;
  height: 1.125rem;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -0.7em;
}
@media screen and (min-width: 768px) {
  .p-header__tel::before {
    width: 1.375rem;
    height: 1.375rem;
    left: -0.9em;
  }
}

.p-header__tel-sub {
  font-size: 0.6875rem;
  letter-spacing: 0.06em;
  margin-top: -0.1875rem;
  margin-left: -1.5625rem;
}

.p-header__btn {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-header__btn {
    margin-top: 0;
  }
}

.p-mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-mv {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-mv__title {
  font-size: clamp(1.375rem, 0.418rem + 4.08vw, 2.375rem);
  font-family: fot-tsukuardgothic-std, sans-serif;
  position: absolute;
  top: 50%;
  left: 0.9375rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-mv__title {
    font-size: 2.96875vw;
    top: 16.5625vw;
    left: 3.125rem;
  }
}

.p-mv__title span {
  background: #fff;
  display: inline-block;
  padding: 0 0.9375rem 0.3125rem;
}

.p-mv__textbox {
  background: #c6dcda;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  padding: 1.875rem 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-mv__textbox {
    width: 32%;
    font-size: 1.09375vw;
    padding-top: 28.203125vw;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}

.p-mv__text {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  max-width: 37.5rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-mv__text {
    padding-left: 0;
    padding-right: 0;
  }
}

.p-mv__img {
  width: 100%;
  position: relative;
  padding-top: 60vh;
}
@media screen and (min-width: 768px) {
  .p-mv__img {
    width: 68%;
    padding-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-mv__img::before {
    content: "";
    display: block;
    padding-top: 68.8505747126%;
  }
}

.p-mv__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-news-item {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-news-item + .p-news-item {
  margin-top: 0.7em;
}

.p-news-item__date {
  font-weight: bold;
  margin-right: 1.5rem;
  letter-spacing: -0.08em;
}

.p-news {
  padding: 4.375rem 0 4.625rem;
}

.p-news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-news__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 48.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-news__inner:before {
    content: "";
    border-right: 0.5px solid #1A1C21;
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}

.p-news__title {
  font-size: 1.5rem;
  display: inline-block;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-news__title {
    margin-right: 4.375rem;
    text-align: left;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-news__title span {
  border-bottom: 2px solid #fea032;
  padding: 0 10px 3px;
}

.p-news__items {
  margin-top: 2.5rem;
  margin-left: 1.5625rem;
  margin-right: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-news__items {
    margin-top: 0.3125rem;
    margin-left: 3.75rem;
    margin-right: 0;
  }
}

.p-news__more {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  font-weight: bold;
  color: #247871;
  margin-top: 1em;
}

.p-news__more span {
  letter-spacing: -0.08em;
  margin-right: 3px;
  font-size: 0.75rem;
}

@media screen and (min-width: 768px) {
  .p-price__inner {
    max-width: 65.625rem;
  }
}

.p-price__title {
  font-size: 1.75rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-price__title {
    font-size: 2.0625rem;
  }
}

.p-price__title span {
  display: inline-block;
  border-bottom: 2px solid #fea032;
  padding-bottom: 5px;
}

.p-price__text {
  font-size: 1rem;
  line-height: 1.75;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-price__text {
    margin-top: 4.375rem;
  }
}

.p-price__text + .p-price__text {
  margin-top: 1.75rem;
}

.p-profile {
  background: #F0F0F0;
  padding: 5rem 0 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-profile {
    padding: 4.0625rem 0;
  }
}

.p-profile__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-profile__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 67.875rem;
    margin: auto;
  }
}

.p-profile__img {
  width: 100%;
  margin-right: -3.125rem;
  aspect-ratio: 454/324;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-profile__img {
    width: 28.375rem;
  }
}

.p-profile__textbox {
  background: #fff;
  padding: 1.875rem 1.5625rem 4.0625rem;
}
@media screen and (min-width: 768px) {
  .p-profile__textbox {
    max-width: 39.6875rem;
    margin-left: auto;
    margin-top: 3.8125rem;
    padding: 2.5rem 4.5rem 2.1875rem;
    z-index: 1;
  }
}

.p-profile__title {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-profile__title {
    text-align: left;
  }
}

.p-profile__text {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  margin-top: 0.875rem;
}

.p-profile__btn {
  margin-top: 2.0625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-profile__btn {
    text-align: left;
  }
}

.p-service-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.25rem 1.5625rem 1.6875rem 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-service-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    min-height: 12.5rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-service-box__img {
  width: 45%;
  margin-top: 1.25rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 500px) {
  .p-service-box__img {
    max-width: 11.5625rem;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-service-box__img {
    -webkit-box-ordinal-group: inherit;
        -ms-flex-order: inherit;
            order: inherit;
    width: 25%;
    margin-top: 0;
    padding: 0 2.625rem 0 0.8125rem;
  }
}

.p-service-box__img img {
  width: 100%;
  aspect-ratio: 108/97;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-service-box__textbox {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-service-box__textbox {
    display: block;
    max-width: 19.9375rem;
    width: 100%;
  }
}

.p-service-box__title {
  color: #fff;
  font-size: 1.5rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .p-service-box__title {
    -webkit-box-ordinal-group: inherit;
        -ms-flex-order: inherit;
            order: inherit;
    line-height: 1;
  }
}

.p-service-box__text {
  font-size: 0.75rem;
  line-height: 1.8333333333;
  margin-top: 1.5rem;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (min-width: 768px) {
  .p-service-box__text {
    -webkit-box-ordinal-group: inherit;
        -ms-flex-order: inherit;
            order: inherit;
    margin-top: 0.8125rem;
  }
}

.p-service-box__btn {
  min-width: 8.75rem;
  margin-top: 1.25rem;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
@media screen and (min-width: 768px) {
  .p-service-box__btn {
    -webkit-box-ordinal-group: inherit;
        -ms-flex-order: inherit;
            order: inherit;
    min-width: 8.75rem;
    padding-left: 1.75rem;
    margin-top: 0;
  }
}

.p-service-otherbox__items {
  margin-top: 2.3125rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.53125rem;
  grid-template-rows: auto;
}
@media screen and (min-width: 768px) {
  .p-service-otherbox__items {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-service-otherbox__title {
  font-size: 1.25rem;
  text-align: center;
}

.p-service-otherbox__title span {
  display: inline-block;
  border-bottom: 2px solid #fea032;
  padding: 0 10px 5px;
}

@media screen and (min-width: 768px) {
  .p-service__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-service__textbox {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-service__textbox {
    max-width: 23rem;
    margin-left: 0;
    margin-right: 4.5rem;
  }
}

.p-service__title {
  font-size: 1.6875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-service__title {
    text-align: left;
  }
}

.p-service__title span {
  display: inline-block;
  border-bottom: 2px solid #fea032;
  padding-bottom: 5px;
}

.p-service__text {
  font-size: 0.875rem;
  margin-top: 1.875rem;
  line-height: 1.8571428571;
}

.p-service__btn {
  margin-top: 1.6875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-service__btn {
    text-align: left;
  }
}

.p-service__items {
  max-width: 44.0625rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-service__items {
    margin-top: 0;
  }
}

.p-service__item {
  color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, .1);
          box-shadow: 0 0 5px 2px rgba(0, 0, 0, .1);
}

.p-service__item:first-child {
  background: #247871;
}

.p-service__item:nth-child(2) {
  background: #60853b;
}

.p-service__item:nth-child(3) {
  background: #245a78;
}

.p-service__item:not(:first-child) {
  margin-top: 1.875rem;
}

.p-service__other {
  margin-top: 3.75rem;
}

.p-sub-mv {
  width: 100vw;
  height: 14.1875rem;
  background: url(../images/mv_sub.jpg) no-repeat;
  background-size: cover;
  background-position: 93% center;
  padding-top: 17.734375vw;
  position: relative;
}

.p-sub-mv__box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-sub-mv__title {
  color: #fff;
  font-size: 1.375rem;
  text-align: center;
  min-width: 21.875rem;
  padding: 0.625rem 0;
  background: #247871;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, .25);
  position: relative;
}

.p-sub-mv__title::after {
  content: attr(data-en);
  font-size: 0.875rem;
  text-transform: uppercase;
  display: block;
  color: #4ca49d;
}

.p-sub-service__title {
  font-size: 1.75rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-sub-service__title {
    font-size: 2.0625rem;
  }
}

.p-sub-service__title span {
  display: inline-block;
  border-bottom: 2px solid #fea032;
  padding-bottom: 5px;
}

.p-sub-service__cards {
  display: grid;
  gap: 3.125rem 1.75rem;
  grid-template-rows: auto;
  margin-top: 3.25rem;
}
@media screen and (min-width: 768px) {
  .p-sub-service__cards {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 5.375rem;
  }
}

.p-trouble__line {
  background: #efefef;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .p-trouble__line {
    background: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(40.5%, transparent), color-stop(40.5%, #efefef), to(#efefef));
    background: linear-gradient(-90deg, transparent 0%, transparent 40.5%, #efefef 40.5%, #efefef 100%);
    margin-left: calc(50% - 50vw);
    margin-right: 0;
  }
}

.p-trouble__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-trouble__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 70.625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-trouble__textbox {
    padding-left: 2.5rem;
    width: 32.3125rem;
  }
}

.p-trouble__title {
  font-size: 1.75rem;
  margin-top: -0.1875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-trouble__title {
    font-size: 2.0625rem;
    line-height: 1.303030303;
    text-align: left;
  }
}

.p-trouble__text {
  font-size: 1rem;
  line-height: 1.375;
  margin-top: 1.5625rem;
}

.p-trouble__text + .p-trouble__text {
  margin-top: 1.375rem;
}

.p-trouble__img {
  margin-top: 2.5rem;
  width: 100%;
  aspect-ratio: 492/351;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-trouble__img {
    width: 30.75rem;
    margin-top: 0;
  }
}

.u-br {
  margin-top: 0.875rem;
}

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

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

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